.voyager,
.edit-post-visual-editor {
  background: var(--voyager-color--white);
}

.has-white-background-color {
  background-color: var(--voyager-color--white);
}
.has-black-background-color {
  background-color: var(--voyager-color--black);
}
.has-brand-one-background-color {
  background-color: var(--voyager-color--brand-one);
}
.has-brand-two-background-color {
  background-color: var(--voyager-color--brand-two);
}
.has-brand-three-background-color {
  background-color: var(--voyager-color--brand-three);
}
.has-brand-four-background-color {
  background-color: var(--voyager-color--brand-four);
}
.has-brand-five-background-color {
  background-color: var(--voyager-color--brand-five);
}
.has-brand-six-background-color {
  background-color: var(--voyager-color--brand-six);
}
.has-brand-seven-background-color {
  background-color: var(--voyager-color--brand-seven);
}
.has-brand-eight-background-color {
  background-color: var(--voyager-color--brand-eight);
}
.has-brand-nine-background-color {
  background-color: var(--voyager-color--brand-nine);
}
.has-brand-booking-bg-color {
  background-color: var(--voyager-color--brand-booking-bg);
}
.has-white-color {
  color: var(--voyager-color--white);
}
.has-black-color {
  color: var(--voyager-color--black);
}
.has-brand-one-color {
  color: var(--voyager-color--brand-one);
}
.has-brand-two-color {
  color: var(--voyager-color--brand-two);
}
.has-brand-three-color {
  color: var(--voyager-color--brand-three);
}
.has-brand-four-color {
  color: var(--voyager-color--brand-four);
}
.has-brand-five-color {
  color: var(--voyager-color--brand-five);
}
.has-brand-six-color {
  color: var(--voyager-color--brand-six);
}
.has-brand-seven-color {
  color: var(--voyager-color--brand-seven);
}
.has-brand-eight-color {
  color: var(--voyager-color--brand-eight);
}
.has-brand-nine-color {
  color: var(--voyager-color--brand-nine);
}
.has-brand-booking-bg {
  color: var(--voyager-color--brand-booking-bg);
}

@keyframes slideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
.modal__container {
  animation: msSlideIn 0.3s cubic-bezier(0.47, 0, 0.23, 1.38) 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal__container {
  animation: fadeIn 0.3s cubic-bezier(0.47, 0, 0.23, 1.38) 1;
}

body.voyager,
body.block-editor-page .is-root-container {
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}

.h1,
.font-size--h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.h2,
.font-size--h2,
.font-size--h2 * {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.h3,
.font-size--h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.h4,
.font-size--h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.h5,
.font-size--h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.h6,
.font-size--h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--pre-heading,
.font-size--pre-heading * {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-pre-heading-margin);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--sub-heading,
.font-size--sub-heading * {
  font-size: min(max(1.25rem,0.38vw + 1.11rem), 1.5625rem);
  font-size: clamp(1.25rem, 0.38vw + 1.11rem, 1.56rem);
  line-height: min(max(2rem,0.3vw + 1.89rem), 2.25rem);
  line-height: clamp(2rem, 0.3vw + 1.89rem, 2.25rem);
  letter-spacing: 0;
}
@media only screen and (min-width: 688px) {
  .font-size--sub-heading,
  .font-size--sub-heading * {
    letter-spacing: 0.02em;
  }
}
.font-size--sub-heading,
.font-size--sub-heading * {
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 500;
}

.font-size--body-large {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--body-regular {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--body-small {
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--button-large {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
}

.font-size--button-regular {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
}

.font-size--button-small {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
}

.font-size--legal {
  font-size: min(max(0.875rem,0.3vw + 0.76rem), 1.125rem);
  font-size: clamp(0.88rem, 0.3vw + 0.76rem, 1.13rem);
  line-height: min(max(1.5625rem,1.14vw + 1.14rem), 2.5rem);
  line-height: clamp(1.56rem, 1.14vw + 1.14rem, 2.5rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--menu-item {
  font-size: min(max(1.25rem,1.29vw + 0.77rem), 2.3125rem);
  font-size: clamp(1.25rem, 1.29vw + 0.77rem, 2.31rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--level-0-menu-icon {
  font-size: min(max(0.875rem,0.3vw + 0.76rem), 1.125rem);
  font-size: clamp(0.88rem, 0.3vw + 0.76rem, 1.13rem);
  line-height: min(max(1.375rem,0.15vw + 1.32rem), 1.5rem);
  line-height: clamp(1.38rem, 0.15vw + 1.32rem, 1.5rem);
  font-family: "voyager-icons";
}

.font-size--submenu-item {
  font-size: min(max(0.9375rem,0.38vw + 0.8rem), 1.25rem);
  font-size: clamp(0.94rem, 0.38vw + 0.8rem, 1.25rem);
  line-height: min(max(1.125rem,0.91vw + 0.78rem), 1.875rem);
  line-height: clamp(1.13rem, 0.91vw + 0.78rem, 1.88rem);
  letter-spacing: 0.02em;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--level-1-menu-icon {
  font-size: min(max(0.75rem,0.15vw + 0.69rem), 0.875rem);
  font-size: clamp(0.75rem, 0.15vw + 0.69rem, 0.88rem);
  line-height: min(max(1.25rem,0.15vw + 1.19rem), 1.375rem);
  line-height: clamp(1.25rem, 0.15vw + 1.19rem, 1.38rem);
  font-family: "voyager-icons";
}

.font-size--footer-menu-item {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: min(max(1.375rem,0.08vw + 1.35rem), 1.4375rem);
  line-height: clamp(1.38rem, 0.08vw + 1.35rem, 1.44rem);
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
}

.font-size--featured-icon-text {
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--accordion-heading-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--filter-text {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.625rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (min-width: 688px) {
  .font-size--filter-text {
    text-transform: uppercase;
  }
}

.font-size--tab-wrapper-text {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .font-size--tab-wrapper-text {
    text-transform: uppercase;
  }
}

.font-size--booking-field-text {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.font-size--booking-placeholder-text {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: min(max(1.625rem,0.15vw + 1.57rem), 1.75rem);
  line-height: clamp(1.63rem, 0.15vw + 1.57rem, 1.75rem);
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.font-size--booking-date-h1 {
  font-size: min(max(0.875rem,2.35vw + -0.01rem), 2.8125rem);
  font-size: clamp(0.88rem, 2.35vw + -0.01rem, 2.81rem);
  line-height: min(max(1.25rem,2.65vw + 0.26rem), 3.4375rem);
  line-height: clamp(1.25rem, 2.65vw + 0.26rem, 3.44rem);
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 500;
}

.font-size--booking-date-day {
  font-size: min(max(0.875rem,0.15vw + 0.82rem), 1rem);
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 1rem);
  line-height: min(max(1.6875rem,0.15vw + 1.63rem), 1.8125rem);
  line-height: clamp(1.69rem, 0.15vw + 1.63rem, 1.81rem);
  letter-spacing: 0.04em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}

.font-size--booking-date-month {
  font-size: min(max(1rem,0.3vw + 0.89rem), 1.25rem);
  font-size: clamp(1rem, 0.3vw + 0.89rem, 1.25rem);
  line-height: min(max(2rem,0.23vw + 1.91rem), 2.1875rem);
  line-height: clamp(2rem, 0.23vw + 1.91rem, 2.19rem);
  letter-spacing: 0.06em;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 500;
}

.font-size--booking-date-year {
  font-size: min(max(1rem,0.3vw + 0.89rem), 1.25rem);
  font-size: clamp(1rem, 0.3vw + 0.89rem, 1.25rem);
  line-height: min(max(2rem,0.23vw + 1.91rem), 2.1875rem);
  line-height: clamp(2rem, 0.23vw + 1.91rem, 2.19rem);
  letter-spacing: 0.06em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 500;
}

.font-size--input-field {
  font-size: min(max(0.875rem,0.15vw + 0.82rem), 1rem);
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 1rem);
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}

.font-size--hero-scrollto-button {
  font-size: min(max(1.75rem,1.29vw + 1.27rem), 2.8125rem);
  font-size: clamp(1.75rem, 1.29vw + 1.27rem, 2.81rem);
}

.font-size--accordion-icon {
  font-size: min(max(1.125rem,0.76vw + 0.84rem), 1.75rem);
  font-size: clamp(1.13rem, 0.76vw + 0.84rem, 1.75rem);
}

.font-size--blog-heading {
  font-size: min(max(1.125rem,0.45vw + 0.95rem), 1.5rem);
  font-size: clamp(1.13rem, 0.45vw + 0.95rem, 1.5rem);
  line-height: min(max(1.625rem,0.15vw + 1.57rem), 1.75rem);
  line-height: clamp(1.63rem, 0.15vw + 1.57rem, 1.75rem);
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 600;
}

.font-size--sidebar-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0.1em;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 600;
}

.font-size--sidebar-cat-list {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.font-size--blog-breadcrumbs {
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.font-size--heading {
  font-size: min(max(4.375rem,2.27vw + 3.52rem), 6.25rem);
  font-size: clamp(4.38rem, 2.27vw + 3.52rem, 6.25rem);
  line-height: min(max(2rem,4.77vw + 0.21rem), 5.9375rem);
  line-height: clamp(2rem, 4.77vw + 0.21rem, 5.94rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
}

.font-size--third-level-menu-item {
  font-size: min(max(0.8125rem,0.08vw + 0.78rem), 0.875rem);
  font-size: clamp(0.81rem, 0.08vw + 0.78rem, 0.88rem);
  line-height: 1.375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}

.font-size--footnote {
  font-size: 0.875rem;
  line-height: min(max(1.25rem,0.3vw + 1.14rem), 1.5rem);
  line-height: clamp(1.25rem, 0.3vw + 1.14rem, 1.5rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}

.font-size--jump-link {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 600;
}

section::before,
.cf::before,
.clearfix::before {
  content: "";
  display: table;
}
section::after,
.cf::after,
.clearfix::after {
  display: none;
  clear: both;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*
	Alignment
*/
.align--textcenter,
.align--textcenter * {
  text-align: center;
}

.align--textleft,
.align--textleft * {
  text-align: left;
}

.align--textright,
.align--textright * {
  text-align: right;
}

/* stylelint-disable scss/operator-no-unspaced -- VSCode auto format removes the space after == */
/* stylelint-enable */
/*

.foo-bar::before{
    @include pseudo($width: 100px)
}

.foo-bar::before {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
}

*/
.datepicker .voyager-icon-arrow-pointing-prev-small:before, .datepicker .voyager-icon-arrow-pointing-next-small:before, .voyager-video__play-button-icon:before, .voyager-video__pause-button-icon:before, .wp-block-voyager-tab-wrapper__tab-block.js-accordion-active .wp-block-voyager-tab-wrapper__accordion-header:before, .wp-block-voyager-tab-wrapper__accordion-header:before, .voyager-social-links__icon.voyager-icon-facebook:before, .voyager-social-links__icon.voyager-icon-instagram:before, .voyager-social-links__icon.voyager-icon-linkedin:before, .voyager-social-links__icon.voyager-icon-youtube:before, .voyager-image-video__play-button-icon:before, .voyager-image-video__pause-button-icon:before, .voyager-gallery__overlay-icon:before, .voyager-forms-panel .gfield-choice-input[type=radio]:checked + label:before, .voyager-forms-panel .ginput_container_select:before, .voyager-fifty-fifty-slider__arrows-icon--prev:before, .voyager-fifty-fifty-slider__arrows-icon--next:before, .voyager-accordion__item.is-active .voyager-accordion__header-icon:before, .voyager-accordion__header-icon:before, .voyager-buttons--arrow--prev:before, .voyager-buttons--arrow--next:before, .voyager-icon-menu:before, .voyager-icon-mute:before, .voyager-icon-close:before, .voyager-icon-calendar:before, .voyager-icon-expand:before, .voyager-icon-unmute:before, .voyager-icon-facebook:before, .voyager-icon-mobile-menu:before, .voyager-icon-mobile-close:before, .voyager-icon-tab-close-mobile:before, .voyager-icon-instagram:before, .voyager-icon-tab-open-mobile:before, .voyager-icon-linkedin:before, .voyager-icon-youtube:before, .voyager-icon-play:before, .voyager-icon-pause:before, .voyager-icon-map-pin:before, .voyager-icon-carousel-chevron:before, .voyager-icon-calendar-chevron-left:before, .voyager-icon-calendar-chevron-right:before, .voyager-icon-phone:before, .voyager-icon-chevron-left:before, .voyager-icon-scroll:before, .voyager-icon-chevron-right:before {
  display: inline-block;
  width: 1em;
  margin-right: 0.2em;
  margin-left: 0.2em;
  /* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- Icons don't need a fallback family */
  font-family: voyager-icon;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  text-transform: none;
  font-variant: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.voyager-icon-chevron-right:before {
  content: "\e800";
}

.voyager-icon-scroll:before {
  content: "\e801";
}

.voyager-icon-chevron-left:before {
  content: "\e802";
}

.voyager-icon-phone:before {
  content: "\e803";
}

.voyager-icon-calendar-chevron-right:before {
  content: "\e804";
}

.voyager-icon-calendar-chevron-left:before {
  content: "\e805";
}

.voyager-icon-carousel-chevron:before {
  content: "\e806";
}

.voyager-icon-map-pin:before {
  content: "\e807";
}

.voyager-icon-pause:before {
  content: "\e808";
}

.voyager-icon-play:before {
  content: "\e809";
}

.voyager-icon-youtube:before {
  content: "\e80a";
}

.voyager-icon-linkedin:before {
  content: "\e80b";
}

.voyager-icon-tab-open-mobile:before {
  content: "\e80c";
}

.voyager-icon-instagram:before {
  content: "\e80d";
}

.voyager-icon-tab-close-mobile:before {
  content: "\e80e";
}

.voyager-icon-mobile-close:before {
  content: "\e80f";
}

.voyager-icon-mobile-menu:before {
  content: "\e810";
}

.voyager-icon-facebook:before {
  content: "\e811";
}

.voyager-icon-unmute:before {
  content: "\e812";
}

.voyager-icon-expand:before {
  content: "\e813";
}

.voyager-icon-calendar:before {
  content: "\e814";
}

.voyager-icon-close:before {
  content: "\e815";
}

.voyager-icon-mute:before {
  content: "\e816";
}

.voyager-icon-menu:before {
  content: "\e817";
}

.voyager-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-buttons__additional {
  justify-content: center;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-buttons__additional {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-buttons__additional:empty {
  margin-block: 0;
}
.voyager-buttons__anchor {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-buttons--small {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  padding: var(--voyager-padding--button-small);
}
.voyager-buttons--small.voyager-button--button-arrow {
  width: 40px;
  height: 40px;
  border: 0;
}
.voyager-buttons--large {
  flex: var(--voyager-flex--button-large);
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  padding: var(--voyager-padding--button-large);
}
.voyager-buttons--primary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.voyager-buttons--primary:active, .voyager-buttons--primary:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .voyager-buttons--primary {
    min-height: 55px;
  }
  .voyager-buttons--primary:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-buttons--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  padding-block: 10px;
  padding-inline: 0;
}
.voyager-buttons--secondary::before {
  content: "";
  position: static;
  z-index: 1;
  display: block;
  width: 10px;
  height: 2px;
  background: var(--voyager-color--brand-seven);
  transform-origin: 0%;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-buttons--secondary:active, .voyager-buttons--secondary:focus {
  color: var(--voyager-color--brand-five);
  background-color: transparent;
}
@media only screen and (min-width: 688px) {
  .voyager-buttons--secondary {
    gap: 20px;
  }
  .voyager-buttons--secondary:hover {
    gap: 10px;
    color: var(--voyager-color--brand-seven);
    background-color: transparent;
  }
  .voyager-buttons--secondary:hover::before {
    width: 30px;
  }
}
.voyager-buttons--ghost {
  color: var(--voyager-color--brand-five);
  border: 1px solid var(--voyager-color--brand-five);
}
.voyager-buttons--ghost:active, .voyager-buttons--ghost:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
  border-color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-buttons--ghost:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-buttons--arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: var(--voyager-width--arrow-button);
  height: var(--voyager-height--arrow-button);
  padding: 0;
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border: 1px solid var(--voyager-color--brand-seven);
  aspect-ratio: 1/1;
}
.voyager-buttons--arrow--prev:before {
  content: "\e802";
}
.voyager-buttons--arrow--next:before {
  content: "\e800";
}
.voyager-buttons--arrow {
  transition: all 0.8s 0s ease-in-out;
}
.voyager-buttons--arrow::before {
  color: var(--voyager-color--brand-seven);
  transition: all 0.8s 0s ease-in-out;
}
.voyager-buttons--arrow:active {
  color: var(--voyager-color--brand-five);
  background-color: transparent;
  border-color: var(--voyager-color--brand-five);
}
.voyager-buttons--arrow:active::before {
  color: var(--voyager-color--brand-five);
}
.voyager-buttons--arrow:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
.voyager-buttons--arrow:focus::before {
  color: var(--voyager-color--white);
}
.voyager-buttons--arrow:hover {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
  border-color: var(--voyager-color--brand-seven);
}
.voyager-buttons--arrow:hover::before {
  color: var(--voyager-color--white);
}
.voyager-buttons--arrow {
  color: var(--voyager-color--brand-seven);
  border: solid 1px var(--voyager-color--brand-seven);
}
.voyager-buttons--full-width {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  width: 100%;
  padding: var(--voyager-padding--button-large);
  text-align: center;
}

/**
	HOW TO USE THIS MIXIN?

	.item {
		// If we have 2 items...
		@include if(2) {
			width: 50%;
		}

		// If we have 3 items...
		@include if(3) {
			width: 50%;
			// ...But, would like the last item to be full width!
			&:last-child {
				width: 100%;
			}
		}

		// If we have 4 items...
		@include if(4) {
			width: 25%;
		} 
	}

	You can also pass multiple arguments

	.item {
		// if 1 or 2 items exist
		@include if(1, 2) {
			width: 50%;
		}    
	}
*/
.voyager-content-scroller {
  position: relative;
  bottom: -0.2em;
  display: inline-block;
  height: 1.3em;
  overflow: hidden;
}
.voyager-content-scroller__item {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transform: translate3d(0, -120%, 0);
}
.voyager-content-scroller__item-word {
  display: inline-block;
}
.voyager-content-scroller--anim-in {
  transform: translate3d(-50%, -120%, 0);
  animation: textAnimIn 0.6s 0.3s forwards;
}
.voyager-content-scroller--anim-out {
  transform: translate3d(-50%, 0%, 0);
  animation: textAnimOut 0.6s forwards;
}

@keyframes textAnimInCenter {
  0% {
    transform: translate3d(-50%, -120%, 0);
  }
  100% {
    transform: translate3d(-50%, 10%, 0);
  }
}
@keyframes textAnimOutCenter {
  0% {
    transform: translate3d(-50%, 0%, 0);
  }
  50% {
    transform: translate3d(-50%, -20%, 0);
  }
  100% {
    transform: translate3d(-50%, 120%, 0);
  }
}
@keyframes textAnimIn {
  0% {
    transform: translate3d(0, -120%, 0);
  }
  100% {
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes textAnimOut {
  0% {
    transform: translate3d(0, 0%, 0);
  }
  50% {
    transform: translate3d(0, -20%, 0);
  }
  100% {
    transform: translate3d(0, 120%, 0);
  }
}
section[class*="--styles-beetroot"] {
  position: relative;
  overflow: hidden;
  margin-block: 0;
}
section[class*="--styles-beetroot"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  section[class*="--styles-beetroot"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
section[class*="--styles-beetroot"] .voyager-container {
  position: relative;
  z-index: 1;
}
section[class*="--styles-beetroot"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/beetroot.png) transparent;
  z-index: 1;
  opacity: 10%;
}
section[class*="--styles-beetroot"]:has(+ section[class*="--styles-beetroot"]) {
  z-index: 1;
}
section[class*="--styles-beetroot"]:has(+ section[class*="--styles-cocktail"]) {
  z-index: 1;
}
section[class*="--styles-beetroot"]:has(+ section[class*="--styles-doorway"]) {
  z-index: 1;
}
section[class*="--styles-beetroot"]:has(+ section[class*="--styles-fireplace"]) {
  z-index: 1;
}
section[class*="--styles-beetroot"]:has(+ section[class*="--styles-pig"]) {
  z-index: 1;
}
section[class*="--styles-beetroot"]:has(+ section[class*="--styles-wisteria"]) {
  z-index: 1;
}

section[class*="--styles-cocktail"] {
  position: relative;
  overflow: hidden;
  margin-block: 0;
}
section[class*="--styles-cocktail"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  section[class*="--styles-cocktail"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
section[class*="--styles-cocktail"] .voyager-container {
  position: relative;
  z-index: 1;
}
section[class*="--styles-cocktail"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/cocktail.png) transparent;
  z-index: 1;
  opacity: 10%;
}
section[class*="--styles-cocktail"]:has(+ section[class*="--styles-beetroot"]) {
  z-index: 1;
}
section[class*="--styles-cocktail"]:has(+ section[class*="--styles-cocktail"]) {
  z-index: 1;
}
section[class*="--styles-cocktail"]:has(+ section[class*="--styles-doorway"]) {
  z-index: 1;
}
section[class*="--styles-cocktail"]:has(+ section[class*="--styles-fireplace"]) {
  z-index: 1;
}
section[class*="--styles-cocktail"]:has(+ section[class*="--styles-pig"]) {
  z-index: 1;
}
section[class*="--styles-cocktail"]:has(+ section[class*="--styles-wisteria"]) {
  z-index: 1;
}

section[class*="--styles-doorway"] {
  position: relative;
  overflow: hidden;
  margin-block: 0;
}
section[class*="--styles-doorway"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  section[class*="--styles-doorway"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
section[class*="--styles-doorway"] .voyager-container {
  position: relative;
  z-index: 1;
}
section[class*="--styles-doorway"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/doorway.png) transparent;
  z-index: 1;
  opacity: 10%;
}
section[class*="--styles-doorway"]:has(+ section[class*="--styles-beetroot"]) {
  z-index: 1;
}
section[class*="--styles-doorway"]:has(+ section[class*="--styles-cocktail"]) {
  z-index: 1;
}
section[class*="--styles-doorway"]:has(+ section[class*="--styles-doorway"]) {
  z-index: 1;
}
section[class*="--styles-doorway"]:has(+ section[class*="--styles-fireplace"]) {
  z-index: 1;
}
section[class*="--styles-doorway"]:has(+ section[class*="--styles-pig"]) {
  z-index: 1;
}
section[class*="--styles-doorway"]:has(+ section[class*="--styles-wisteria"]) {
  z-index: 1;
}

section[class*="--styles-fireplace"] {
  position: relative;
  overflow: hidden;
  margin-block: 0;
}
section[class*="--styles-fireplace"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  section[class*="--styles-fireplace"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
section[class*="--styles-fireplace"] .voyager-container {
  position: relative;
  z-index: 1;
}
section[class*="--styles-fireplace"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/fireplace.png) transparent;
  z-index: 1;
  opacity: 10%;
}
section[class*="--styles-fireplace"]:has(+ section[class*="--styles-beetroot"]) {
  z-index: 1;
}
section[class*="--styles-fireplace"]:has(+ section[class*="--styles-cocktail"]) {
  z-index: 1;
}
section[class*="--styles-fireplace"]:has(+ section[class*="--styles-doorway"]) {
  z-index: 1;
}
section[class*="--styles-fireplace"]:has(+ section[class*="--styles-fireplace"]) {
  z-index: 1;
}
section[class*="--styles-fireplace"]:has(+ section[class*="--styles-pig"]) {
  z-index: 1;
}
section[class*="--styles-fireplace"]:has(+ section[class*="--styles-wisteria"]) {
  z-index: 1;
}

section[class*="--styles-pig"] {
  position: relative;
  overflow: hidden;
  margin-block: 0;
}
section[class*="--styles-pig"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  section[class*="--styles-pig"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
section[class*="--styles-pig"] .voyager-container {
  position: relative;
  z-index: 1;
}
section[class*="--styles-pig"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/pig.png) transparent;
  z-index: 1;
  opacity: 10%;
}
section[class*="--styles-pig"]:has(+ section[class*="--styles-beetroot"]) {
  z-index: 1;
}
section[class*="--styles-pig"]:has(+ section[class*="--styles-cocktail"]) {
  z-index: 1;
}
section[class*="--styles-pig"]:has(+ section[class*="--styles-doorway"]) {
  z-index: 1;
}
section[class*="--styles-pig"]:has(+ section[class*="--styles-fireplace"]) {
  z-index: 1;
}
section[class*="--styles-pig"]:has(+ section[class*="--styles-pig"]) {
  z-index: 1;
}
section[class*="--styles-pig"]:has(+ section[class*="--styles-wisteria"]) {
  z-index: 1;
}

section[class*="--styles-wisteria"] {
  position: relative;
  overflow: hidden;
  margin-block: 0;
}
section[class*="--styles-wisteria"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  section[class*="--styles-wisteria"]:not(.wp-block-voyager-tab-wrapper__tab-block) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
section[class*="--styles-wisteria"] .voyager-container {
  position: relative;
  z-index: 1;
}
section[class*="--styles-wisteria"]::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/wisteria.png) transparent;
  z-index: 1;
  opacity: 10%;
}
section[class*="--styles-wisteria"]:has(+ section[class*="--styles-beetroot"]) {
  z-index: 1;
}
section[class*="--styles-wisteria"]:has(+ section[class*="--styles-cocktail"]) {
  z-index: 1;
}
section[class*="--styles-wisteria"]:has(+ section[class*="--styles-doorway"]) {
  z-index: 1;
}
section[class*="--styles-wisteria"]:has(+ section[class*="--styles-fireplace"]) {
  z-index: 1;
}
section[class*="--styles-wisteria"]:has(+ section[class*="--styles-pig"]) {
  z-index: 1;
}
section[class*="--styles-wisteria"]:has(+ section[class*="--styles-wisteria"]) {
  z-index: 1;
}

section[class*="--styles-beetroot"]::before {
  bottom: -100px;
  left: -210px;
  width: 867.62px;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/beetroot.png);
  aspect-ratio: 1/1;
  transform: rotate(-11deg);
}

section[class*="--styles-cocktail"]::before {
  bottom: -100px;
  left: -210px;
  width: 867.62px;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/cocktail.png);
  aspect-ratio: 1/1;
}

section[class*="--styles-doorway"]::before {
  bottom: -165px;
  left: -306px;
  display: none;
  width: 1030px;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/doorway.png);
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 688px) {
  section[class*="--styles-doorway"]::before {
    display: block;
  }
}

section[class*="--styles-fireplace"]::before {
  bottom: -306px;
  left: -306px;
  display: none;
  width: 1030px;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/fireplace.png);
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 688px) {
  section[class*="--styles-fireplace"]::before {
    display: block;
  }
}

section[class*="--styles-pig"]::before {
  bottom: -165px;
  left: -306px;
  display: none;
  width: 1030px;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/pig.png);
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 688px) {
  section[class*="--styles-pig"]::before {
    display: block;
  }
}

section[class*="--styles-wisteria"]::before {
  top: -220px;
  right: -220px;
  display: none;
  width: 796px;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/illustrations/wisteria.png);
  aspect-ratio: 1/1;
  transform: rotate(10deg);
}
@media only screen and (min-width: 688px) {
  section[class*="--styles-wisteria"]::before {
    display: block;
  }
}

::-moz-selection {
  color: var(--voyager-color--brand-three);
  background-color: var(--voyager-color--brand-seven);
}

::selection {
  color: var(--voyager-color--brand-three);
  background-color: var(--voyager-color--brand-seven);
}

.unordered-list {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
}

.ordered-list {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}

body::after {
  content: "xsmallscreen";
  display: none;
}
@media only screen and (min-width: 688px) {
  body::after {
    content: "smallscreen";
  }
}
@media only screen and (min-width: 992px) {
  body::after {
    content: "mediumscreen";
  }
}
@media only screen and (min-width: 1312px) {
  body::after {
    content: "largescreen";
  }
}
@media only screen and (min-width: 1440px) {
  body::after {
    content: "xlargescreen";
  }
}

/**
Used for responsive js :

var size = window.getComputedStyle(document.body,":before").getPropertyValue("content");

// string search for "smallscreen"
if (size.indexOf("smallscreen") !=-1) {
  // small screen JS
} else if (size.indexOf("mediumscreen") !=-1) {
  // medium screen JS
} else if (size.indexOf("largescreen") !=-1) {
  // large screen JS
} else if (size.indexOf("xlargescreen") !=-1) {
  // extra large screen JS
} else {
	// extra small screen js
}
*/
.voyager-container {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--voyager-site-width);
  margin-right: auto;
  margin-left: auto;
  padding-inline: 30px;
  z-index: 1;
}

.static-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  height: 80svh;
}
@media only screen and (min-width: 992px) {
  .static-hero {
    height: 100dvh;
  }
}
.static-hero__container {
  position: relative;
}
.static-hero__image-wrapper {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.static-hero .static-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static-hero__content {
  position: relative;
  z-index: 2;
}
.static-hero__heading, .static-hero__sub-heading, .static-hero__textarea, .static-hero__inline-features-title {
  color: var(--voyager-color--white);
}
.static-hero__heading {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.static-hero__sub-heading {
  margin-bottom: 20px;
}
.static-hero__textarea {
  margin-bottom: 40px;
}
.static-hero__buttons {
  max-width: -moz-fit-content;
  max-width: fit-content;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1312px) {
  .static-hero__buttons {
    align-items: stretch;
  }
}
.static-hero__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.static-hero__video .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}
.static-hero__video .vjs-poster {
  display: none;
  height: -moz-fit-content;
  height: fit-content;
}
.static-hero__splide, .static-hero__item {
  width: 100%;
  min-width: 65%;
  height: auto;
  flex: 2;
}
@media only screen and (min-width: 992px) {
  .static-hero__splide, .static-hero__item {
    height: 100dvh;
  }
}
.static-hero {
  position: relative;
  min-height: 400px;
  align-items: center;
}
@media only screen and (min-width: 688px) {
  .static-hero {
    min-height: 500px;
  }
}
.static-hero__container {
  width: 100%;
}
.static-hero__text-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 676px;
  color: var(--voyager-color--white);
  padding-block: var(--voyager-global-spacing--large);
  padding-inline: var(--voyager-global-spacing--xlarge);
}
.static-hero__image-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.static-hero__image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.static-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.acf-field-message[data-conditions*=sticky-right-column],
.acf-field-message[data-conditions*=sticky-left-column] {
  display: none;
}

.voyager-accordion {
  max-width: 100vw;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  padding-inline: 20px;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-accordion {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-accordion__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 688px) {
  .voyager-accordion__container {
    row-gap: var(--voyager-global-spacing--large);
  }
}
.voyager-accordion__intro-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  text-align: center;
  row-gap: var(--voyager-global-spacing--medium);
}
.voyager-accordion__intro-text-heading {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__wrapper {
  align-self: stretch;
}
.voyager-accordion__item {
  box-sizing: border-box;
  margin-bottom: 1rem;
  background-color: var(--voyager-color--white);
  transition: all 0.8s 0s ease-in-out;
}
.voyager-accordion__item.is-active .voyager-accordion__header {
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--brand-four);
}
.voyager-accordion__item.is-active .voyager-accordion__header-icon:before {
  content: "\e80c";
}
.voyager-accordion__item:hover .voyager-accordion__header, .voyager-accordion__item:focus .voyager-accordion__header {
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--brand-four);
}
.voyager-accordion__item-last {
  margin-bottom: 0;
}
.voyager-accordion__header {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--white);
  border-bottom: 1px solid var(--voyager-color--brand-seven);
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  cursor: pointer;
  padding-block: 12px;
  padding-inline: 15px;
  will-change: color, background-color;
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .voyager-accordion__header {
    padding-block: 19px;
    padding-inline: 30px;
  }
}
.voyager-accordion__header-icon {
  align-self: center;
  margin-left: auto;
  font-size: 1rem;
  pointer-events: none;
  transition: transform 0.8s 0s ease-in-out;
}
.voyager-accordion__header-icon:before {
  content: "\e80e";
}
.voyager-accordion__body {
  display: block;
  overflow: hidden;
  transition: max-height 0.8s 0s ease-in-out;
}
.voyager-accordion__content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-accordion__content p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-accordion__content ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-accordion__content ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-accordion__content em {
  font-style: italic;
}
.voyager-accordion__content strong {
  font-weight: 600;
}
.voyager-accordion__content blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-accordion__content .img {
  margin-top: 0.5em;
}
.voyager-accordion__content .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-accordion__content .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-accordion__content .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-accordion__content a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-accordion__content a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-accordion__content a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-accordion__content {
  gap: var(--voyager-global-spacing--medium);
  padding-right: var(--voyager-global-spacing--site-horizontal-padding);
  padding-left: var(--voyager-global-spacing--site-horizontal-padding);
  padding-block: 20px;
  margin-bottom: 0;
}
.voyager-accordion__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 30%;
  gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-accordion__image-wrapper {
    gap: calc(var(--voyager-global-spacing--large) - var(--voyager-global-spacing--xsmall));
  }
}
.voyager-accordion__image-wrapper:not(:has(:first-child)) { /* Would have used :empty but default HTML state has a NBSP so :empty doesn't work */
  display: none;
}
.voyager-accordion__image {
  width: 165px;
  height: 163px;
}
@media only screen and (min-width: 992px) {
  .voyager-accordion__image {
    width: 346px;
    height: 342px;
  }
}
.voyager-accordion__content-wrapper {
  flex: 2 1 70%;
}
.voyager-accordion__content-wrapper .voyager-buttons__additional {
  margin-block: 0;
}
.voyager-accordion__buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--small);
  margin-top: var(--voyager-global-spacing--large);
}
.voyager-accordion__buttons {
  justify-content: flex-start;
}
.js-voyager-accordion__content:not(.js-voyager-accordion__content-show) {
  display: none;
}
.js-voyager-accordion__content-collapsing {
  transition: height 0.5s 0s ease-in-out;
  height: 0;
  overflow: hidden;
}

.voyager-archive {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-archive {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-archive__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: var(--voyager-global-spacing--site-horizontal-padding);
  padding-left: var(--voyager-global-spacing--site-horizontal-padding);
  max-width: calc(1692px + 2 * var(--voyager-global-spacing--site-horizontal-padding));
  margin-bottom: 40px;
  -moz-column-gap: var(--voyager-global-spacing--medium);
       column-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-archive__container {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 120px;
  }
}
.voyager-archive__article-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__article-wrapper {
    flex-direction: row;
  }
}
.voyager-archive--variation-default {
  flex: 1;
}
.voyager-archive__author {
  display: none;
}
.voyager-archive__intro-text {
  margin-bottom: 54px;
}
.voyager-archive__article {
  margin-bottom: calc(var(--voyager-global-spacing--xsmall) + var(--voyager-global-spacing--large));
  padding: 20px;
  background-color: var(--voyager-color--brand-three);
}
.voyager-archive__article:last-child {
  margin-bottom: 0;
}
.voyager-archive__article--default {
  width: 100%;
  align-self: stretch;
}
.voyager-archive__article--default .voyager-archive__article-wrapper {
  gap: var(--voyager-global-spacing--small);
}
@media only screen and (min-width: 992px) {
  .voyager-archive__article--default .voyager-archive__article-wrapper {
    gap: var(--voyager-global-spacing--medium);
  }
}
.voyager-archive__article--default .voyager-archive__article-heading {
  width: 100%;
  margin-bottom: var(--voyager-global-spacing--small);
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-archive__article--default .voyager-archive__article-image-wrapper {
  position: relative;
  min-height: 250px;
  flex: 0 0 532px;
  aspect-ratio: 532/375;
  border-radius: 0;
  overflow: hidden;
}
.voyager-archive__article--default .voyager-archive__article-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
}
.voyager-archive__article--last {
  margin-bottom: 0;
}
.voyager-archive__date {
  display: none;
}
.voyager-archive__article-buttons {
  margin-top: 20px;
}
.voyager-archive__article-textarea {
  width: 100%;
}
.voyager-archive__card-heading {
  color: var(--voyager-color--brand-seven);
}
.voyager-archive__image-anchor, .voyager-archive__image-wrapper, .voyager-archive__article-image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
.voyager-archive__image-wrapper {
  position: relative;
  min-height: 250px;
  flex: 0 0 301px;
  border-radius: 0;
  overflow: hidden;
}
.voyager-archive__content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 3;
  flex-flow: column wrap;
}
.voyager-archive__article-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.voyager-archive__breadcrumb-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.voyager-archive__breadcrumb-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-archive__breadcrumb-link {
  color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 992px) {
  .voyager-archive__breadcrumb-link:hover {
    color: var(--voyager-color--brand-seven);
  }
}
.voyager-archive__breadcrumb-separator {
  display: inline-block;
  margin: 0 var(--voyager-global-spacing--xsmall);
  color: var(--voyager-brand-five);
}
.voyager-archive__load-more {
  margin-top: var(--voyager-global-spacing--small);
  text-align: center;
}
.voyager-archive__fifty-container {
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__fifty-container {
    padding-right: var(--voyager-global-spacing--medium);
    padding-left: var(--voyager-global-spacing--medium);
  }
}
.voyager-archive--fifty-fifty {
  margin-top: 0;
}
.voyager-archive--fifty-fifty .voyager-archive__fifty-fifty-article.voyager-archive__cloned-article:nth-child(odd) .voyager-fifty-fifty__columns {
  flex-direction: row-reverse;
}
.voyager-archive--card-grid {
  margin-top: 0;
}
.voyager-archive--card-grid .voyager-archive__card {
  margin-top: 0;
}
.voyager-archive__fifty-fifty-article {
  margin-top: 0;
}
.voyager-archive__column-left, .voyager-archive__column-right {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-archive__column-left, .voyager-archive__column-right {
    margin-bottom: var(--voyager-global-spacing--medium);
  }
}
.voyager-archive__load-more-btn:active, .voyager-archive__load-more-btn:focus {
  background-color: var(--voyager-color--brand-seven);
}
.voyager-archive__load-more-btn--active {
  display: block;
}
.voyager-archive__load-more-btn--loading {
  display: none;
}
.voyager-archive__load-more-btn.js-loading {
  background-color: var(--voyager-color--brand-five);
  pointer-events: none;
}
.voyager-archive__load-more-btn.js-loading .voyager-archive__load-more-btn--active {
  display: none;
}
.voyager-archive__load-more-btn.js-loading .voyager-archive__load-more-btn--loading {
  display: block;
}

:root {
  --voyager-site-width: calc(1420px + (30px * 2));
  --voyager-color--white: #FFF;
  --voyager-color--black: #000;
  --voyager-color--brand-one: #AC878C;
  --voyager-color--brand-two: #165788;
  --voyager-color--brand-three: #F6F6F5;
  --voyager-color--brand-four: #F7F6F3;
  --voyager-color--brand-five: #434650;
  --voyager-color--brand-six: #899064;
  --voyager-color--brand-seven: #856367;
  --voyager-color--brand-eight: #D8DBC5;
  --voyager-color--brand-nine: #D4ABB1;
  --voyager-color--footer: #202020;
  --voyager-color--active-color: #085F83;
  --voyager-color--brand-booking-bg: rgba(255, 255, 255, .98);
  --voyager-color--gallery-group-title-bg: rgba(0, 0, 0, .4);
  --voyager-color--popup-menu-overlay: rgba(0, 0, 0, .4);
  --voyager-color--loader-overlay: rgba(255, 255, 255, .2);
  --voyager-color--tab-color: #F7F5F4;
  --voyager-color--border-color: #C4C4C4;
  --voyager-color--input-background-color: transparent;
  --voyager-color--input-disabled-background-color: #EAEAEA;
  --voyager-color--input-dropdown-background-color: #FFF;
  --voyager-color--input-text-color: #333;
  --voyager-color--input-keyline-color: #DDD;
  --voyager-color--input-keyline-focus-color: #EEE;
  --voyager-color--input-primary-color: #005F75;
  --voyager-color--input-highlighted-background-color: #0D677C;
  --voyager-color--input-highlighted-border-color: #26778A;
  --voyager-color--input-disabled-border-color: #F1F1F1;
  --voyager-color--input-choices-button-border-color: #1A6F83;
  --voyager-quickbook--daterange-card-bg: #E5D6C9;
  --voyager-quickbook--widget-max-width: 480px;
  --voyager-box-shadow--button: 0 4px 25px 0 rgba(83, 98, 110, .16);
  --voyager-box-shadow--menu--default: 0 3px 3px -1px rgba(0, 0, 0, .4);
  --voyager-box-shadow--menu--right: 0 0 10px rgba(41, 41, 41, .1);
  --voyager-box-shadow--card--default: 0 0 10px rgba(41, 41, 41, .1);
  --voyager-box-shadow--video: 0 0 9px -5px #000;
  --voyager-box-shadow--accommodation-map--popup: -10px 10px 20px rgba(41, 41, 41, .2);
  --voyager-box-shadow--accommodation-map--close-button: 0 0 8px rgba(0, 0, 0, .15);
  --voyager-box-shadow--glightbox: 1px 2px 9px 0 rgba(0, 0, 0, .65);
  --voyager-input-border-radius: 0;
  --voyager-input-border-color: transparent;
  --voyager-global-spacing--xsmall: 5px;
  --voyager-global-spacing--small: 15px;
  --voyager-global-spacing--medium: 30px;
  --voyager-global-spacing--large: 45px;
  --voyager-global-spacing--xlarge: 60px;
  --voyager-global-spacing--xxlarge: 90px;
  --voyager-global-spacing--xxxlarge: 120px;
  --voyager-global-spacing--site-horizontal-padding: var(--voyager-global-spacing--medium);
  --voyager-global-spacing--block-vertical-padding: var(--voyager-global-spacing--xxxlarge);
  --voyager-global-spacing--block-vertical-margin: var(--voyager-global-spacing--large);
  --voyager-global-spacing--block-vertical-large-margin: var(--voyager-global-spacing--xlarge);
  --voyager-global-spacing--block-vertical-xlarge-margin: var(--voyager-global-spacing--xxxlarge);
  --voyager-padding--button-small: var(--voyager-global-spacing--xsmall) var(--voyager-global-spacing--small);
  --voyager-padding--button-regular: var(--voyager-global-spacing--small) var(--voyager-global-spacing--medium);
  --voyager-padding--button-large: var(--voyager-global-spacing--medium) var(--voyager-global-spacing--large);
  --voyager-flex--button-large: 1 0 0;
  --voyager-width--arrow-button: 40px;
  --voyager-height--arrow-button: 40px;
  --voyager-global-maximum-content-width: 745px;
  --voyager-global-image-margin: var(--voyager-global-spacing--medium);
  --voyager-global-title-margin: var(--voyager-global-spacing--small);
  --voyager-global-paragraph-margin: var(--voyager-global-spacing--medium);
  --voyager-global-list-margin: var(--voyager-global-spacing--medium);
  --voyager-global-pre-heading-margin: var(--voyager-global-spacing--small);
  --voyager-global-sub-heading-margin: var(--voyager-global-spacing--small);
  --voyager-global-list-item-margin: var(--voyager-global-spacing--medium);
  --voyager-menu--width: 100vw;
}
@media only screen and (min-width: 688px) {
  :root {
    --voyager-width--arrow-button: 40px;
    --voyager-height--arrow-button: 40px;
    --voyager-menu--width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --voyager-flex--button-large: auto;
    --voyager-menu--width: 600px;
  }
}

.voyager-banner {
  position: relative;
  z-index: 1;
  max-width: 100vw;
  background-color: var(--voyager-color--white);
}
.voyager-banner__splide-track {
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  overflow: visible !important;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__splide-track {
    /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
    overflow: hidden !important;
  }
}
.voyager-banner__control-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--voyager-site-width);
  padding-block: 45.5px;
  padding-inline: max((100% - var(--voyager-site-width)) / 2, 15px);
}
.voyager-banner__control-bar li[role=presentation] {
  display: flex;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__control-bar {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding-block: 33px;
  }
}
.voyager-banner__item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  min-height: unset;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__item {
    min-height: 621px;
    flex-direction: row;
  }
}
.voyager-banner__image-wrapper {
  position: relative;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 258px;
  overflow-y: hidden;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__image-wrapper {
    position: absolute;
  }
}
.voyager-banner .voyager-banner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-banner__icon {
  max-width: 80px;
}
.voyager-banner__image, .block-editor__container .voyager-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voyager-banner__container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 1;
  max-width: calc(var(--voyager-site-width) + 30px);
  height: 100%;
  padding-block: 0;
  padding-inline: 15px;
  margin-top: -13.5px;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__container {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-block: 72px;
    margin-top: 0;
  }
}
.voyager-banner__text-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  width: min(100%, 390px);
  align-self: stretch;
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--white);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.1);
  padding-block: 30px;
  padding-inline: 30px;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__text-wrapper {
    box-shadow: unset;
    aspect-ratio: 39/47;
    padding-block: 50px;
    padding-inline: 40px;
  }
}
.voyager-banner__pre-heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-pre-heading-margin);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__pre-heading {
    margin-bottom: 15px;
  }
}
.voyager-banner__heading {
  margin-top: 0;
  margin-bottom: 20px;
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__heading {
    margin-bottom: 15px;
  }
}
.voyager-banner__sub-heading {
  font-size: min(max(1.25rem,0.38vw + 1.11rem), 1.5625rem);
  font-size: clamp(1.25rem, 0.38vw + 1.11rem, 1.56rem);
  line-height: min(max(2rem,0.3vw + 1.89rem), 2.25rem);
  line-height: clamp(2rem, 0.3vw + 1.89rem, 2.25rem);
  letter-spacing: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__sub-heading {
    letter-spacing: 0.02em;
  }
}
.voyager-banner__sub-heading {
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 500;
  margin-block: var(--voyager-global-sub-heading-margin);
}
.voyager-banner__textarea {
  margin-top: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__textarea {
    margin-bottom: 40px;
  }
}
.voyager-banner__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  min-height: 400px;
  align-items: center;
}
@media only screen and (min-width: 688px) {
  .voyager-banner__wrapper {
    min-height: 621px;
  }
}
.voyager-banner__wrapper {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-banner__wrapper {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-banner__wrapper.voyager-banner--carousel {
  display: block;
}
.voyager-banner__buttons {
  justify-content: flex-start;
}
.voyager-banner--variation-parallax .voyager-banner__image {
  visibility: hidden;
}
.voyager-banner--variation-parallax .voyager-banner__image-wrapper {
  overflow: hidden;
  position: absolute;
  background-attachment: scroll;
  background-position: 50% 50%;
  background-size: 0;
  clip-path: inset(0 0 0 0);
  min-height: inherit;
}
.voyager-banner--variation-parallax .voyager-banner__image-wrapper::after {
  content: "";
  position: fixed;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: inherit;
  pointer-events: none;
  will-change: transform;
  background-position: inherit;
  background-repeat: inherit;
  background-size: cover;
}
.voyager-banner--text-left-aligned .voyager-banner__text-wrapper {
  text-align: left;
}
.voyager-banner--text-center-aligned .voyager-banner__text-wrapper {
  text-align: center;
}
.voyager-banner--text-center-aligned .voyager-banner__buttons {
  justify-content: center;
}
.voyager-banner--text-right-aligned .voyager-banner__text-wrapper {
  text-align: right;
}
.voyager-banner--text-right-aligned .voyager-banner__buttons {
  justify-content: flex-end;
}

.voyager-booking-panel {
  display: inline-flex;
  flex-flow: row wrap;
}
.voyager-booking-panel__modal-button {
  width: 90px;
  height: 85px;
  color: var(--voyager-color--white);
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  line-height: 5.3125rem;
  text-align: center;
  background-color: var(--voyager-color--brand-seven);
  border: 0;
  cursor: pointer;
}
.voyager-booking-panel__card {
  position: relative;
  color: var(--voyager-color--brand-seven);
  font-size: 1rem;
  text-align: center;
  background-color: var(--voyager-color--brand-four);
}
.voyager-booking-panel__card--active, .voyager-booking-panel__card:hover {
  color: var(--voyager-color--brand-seven);
  background-color: var(--voyager-color--white);
}
.voyager-booking-panel--block {
  cursor: pointer;
}
.voyager-booking-panel__card-input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 0;
  outline: none;
  overflow: hidden;
}
.voyager-booking-panel__card-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel__card-content {
    flex-direction: row;
  }
}
.voyager-booking-panel__button {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  flex: var(--voyager-flex--button-large);
  font-size: min(max(16px,0.08vw + 0.97rem), 17px);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 23px;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  padding: var(--voyager-padding--button-large);
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
  border: 0;
  cursor: pointer;
}
.voyager-booking-panel__card-date {
  position: relative;
}
.voyager-booking-panel__card-date::before {
  bottom: -2px;
  left: 0;
  border-top: 1px solid var(--voyager-color--brand-seven);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
.voyager-booking-panel__card-day {
  margin-right: 0.5em;
}
.voyager-booking-panel__card-chevron {
  transition: transform 0.8s 0s ease-in-out;
  display: none;
  align-self: center;
  margin-left: 6px;
  font-size: 0.3125rem;
}
.voyager-booking-panel__card--active .voyager-booking-panel__card-chevron {
  transform: rotate(180deg);
}
.voyager-booking-panel--footer {
  width: 100vw;
  min-height: 70px;
  justify-content: center;
  padding: 15px;
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer {
    box-sizing: border-box;
    width: auto;
    padding: initial;
  }
}
.voyager-booking-panel--footer .voyager-booking-panel__card {
  width: 121px;
  height: 122px;
  width: 50%;
  height: 80px;
  border-right: 1px solid var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer .voyager-booking-panel__card {
    width: auto;
    height: auto;
  }
}
.voyager-booking-panel--footer .voyager-booking-panel__button {
  height: 48px;
  margin: 30px auto 0;
  padding: 0 40px;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-size: 1rem;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer .voyager-booking-panel__button {
    width: auto;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer .voyager-booking-panel__card-content,
  .voyager-booking-panel--footer .voyager-booking-panel__button {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.voyager-booking-panel--footer .voyager-booking-panel__card-title {
  margin-bottom: 1em;
  margin-bottom: 5px;
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer .voyager-booking-panel__card-title {
    margin-right: 1em;
    margin-bottom: 0;
  }
}
.voyager-booking-panel--footer .voyager-booking-panel__card-date {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.voyager-booking-panel--footer .voyager-booking-panel__card-day {
  margin-left: 0.5em;
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer.voyager-booking-panel--position-bottom {
    width: 100%;
    max-width: 659px;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--footer .voyager-booking-panel__card-chevron {
    display: block;
  }
}
.voyager-booking-panel--sidebar {
  width: 100vw;
  padding: 15px;
  background-color: var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--sidebar {
    width: 90px;
    flex-direction: column;
    padding: 0;
    background-color: transparent;
  }
}
.voyager-booking-panel--sidebar .voyager-booking-panel__card {
  width: 50%;
  height: 80px;
  border-right: 1px solid var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--sidebar .voyager-booking-panel__card {
    width: 100%;
    height: 85px;
    border-bottom: 1px solid var(--voyager-color--white);
  }
}
.voyager-booking-panel--sidebar .voyager-booking-panel--block {
  height: 85px;
  margin-top: 1px;
}
.voyager-booking-panel--sidebar .voyager-booking-panel__card-content {
  flex-direction: column;
}
.voyager-booking-panel--sidebar .voyager-booking-panel__card-date {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-booking-panel--sidebar .voyager-booking-panel__card-day {
  margin-right: 0.5em;
}
.voyager-booking-panel--sidebar .voyager-booking-panel__button {
  width: 100%;
  height: 58px;
  margin-top: 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--sidebar .voyager-booking-panel__button {
    height: 85px;
    margin-top: 1px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking-panel--sidebar .voyager-booking-panel__button {
    padding: 10px 15px;
  }
}
.voyager-booking-panel--square {
  width: 100vw;
  flex-wrap: wrap;
  padding: 15px;
  padding-top: var(--voyager-global-spacing--xlarge);
  background-color: var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--square {
    width: 298px;
    padding: 20px;
    padding-top: 70px;
    background-color: var(--voyager-color--white);
  }
}
.voyager-booking-panel--square .voyager-booking-panel__card-content {
  position: relative;
  flex-direction: column;
}
.voyager-booking-panel--square .voyager-booking-panel__card-checkin {
  margin-right: auto;
}
.voyager-booking-panel--square .voyager-booking-panel__card-date {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
}
.voyager-booking-panel--square .voyager-booking-panel__card-date::before {
  display: none;
}
.voyager-booking-panel--square .voyager-booking-panel__card-day {
  margin-right: 0;
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-booking-panel--square .voyager-booking-panel__card-month {
  position: relative;
  padding-bottom: 0.2em;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-booking-panel--square .voyager-booking-panel__card-month::before {
  bottom: 0;
  left: 0;
  border-top: 1px solid var(--voyager-color--brand-seven);
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  background: transparent;
}
.voyager-booking-panel--square .voyager-booking-panel__card {
  width: 121px;
  height: 122px;
  width: 50%;
  height: 80px;
  border-right: 1px solid var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-booking-panel--square .voyager-booking-panel__card {
    width: 121px;
    height: 122px;
    border: 0;
  }
}
.voyager-booking-panel--square .voyager-booking-panel__card-title {
  margin-bottom: 1em;
  position: absolute;
  top: -15px;
  width: 100%;
  font-size: 0.75rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  transform: translateY(-100%);
}
.voyager-booking-panel--square .voyager-booking-panel__button {
  height: 48px;
  margin: 30px auto 0;
  padding: 0 40px;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-size: 1rem;
  width: 100%;
  margin-top: 15px;
}
.voyager-booking-panel--position-left, .voyager-booking-panel--position-right, .voyager-booking-panel--position-bottom-left, .voyager-booking-panel--position-bottom-right, .voyager-booking-panel--position-bottom {
  position: fixed;
  z-index: 4;
}
.voyager-booking-panel--position-bottom {
  left: 50%;
  transform: translateX(-50%);
}
.voyager-booking-panel--position-bottom, .voyager-booking-panel--position-bottom-left, .voyager-booking-panel--position-bottom-right {
  bottom: 0;
}
.voyager-booking-panel--position-left, .voyager-booking-panel--position-right {
  top: 50%;
  transform: translateY(-50%);
}
.voyager-booking-panel--position-left, .voyager-booking-panel--position-bottom-left {
  left: 0;
}
.voyager-booking-panel--position-right, .voyager-booking-panel--position-bottom-right {
  right: 0;
}

.voyager-card__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-card__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-card__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-card__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-card__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-card__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-card__textarea em {
  font-style: italic;
}
.voyager-card__textarea strong {
  font-weight: 600;
}
.voyager-card__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-card__textarea .img {
  margin-top: 0.5em;
}
.voyager-card__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-card__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-card__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-card__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-card__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-card__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-card__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-card__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-card__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-card__inline-features-item {
  position: relative;
}
.voyager-card__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-card__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-card__category-list:last-child {
  margin-bottom: 0;
}
.voyager-card__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-card__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-card__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-card__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-card__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-card {
  position: relative;
  width: 100%;
  background-color: transparent;
}
.voyager-card__card-inner-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  flex: 1;
  row-gap: var(--voyager-global-spacing--small);
}
@media only screen and (min-width: 688px) {
  .voyager-card__card-inner-wrapper {
    row-gap: 22px;
  }
}
.voyager-card__image-wrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 145/179;
}
@media only screen and (min-width: 688px) {
  .voyager-card__image-wrapper {
    aspect-ratio: 20.5/25.3;
  }
}
.voyager-card__image {
  margin-bottom: 0;
}
.voyager-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-card__category-list {
  padding: var(--voyager-global-spacing--small);
  border: 1px solid var(--voyager-color--brand-four);
}
.voyager-card__category-list:last-child {
  margin-bottom: 0;
}
.voyager-card__category-content-wrapper {
  padding: 0;
}
.voyager-card__content-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  padding: 0;
  text-align: start;
  row-gap: 10px;
}
@media only screen and (min-width: 688px) {
  .voyager-card__content-wrapper {
    row-gap: var(--voyager-global-spacing--small);
  }
}
.voyager-card__heading {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--voyager-color--brand-five);
}
.voyager-card__sub-heading {
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  color: var(--voyager-color--brand-five);
}
.voyager-card__textarea {
  display: none;
  text-align: start;
}
.voyager-card__buttons {
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 0;
  -moz-column-gap: var(--voyager-global-spacing--small);
       column-gap: var(--voyager-global-spacing--small);
}
.voyager-card__button_anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  padding-block: 10px;
  padding-inline: 0;
}
.voyager-card__button_anchor::before {
  content: "";
  position: static;
  z-index: 1;
  display: block;
  width: 10px;
  height: 2px;
  background: var(--voyager-color--brand-seven);
  transform-origin: 0%;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-card__button_anchor:active, .voyager-card__button_anchor:focus {
  color: var(--voyager-color--brand-five);
  background-color: transparent;
}
@media only screen and (min-width: 688px) {
  .voyager-card__button_anchor {
    gap: 20px;
  }
  .voyager-card__button_anchor:hover {
    gap: 10px;
    color: var(--voyager-color--brand-seven);
    background-color: transparent;
  }
  .voyager-card__button_anchor:hover::before {
    width: 30px;
  }
}
.voyager-card__button_anchor {
  min-height: 43px;
  padding: 0;
  border: 0 solid transparent;
}
.voyager-card--bottom-text .voyager-card {
  background-color: var(--voyager-color--white);
}
.voyager-card--bottom-text .voyager-card__card-inner-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr minmax(120px, auto);
  gap: 0 0;
  grid-auto-flow: row;
}
.voyager-card--bottom-text .voyager-card__image-wrapper {
  grid-area: 1/1/3/2;
  position: relative;
  height: 300px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .voyager-card--bottom-text .voyager-card__image-wrapper {
    height: 400px;
  }
}
.voyager-card--bottom-text .voyager-card__image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.voyager-card--bottom-text .voyager-card__content-wrapper {
  z-index: 1;
  margin: 0 var(--voyager-global-spacing--small) var(--voyager-global-spacing--small);
  text-align: center;
  grid-area: 2/1/4/2;
  justify-self: center;
  box-shadow: var(--voyager-box-shadow--card--default);
}
@media only screen and (min-width: 992px) {
  .voyager-card--bottom-text .voyager-card__content-wrapper {
    padding: var(--voyager-global-spacing--small) var(--voyager-global-spacing--medium);
  }
}
.voyager-card--full-background .voyager-card {
  min-height: 460px;
}
.voyager-card--full-background .voyager-card__card-inner-wrapper {
  display: grid;
  width: 100%;
  height: 100%;
  gap: 0 0;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
}
.voyager-card--full-background .voyager-card__image-wrapper::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1;
}
.voyager-card--full-background .voyager-card__image {
  position: absolute;
}
.voyager-card--full-background .voyager-card__image-wrapper,
.voyager-card--full-background .voyager-card__content-wrapper {
  grid-area: 1/1/2/2;
}
.voyager-card--full-background .voyager-card__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 1;
  padding: var(--voyager-global-spacing--small);
  background: var(--voyager-color--white);
  flex-grow: 1;
  margin: min(max(30px,1.14vw + 1.45rem), 45px);
  margin: clamp(1.88rem, 1.14vw + 1.45rem, 2.81rem);
}
@media only screen and (min-width: 992px) {
  .voyager-card--full-background .voyager-card__content-wrapper {
    padding: 40px 50px;
  }
}

.voyager-card-grid {
  position: relative;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-card-grid {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-card-grid {
  max-width: 100vw;
}
.voyager-card-grid__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  -moz-column-gap: clamp(var(--voyager-global-spacing--large), var(--voyager-global-spacing--xxlarge), var(--voyager-global-spacing--xxlarge));
       column-gap: clamp(var(--voyager-global-spacing--large), var(--voyager-global-spacing--xxlarge), var(--voyager-global-spacing--xxlarge));
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-card-grid__container {
    row-gap: var(--voyager-global-spacing--large);
  }
}
.voyager-card-grid__intro-text {
  row-gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-card-grid__intro-text {
    row-gap: var(--voyager-global-spacing--medium);
  }
}
.voyager-card-grid__intro-text-heading {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card-grid__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: clamp(var(--voyager-global-spacing--large), var(--voyager-global-spacing--xxlarge), var(--voyager-global-spacing--xxlarge));
       column-gap: clamp(var(--voyager-global-spacing--large), var(--voyager-global-spacing--xxlarge), var(--voyager-global-spacing--xxlarge));
  row-gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-card-grid__wrapper {
    row-gap: var(--voyager-global-spacing--large);
  }
}
.voyager-card-grid__wrapper {
  padding: 0;
}
.voyager-card-grid .voyager-card-grid__card-icon {
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-card-grid .voyager-card-grid__card-icon svg {
  max-width: 54px;
}
.voyager-card-grid__buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
  margin-top: var(--voyager-global-spacing--medium);
}
.voyager-card-grid--layout-three-cards .voyager-card-grid__card {
  max-width: 100%;
}
@media only screen and (min-width: 688px) {
  .voyager-card-grid--layout-three-cards .voyager-card-grid__card {
    max-width: calc(33% - var(--voyager-global-spacing--medium) * 2);
  }
}
.voyager-card-grid--layout-two-cards .voyager-card-grid__card {
  max-width: 100%;
}
@media only screen and (min-width: 688px) {
  .voyager-card-grid--layout-two-cards .voyager-card-grid__card {
    max-width: 50vw;
    flex: 1 1 45%;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-card-grid--layout-five-cards .voyager-card-grid__wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .voyager-card-grid--layout-five-cards .voyager-card-grid__card {
    grid-column: span 2;
    margin: 0;
  }
  .voyager-card-grid--layout-five-cards .voyager-card-grid__card1,
  .voyager-card-grid--layout-five-cards .voyager-card-grid__card2 {
    grid-column: span 3;
  }
}
.voyager-card-grid__filter-menu {
  display: none;
  flex-direction: column;
}
@media only screen and (min-width: 688px) {
  .voyager-card-grid__filter-menu {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: var(--voyager-global-spacing--medium);
    border-bottom: 2px solid var(--voyager-color--brand-seven);
  }
}
.voyager-card-grid__filter-menu-item {
  position: relative;
}
.voyager-card-grid__filter-menu-item.is-active {
  color: var(--voyager-color--brand-two);
}
.voyager-card-grid__filter-menu-item.is-active::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 5px;
  background: var(--voyager-color--brand-two);
  bottom: 0;
  left: 0;
  border-radius: 3px;
  transform: translateY(3px);
}
@media only screen and (min-width: 688px) {
  .voyager-card-grid__filter-menu-item.is-active::after {
    display: block;
  }
}
.voyager-card-grid__filter-menu-button {
  padding: var(--voyager-global-spacing--small) var(--voyager-global-spacing--medium);
  color: var(--voyager-color--brand-seven);
  text-transform: capitalize;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-card-grid--variation-filter .voyager-card-grid__card:not(.is-active) {
  display: none;
}

.voyager-carousel {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-carousel {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
  padding-inline: 20px;
}
@media only screen and (min-width: 1312px) {
  .voyager-carousel {
    padding-inline: 0;
  }
}
.voyager-carousel__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 100%;
  padding-inline: 0;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-carousel__container {
    row-gap: 50px;
  }
}
.voyager-carousel__intro-text--align-center {
  text-align: center;
}
.voyager-carousel__intro-text--align-left {
  text-align: left;
}
.voyager-carousel--variation-default {
  margin-block: 0;
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-carousel--variation-default {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
.voyager-carousel--variation-default {
  background-color: var(--voyager-color--brand-four);
}
.voyager-carousel--variation-default:has(+ .voyager-text-content--styles-with-background), .voyager-carousel--variation-default:has(+ .voyager-features), .voyager-carousel--variation-default:has(+ .voyager-instagram-feed), .voyager-carousel--variation-default:has(+ .voyager-carousel--variation-default), .voyager-carousel--variation-default:has(+ .voyager-fifty-fifty--variation-default), .voyager-carousel--variation-default:has(+ .voyager-fifty-fifty--variation-with-background) {
  /* stylelint-disable-next-line declaration-no-important -- Can't outdo specificity of another element. */
  padding-bottom: 0 !important;
}
.voyager-carousel__filter {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 1;
  width: 100%;
  padding-bottom: 10px;
  border: transparent;
  transform: rotate(0deg);
}
@media only screen and (min-width: 992px) {
  .voyager-carousel__filter {
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 14px;
  }
}
.voyager-carousel__filter {
  transition: all 0.8s 0s ease-in-out;
}
.voyager-carousel__filter.filter-dropdown-active .voyager-carousel__filter-arrow {
  transform: rotate(90deg);
}
.voyager-carousel__filter.filter-dropdown-active .voyager-carousel__filter-items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  box-shadow: var(--voyager-box-shadow--menu--default);
}
.voyager-carousel__filter-selected-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--white);
  border: 1px solid var(--voyager-color--brand-five);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  padding-block: 15px;
  padding-inline: 20px;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.625rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-selected-item {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-selected-item {
    display: none;
  }
}
.voyager-carousel__filter-selected-item br {
  display: none;
}
.voyager-carousel__filter-arrow {
  display: block;
  width: 12px;
  height: auto;
}
.voyager-carousel__filter-items {
  position: absolute;
  top: 100%;
  display: none;
  width: 100%;
  align-self: stretch;
  flex-direction: column;
  background-color: var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-items {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    position: static;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    -moz-column-gap: var(--voyager-global-spacing--small);
         column-gap: var(--voyager-global-spacing--small);
  }
}
.voyager-carousel__filter-item {
  position: relative;
  align-self: stretch;
  color: var(--voyager-color--brand-five);
  cursor: pointer;
  padding-block: 15px;
  padding-inline: 20px;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.625rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: none;
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-item {
    text-transform: uppercase;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-item {
    padding-block: 10px;
    padding-inline: 40px;
  }
}
.voyager-carousel__filter-item {
  transition: all 0.8s 0s ease-in-out;
}
.voyager-carousel__filter-item:hover {
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--brand-four);
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-item:hover {
    background-color: transparent;
  }
}
.voyager-carousel__filter-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: none;
  width: 100%;
  height: 3px;
  background: transparent;
  bottom: 0;
  left: 0;
  transition: all 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-item::after {
    display: block;
  }
}
.voyager-carousel__filter-item.is-active {
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--brand-four);
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__filter-item.is-active {
    background-color: transparent;
  }
}
.voyager-carousel__filter-item.is-active::after {
  background: var(--voyager-color--brand-five);
}
.voyager-carousel__splide-filter-popup {
  position: relative;
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__splide-filter-popup .voyager-carousel__card-textarea,
  .voyager-carousel__splide-filter-popup .voyager-card__voyager-buttons {
    display: none;
  }
}
.voyager-carousel__card {
  max-width: none;
  height: 100%;
  margin: 0;
}
.voyager-carousel__buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--xsmall);
  margin-top: var(--voyager-global-spacing--medium);
}
.voyager-carousel__control-bar {
  margin-top: 30px;
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__control-bar {
    margin-top: 50px;
  }
}
.voyager-carousel__price-tag {
  font-weight: 700;
}
.voyager-carousel__popup {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-carousel__popup {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--voyager-color--white);
  }
}
.voyager-carousel__popup-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}
.voyager-carousel__popup-image {
  flex: 1;
  padding: var(--voyager-global-spacing--small);
  background-position: center;
  background-size: cover;
}
.voyager-carousel__popup-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  padding: var(--voyager-global-spacing--small);
  text-align: center;
}
.voyager-carousel__popup-slider {
  width: 70%;
}
.voyager-carousel__popup-buttons {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  gap: var(--voyager-global-spacing--small);
  margin-top: var(--voyager-global-spacing--small);
  padding-bottom: var(--voyager-global-spacing--small);
}
.voyager-carousel__popup-close {
  position: absolute;
  right: var(--voyager-global-spacing--medium);
  cursor: pointer;
}
.voyager-carousel__popup-close-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  overflow: hidden;
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  word-wrap: normal !important;
}
.voyager-carousel__popup-close-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: var(--voyager-color--input-text-color);
  font-size: 1em;
  line-height: normal;
  background-color: var(--voyager-color--input-keyline-focus-color);
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  clip: auto !important;
  clip-path: none;
  text-decoration: none;
}
.voyager-category-list__item, .voyager-category-list__option-list, .voyager-category-list__option-item {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-category-list__category, .voyager-category-list__category-heading {
  margin-bottom: var(--voyager-global-spacing--xlarge);
}
.voyager-category-list__category-items, .voyager-category-list__option-list {
  list-style: none;
  padding: 0;
}
.voyager-category-list__image-wrapper {
  width: 100%;
  max-width: 200px;
  padding-right: var(--voyager-global-spacing--medium);
}
.voyager-category-list__item-title, .voyager-category-list__item-description {
  margin: 0 0 0.5em;
}
.voyager-category-list__option-icon-wrapper {
  margin-right: var(--voyager-global-spacing--small);
}

.voyager-columns {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-columns {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-columns__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-columns__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-columns__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-columns__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-columns__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-columns__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-columns__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-columns__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-columns__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-columns__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-columns__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-columns__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-columns__textarea em {
  font-style: italic;
}
.voyager-columns__textarea strong {
  font-weight: 600;
}
.voyager-columns__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-columns__textarea .img {
  margin-top: 0.5em;
}
.voyager-columns__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-columns__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-columns__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-columns__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-columns__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-columns__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-columns__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-columns__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-columns__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-columns__inline-features-item {
  position: relative;
}
.voyager-columns__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-columns__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-columns__category-list:last-child {
  margin-bottom: 0;
}
.voyager-columns__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-columns__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-columns__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-columns__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-columns__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-columns__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--medium);
}
.voyager-columns__image {
  width: 100%;
  height: 300px;
}
.voyager-columns__svg-icon {
  width: auto;
}
.voyager-columns .voyager-columns__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-columns .voyager-columns__column {
  width: 100%;
  flex: 1 1 100%;
}
@media only screen and (min-width: 688px) {
  .voyager-columns--three-column .voyager-columns__column, .voyager-columns--four-column .voyager-columns__column, .voyager-columns--five-column .voyager-columns__column, .voyager-columns--six-column .voyager-columns__column {
    max-width: 50%;
    flex: 1 1 48%;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-columns--three-column .voyager-columns__column {
    max-width: 33.3%;
    flex: 1 1 30%;
  }
  .voyager-columns--four-column .voyager-columns__column {
    max-width: 25%;
    flex: 1 1 23%;
  }
  .voyager-columns--five-column .voyager-columns__column {
    max-width: 20%;
    flex: 1 1 18%;
  }
  .voyager-columns--six-column .voyager-columns__column {
    max-width: 16.6%;
    flex: 1 1 13%;
  }
}
.voyager-columns__mobile-carousel {
  display: none;
}
.voyager-columns.js-mobile-splide-active .voyager-columns__column .voyager-columns__image {
  display: none;
}
@media only screen and (min-width: 992px) {
  .voyager-columns.js-mobile-splide-active .voyager-columns__column .voyager-columns__image {
    display: block;
  }
}
.voyager-columns.js-mobile-splide-active .voyager-columns__mobile-carousel {
  display: block;
}

.voyager-features {
  max-width: 100vw;
  background-color: var(--voyager-color--brand-four);
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-features {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
.voyager-features:has(+ .voyager-text-content--styles-with-background), .voyager-features:has(+ .voyager-features), .voyager-features:has(+ .voyager-instagram-feed), .voyager-features:has(+ .voyager-carousel--variation-default), .voyager-features:has(+ .voyager-fifty-fifty--variation-default), .voyager-features:has(+ .voyager-fifty-fifty--variation-with-background) {
  /* stylelint-disable-next-line declaration-no-important -- Can't outdo specificity of another element. */
  padding-bottom: 0 !important;
}
.voyager-features__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: calc(var(--voyager-global-spacing--large) + var(--voyager-global-spacing--xsmall));
}
.voyager-features__text-container {
  margin: 0 auto;
}
.voyager-features__intro-text {
  display: block;
  margin: 0;
}
.voyager-features__intro-text-pre-heading {
  margin: 0;
}
.voyager-features__intro-text-heading {
  margin: 0;
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-features .voyager-features__heading {
  margin-top: 0;
}
.voyager-features-buttons {
  margin: var(--voyager-global-spacing--small) 0;
}
.voyager-features__features {
  max-width: 100%;
}
.voyager-features__splide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: var(--voyager-global-spacing--xlarge);
}
.voyager-features__splide-track {
  max-width: 100%;
}
.voyager-features__splide-list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100%;
}
.voyager-features__splide-slide {
  max-width: 100%;
}
.voyager-features__feature {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
}
@media only screen and (min-width: 688px) {
  .voyager-features__feature {
    justify-content: flex-start;
  }
}
.voyager-features__feature-icon {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 40px;
  aspect-ratio: 1/1;
}
.voyager-features__feature-icon svg {
  width: auto;
  height: auto;
}
.voyager-features__feature-caption {
  overflow: auto;
  color: var(--voyager-color--brand-five);
  font-size: 0.9375rem;
  line-height: 1.6875rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-features__control-bar {
  display: block;
}
.voyager-features--variation-grid .voyager-features__features {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: var(--voyager-global-spacing--medium);
  padding: 0 var(--voyager-global-spacing--small);
  row-gap: var(--voyager-global-spacing--small);
}
@media only screen and (min-width: 688px) {
  .voyager-features--variation-grid .voyager-features__features {
    margin-top: var(--voyager-global-spacing--large);
    padding: 0;
    row-gap: var(--voyager-global-spacing--large);
  }
}
.voyager-features--variation-grid .voyager-features__features .voyager-features__feature {
  width: 100%;
  padding-right: var(--voyager-global-spacing--small);
}
@media only screen and (min-width: 688px) {
  .voyager-features--variation-grid .voyager-features__features .voyager-features__feature {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-features--variation-grid .voyager-features__features .voyager-features__feature {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-features--variation-carousel .voyager-features__arrow.is-style-progress {
    top: calc(50% - 45px);
    border: 0;
  }
  .voyager-features--variation-carousel .voyager-features__arrow.is-style-progress--left {
    transform: translateX(-80px);
  }
  .voyager-features--variation-carousel .voyager-features__arrow.is-style-progress--right {
    transform: translateX(80px);
  }
}
.voyager-features--variation-carousel .voyager-features__splide-slide {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 var(--voyager-global-spacing--medium);
}
.voyager-features--variation-carousel .splide__slide__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-features--variation-carousel .voyager-features__features .voyager-features__feature.splide__slide--col {
  width: 85%;
}
.voyager-features--variation-carousel .voyager-features__features .voyager-features__feature {
  justify-content: center;
  padding: 22.5px 0 22.5px 15px;
}
@media only screen and (min-width: 688px) {
  .voyager-features--variation-carousel .voyager-features__features .voyager-features__feature {
    justify-content: left;
  }
}
.voyager-features--variation-carousel .voyager-features__splide-track {
  padding: 7.5px;
  background-color: var(--voyager-color--brand-three);
}

.voyager-fifty-fifty__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-fifty-fifty__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-fifty-fifty__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-fifty-fifty__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-fifty-fifty__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-fifty-fifty__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-fifty-fifty__textarea em {
  font-style: italic;
}
.voyager-fifty-fifty__textarea strong {
  font-weight: 600;
}
.voyager-fifty-fifty__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-fifty-fifty__textarea .img {
  margin-top: 0.5em;
}
.voyager-fifty-fifty__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-fifty-fifty__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-fifty-fifty__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-fifty-fifty__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-fifty-fifty__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-fifty-fifty__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-fifty-fifty__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-fifty-fifty__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-fifty-fifty__inline-features-item {
  position: relative;
}
.voyager-fifty-fifty__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-fifty-fifty__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-fifty-fifty__category-list:last-child {
  margin-bottom: 0;
}
.voyager-fifty-fifty__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-fifty-fifty__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-fifty-fifty__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-fifty-fifty__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-fifty-fifty__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-fifty-fifty {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-fifty-fifty {
  max-width: 100vw;
}
.voyager-fifty-fifty__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1560px;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__container {
    row-gap: calc(var(--voyager-global-spacing--large) + var(--voyager-global-spacing--xsmall));
  }
}
.voyager-fifty-fifty__columns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  row-gap: var(--voyager-global-spacing--medium);
  -moz-column-gap: 17.5px;
       column-gap: 17.5px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty__columns {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty__columns {
    justify-content: center;
    -moz-column-gap: clamp(var(--voyager-global-spacing--medium), 140px, 140px);
         column-gap: clamp(var(--voyager-global-spacing--medium), 140px, 140px);
  }
}
.voyager-fifty-fifty__column {
  position: relative;
  display: flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__column {
    max-width: calc(50% - 35px);
  }
  .voyager-fifty-fifty__column.voyager-fifty-fifty__column-on-top {
    order: initial;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty__column {
    max-width: calc(50% - 70px);
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty__column {
    max-width: calc(50% - 140px);
  }
}
.voyager-fifty-fifty__column--left:has(.video-js), .voyager-fifty-fifty__column--right:has(.video-js) {
  display: none;
  width: min(610px, 100%);
  align-self: stretch;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__column--left:has(.video-js), .voyager-fifty-fifty__column--right:has(.video-js) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.voyager-fifty-fifty__content-wrapper-left-column, .voyager-fifty-fifty__content-wrapper-right-column {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
}
.voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)) .voyager-fifty-fifty__image, .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)) .voyager-fifty-fifty__image {
  display: none;
  width: min(346px, 100%);
  height: auto;
  aspect-ratio: 346/342;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)) .voyager-fifty-fifty__image, .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)) .voyager-fifty-fifty__image {
    display: block;
  }
}
.voyager-fifty-fifty__content-wrapper-left-column:has(*:not(picture)), .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(picture)) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(picture)), .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(picture)) {
    align-items: flex-start;
  }
}
.voyager-fifty-fifty__content-wrapper-left-column:has(.video-js), .voyager-fifty-fifty__content-wrapper-right-column:has(.video-js) {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__content-wrapper-left-column, .voyager-fifty-fifty__content-wrapper-right-column {
    align-items: flex-start;
    text-align: start;
  }
}
.voyager-fifty-fifty__image {
  display: block;
  width: min(610px, 100%);
  height: auto;
  aspect-ratio: 610/675;
}
.voyager-fifty-fifty__video {
  display: block;
  width: min(610px, 100%);
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-fifty-fifty__video .vjs-tech {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-fifty-fifty__video .vjs-poster {
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-fifty-fifty__video .vjs-poster img {
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-fifty-fifty__video-controls {
  position: absolute;
  right: unset;
  bottom: unset;
  width: 100%;
  height: 100%;
}
.voyager-fifty-fifty .voyager-fifty-fifty__pre-heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-pre-heading-margin);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty .voyager-fifty-fifty__pre-heading {
    margin-bottom: 15px;
  }
}
.voyager-fifty-fifty .voyager-fifty-fifty__heading {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty .voyager-fifty-fifty__heading {
    margin-bottom: 20px;
  }
}
.voyager-fifty-fifty .voyager-fifty-fifty__textarea {
  margin-bottom: 20px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty .voyager-fifty-fifty__textarea {
    margin-bottom: 30px;
  }
}
.voyager-fifty-fifty__textarea-anchor {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: var(--voyager-color--brand-seven);
  text-decoration: none;
  row-gap: 0;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-fifty-fifty__textarea-anchor::after {
  content: "";
  position: static;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 1px;
  background: var(--voyager-color--brand-seven);
  transition: all 0.8s 0s ease-in-out;
}
.voyager-fifty-fifty__textarea-anchor:hover {
  color: var(--voyager-color--brand-five);
}
.voyager-fifty-fifty__textarea-anchor:hover::after {
  background-color: var(--voyager-color--brand-five);
}
.voyager-fifty-fifty__textarea-anchor:active {
  color: var(--voyager-color--brand-five);
}
.voyager-fifty-fifty__textarea-anchor:active::after {
  background-color: transparent;
}
.voyager-fifty-fifty .inline-features {
  margin-top: 0;
  margin-bottom: 35px;
  padding: 0;
}
.voyager-fifty-fifty__buttons {
  justify-content: center;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty__buttons {
    justify-content: flex-start;
  }
}
.voyager-fifty-fifty__textarea-unordered-list {
  text-align: start;
}
.voyager-fifty-fifty--variation-default .voyager-fifty-fifty__pre-heading {
  margin-bottom: 15px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default .voyager-fifty-fifty__pre-heading {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default .voyager-fifty-fifty__heading {
    margin-bottom: 30px;
  }
}
.voyager-fifty-fifty--variation-default .voyager-fifty-fifty__content-wrapper-right-column {
  justify-content: center;
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) {
  padding-bottom: 74px;
  background-color: transparent;
  margin-block: 0;
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) {
    padding-bottom: 120px;
  }
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__container {
  max-width: 1552px;
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__image {
  width: min(390px, 100%);
  height: auto;
  aspect-ratio: 65/72;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__image {
    width: min(610px, 100%);
    aspect-ratio: 610/675;
  }
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)),
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)) {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)),
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)) {
    display: block;
  }
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)),
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__content-wrapper-left-column:has(img):has(+ .voyager-fifty-fifty__content-wrapper-right-column:has(img)) .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)) {
  width: min(346px, 100%);
  height: auto;
  aspect-ratio: 346/342;
  margin-top: 5px;
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  -moz-column-gap: 22.5px;
       column-gap: 22.5px;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__columns {
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__columns {
    -moz-column-gap: 91px;
         column-gap: 91px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__columns {
    -moz-column-gap: clamp(var(--voyager-global-spacing--large) + var(--voyager-global-spacing--xsmall), 183px, 183px);
         column-gap: clamp(var(--voyager-global-spacing--large) + var(--voyager-global-spacing--xsmall), 183px, 183px);
  }
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__textarea {
  margin-bottom: 25px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__textarea {
    margin-bottom: 35px;
  }
}
.voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__image {
  width: 100%;
  max-width: 390px;
  aspect-ratio: 390/481;
  margin-bottom: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:has(.voyager-fifty-fifty__intro-text) .voyager-fifty-fifty__image {
    max-width: 533px;
    aspect-ratio: 533/658;
  }
}
.voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)) {
  background-color: var(--voyager-color--brand-three);
}
.voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text))::before {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text))::before {
    display: block;
  }
}
.voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)):has(+ .voyager-text-content--styles-with-background), .voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)):has(+ .voyager-features), .voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)):has(+ .voyager-instagram-feed), .voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)):has(+ .voyager-carousel--variation-default), .voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)):has(+ .voyager-fifty-fifty--variation-default), .voyager-fifty-fifty--variation-default:not(:has(.voyager-fifty-fifty__intro-text)):has(+ .voyager-fifty-fifty--variation-with-background) {
  /* stylelint-disable-next-line declaration-no-important -- Can't outdo specificity of another element. */
  padding-bottom: 0 !important;
}
.voyager-fifty-fifty--variation-centred, .voyager-fifty-fifty--variation-with-background {
  text-align: center;
}
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__columns, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__columns {
  align-items: center;
}
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__image, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__image {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__image, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__image {
    display: block;
  }
}
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)),
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)), .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)),
.voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)) {
  max-width: 498px;
  align-items: center;
  text-align: center;
}
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)) .voyager-fifty-fifty__image,
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)) .voyager-fifty-fifty__image, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__content-wrapper-left-column:has(*:not(img)):not(:has(.video-js)) .voyager-fifty-fifty__image,
.voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__content-wrapper-right-column:has(*:not(img)):not(:has(.video-js)) .voyager-fifty-fifty__image {
  display: block;
  margin-inline: auto;
}
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__column, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__column {
  text-align: center;
}
.voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__textarea, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__textarea {
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-centred .voyager-fifty-fifty__buttons, .voyager-fifty-fifty--variation-with-background .voyager-fifty-fifty__buttons {
    justify-content: center;
  }
}
.voyager-fifty-fifty--variation-with-background {
  background-color: var(--voyager-color--brand-four);
}
.voyager-fifty-fifty--variation-with-background::before {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-with-background::before {
    display: block;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-with-background__heading {
    margin-bottom: 40px;
  }
}
.voyager-fifty-fifty--variation-with-background:has(+ .voyager-text-content--styles-with-background), .voyager-fifty-fifty--variation-with-background:has(+ .voyager-features), .voyager-fifty-fifty--variation-with-background:has(+ .voyager-instagram-feed), .voyager-fifty-fifty--variation-with-background:has(+ .voyager-carousel--variation-default), .voyager-fifty-fifty--variation-with-background:has(+ .voyager-fifty-fifty--variation-default), .voyager-fifty-fifty--variation-with-background:has(+ .voyager-fifty-fifty--variation-with-background) {
  /* stylelint-disable-next-line declaration-no-important -- Can't outdo specificity of another element. */
  padding-bottom: 0 !important;
}
.voyager-fifty-fifty--mobile-right-column-top .voyager-fifty-fifty__column--right {
  order: -1;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--mobile-right-column-top .voyager-fifty-fifty__column--right {
    order: initial;
  }
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__container {
  max-width: 1700px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__container {
    padding-inline: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__container {
    padding-inline: 60px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__container {
    padding-inline: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__container {
    padding-inline: 110px;
  }
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: var(--voyager-global-spacing--xlarge);
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns:has(.voyager-fifty-fifty__column--right > .voyager-fifty-fifty__content-wrapper-right-column > .voyager-fifty-fifty__image:only-child) {
    grid-template-columns: 1fr 1.115fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns:has(.voyager-fifty-fifty__column--right > .voyager-fifty-fifty__content-wrapper-right-column > .voyager-fifty-fifty__image:only-child) {
    grid-template-columns: 0.75fr 1.115fr;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns:has(.voyager-fifty-fifty__column--right > .voyager-fifty-fifty__content-wrapper-right-column > .voyager-fifty-fifty__image:only-child) {
    grid-template-columns: 0.49fr 1.115fr;
    -moz-column-gap: clamp(var(--voyager-global-spacing--medium), 102px, 102px);
         column-gap: clamp(var(--voyager-global-spacing--medium), 102px, 102px);
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns:has(.voyager-fifty-fifty__column--left > .voyager-fifty-fifty__content-wrapper-left-column > .voyager-fifty-fifty__image:only-child) {
    grid-template-columns: 1.115fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns:has(.voyager-fifty-fifty__column--left > .voyager-fifty-fifty__content-wrapper-left-column > .voyager-fifty-fifty__image:only-child) {
    grid-template-columns: 1.115fr 0.75fr;
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__columns:has(.voyager-fifty-fifty__column--left > .voyager-fifty-fifty__content-wrapper-left-column > .voyager-fifty-fifty__image:only-child) {
    grid-template-columns: 1.115fr 0.49fr;
    -moz-column-gap: clamp(var(--voyager-global-spacing--medium), 102px, 102px);
         column-gap: clamp(var(--voyager-global-spacing--medium), 102px, 102px);
  }
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__column {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__heading,
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__textarea {
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__heading,
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__textarea {
    text-align: start;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__heading {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__textarea {
    margin-bottom: 40px;
  }
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__textarea-paragraph {
  margin-bottom: 31px;
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__image {
  width: min(1115px, 100%);
  height: auto;
  aspect-ratio: 223/124;
}
.voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__content-wrapper-left-column {
  align-items: center;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty--variation-large-image .voyager-fifty-fifty__content-wrapper-left-column {
    align-items: flex-start;
  }
}
.voyager-fifty-fifty .video-js {
  width: 100%;
  width: min(610px, 100%);
  max-width: 610px;
  height: auto;
  max-height: 100%;
  background-color: transparent;
  aspect-ratio: 610/675;
}
.voyager-fifty-fifty .video-js .vjs-tech {
  position: static;
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-fifty-fifty .video-js .vjs-control-bar {
  display: none;
}

:not(.without-hero) .voyager-fifty-fifty:not(.voyager-fifty-fifty--variation-large-image):nth-child(2) :not(.without-hero) .voyager-fifty-fifty:not(.voyager-fifty-fifty--variation-large-image) __image {
  max-width: 390px;
  aspect-ratio: 390/481;
}
@media only screen and (min-width: 688px) {
  :not(.without-hero) .voyager-fifty-fifty:not(.voyager-fifty-fifty--variation-large-image):nth-child(2) :not(.without-hero) .voyager-fifty-fifty:not(.voyager-fifty-fifty--variation-large-image) __image {
    max-width: 533px;
    aspect-ratio: 533/658;
  }
}

.voyager-fifty-fifty-gallery__image {
  width: 100%;
}
.voyager-fifty-fifty-gallery__splide-list {
  width: 100%;
  max-width: 610px;
  height: auto;
  aspect-ratio: 122/135;
}
.voyager-fifty-fifty-gallery__control-bar {
  position: absolute;
  top: 30px;
  right: 30px;
}
.voyager-fifty-fifty-gallery__pagination {
  gap: 8px;
}
.voyager-fifty-fifty-gallery__pagination-item {
  display: flex;
}
.voyager-fifty-fifty-gallery__pagination-button {
  width: 12px;
  height: 12px;
  background: var(--voyager-color--white);
  border-radius: 50%;
  opacity: 0.5;
}
.voyager-fifty-fifty-gallery__pagination-button.is-active {
  width: 12px;
  background: var(--voyager-color--white);
  opacity: 1;
}

.voyager-fifty-fifty-slider__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-fifty-fifty-slider__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-fifty-fifty-slider__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-fifty-fifty-slider__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-fifty-fifty-slider__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-fifty-fifty-slider__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-fifty-fifty-slider__textarea em {
  font-style: italic;
}
.voyager-fifty-fifty-slider__textarea strong {
  font-weight: 600;
}
.voyager-fifty-fifty-slider__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-fifty-fifty-slider__textarea .img {
  margin-top: 0.5em;
}
.voyager-fifty-fifty-slider__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-fifty-fifty-slider__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-fifty-fifty-slider__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-fifty-fifty-slider__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty-slider__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-fifty-fifty-slider__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-fifty-fifty-slider__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-fifty-fifty-slider__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-fifty-fifty-slider__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-fifty-fifty-slider__inline-features-item {
  position: relative;
}
.voyager-fifty-fifty-slider__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-fifty-fifty-slider__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-fifty-fifty-slider__category-list:last-child {
  margin-bottom: 0;
}
.voyager-fifty-fifty-slider__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-fifty-fifty-slider__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-fifty-fifty-slider__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-fifty-fifty-slider__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-fifty-fifty-slider__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-fifty-fifty-slider {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty-slider {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-fifty-fifty-slider {
  max-width: 100vw;
}
.voyager-fifty-fifty-slider__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1560px;
}
.voyager-fifty-fifty-slider__wrapper {
  padding-inline: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty-slider__wrapper {
    padding-inline: 0;
  }
}
.voyager-fifty-fifty-slider__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: var(--voyager-global-spacing--large);
  -moz-column-gap: 17.5px;
       column-gap: 17.5px;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty-slider__row {
    flex-direction: row;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty-slider__row {
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty-slider__row {
    justify-content: center;
    -moz-column-gap: clamp(var(--voyager-global-spacing--medium), 140px, 140px);
         column-gap: clamp(var(--voyager-global-spacing--medium), 140px, 140px);
  }
}
.voyager-fifty-fifty-slider__content-wrapper {
  padding: var(--voyager-global-spacing--medium) var(--voyager-global-spacing--large);
}
.voyager-fifty-fifty-slider__content-wrapper-left-column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 498px;
}
.voyager-fifty-fifty-slider__heading {
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-fifty-fifty-slider__image {
  display: block;
  width: auto;
  height: 346px;
  aspect-ratio: 1/1;
}
.voyager-fifty-fifty-slider__textarea {
  text-align: center;
}
.voyager-fifty-fifty-slider__buttons {
  justify-content: center;
}
.voyager-fifty-fifty-slider__column--right {
  display: none;
  max-width: 610px;
}
@media only screen and (min-width: 992px) {
  .voyager-fifty-fifty-slider__column--right {
    display: block;
  }
}
.voyager-fifty-fifty-slider__splide-list {
  width: 610px;
  height: 675px;
  aspect-ratio: 122/135;
}
.voyager-fifty-fifty-slider .voyager-fifty-fifty-slider__video {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 280px;
  margin-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 688px) {
  .voyager-fifty-fifty-slider .voyager-fifty-fifty-slider__video {
    height: 300px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-fifty-fifty-slider .voyager-fifty-fifty-slider__video {
    height: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-fifty-fifty-slider .voyager-fifty-fifty-slider__video {
    height: 350px;
  }
}
.voyager-fifty-fifty-slider .voyager-fifty-fifty-slider__video .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-fifty-fifty-slider__control-bar {
  margin-top: var(--voyager-global-spacing--large);
}
.voyager-fifty-fifty-slider__arrows-wrapper {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  width: calc(100% + 280px + 280px);
  height: 0;
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
.voyager-fifty-fifty-slider__arrows-button {
  flex-direction: column;
}
.voyager-fifty-fifty-slider__arrow-text {
  position: absolute;
  width: calc(280px - var());
  padding: 3px 6px;
  color: var(--voyager-color--white);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 2.5px;
}
.voyager-fifty-fifty-slider__arrow-text:empty {
  display: none;
}
.voyager-fifty-fifty-slider__arrow-text--prev {
  transform: translateX(100%);
}
.voyager-fifty-fifty-slider__arrow-text--next {
  transform: translateX(-100%);
}
.voyager-fifty-fifty-slider__arrows-icon--prev:before {
  content: "\e802";
}
.voyager-fifty-fifty-slider__arrows-icon--next:before {
  content: "\e800";
}
.voyager-fifty-fifty-slider__arrows-button--prev {
  left: 0;
  align-items: flex-end;
}
.voyager-fifty-fifty-slider__arrows-button--next {
  right: 0;
  align-items: flex-start;
}
.voyager-fifty-fifty-slider__arrows-icon {
  font-size: 1.875rem;
}

input:not([type*=checkbox]):not([type*=submit]) {
  display: inline-block;
  width: 100%;
  min-height: 38px;
  background-color: transparent;
  border: 0 solid transparent;
  vertical-align: top;
  padding-inline: 20px;
  padding-block: 11px;
  font-size: min(max(0.875rem,0.15vw + 0.82rem), 1rem);
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 1rem);
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}
input:not([type*=checkbox]):not([type*=submit]):focus {
  border-color: var(--voyager-color--brand-one);
  outline: none;
}

.gform {
  max-width: 100vw;
}
.gform_heading {
  display: none;
}
.gform_body {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.gform_body .ginput_container {
  width: 100%;
}
.gform_body .ginput_container_consent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
.gform_body input:not([type=checkbox]):not([type*=submit]) {
  min-height: 52px;
}
.gform_fields {
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  row-gap: 30px !important;
}
@media only screen and (min-width: 992px) {
  .gform_fields {
    /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
    -moz-column-gap: 60px !important;
         column-gap: 60px !important;
    /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
    row-gap: 50px !important;
  }
}
.gform-footer {
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  margin-top: 0 !important;
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  padding-bottom: 0 !important;
}
.gform-footer input:not([type=checkbox]):not([type*=submit]) {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.gform-footer input:not([type=checkbox]):not([type*=submit]):active, .gform-footer input:not([type=checkbox]):not([type*=submit]):focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .gform-footer input:not([type=checkbox]):not([type*=submit]) {
    min-height: 55px;
  }
  .gform-footer input:not([type=checkbox]):not([type*=submit]):hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.gform-footer input:not([type=checkbox]):not([type*=submit]) {
  padding: 10px 20px;
}
@media only screen and (min-width: 992px) {
  .gform-footer input:not([type=checkbox]):not([type*=submit]) {
    padding: var(--voyager-padding--button-regular);
  }
}
.gform-footer input:not([type=checkbox]):not([type*=submit]) {
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  margin-bottom: 0 !important;
}
.gform-footer input:not([type=checkbox]):not([type*=submit])[type=email], .gform-footer input:not([type=checkbox]):not([type*=submit])[type=tel], .gform-footer input:not([type=checkbox]):not([type*=submit])[type=text] {
  min-height: 52px;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
  margin-bottom: 0;
  padding-right: 0;
}

.gfield {
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  display: flex !important;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.gfield--type-consent {
  flex-direction: row;
}
.gfield {
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  min-width: 100% !important;
}
@media only screen and (min-width: 688px) {
  .gfield {
    min-width: 150px;
    max-width: 293px;
    flex: 1 1 30%;
  }
}
.gfield_label {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.gfield_description {
  display: none;
}
.gfield span[class^=gfield] {
  padding-right: 0;
}

.voyager-forms-panel {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-forms-panel {
  position: relative;
}
.voyager-forms-panel [class*="--styles-wisteria"]::before {
  right: auto;
  left: -220px;
}
.voyager-forms-panel__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__container {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__container {
    width: min(95%, 960px);
  }
}
.voyager-forms-panel__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-forms-panel__content h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__content h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__content h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__content h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__content h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__content h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__content p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-forms-panel__content ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-forms-panel__content ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-forms-panel__content em {
  font-style: italic;
}
.voyager-forms-panel__content strong {
  font-weight: 600;
}
.voyager-forms-panel__content blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-forms-panel__content .img {
  margin-top: 0.5em;
}
.voyager-forms-panel__content .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-forms-panel__content .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-forms-panel__content .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-forms-panel__content a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__content a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-forms-panel__content a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-forms-panel__content {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__content {
    margin-bottom: 0;
  }
}
.voyager-forms-panel__content-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-forms-panel__heading {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--medium);
  padding: 0;
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__title {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-forms-panel__title {
  color: var(--voyager-color--brand-seven);
}
.voyager-forms-panel__description--paragraph {
  text-align: center;
}
.voyager-forms-panel__shortcode-wrapper {
  width: 100%;
  height: 100%;
}
.voyager-forms-panel__form-wrapper {
  width: 100%;
}
.voyager-forms-panel .gform-field-label > a {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel .gform-field-label > a {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-forms-panel .gform-field-label > a:hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-forms-panel .gform-field-label > a {
  text-decoration: underline;
}
.voyager-forms-panel .gform-field-label--type-inline {
  text-transform: none;
}
.voyager-forms-panel .gfield-choice-input + .gform-field-label {
  font-size: 0.9375rem;
  line-height: 1.625rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--voyager-color--brand-seven);
}
.voyager-forms-panel .gfield-choice-input + .gform-field-label {
  position: relative;
  margin: 0;
}
.voyager-forms-panel .gfield-choice-input + .gform-field-label::before {
  content: "";
  width: 24px;
  height: 24px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel .gfield-choice-input + .gform-field-label::before {
    width: 26px;
    height: 26px;
    cursor: pointer;
  }
}
.voyager-forms-panel .gfield-choice-input[type=radio] + label::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-forms-panel .gfield-choice-input[type=radio] + label::before {
  border-radius: 50%;
}
.voyager-forms-panel .gfield-choice-input[type=checkbox] {
  accent-color: var(--voyager-color--brand-seven);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.voyager-forms-panel .gfield-choice-input[type=checkbox]:checked + .gform-field-label::before {
  background: transparent;
  background-size: 18px;
  border-color: var(--voyager-color--brand-five);
}
.voyager-forms-panel .gfield-choice-input[type=radio]:checked + label:before {
  content: "";
}
.voyager-forms-panel .gfield-choice-input[type=radio]:checked + label::before {
  color: var(--voyager-color--brand-seven);
  border-color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__newsletter-signup .voyager-forms-panel__container {
    margin-left: 0;
    padding: var(--voyager-global-spacing--xlarge);
  }
}
.voyager-forms-panel__newsletter-signup .voyager-forms-panel__description {
  color: var(--voyager-color--white);
}
.voyager-forms-panel__newsletter-signup .voyager-forms-panel__title {
  color: var(--voyager-color--brand-two);
  text-align: left;
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__newsletter-signup .voyager-forms-panel__title {
    max-width: 578px;
  }
}
.voyager-forms-panel__newsletter-signup .voyager-forms-panel__newsletter-signup-wrapper {
  width: 100%;
}
.voyager-forms-panel__newsletter-signup {
  /* Gravity Form classes style */
}
.voyager-forms-panel__newsletter-signup .newsletter-signup-form {
  gap: var(--voyager-global-spacing--large);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__newsletter-signup .newsletter-signup-form {
    flex-direction: row;
    gap: var(--voyager-global-spacing--medium);
  }
}
.voyager-forms-panel__newsletter-signup {
  /* stylelint-disable-next-line selector-max-compound-selectors -- gform classes required to override the gravity form CSS */
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__newsletter-signup .gform_wrapper .gform_body .gform_fields {
    gap: var(--voyager-global-spacing--medium);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.voyager-forms-panel__newsletter-signup .gfield .gfield_label {
  color: var(--voyager-color--white);
  font-weight: 400;
}
.voyager-forms-panel__newsletter-signup input:not([type=checkbox]):not([type*=submit]) {
  width: 100%;
  min-height: 48px;
}
.voyager-forms-panel__newsletter-signup {
  /*  gform classes required to override the gform styles */
}
.voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  /* stylelint-disable-next-line selector-max-compound-selectors -- input required to override the gravity form CSS */
}
.voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer input {
  color: var(--voyager-color--white);
  background-color: transparent;
  border: 2px solid var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer input {
    width: 293px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel__newsletter-signup .gform_wrapper .gform_footer input {
    width: 138px;
  }
}
.voyager-forms-panel .gform_wrapper.gravity-theme form {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  row-gap: 30px;
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel .gform_wrapper.gravity-theme form {
    row-gap: 50px;
  }
}
.voyager-forms-panel .gform_wrapper.gravity-theme .gfield_label,
.voyager-forms-panel .gform_wrapper.gravity-theme .gfield_required {
  font-size: min(max(0.875rem,0.15vw + 0.82rem), 1rem);
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 1rem);
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}
.voyager-forms-panel .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 6px;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 15px;
  }
}
.voyager-forms-panel .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  padding-top: 31px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel .gform_wrapper.gravity-theme .gform_footer {
    z-index: 1;
    padding: 0;
  }
}
.voyager-forms-panel__button {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.voyager-forms-panel__button:active, .voyager-forms-panel__button:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__button {
    min-height: 55px;
  }
  .voyager-forms-panel__button:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-forms-panel__button {
  width: -moz-fit-content;
  width: fit-content;
}
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=color],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=date],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=datetime-local],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=datetime],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=email],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=month],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=number],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=password],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=search],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=tel],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=text],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=time],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=url],
.voyager-forms-panel .gform_wrapper.gravity-theme input[type=week],
.voyager-forms-panel .gform_wrapper.gravity-theme select,
.voyager-forms-panel .gform_wrapper.gravity-theme textarea {
  height: auto;
  min-height: 52px;
  border-top: 0 solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 2px solid var(--voyager-color--brand-five);
  border-left: 0 solid transparent;
  resize: none;
  box-shadow: none;
  padding-block: 22.5px;
  padding-inline: 20px;
  outline: none;
}
.voyager-forms-panel .gform_wrapper.gravity-theme textarea {
  /* stylelint-disable-next-line declaration-no-important -- Over riding vendor styles */
  height: 150px !important;
}
.voyager-forms-panel .gfield_checkbox,
.voyager-forms-panel .gfield_radio {
  display: flex;
  justify-content: flex-start flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-forms-panel .gfield_checkbox .gchoice,
.voyager-forms-panel .gfield_radio .gchoice {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 15px;
  white-space: nowrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel .gfield_checkbox .gchoice,
  .voyager-forms-panel .gfield_radio .gchoice {
    -moz-column-gap: 22px;
         column-gap: 22px;
  }
}
.voyager-forms-panel .gfield_checkbox .gchoice:last-child,
.voyager-forms-panel .gfield_radio .gchoice:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel .gfield_checkbox .gchoice,
  .voyager-forms-panel .gfield_radio .gchoice {
    row-gap: 15px;
  }
}
.voyager-forms-panel .gform_wrapper.gravity-theme select {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
}
.voyager-forms-panel .ginput_container_select:before {
  content: "";
}
.voyager-forms-panel .ginput_container_select {
  position: relative;
}
.voyager-forms-panel .ginput_container_select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  color: var(--voyager-color--brand-five);
  font-size: 1.25rem;
  translate: -50%;
}
.voyager-forms-panel__shortcode .voyager-forms-panel__container {
  gap: 0;
}
.voyager-forms-panel__shortcode .voyager-forms-panel__shortcode-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-forms-panel__shortcode iframe[data-voyager-form=iframe] {
  min-height: 975px;
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel__shortcode iframe[data-voyager-form=iframe] {
    min-height: 865px;
  }
}
.voyager-forms-panel--variation-with-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.voyager-forms-panel--styles-with-background {
  background-color: var(--voyager-color--brand-four);
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-forms-panel--styles-with-background {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel--variation-fifty-fifty .voyager-forms-panel__container {
    flex-direction: row;
  }
  .voyager-forms-panel--variation-fifty-fifty .voyager-forms-panel__content,
  .voyager-forms-panel--variation-fifty-fifty .voyager-forms-panel__form-wrapper {
    width: 50%;
  }
}
.voyager-forms-panel--form-left .voyager-forms-panel__form-wrapper {
  order: -1;
}
.voyager-forms-panel--form-left .voyager-forms-panel__content-inner {
  padding-right: 0;
}
.voyager-forms-panel--form-right .voyager-forms-panel__content-inner {
  padding-left: 0;
}
.voyager-forms-panel [data-voyager-form=iframe] {
  min-height: 500px;
}
.voyager-forms-panel {
  /* stylelint-disable declaration-no-important, selector-max-combinators, selector-max-compound-selectors -- Overwrite the Gravity forms CSS Variables */
}
.voyager-forms-panel .gform-theme--api,
.voyager-forms-panel .gform-theme--foundation {
  --gf-form-gap-y: 10px;
}
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[id^=gform].button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_button {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[id^=gform].button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):active, .voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[id^=gform].button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_button:active,
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_button:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[id^=gform].button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
  .voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_button {
    min-height: 55px;
  }
  .voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[id^=gform].button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover,
  .voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_button:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_footer input[id^=gform].button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper .gform_button {
  margin-bottom: 0;
}
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  display: inline-block;
  width: 100%;
  min-height: 38px;
  background-color: transparent;
  border: 0 solid transparent;
  vertical-align: top;
  padding-inline: 20px;
  padding-block: 11px;
  font-size: min(max(0.875rem,0.15vw + 0.82rem), 1rem);
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 1rem);
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus,
.voyager-forms-panel .gform-theme.gform-theme--framework.gform_wrapper textarea:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
  border-color: var(--voyager-color--brand-one);
  outline: none;
}
.voyager-forms-panel {
  /* Gravity Forms classes style */
}

.voyager-gallery {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-gallery {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-gallery {
  max-width: 100vw;
}
.voyager-gallery__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1504px;
  row-gap: 30px;
}
@media only screen and (min-width: 688px) {
  .voyager-gallery__container {
    row-gap: 50px;
  }
}
.voyager-gallery__title {
  text-transform: uppercase;
}
.voyager-gallery__heading-wrapper {
  text-align: center;
}
.voyager-gallery__wrapper {
  display: grid;
  gap: var(--voyager-global-spacing--small) var(--voyager-global-spacing--small);
  grid-template-columns: repeat(2, 1fr);
}
.voyager-gallery__buttons-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--small);
  margin-top: var(--voyager-global-spacing--medium);
}
.voyager-gallery__overlay-icon {
  color: var(--voyager-color--white);
  font-size: 2.625rem;
}
.voyager-gallery__overlay-icon:before {
  content: "\e813";
}
.voyager-gallery__intro-text {
  row-gap: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-gallery__intro-text {
    row-gap: 15px;
  }
}
.voyager-gallery__intro-text-pre-heading {
  margin-bottom: var(--voyager-global-spacing--small);
}
@media only screen and (min-width: 688px) {
  .voyager-gallery__intro-text-pre-heading {
    margin-bottom: var(--voyager-global-spacing--medium);
  }
}
.voyager-gallery__heading {
  margin-top: auto;
  margin-bottom: var(--voyager-global-spacing--medium);
}
.voyager-gallery__images {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-gallery-buttons {
  margin-top: var(--voyager-global-spacing--small);
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-gallery__image-wrapper {
  position: relative;
  width: 100%;
}
.voyager-gallery__image-wrapper.is_hidden {
  display: none;
}
.voyager-gallery__filter-tab {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
  margin-bottom: var(--voyager-global-spacing--large);
}
.voyager-gallery__filter-tab-link {
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-gallery__filter-tab-link:hover {
    background-color: var(--voyager-color--active-color);
  }
}
.voyager-gallery__filter-tab-link.is_active {
  background-color: var(--voyager-color--active-color);
}
.voyager-gallery__image-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .voyager-gallery__image-overlay:hover {
    opacity: 1;
  }
}
.voyager-gallery__video-control {
  width: 100%;
  height: 100%;
}
.voyager-gallery .voyager-gallery__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.voyager-gallery .voyager-gallery__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-gallery__image-overlay-icon {
  color: var(--voyager-color--white);
}
.voyager-gallery__image-caption {
  display: none;
}
.voyager-gallery__group-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  min-height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 688px) {
  .voyager-gallery__group-title {
    min-height: auto;
    flex: 0 0 200px;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-gallery__group-title {
    flex: 0 0 280px;
  }
}
.voyager-gallery__group-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: var(--voyager-color--gallery-group-title-bg);
}
.voyager-gallery__group-title-heading {
  position: relative;
  color: var(--voyager-color--white);
  text-align: center;
}
.voyager-gallery__splide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 40px;
}
@media only screen and (min-width: 688px) {
  .voyager-gallery__splide {
    row-gap: 60px;
  }
}
.voyager-gallery__group-images {
  position: relative;
  flex: 1;
  padding-bottom: var(--voyager-global-spacing--large);
}
.voyager-gallery__group-images .voyager-gallery__control-bar {
  bottom: -45px;
}
.voyager-gallery__group-images .voyager-gallery__splide-arrows {
  position: absolute;
  right: 0;
  bottom: -50px;
  /* stylelint-disable-next-line max-nesting-depth -- Required to overwrite the splide arrows */
}
.voyager-gallery__group-images .voyager-gallery__splide-arrows svg {
  display: block;
  width: 25px;
  height: auto;
}
.voyager-gallery__group-images .voyager-gallery__splide-arrow--prev {
  transform: rotate(180deg);
}
.voyager-gallery .splide__slide__row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-gallery .splide__slide__row > *:last-child {
  /* stylelint-disable-next-line declaration-no-important -- Over riding an inline style inserted by JS. */
  margin-right: 0 !important;
}
.voyager-gallery__splide-slide:not(:has(.voyager-gallery__image-wrapper > .voyager-gallery__image-link > img)) {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-gallery--layout-three-images .voyager-gallery__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 688px) {
  .voyager-gallery--layout-four-images .voyager-gallery__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-gallery--layout-four-images .voyager-gallery__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.voyager-gallery--heading-center-aligned .voyager-gallery__heading {
  text-align: center;
}
@supports (aspect-ratio: 1) {
  .voyager-gallery--layout-three-images .voyager-gallery__image-wrapper, .voyager-gallery--layout-four-images .voyager-gallery__image-wrapper {
    aspect-ratio: 1;
  }
}
@supports not (aspect-ratio: 1) {
  .voyager-gallery--layout-three-images .voyager-gallery__image-link::after, .voyager-gallery--layout-four-images .voyager-gallery__image-link::after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .voyager-gallery--layout-three-images .voyager-gallery__image, .voyager-gallery--layout-four-images .voyager-gallery__image {
    position: absolute;
  }
  .voyager-gallery--layout-three-images .voyager-gallery__overlay, .voyager-gallery--layout-four-images .voyager-gallery__overlay {
    z-index: 1;
  }
}
.voyager-gallery--variation-group .voyager-gallery__wrapper {
  grid-template-columns: 1fr 2fr;
}
.voyager-gallery--variation-group .voyager-gallery__image-wrapper {
  max-width: 100%;
  height: 100%;
}
.voyager-gallery--variation-carousel .voyager-gallery__wrapper {
  grid-template-columns: none;
}

.voyager-image-video {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-image-video {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-image-video__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-image-video__container {
    row-gap: 43px;
  }
}
.voyager-image-video__intro-text {
  width: min(1420px, 95%);
  max-width: unset;
  margin: 0;
}
.voyager-image-video__intro-text-heading {
  margin: 0;
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-image-video__wrapper {
  max-width: 100%;
  min-height: 50vh;
  aspect-ratio: 39/28;
  align-self: stretch;
}
@media only screen and (min-width: 992px) {
  .voyager-image-video__wrapper {
    aspect-ratio: 284/133;
  }
}
.voyager-image-video__wrapper:hover .voyager-image-video__controls--playing .voyager-image-video__video-control--pause,
.voyager-image-video__wrapper:hover .voyager-image-video__controls--playing .voyager-image-video__video-control--mute,
.voyager-image-video__wrapper:hover .voyager-image-video__controls--playing .voyager-image-video__video-control--progress {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  opacity: 1;
}
.voyager-image-video__figure {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  max-width: var(--voyager-site-width);
  height: 100%;
  margin: 0 auto;
}
.voyager-image-video__figure:has(.voyager-image-video__caption) {
  color: var(--voyager-color--brand-five);
  background: var(--voyager-color--brand-three);
}
.voyager-image-video__figure:has(.voyager-image-video__caption) .voyager-image-video__image {
  margin-bottom: 0;
}
.voyager-image-video__caption {
  display: none;
  padding: var(--voyager-global-spacing--small);
  text-align: center;
  font-size: 0.875rem;
  line-height: min(max(1.25rem,0.3vw + 1.14rem), 1.5rem);
  line-height: clamp(1.25rem, 0.3vw + 1.14rem, 1.5rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}
.voyager-image-video__video {
  width: 100%;
  height: 100%;
}
.voyager-image-video .vjs-tech, .voyager-image-video__title, .voyager-image-video__image, .voyager-image-video__image-webp {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-spacing--small);
  color: var(--voyager-color--white);
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 688px) {
  .voyager-image-video .vjs-tech, .voyager-image-video__title, .voyager-image-video__image, .voyager-image-video__image-webp {
    margin-bottom: var(--voyager-global-spacing--xlarge);
  }
}
.voyager-image-video-buttons {
  margin: var(--voyager-global-spacing--small) 0;
}
.voyager-image-video__video-control--play, .voyager-image-video__video-control--pause {
  top: 50%;
  left: 50%;
  width: auto;
  flex-direction: row;
  border-radius: 100px;
}
.voyager-image-video__video-control--play .voyager-image-video__video-control-text, .voyager-image-video__video-control--pause .voyager-image-video__video-control-text {
  display: none;
  width: 0;
  padding: 0;
  color: var(--voyager-color--white);
  font-size: 1.25rem;
  overflow: hidden;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-image-video__video-control--play:hover .voyager-image-video__video-control-text, .voyager-image-video__video-control--pause:hover .voyager-image-video__video-control-text {
  width: 4em;
  padding: 0 14px 0 10px;
}
@media only screen and (min-width: 992px) {
  .voyager-image-video__video-control--play:hover .voyager-image-video__video-control-text, .voyager-image-video__video-control--pause:hover .voyager-image-video__video-control-text {
    padding: 0 22px 0 18px;
  }
}
.voyager-image-video__play-button-icon, .voyager-image-video__pause-button-icon {
  box-sizing: content-box;
}
.voyager-image-video__play-button-icon:before {
  content: "\e809";
}
.voyager-image-video__pause-button-icon:before {
  content: "\e808";
}
@media only screen and (min-width: 992px) {
  .voyager-image-video__pause-button-icon {
    display: block;
  }
}
.voyager-image-video__video-control--mute {
  bottom: 40px;
  box-sizing: border-box;
}
.voyager-image-video__video-control--mute .voyager-image-video__video-control-text {
  font-size: 0.75rem;
}
.voyager-image-video__mute-button-icon {
  font-size: 2.125rem;
}
.voyager-image-video__controls--playing .voyager-image-video__video-control--play {
  display: none;
}
.voyager-image-video__controls--playing .voyager-image-video__video-control--pause {
  top: auto;
  bottom: 70px;
  left: 30px;
  transform: none;
}
.voyager-image-video__controls--playing .voyager-image-video__video-control--pause,
.voyager-image-video__controls--playing .voyager-image-video__video-control--mute,
.voyager-image-video__controls--playing .voyager-image-video__video-control--progress {
  opacity: 0;
}
.voyager-image-video__controls--paused .voyager-image-video__video-control--pause {
  display: none;
}
.voyager-image-video__video-control--progress {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  color: var(--voyager-color--white);
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-50%);
}
.voyager-image-video__video-control--progress .voyager-image-video__control-current-time {
  width: 50px;
  text-align: right;
}
.voyager-image-video__video-control--progress .voyager-image-video__control-progress-bar-wrap {
  width: calc(100% - 110px);
  height: 7px;
  margin: 5px;
  background: var(--voyager-color--white);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.voyager-image-video__video-control--progress .voyager-image-video__control-progress-bar {
  height: 100%;
  background: var(--voyager-color--brand-two);
}
.voyager-image-video__video-control--progress .voyager-image-video__control-duration-time {
  width: 50px;
}

.voyager-inline-booking {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-inline-booking {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-inline-booking__items {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}
.voyager-inline-booking__item {
  display: flex;
  flex: 1 1 auto;
  text-align: center;
}
.voyager-inline-booking__calender-input-wrap {
  width: 60%;
}
.voyager-inline-booking__calender-input {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  margin-right: 30px;
}
.voyager-inline-booking__item-date {
  position: relative;
  padding: 12px 0;
  border: 1px solid var(--voyager-color--brand-two);
  cursor: pointer;
}
.voyager-inline-booking__item-date.active::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  bottom: -30px;
  left: 50%;
  border: 15px solid var(--voyager-color--brand-two);
  transform: translateX(-50%);
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.voyager-inline-booking__guests {
  display: flex;
  flex: 1 1 auto;
}
.voyager-inline-booking__guests-person {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  flex-direction: column;
  text-align: center;
}
.voyager-inline-booking__guest-button {
  display: flex;
  justify-content: center;
}
.voyager-inline-booking__guests-person-number-field {
  display: flex;
}
.voyager-inline-booking__guests-person-number {
  width: 100px;
  text-align: center;
}
.voyager-inline-booking__guests-person-icon {
  width: 30px;
  height: 30px;
  line-height: 1.875rem;
  background: var(--voyager-color--brand-two);
  border-radius: 50px;
}
.voyager-inline-booking__month-slider {
  display: flex;
  width: 100%;
}
.voyager-inline-booking__month-slider-arraw {
  cursor: pointer;
}
.voyager-inline-booking__month-slider-arraw.disabled {
  opacity: 0.7;
}
.voyager-inline-booking__month-slider-list {
  display: flex;
  align-items: center;
  flex: 1;
  padding: 30px 0;
  overflow: hidden;
}
.voyager-inline-booking__month-slider-list-wrap {
  display: flex;
  height: 30px;
  align-items: center;
  flex: 1 1 auto;
}
.voyager-inline-booking__month-slider-item {
  position: relative;
  display: flex;
  width: 4.0625rem;
  width: 10%;
  flex-direction: column;
  flex-shrink: 0;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.voyager-inline-booking__month-slider-item.active {
  background: var(--voyager-color--brand-two);
  border-radius: 20px 0 0 20px;
}
.voyager-inline-booking__month-slider-item.active-next {
  background: var(--voyager-color--brand-two);
  border-radius: 0 20px 20px 0;
}
.voyager-inline-booking__month-slider-year {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.voyager-inline-booking__daterange-picker {
  display: flex;
  justify-content: center;
  align-items: center;
}
.voyager-inline-booking__daterange-picker .datepicker--header-controls {
  pointer-events: none;
}
.voyager-inline-booking__daterange-picker .datepicker--next,
.voyager-inline-booking__daterange-picker .datepicker--prev,
.voyager-inline-booking__daterange-picker .datepicker--prev-btn,
.voyager-inline-booking__daterange-picker .datepicker--next-btn,
.voyager-inline-booking__daterange-picker .datepicker__footer {
  visibility: hidden;
}
.voyager-inline-booking__calender-arrow {
  cursor: pointer;
}

.voyager-instagram-feed {
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-instagram-feed {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
.voyager-instagram-feed {
  background-color: var(--voyager-color--brand-three);
}
.voyager-instagram-feed:has(+ .voyager-text-content--styles-with-background), .voyager-instagram-feed:has(+ .voyager-features), .voyager-instagram-feed:has(+ .voyager-instagram-feed), .voyager-instagram-feed:has(+ .voyager-carousel--variation-default), .voyager-instagram-feed:has(+ .voyager-fifty-fifty--variation-default), .voyager-instagram-feed:has(+ .voyager-fifty-fifty--variation-with-background) {
  /* stylelint-disable-next-line declaration-no-important -- Can't outdo specificity of another element. */
  padding-bottom: 0 !important;
}
.voyager-instagram-feed__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  max-width: 100%;
  row-gap: 35px;
  padding-inline: 0;
  margin-inline: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-instagram-feed__container {
    row-gap: var(--voyager-global-spacing--xlarge);
  }
}
.voyager-instagram-feed__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: min(470px, 100%);
  align-self: stretch;
  color: var(--voyager-color--brand-five);
  text-align: center;
  margin-inline: auto;
}
.voyager-instagram-feed__pre-heading {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-pre-heading-margin);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  color: var(--voyager-color--brand-five);
}
.voyager-instagram-feed__description {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-pre-heading-margin);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  order: 1;
}
.voyager-instagram-feed__section-title {
  order: 2;
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-instagram-feed__section-title {
    margin-bottom: 40px;
  }
}
.voyager-instagram-feed__user-id {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.voyager-instagram-feed__user-id:active, .voyager-instagram-feed__user-id:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .voyager-instagram-feed__user-id {
    min-height: 55px;
  }
  .voyager-instagram-feed__user-id:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-instagram-feed__user-id {
  order: 3;
  text-decoration: none;
  padding-inline: 26px;
  padding-block: 10px;
  margin-bottom: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-instagram-feed__user-id {
    padding-inline: 30px;
    padding-block: 16px;
  }
}
.voyager-instagram-feed__inline-caption {
  transition: all 0.8s 0s ease-in-out;
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}
.voyager-instagram-feed__media-anchore {
  display: inline-block;
  overflow: hidden;
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 688px) {
  .voyager-instagram-feed__media-anchore {
    width: 346px;
  }
}
.voyager-instagram-feed__media-anchore {
  transition: all 0.8s 0s ease-in-out;
}
.voyager-instagram-feed__media-anchore:hover .voyager-instagram-feed__inline-caption {
  z-index: 1;
  padding: var(--voyager-global-spacing--small);
  color: var(--voyager-color--white);
  background: rgba(0, 0, 0, 0.65);
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (min-width: 1312px) {
  .voyager-instagram-feed__splide .splide__arrow--prev {
    left: -35px;
  }
  .voyager-instagram-feed__splide .splide__arrow--next {
    right: -35px;
  }
}
.voyager-instagram-feed__splide .voyager-instagram-feed__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
.voyager-instagram-feed__splide .voyager-instagram-feed__arrow {
  position: absolute;
  top: 50%;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.voyager-instagram-feed__splide .voyager-instagram-feed__arrow svg {
  width: 15px;
}
.voyager-instagram-feed__splide .voyager-instagram-feed__arrow--prev {
  left: -20px;
  transform: rotate(180deg) translateY(50%);
}
.voyager-instagram-feed__splide .voyager-instagram-feed__arrow--next {
  top: calc(50% - 18px);
  right: -20px;
}
.voyager-instagram-feed__splide .voyager-instagram-feed__media-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.voyager-instagram-feed__splide .voyager-instagram-feed__media-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-instagram-feed__splide .voyager-instagram-feed__media-anchore {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.voyager-instagram-feed__item {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.voyager-instagram-feed__popup .voyager-instagram-feed__lightbox-slide-content {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-instagram-feed__popup .voyager-instagram-feed__lightbox-slide-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.voyager-instagram-feed__popup .voyager-instagram-feed__lightbox-slide-description-wrap {
  display: none;
  max-width: 30%;
  max-height: unset;
  align-self: center;
  padding: var(--voyager-global-spacing--medium);
}
.voyager-instagram-feed__popup .voyager-instagram-feed__lightbox-slide-title {
  color: var(--voyager-color--white);
  font-size: 1.125rem;
  line-height: 2.2em;
}
.voyager-instagram-feed__popup .voyager-instagram-feed__lightbox-slide-description-inner {
  text-align: left;
}

.voyager-inline-menu {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-inline-menu {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-inline-menu__track {
  box-shadow: inset 15px 0 31px -31px var(--voyager-color--black), inset -15px 0 31px -31px var(--voyager-color--black);
}
.voyager-inline-menu__title {
  color: var(--voyager-color--brand-seven);
}
.voyager-inline-menu__slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.voyager-inline-menu__menu-anchor {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-inline-menu__menu-anchor {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-inline-menu__menu-anchor:hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-inline-menu__menu-anchor {
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 3px solid var(--voyager-color--white);
}
@media only screen and (min-width: 688px) {
  .voyager-inline-menu__menu-anchor:hover {
    background: var(--voyager-color--brand-three);
  }
}
.voyager-inline-menu__menu-anchor--is-active {
  background: var(--voyager-color--brand-three);
  border-color: var(--voyager-color--brand-seven);
  pointer-events: none;
}
.voyager-inline-menu__anchor--current-page {
  background: var(--voyager-color--brand-three);
  text-decoration: underline;
}

.voyager-intro-text {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-intro-text h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-intro-text h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-intro-text h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-intro-text h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-intro-text h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-intro-text h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-intro-text p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-intro-text ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-intro-text ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-intro-text em {
  font-style: italic;
}
.voyager-intro-text strong {
  font-weight: 600;
}
.voyager-intro-text blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-intro-text .img {
  margin-top: 0.5em;
}
.voyager-intro-text .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-intro-text .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-intro-text .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-intro-text a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-intro-text a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-intro-text a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-intro-text {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}
.voyager-intro-text > *:last-child {
  margin-bottom: 0;
}
.voyager-intro-text__heading {
  margin-bottom: var(--voyager-global-spacing--medium);
  color: var(--voyager-color--brand-seven);
}
.voyager-intro-text__sub-heading {
  margin-bottom: var(--voyager-global-spacing--medium);
}
.voyager-intro-text__textarea {
  margin-bottom: var(--voyager-global-spacing--medium);
}
.voyager-intro-texttext-center-aligned {
  text-align: center;
}
.voyager-intro-texttext-center-aligned .voyager-buttons {
  justify-content: center;
}
.voyager-intro-text__textarea-unordered-list {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  padding: var(--voyager-global-spacing--medium);
  padding-right: 0;
}
.voyager-intro-text__textarea-ordered-list {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-intro-text__textarea-list-item {
  margin-bottom: 8px;
}
.voyager-intro-text__textarea-paragraph {
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-intro-text__textarea-anchor {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-intro-text__textarea-anchor {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-intro-text__textarea-anchor:hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-intro-text__buttons {
  justify-content: center;
}
.voyager-intro-text--text-center-aligned {
  text-align: center;
}

.voyager-jump-link {
  position: sticky;
  z-index: 2;
  padding: 25px 0;
  background: var(--voyager-color--brand-three);
}
.voyager-jump-link__container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--xsmall);
}
.voyager-jump-link__jump-to-label {
  padding-left: var(--voyager-global-spacing--small);
}
.voyager-jump-link__items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  flex: 1;
  gap: 0;
  overflow-x: auto;
  cursor: grab;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}
.voyager-jump-link__items::before, .voyager-jump-link__items::after {
  transition: transform 0.8s 0s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 100%;
  max-width: 80px;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .voyager-jump-link__items::before, .voyager-jump-link__items::after {
    max-width: 150px;
  }
}
.voyager-jump-link__items::before {
  left: 0;
  background: linear-gradient(-90deg, rgba(249, 243, 233, 0) 0%, #F8F8F8 100%);
}
.voyager-jump-link__items::after {
  right: 0;
  background: linear-gradient(90deg, rgba(249, 243, 233, 0) 0%, #F8F8F8 100%);
}
.voyager-jump-link__items.js-jump-items::before, .voyager-jump-link__items.js-jump-items::after {
  opacity: 1;
  visibility: visible;
}
.voyager-jump-link__items.js-jump-items.is-at-start.is-at-end::before {
  opacity: 0;
  visibility: hidden;
}
.voyager-jump-link__items.js-jump-items.is-at-start.is-at-end::after {
  opacity: 0;
  visibility: hidden;
}
.voyager-jump-link__items.js-dragging {
  cursor: grabbing;
}
.voyager-jump-link__items.js-dragging::before, .voyager-jump-link__items.js-dragging::after {
  opacity: 1;
  visibility: visible;
}
.voyager-jump-link__items:-webkit-scrollbar {
  display: none;
}
.voyager-jump-link__items.is-at-start::before {
  opacity: 0;
  visibility: hidden;
}
.voyager-jump-link__items.is-at-start::after {
  opacity: 1;
  visibility: visible;
}
.voyager-jump-link__items.is-at-end::before {
  opacity: 1;
  visibility: visible;
}
.voyager-jump-link__items.is-at-end::after {
  opacity: 0;
  visibility: hidden;
}
.voyager-jump-link__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-jump-link__item {
    padding: 0 10px;
  }
  .voyager-jump-link__item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: var(--voyager-color--footer);
  }
}
.voyager-jump-link__item.is-active .voyager-jump-link__link {
  color: var(--voyager-color--active-color);
}
.voyager-jump-link__link {
  text-decoration: none;
  color: var(--voyager-color--black);
}
.voyager-jump-link__link:hover {
  color: var(--voyager-color--brand-seven);
}

.voyager-logos {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-logos {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-logos__grid-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-logos__img-wrapper, .voyager-logos__logo, .voyager-logos__caption, .voyager-logos__item,
.voyager-logos .voyager-logos__arrows-inner .voyager-logos__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-logos__img-wrapper {
  width: 100%;
  height: 90px;
  overflow: hidden;
}
.voyager-logos__img, .voyager-logos__svg {
  width: auto;
  max-height: 50px;
}
.voyager-logos__logo, .voyager-logos__caption {
  width: 100%;
  flex: 1;
}
.voyager-logos__item {
  width: 100%;
  padding: var(--voyager-global-spacing--small) var(--voyager-global-spacing--medium);
}
.voyager-logos--layout-grid .voyager-logos__item {
  max-width: 100%;
}
@media only screen and (min-width: 688px) {
  .voyager-logos--layout-grid .voyager-logos__item {
    max-width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-logos--layout-grid .voyager-logos__item {
    max-width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-logos--layout-grid .voyager-logos__item {
    max-width: 25%;
  }
}
.voyager-logos--layout-grid .voyager-logos__logo {
  max-width: 80px;
}
.voyager-logos--layout-grid .voyager-logos__caption {
  padding-left: var(--voyager-global-spacing--medium);
}
.voyager-logos--layout-carousel {
  position: relative;
  padding-bottom: var(--voyager-global-spacing--large) .voyager-logos__item;
  padding-bottom-flex-direction: column;
}
.voyager-logos--layout-carousel .voyager-logos__caption {
  margin-top: var(--voyager-global-spacing--medium);
  text-align: center;
}
.voyager-logos--layout-carousel .voyager-logos__control-bar {
  bottom: -50px;
}
.voyager-logos--layout-carousel .voyager-logos__splide__arrows {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  z-index: 1;
}
.voyager-logos--layout-carousel .voyager-logos__splide__arrow {
  position: absolute;
  padding: 0;
  background: transparent;
  border: 0;
}
.voyager-logos--layout-carousel .voyager-logos__splide__arrow svg {
  width: 15px;
}
.voyager-logos--layout-carousel .voyager-logos__splide__arrow--prev {
  top: -3px;
  left: 0;
  transform: rotate(180deg);
}
.voyager-logos--layout-carousel .voyager-logos__splide__arrow--next {
  right: 0;
}
.voyager-logos .voyager-logos__arrows-inner {
  position: static;
}
.voyager-logos .voyager-logos__arrows-inner .voyager-logos__arrow {
  position: absolute;
  top: calc(50% - 45px);
  width: 4.8125rem;
  height: 4.8125rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
}
.voyager-logos .voyager-logos__arrows-inner .voyager-logos__arrow--left {
  left: 0;
  transform: translateX(-45px);
}
.voyager-logos .voyager-logos__arrows-inner .voyager-logos__arrow--right {
  right: 0;
  transform: translateX(45px);
}

.voyager-map {
  position: relative;
  max-width: 100vw;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-map {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-map__container {
  position: relative;
  width: min(1420px, 95%);
  max-width: unset;
  padding-block: 0;
  margin: 0 auto;
}
.voyager-map {
  /*
  	Filter
  */
}
.voyager-map__filter-wrapper {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 688px) {
  .voyager-map__filter-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
  }
}
.voyager-map__filter-trigger, .voyager-map__filter-trigger__icon, .voyager-map__filter-item, .voyager-map__filter-list, .voyager-map__filter-checkbox__indicator::after, .voyager-map__filter-icon path, .voyager-map__filter-text {
  transition: all 0.6s 0s ease-in-out;
}
.voyager-map__filter-trigger {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-right: var(--voyager-global-spacing--xlarge);
  padding-bottom: 15px;
  padding-left: 30px;
  color: var(--voyager-color--black);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  background-color: var(--voyager-color--brand-four);
  text-decoration: none;
}
.voyager-map__filter-trigger__icon {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  font-size: 0.5rem;
  cursor: pointer;
  pointer-events: none;
  transform: translateY(-50%);
}
.voyager-map__filter-trigger.is-active {
  background-color: var(--voyager-color--brand-five);
}
.voyager-map__filter-trigger.is-active .voyager-map__filter-trigger__icon {
  transform: translate(0, -50%) scale(1, -1);
}
.voyager-map__filter-trigger.is-active ~ .voyager-map__filter-list {
  opacity: 1;
  pointer-events: initial;
  transform: translateY(0);
  visibility: visible;
}
.voyager-map__filter-list {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  list-style: none;
  transform: translateY(10px);
  visibility: hidden;
}
.voyager-map__filter-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--voyager-color--white);
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .voyager-map__filter-item:hover {
    background-color: var(--voyager-color--brand-three);
  }
}
.voyager-map__checkbox {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.voyager-map__checkbox:checked ~ .voyager-map__filter-checkbox .voyager-map__filter-checkbox__indicator::after {
  transform: translate(-50%, -50%) scale(1);
}
.voyager-map__checkbox:checked ~ .voyager-map__filter-label .voyager-map__filter-icon path {
  /* Cannot use classes since the path will be part of the uploaded SVG/img icons */
  fill: var(--voyager-color--brand-two);
  stroke: var(--voyager-color--brand-two);
}
.voyager-map__checkbox:checked ~ .voyager-map__filter-label .voyager-map__filter-text {
  color: var(--voyager-color--brand-two);
}
.voyager-map__filter-checkbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 60px;
  padding-right: 22px;
  padding-left: 20px;
}
.voyager-map__filter-checkbox__indicator {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--voyager-color--brand-five);
  border-radius: 3px;
}
.voyager-map__filter-checkbox__indicator::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 10px;
  height: 10px;
  background: var(--voyager-color--brand-two);
  top: 50%;
  left: 50%;
  border-radius: 3px;
  transform: translate(-50%, -50%) scale(0);
}
.voyager-map__filter-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-map__filter-icon {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  /* Cannot use classes since the path will be part of the uploaded SVG/img icons */
}
.voyager-map__filter-icon path {
  fill: var(--voyager-color--brand-seven);
  stroke: var(--voyager-color--brand-seven);
}
.voyager-map__filter-icon-img {
  filter: invert(67%) sepia(48%) saturate(303%) hue-rotate(344deg) brightness(87%) contrast(82%);
}
.voyager-map__filter-text {
  display: inline-flex;
  align-items: center;
  color: var(--voyager-color--brand-seven);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-map {
  /*
  	Main Map
  */
}
.voyager-map__map-wrapper {
  position: relative;
  z-index: 1;
  height: 232px;
  background-color: var(--voyager-color--brand-four);
}
@media only screen and (min-width: 688px) {
  .voyager-map__map-wrapper {
    height: 537px;
  }
}
.voyager-map__map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--voyager-color--brand-four);
}
.voyager-map__map-iframe {
  width: 100%;
  height: 100%;
}
.voyager-map {
  /*
  	Main Map Variations
  */
}
.voyager-map--full-width .voyager-map__container {
  width: 100%;
  max-width: 100%;
}
.voyager-map__marker-card-thumbnail {
  background-position: 50%;
  height: 130px;
}
.voyager-map--is-static .voyager-map__filter-wrapper {
  display: none;
}
.voyager-map--is-static .voyager-map__map {
  /* Cannot use classes since the iframe will be just copied from google maps and used as static map */
}
.voyager-map--is-static .voyager-map__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.voyager-map--is-static {
  /*
  	Color Variations
  */
}
.voyager-map--is-static.is-grayscale .voyager-map__map {
  filter: grayscale(100%);
}
.voyager-map--is-static.is-sepia .voyager-map__map {
  filter: sepia(100%);
}

.voyager-map-menu {
  transition: all 0.6s 0s ease-in-out;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100dvh;
  background: var(--voyager-color--brand-booking-bg);
  box-shadow: var(--voyager-box-shadow--card--default);
}
.voyager-map-menu.js-hidden {
  transform: translateX(-100%);
}
.voyager-map-menu.js-visible {
  transform: translateX(0);
}
.voyager-map-menu__panel-close {
  position: absolute;
  top: 25px;
  right: 5px;
  display: block;
  width: 25px;
  height: auto;
  padding: 5px;
  cursor: pointer;
}
.voyager-map-menu__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: calc(100dvh - 70px);
  padding: 0;
  padding-top: 70px;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__container {
    flex-direction: row;
  }
}
.voyager-map-menu__nav {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 35%;
  }
}
.voyager-map-menu__nav-left-items {
  padding: 5px;
  text-align: center;
  -moz-columns: 2;
       columns: 2;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__nav-left-items {
    padding-right: 10px;
    text-align: right;
    border-right: 1px solid var(--voyager-color--brand-two);
    -moz-columns: unset;
         columns: unset;
  }
}
.voyager-map-menu__nav-item {
  margin-bottom: 15px;
  padding: 5px;
  padding-bottom: 15px;
}
.voyager-map-menu__nav-item.is-active .voyager-map-menu__nav-item-link {
  color: var(--voyager-color--brand-two);
}
.voyager-map-menu__nav-right {
  display: none;
  justify-content: flex-start;
  flex-direction: column;
  padding-left: 30px;
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__nav-right {
    display: flex;
  }
}
.voyager-map-menu__nav-item-link {
  text-decoration: none;
}
.voyager-map-menu__nav-logo {
  padding-bottom: 20px;
  text-align: center;
}
.voyager-map-menu__nav-right-items {
  display: none;
}
.voyager-map-menu__nav-right-items.is-active {
  display: block;
}
.voyager-map-menu__map {
  width: calc(100% - 40px);
  height: 50%;
  margin: 20px;
  background: var(--voyager-color--brand-two);
  border: 1px solid var(--voyager-color--brand-two);
}
@media only screen and (min-width: 992px) {
  .voyager-map-menu__map {
    width: 67%;
    height: auto;
  }
}
.voyager-map-menu__map-main {
  width: 100%;
  height: 100%;
}

.voyager-masonry__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-masonry__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-masonry__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-masonry__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-masonry__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-masonry__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-masonry__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-masonry__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-masonry__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-masonry__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-masonry__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-masonry__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-masonry__textarea em {
  font-style: italic;
}
.voyager-masonry__textarea strong {
  font-weight: 600;
}
.voyager-masonry__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-masonry__textarea .img {
  margin-top: 0.5em;
}
.voyager-masonry__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-masonry__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-masonry__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-masonry__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-masonry__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-masonry__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-masonry__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-masonry__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-masonry__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-masonry__inline-features-item {
  position: relative;
}
.voyager-masonry__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-masonry__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-masonry__category-list:last-child {
  margin-bottom: 0;
}
.voyager-masonry__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-masonry__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-masonry__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-masonry__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-masonry__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-masonry__wrapper, .voyager-masonry__column, .voyager-masonry__inline-columns, .voyager-masonry__main-content {
  display: grid;
  grid-gap: 0;
  text-align: center;
}
.voyager-masonry__wrapper, .voyager-masonry__inline-columns {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.voyager-masonry .voyager-masonry__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-masonry__column {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-masonry__card, .voyager-masonry__card-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  min-height: 480px;
  flex: 1;
}
.voyager-masonry__card-inline {
  min-height: 240px;
}
.voyager-masonry .voyager-masonry__card-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.voyager-masonry__card-text-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  color: var(--voyager-color--white);
}
.voyager-masonry__voyager-buttons {
  justify-content: center;
}
.voyager-masonry__button-wrapper {
  margin: 0;
}

.voyager-stories {
  position: relative;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-stories {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-stories__category-items {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  padding: 0;
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.voyager-stories {
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.voyager-stories__category-items::-webkit-scrollbar {
  display: none;
}
.voyager-stories__category-item {
  position: relative;
  cursor: pointer;
}
.voyager-stories__category-image-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  width: 150px;
  height: 200px;
}
.voyager-stories__category-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2039215686);
}
.voyager-stories__category-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px;
  color: var(--voyager-color--white);
  font-size: 0.875rem;
  text-align: left;
}
.voyager-stories__popup-container {
  margin: 0 auto;
  background-color: var(--voyager-color--black);
}
.voyager-stories__popup-container .voyager-lightbox__slider-container,
.voyager-stories__popup-container .voyager-lightbox__slider {
  height: 100%;
}
.voyager-stories__popup-container .voyager-lightbox__controls {
  top: 35px;
  right: 10px;
}
.voyager-stories__popup-container .voyager-lightbox__button-close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 40px;
  height: 40px;
  padding: 0;
}
.voyager-stories__popup-container .voyager-control-bar {
  display: none;
}
.voyager-stories__popup-wrapper {
  height: 100%;
  padding-top: 30px;
}
.voyager-stories__popup-slider {
  height: 100%;
}
.voyager-stories__popup-slider .splide__arrows {
  top: 45%;
  bottom: auto;
  z-index: 2;
  transform: translateY(-50%);
  justify-content: space-between;
}
.voyager-stories__popup-slider .splide__arrow {
  padding: 10px;
  background-color: var(--voyager-color--white);
}
.voyager-stories__popup-slider .splide__pagination {
  position: absolute;
  top: -100px;
  bottom: auto;
  justify-content: space-between;
  gap: 10px;
  margin-left: 0;
  padding-right: 5px;
  padding-left: 5px;
}
.voyager-stories__popup-slider .splide__pagination li {
  position: relative;
  height: 2px;
  flex: 1;
  margin: 0;
}
.voyager-stories__popup-slider .splide__pagination__page {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--voyager-color--white) 50%, #ACACAC 50%);
  background-size: 200% 100%;
}
.voyager-stories__popup-slider .voyager-stories__custom-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: -80px;
  bottom: auto;
  width: 100%;
  height: 2px;
  gap: var(--voyager-global-spacing--small);
  margin-left: 0;
  padding-right: var(--voyager-global-spacing--xsmall);
  padding-left: var(--voyager-global-spacing--xsmall);
}
.voyager-stories__popup-slider .voyager-stories__custom-pagination .pagination-bar {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, var(--voyager-color--white) 50%, #ACACAC 50%);
  background-size: 200% 100%;
  background-position: 100% 0%;
}
.voyager-stories__popup-title, .voyager-stories__popup-description, .voyager-stories__popup-read-more {
  margin-top: var(--voyager-global-spacing--xsmall);
  margin-bottom: var(--voyager-global-spacing--xsmall);
  padding: 0 var(--voyager-global-spacing--small);
  color: var(--voyager-color--white);
}
.voyager-stories__popup-image-wrapper {
  height: 400px;
  margin: var(--voyager-global-spacing--small) 0;
}
.voyager-stories__popup-image {
  width: 100%;
  height: 100%;
}
.voyager-stories__popup-category-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--small);
  margin-bottom: var(--voyager-global-spacing--small);
  padding: 0 var(--voyager-global-spacing--small);
}
.voyager-stories__popup-category-image-wrapper {
  width: 50px;
  height: 50px;
  border: 2px solid var(--voyager-color--white);
  border-radius: 100%;
  overflow: hidden;
}
.voyager-stories__popup-category-title {
  color: var(--voyager-color--white);
  font-size: 1.25rem;
}
.voyager-stories__popup-button {
  display: inline-flex;
  margin: var(--voyager-global-spacing--small);
}
.voyager-stories__popup-link {
  padding: var(--voyager-global-spacing--small);
  text-decoration: none;
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-stories__popup-link:hover {
    background-color: var(--voyager-color--brand-two);
  }
  .voyager-stories__popup-link:active, .voyager-stories__popup-link:focus {
    color: var(--voyager-color--brand-three);
    background-color: var(--voyager-color--brand-two);
  }
}
.voyager-stories__popup-readmore-link {
  padding: var(--voyager-global-spacing--xsmall) var(--voyager-global-spacing--small);
  text-decoration: none;
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-stories__popup-readmore-link:hover {
    background-color: var(--voyager-color--brand-two);
  }
  .voyager-stories__popup-readmore-link:active, .voyager-stories__popup-readmore-link:focus {
    color: var(--voyager-color--brand-three);
    background-color: var(--voyager-color--brand-two);
  }
}

.voyager-testimonials {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-testimonials {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-testimonials__testimonial {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 var(--voyager-global-spacing--medium);
  text-align: center;
}
.voyager-testimonials__text {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  margin: var(--voyager-global-spacing--medium) 0;
}
.voyager-testimonials_name, .voyager-testimonials_location {
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-testimonials__rating {
  margin-bottom: 1rem;
}

.voyager-text-content__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-text-content__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-text-content__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-text-content__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-text-content__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-text-content__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-text-content__textarea em {
  font-style: italic;
}
.voyager-text-content__textarea strong {
  font-weight: 600;
}
.voyager-text-content__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-text-content__textarea .img {
  margin-top: 0.5em;
}
.voyager-text-content__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-text-content__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-text-content__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-text-content__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-text-content__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-text-content__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-text-content__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-text-content__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-text-content__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-text-content__inline-features-item {
  position: relative;
}
.voyager-text-content__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-text-content__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-text-content__category-list:last-child {
  margin-bottom: 0;
}
.voyager-text-content__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-text-content__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-text-content__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-text-content__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-text-content__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-text-content h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-text-content p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-text-content ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-text-content ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-text-content em {
  font-style: italic;
}
.voyager-text-content strong {
  font-weight: 600;
}
.voyager-text-content blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-text-content .img {
  margin-top: 0.5em;
}
.voyager-text-content .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-text-content .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-text-content .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-text-content a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-text-content a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-text-content a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-text-content {
  max-width: 100vw;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-text-content:has(+ script) {
  margin-bottom: calc(var(--voyager-global-spacing--block-vertical-xlarge-margin) / 2);
}
.voyager-text-content__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1220px;
  row-gap: 25px;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content__container {
    row-gap: var(--voyager-global-spacing--medium);
  }
}
.voyager-text-content__heading {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  color: var(--voyager-color--brand-seven);
}
.voyager-text-content__columns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: left;
  -moz-column-gap: var(--voyager-global-spacing--xlarge);
       column-gap: var(--voyager-global-spacing--xlarge);
  row-gap: 25px;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content__columns {
    flex-direction: row;
  }
}
.voyager-text-content__column {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content__column {
    max-width: calc(50% - var(--voyager-global-spacing--xlarge) / 2);
  }
}
.voyager-text-content__textarea-anchor {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  color: var(--voyager-color--brand-seven);
  text-decoration: none;
  row-gap: 0;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-text-content__textarea-anchor::after {
  content: "";
  position: static;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 1px;
  background: var(--voyager-color--brand-seven);
  transition: all 0.8s 0s ease-in-out;
}
.voyager-text-content__textarea-anchor:hover {
  color: var(--voyager-color--brand-five);
}
.voyager-text-content__textarea-anchor:hover::after {
  background-color: var(--voyager-color--brand-five);
}
.voyager-text-content__textarea-anchor:active {
  color: var(--voyager-color--brand-five);
}
.voyager-text-content__textarea-anchor:active::after {
  background-color: transparent;
}
.voyager-text-content__content {
  margin: var(--voyager-global-spacing--small) 0;
}
.voyager-text-content__buttons {
  justify-content: center;
}
.voyager-text-content--styles-with-background {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: var(--voyager-color--brand-four);
  margin-block: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-text-content--styles-with-background {
    padding-top: 88px;
    padding-bottom: 108px;
  }
}
.voyager-text-content--styles-with-background:has(+ .voyager-text-content--styles-with-background), .voyager-text-content--styles-with-background:has(+ .voyager-features), .voyager-text-content--styles-with-background:has(+ .voyager-instagram-feed), .voyager-text-content--styles-with-background:has(+ .voyager-carousel--variation-default), .voyager-text-content--styles-with-background:has(+ .voyager-fifty-fifty--variation-default), .voyager-text-content--styles-with-background:has(+ .voyager-fifty-fifty--variation-with-background) {
  /* stylelint-disable-next-line declaration-no-important -- Can't outdo specificity of another element. */
  padding-bottom: 0 !important;
}
.voyager-text-content--text-center {
  text-align: center;
}
.voyager-text-content--text-center .voyager-text-content-buttons {
  justify-content: center;
}
.voyager-text-content--text-center .voyager-text-content__column {
  text-align: center;
}
.voyager-text-content--text-center .voyager-text-content__column-buttons {
  justify-content: center;
}
.voyager-text-content--alignment-center-aligned .voyager-text-content__main-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-text-content--alignment-center-aligned .voyager-text-content__heading {
  width: -moz-fit-content;
  width: fit-content;
}
.voyager-text-content--columns .voyager-text-content__container {
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .voyager-text-content--columns .voyager-text-content__container {
    padding-right: var(--voyager-global-spacing--large);
    padding-left: var(--voyager-global-spacing--large);
  }
}
.voyager-text-content--columns .voyager-text-content__main-content {
  max-width: 100%;
}
@media only screen and (min-width: 1312px) {
  .voyager-text-content--columns .voyager-text-content__main-content {
    min-width: 415px;
    max-width: 415px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-text-content--columns .voyager-text-content__main-content {
    min-width: 550px;
    max-width: 550px;
  }
}
.voyager-text-content--columns .voyager-text-content__main-content .voyager-text-content__textarea {
  margin-left: 0;
}

.voyager-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  row-gap: 30px;
  padding-top: 54px;
  padding-inline: 20px;
  padding-bottom: 124px;
}
@media only screen and (min-width: 688px) {
  .voyager-footer {
    padding-bottom: 54px;
  }
}
.voyager-footer {
  color: var(--voyager-color--brand-five);
  background-color: var(--voyager-color--white);
}
.voyager-footer__scroll-top {
  display: none;
}
.voyager-footer__container {
  max-width: 100%;
}
.voyager-footer__link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  color: var(--voyager-color--brand-seven);
  text-decoration: none;
  row-gap: 4px;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-footer__link::after {
  content: "";
  position: static;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 1px;
  background: var(--voyager-color--brand-seven);
  transition: all 0.8s 0s ease-in-out;
}
.voyager-footer__link:hover {
  color: var(--voyager-color--brand-five);
}
.voyager-footer__link:hover::after {
  background-color: var(--voyager-color--brand-five);
}
.voyager-footer__link:active {
  color: var(--voyager-color--brand-five);
}
.voyager-footer__link:active::after {
  background-color: transparent;
}
.voyager-footer__top-row-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  padding-inline: 0;
}
.voyager-footer__single-row-container, .voyager-footer__middle-row-container, .voyager-footer__bottom-row-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding-inline: 0;
  row-gap: 30px;
}
.voyager-footer__single-row, .voyager-footer__top-row, .voyager-footer__middle-row, .voyager-footer__bottom-row {
  width: min(100%, 1700px);
  text-align: center;
}
.voyager-footer__top-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 30px;
}
.voyager-footer__top-row::after {
  content: "";
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(67, 70, 80, 0.2);
  max-width: 1348px;
}
.voyager-footer__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
  padding-inline: 30px;
}
.voyager-footer__menu-item:not(.newsletter-signup) {
  display: none;
}
@media only screen and (min-width: 688px) {
  .voyager-footer__menu-item:not(.newsletter-signup) {
    display: block;
  }
}
.voyager-footer__menu-anchor {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: min(max(1.375rem,0.08vw + 1.35rem), 1.4375rem);
  line-height: clamp(1.38rem, 0.08vw + 1.35rem, 1.44rem);
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: var(--voyager-color--brand-seven);
  transition: all 0.8s 0s ease-in-out;
}
.voyager-footer__menu-anchor::after {
  content: "";
  position: static;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 2px;
  background: var(--voyager-color--brand-seven);
  transform: scaleX(0);
  transform-origin: 0% 50%;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-footer__menu-anchor:hover {
  color: var(--voyager-color--brand-five);
}
.voyager-footer__menu-anchor:hover::after {
  background-color: var(--voyager-color--brand-five);
  transform: scaleX(1);
}
.voyager-footer__widget-middle-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-self: stretch;
  row-gap: 30px;
}
.voyager-footer__widget-middle-row:not(:last-child) {
  row-gap: 30px;
}
.voyager-footer__widget-middle-row:not(:last-child)::after {
  content: "";
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(67, 70, 80, 0.2);
  max-width: 1348px;
}
.voyager-footer__widget-middle-row:first-child {
  flex-direction: column;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 688px) {
  .voyager-footer__widget-middle-row:first-child {
    flex-direction: row;
  }
}
.voyager-footer__address-paragraph {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.voyager-footer__address-paragraph::after {
  content: "";
  position: static;
  z-index: 1;
  display: none;
  width: 1px;
  height: auto;
  background: var(--voyager-color--brand-five);
  align-self: stretch;
}
@media only screen and (min-width: 688px) {
  .voyager-footer__address-paragraph::after {
    display: block;
  }
}
.voyager-footer__contact-details-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 688px) {
  .voyager-footer__contact-details-list {
    flex-direction: row;
  }
}
.voyager-footer__contact-details-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.voyager-footer__contact-details-list-item::after {
  content: "";
  position: static;
  z-index: 1;
  display: none;
  width: 1px;
  height: auto;
  background: var(--voyager-color--brand-five);
  align-self: stretch;
}
@media only screen and (min-width: 688px) {
  .voyager-footer__contact-details-list-item::after {
    display: block;
  }
}
.voyager-footer__phone-number, .voyager-footer__email-address {
  display: none;
}
.voyager-footer__text-content {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.voyager-footer__text-content > p {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.voyager-footer__text-content strong {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-footer__text-content strong:nth-child(1) {
  padding-right: 20px;
}
.voyager-footer__text-content br {
  display: none;
}
.voyager-footer__logos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 688px) {
  .voyager-footer__logos-grid {
    -moz-column-gap: var(--voyager-global-spacing--large);
         column-gap: var(--voyager-global-spacing--large);
  }
}
@media only screen and (min-width: 992px) {
  .voyager-footer__logos-grid {
    -moz-column-gap: var(--voyager-global-spacing--xlarge);
         column-gap: var(--voyager-global-spacing--xlarge);
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-footer__logos-grid {
    -moz-column-gap: 75px;
         column-gap: 75px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-footer__logos-grid {
    -moz-column-gap: 95px;
         column-gap: 95px;
  }
}
.voyager-footer__logos-grid-img {
  opacity: 80%;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-footer__logos-grid-img:nth-child(1) {
  width: 184px;
}
.voyager-footer__logos-grid-img:nth-child(2) {
  width: 160px;
}
.voyager-footer__logos-grid-img:nth-child(3) {
  width: 149px;
}
.voyager-footer__logos-grid-img:nth-child(4) {
  width: 191px;
}
.voyager-footer__logos-grid-img:hover {
  opacity: 100%;
}
.voyager-footer__logo-image {
  display: block;
  width: 120px;
  max-width: 100%;
  max-height: 120px;
}
.voyager-footer__logo-wrapper {
  max-height: 120px;
  flex: 1;
  text-align: center;
}
@media only screen and (min-width: 688px) {
  .voyager-footer__logo-wrapper {
    width: auto;
    text-align: left;
  }
}
.voyager-footer__bottom-row {
  padding-bottom: 0;
}
.voyager-footer__widget-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
.voyager-footer__copyright-notice {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-align: center;
}
.voyager-footer__made-by-shr {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  text-align: center;
}
.voyager-footer__made-by-shr a {
  color: inherit;
  text-decoration: none;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-footer__made-by-shr a:hover {
  color: var(--voyager-color--brand-seven);
}
.voyager-footer__paragraph {
  margin: 0;
}
.voyager-footer__splide {
  margin-left: -3px;
}
.voyager-footer__splide-item {
  width: 160px;
}
.voyager-footer__splide-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 90px;
  padding: 0 var(--voyager-global-spacing--small);
}
.voyager-footer .splide__arrows {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
}
.voyager-footer .splide__arrow {
  position: absolute;
  width: 15px;
  padding: 0;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.voyager-footer .splide__arrow svg {
  fill: var(--voyager-color--white);
  width: 30px;
}
.voyager-footer .splide__arrow--prev {
  left: -3px;
}
.voyager-footer .splide__arrow--next {
  right: -10px;
}

.newsletter-signup {
  display: flex;
}
@media only screen and (min-width: 688px) {
  .newsletter-signup:not(:only-child) {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .newsletter-signup:not(:only-child) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1312px) {
  .newsletter-signup:not(:only-child) {
    margin-left: 60px;
  }
}
.newsletter-signup .voyager-footer__menu-anchor {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.newsletter-signup .voyager-footer__menu-anchor:active, .newsletter-signup .voyager-footer__menu-anchor:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .newsletter-signup .voyager-footer__menu-anchor {
    min-height: 55px;
  }
  .newsletter-signup .voyager-footer__menu-anchor:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.newsletter-signup .voyager-footer__menu-anchor::after {
  display: none;
}

.inline-features {
  list-style: none;
  margin: 16px 0;
}
.inline-features__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.inline-features__icon {
  max-width: 25px;
  height: auto;
  margin-right: var(--voyager-global-spacing--small);
  padding: var(--voyager-global-spacing--xsmall) 0;
}
.inline-features__title {
  margin-bottom: 0;
}

.voyager-booking-hub {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-booking-hub * {
  box-sizing: border-box;
}
.voyager-booking-hub__container {
  padding-top: 30px;
}
.voyager-booking-hub__header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: var(--voyager-color--brand-five);
  border-bottom: 1px solid var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__header {
    padding-bottom: 10px;
  }
}
.voyager-booking-hub__intro, .voyager-booking-hub__weather {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__intro, .voyager-booking-hub__weather {
    padding: 0;
  }
}
.voyager-booking-hub__weather {
  width: 100%;
  justify-content: center;
  padding: 30px;
  border-top: 1px solid var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__weather {
    width: auto;
    border-top: 0;
  }
}
.voyager-booking-hub__guest-details {
  padding: 0 15px;
}
.voyager-booking-hub__guest-details .js-hub-night {
  display: block;
  font-weight: 700;
}
.voyager-booking-hub__guest-details.is_left {
  border-right: 1px solid var(--voyager-color--brand-seven);
}
.voyager-booking-hub__reservation {
  font-style: italic;
}
.voyager-booking-hub__tab {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab {
    flex-direction: row;
    margin-bottom: 15px;
  }
}
.voyager-booking-hub__tab-content {
  display: none;
}
.voyager-booking-hub__tab-content.is_active {
  display: block;
}
.voyager-booking-hub__content {
  display: block;
}
.voyager-booking-hub__content.is_hidden {
  display: none;
}
.voyager-booking-hub__content.mobile_tab_active .voyager-booking-hub__tab-menu {
  display: block;
}
.voyager-booking-hub__content.mobile_tab_active .voyager-booking-hub__tab-menu-mobile:after {
  transform: rotate(180deg);
  color: var(--voyager-color--active-color);
}
.voyager-booking-hub__tab-content-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-content-wrapper {
    flex-direction: row;
    text-align: left;
  }
}
.voyager-booking-hub__tab-menu {
  position: absolute;
  z-index: 2;
  display: none;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  background: var(--voyager-color--white);
  border: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-menu {
    position: relative;
    display: block;
    width: auto;
    margin-top: 0;
    text-align: right;
    border-right: 1px solid var(--voyager-color--brand-seven);
  }
}
.voyager-booking-hub__tab-menu--item {
  padding: 15px;
  text-transform: uppercase;
  cursor: pointer;
  list-style-type: none;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-menu--item:hover {
    color: var(--voyager-color--active-color);
  }
}
.voyager-booking-hub__tab-menu--item.is_active {
  color: var(--voyager-color--active-color);
}
.voyager-booking-hub__tab-menu-mobile {
  position: relative;
  display: block;
  margin-top: 10px;
  padding: 14px 0;
  color: var(--voyager-color--white);
  text-align: center;
  text-transform: uppercase;
  background: var(--voyager-color--active-color);
}
.voyager-booking-hub__tab-menu-mobile::after {
  position: absolute;
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  width: 40px;
  height: 40px;
  background: transparent;
  top: 5px;
  right: 10px;
  z-index: 4;
  justify-content: center;
  align-items: center;
  font-family: "voyager-icons";
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-menu-mobile {
    display: none;
  }
}
.voyager-booking-hub__tab-body {
  position: relative;
  min-height: 100%;
  flex: 1;
  overflow: hidden;
  padding: 15px 0;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-body {
    padding: 15px 30px 0;
  }
}
.voyager-booking-hub__tab-wrapper {
  margin-bottom: 15px;
}
.voyager-booking-hub__tab-images {
  width: 100%;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-images {
    max-width: 700px;
    flex: 2;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.voyager-booking-hub__tab-single-image {
  width: 100%;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-single-image {
    max-width: 700px;
    flex: 2;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-text {
    flex: 1;
  }
}
.voyager-booking-hub__tab-element {
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-element {
    flex-direction: row;
    text-align: left;
  }
}
.voyager-booking-hub__tab-title {
  margin-bottom: 10px;
  color: var(--voyager-color--brand-seven);
}
.voyager-booking-hub__tab-description {
  margin-bottom: 15px;
  color: var(--voyager-color--brand-five);
}
.voyager-booking-hub__tab-link {
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-link:hover {
    background-color: var(--voyager-color--brand-eight);
  }
}
.voyager-booking-hub__tab-item {
  color: var(--voyager-color--brand-five);
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-item {
    text-align: left;
  }
  .voyager-booking-hub__tab-item:hover {
    color: var(--voyager-color--brand-seven);
    text-decoration: underline;
    cursor: pointer;
  }
}
.voyager-booking-hub__tab-item.is_active {
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-booking-hub__tab-item.is_active {
    text-decoration: underline;
  }
}
.voyager-booking-hub__splide .splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.voyager-booking-hub__splide .splide__arrows.is_hidden {
  display: none;
}
.voyager-booking-hub__splide .splide__arrow {
  position: absolute;
  top: -8px;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  background-color: var(--voyager-color--white);
  border: 0;
  cursor: pointer;
}
.voyager-booking-hub__splide .splide__arrow svg {
  width: 15px;
  fill: var(--voyager-color--brand-seven);
}
.voyager-booking-hub__splide .splide__arrow--prev {
  left: 0;
  transform: rotate(180deg);
}
.voyager-booking-hub__splide .splide__arrow--next {
  right: 0;
}
.voyager-booking-hub__content-splide .splide__arrows {
  top: 50%;
}

.voyager-read-more {
  display: inline-block;
}
.voyager-read-more__content {
  display: none;
}
@media only screen and (min-width: 992px) {
  .voyager-read-more__content {
    display: block;
  }
}
.voyager-read-more__content.js-expanded-content {
  display: inline;
}
.voyager-read-more__spacing {
  display: block;
  height: 15px;
  background-color: transparent;
}
.voyager-read-more__button {
  padding: 0;
  color: var(--voyager-color--brand-seven);
  font-size: 0.875rem;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .voyager-read-more__button {
    display: none;
  }
}
.voyager-read-more .voyager-wysiwyg-paragraph {
  margin-bottom: 0;
}
.voyager-read-more .js-expanded-content ~ .voyager-read-more__button {
  margin-left: 5px;
}

.voyager-contact-details {
  margin-top: var(--voyager-global-paragraph-margin);
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-contact-details__wrapper {
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-contact-details__icon {
  margin-right: 10px;
}
.voyager-contact-details__title-text {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  margin-right: 10px;
}

.voyager-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100vw;
  height: 100dvh;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.voyager-lightbox {
  animation: fadeIn 0.3s ease 1;
}
.voyager-lightbox__content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgba(67, 70, 80, 0.9411764706);
}
.voyager-lightbox__container {
  position: relative;
  top: 5vh;
  left: 5vw;
  box-sizing: border-box;
  width: 90vw;
  height: 90vh;
}
@media only screen and (min-width: 688px) {
  .voyager-lightbox__container {
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
  }
}
.voyager-lightbox__container--stories {
  top: 5vh;
  left: 0;
  width: 100%;
  height: 90vh;
}
@media only screen and (min-width: 992px) {
  .voyager-lightbox__container--stories {
    width: 430px;
  }
}
.voyager-lightbox__splide-track {
  height: 100%;
}
.voyager-lightbox__slider-container {
  position: relative;
}
.voyager-lightbox__slider {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: relative;
  row-gap: 20px;
}
@media only screen and (min-width: 688px) {
  .voyager-lightbox__slider {
    row-gap: calc(var(--voyager-global-spacing--large) - var(--voyager-global-spacing--xsmall));
  }
}
.voyager-lightbox__slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-lightbox__slide-media, .voyager-lightbox__slide-image, .voyager-lightbox__slide-video {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  max-height: calc(80vh - var(--voyager-global-spacing--large) - var(--voyager-global-spacing--xsmall) - var(--voyager-height--arrow-button));
  margin-inline: auto;
}
.voyager-lightbox__slide-description-wrap {
  position: absolute;
  bottom: 0;
  display: none;
  padding: var(--voyager-global-spacing--small);
}
.voyager-lightbox__slide-description-inner {
  padding: var(--voyager-global-spacing--small);
  text-align: center;
}
.voyager-lightbox__slide-title, .voyager-lightbox__slide-description {
  color: var(--voyager-color--white);
}
.voyager-lightbox__thumbnail-slider {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: var(--voyager-global-spacing--small);
}
.voyager-lightbox__thumbnail-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-lightbox__control-bar {
  align-self: stretch;
}
.voyager-lightbox__arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  z-index: 1;
  -moz-column-gap: var(--voyager-global-spacing--small);
       column-gap: var(--voyager-global-spacing--small);
}
.voyager-lightbox__arrows-button {
  color: var(--voyager-color--white);
  border-color: var(--voyager-color--white);
}
.voyager-lightbox__arrows-button::before, .voyager-lightbox__arrows-button::after {
  color: var(--voyager-color--white);
}
.voyager-lightbox__controls {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-lightbox__controls:hover {
  opacity: 80%;
}
.voyager-lightbox__button-close {
  padding: 2px;
}
.voyager-lightbox__button-close--svg {
  display: block;
  width: 32px;
  height: 32px;
  aspect-ratio: 1/1;
}
.voyager-lightbox__button-close--path {
  fill: var(--voyager-color--white);
  stroke: var(--voyager-color--white);
}
.voyager-lightbox .video-js .vjs-tech {
  position: static;
}
.voyager-lightbox__header {
  display: none;
}

.voyager-rooms-navigation__slide {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.voyager-rooms-navigation__anchor {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-rooms-navigation__anchor {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-rooms-navigation__anchor:hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-rooms-navigation__anchor {
  display: inline-block;
  text-decoration: none;
  padding: 12px 18px;
}
@media only screen and (min-width: 688px) {
  .voyager-rooms-navigation__anchor:hover {
    background: var(--voyager-color--brand-three);
  }
}
.voyager-rooms-navigation__anchor--current-page {
  background: var(--voyager-color--brand-three);
  text-decoration: underline;
}

.voyager-social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
}
@media only screen and (min-width: 992px) {
  .voyager-social-links {
    justify-content: flex-start;
    gap: 10px;
  }
}
.voyager-social-links__icon-anchor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 32px;
  height: auto;
  color: var(--voyager-color--brand-seven);
  font-size: 0.875rem;
  line-height: 1.375rem;
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--voyager-color--brand-seven);
  text-decoration: none;
  aspect-ratio: 1/1;
  transition: all 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .voyager-social-links__icon-anchor {
    width: 45px;
    font-size: 1.5rem;
  }
}
.voyager-social-links__icon-anchor:hover, .voyager-social-links__icon-anchor:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-seven);
}
.voyager-social-links__icon-anchor:active {
  background-color: var(--voyager-color--brand-eight);
}
.voyager-social-links__icon {
  text-decoration: none;
  font-size: 2rem;
}
@media only screen and (min-width: 992px) {
  .voyager-social-links__icon {
    font-size: 2.625rem;
  }
}
.voyager-social-links__icon.voyager-icon-facebook:before {
  content: "\e811";
}
.voyager-social-links__icon.voyager-icon-instagram:before {
  content: "\e80d";
}
.voyager-social-links__icon.voyager-icon-linkedin:before {
  content: "\e80b";
}
.voyager-social-links__icon.voyager-icon-youtube:before {
  content: "\e80a";
}

.wp-block-voyager-tab-wrapper {
  position: relative;
  max-width: 100vw;
  padding-right: var(--voyager-global-spacing--small);
  padding-left: var(--voyager-global-spacing--small);
  row-gap: var(--voyager-global-spacing--small);
}
.wp-block-voyager-tab-wrapper .voyager-intro-text {
  display: none;
}
.wp-block-voyager-tab-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .wp-block-voyager-tab-wrapper {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper {
    row-gap: var(--voyager-global-spacing--large);
    padding-right: 0;
    padding-left: 0;
  }
}
.wp-block-voyager-tab-wrapper__tab-container {
  display: none;
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper__tab-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.wp-block-voyager-tab-wrapper__tab-list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.wp-block-voyager-tab-wrapper__tab-list-item {
  min-width: 170px;
  color: var(--voyager-color--brand-seven);
  text-align: center;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  padding-block: 10px;
  padding-inline: 40px;
  font-size: 1.0625rem;
  line-height: 1.625rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  text-transform: none;
}
@media only screen and (min-width: 992px) {
  .wp-block-voyager-tab-wrapper__tab-list-item {
    text-transform: uppercase;
  }
}
.wp-block-voyager-tab-wrapper__tab-list-item {
  transition: all 0.8s 0s ease-in-out;
}
.wp-block-voyager-tab-wrapper__tab-list-item:hover {
  color: var(--voyager-color--brand-five);
  background-color: transparent;
  opacity: 70%;
  border-color: var(--voyager-color--brand-five);
}
.wp-block-voyager-tab-wrapper__tab-list-item.js-active-tab {
  color: var(--voyager-color--brand-five);
  background-color: transparent;
  border-color: var(--voyager-color--brand-five);
}
.wp-block-voyager-tab-wrapper__tab-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  gap: 30px;
  background-color: transparent;
  padding-block: 0;
  margin-block: 0;
  transition: all 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper__tab-block {
    gap: 0;
  }
  .wp-block-voyager-tab-wrapper__tab-block[aria-hidden=true] {
    opacity: 0%;
  }
  .wp-block-voyager-tab-wrapper__tab-block[aria-hidden=false] {
    opacity: 100%;
  }
}
.wp-block-voyager-tab-wrapper__tab-block::before, .wp-block-voyager-tab-wrapper__tab-block::after {
  display: none;
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper__tab-block::before, .wp-block-voyager-tab-wrapper__tab-block::after {
    display: block;
  }
}
.wp-block-voyager-tab-wrapper__tab-block .voyager-container {
  display: none;
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper__tab-block .voyager-container {
    display: flex;
  }
}
.wp-block-voyager-tab-wrapper__tab-block.js-accordion-active .voyager-container {
  display: block;
  padding-block: 40px;
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper__tab-block.js-accordion-active .voyager-container {
    padding-block: 0;
  }
}
.wp-block-voyager-tab-wrapper__tab-block.js-accordion-active .wp-block-voyager-tab-wrapper__accordion-header {
  background-color: var(--voyager-color--white);
  border-top: 1px solid var(--voyager-color--brand-seven);
  border-right: 1px solid var(--voyager-color--brand-seven);
  border-bottom: 1px solid var(--voyager-color--brand-seven);
  border-left: 1px solid var(--voyager-color--brand-seven);
}
.wp-block-voyager-tab-wrapper__tab-block.js-accordion-active .wp-block-voyager-tab-wrapper__accordion-header:before {
  content: "\e80c";
}
.wp-block-voyager-tab-wrapper__tab-block.js-accordion-active .wp-block-voyager-tab-wrapper__accordion-header::after {
  color: var(--voyager-color--brand-seven);
}
.wp-block-voyager-tab-wrapper__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-self: stretch;
  color: var(--voyager-color--brand-seven);
  background: var(--voyager-color--brand-three);
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid var(--voyager-color--brand-seven);
  border-left: 1px solid transparent;
  cursor: pointer;
  padding-block: 15px;
  padding-inline: 20px;
}
.wp-block-voyager-tab-wrapper__accordion-header:before {
  content: "\e80e";
}
.wp-block-voyager-tab-wrapper__accordion-header::after {
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .wp-block-voyager-tab-wrapper__accordion-header {
    display: none;
  }
}
.wp-block-voyager-tab-wrapper__accordion-header::before {
  top: 12px;
  right: 12px;
  font-size: 1.25rem;
}

.voyager-tag-banner {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  box-shadow: var(--voyager-box-shadow--button);
}
.voyager-tag-banner__image-container {
  overflow: hidden;
  position: relative;
  width: 157px;
}
.voyager-tag-banner__image {
  position: absolute;
  height: 100%;
}
.voyager-tag-banner__text-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: var(--voyager-global-spacing--small);
  background-color: var(--voyager-color--white);
  row-gap: var(--voyager-global-spacing--small);
}
.voyager-tag-banner__content {
  width: 200px;
}
.voyager-tag-banner__button {
  justify-content: flex-start;
}
.voyager-tag-banner__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.voyager-tag-banner--position-left, .voyager-tag-banner--position-right {
  position: fixed;
  z-index: 4;
}
.voyager-tag-banner--position-left {
  left: 0;
}
.voyager-tag-banner--position-right {
  right: 0;
}

.voyager-video__controls {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  max-width: 100vw;
  height: 100%;
}
@media only screen and (min-width: 688px) {
  .voyager-video__controls:hover .voyager-video__control--pause,
  .voyager-video__controls:hover .voyager-video__control--mute {
    opacity: 1;
  }
}
.voyager-video__control--play, .voyager-video__control--pause, .voyager-video__control--mute {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 28px;
  height: 28px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--voyager-color--white);
  border-radius: 50%;
  aspect-ratio: 1/1;
  transition: all 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .voyager-video__control--play, .voyager-video__control--pause, .voyager-video__control--mute {
    bottom: 28px;
    width: 38px;
    height: 38px;
    cursor: pointer;
  }
}
.voyager-video__control--play {
  right: 48px;
}
@media only screen and (min-width: 688px) {
  .voyager-video__control--play {
    right: 76px;
  }
}
.voyager-video__control--pause {
  right: 48px;
}
@media only screen and (min-width: 688px) {
  .voyager-video__control--pause {
    right: 76px;
  }
}
.voyager-video__control--mute {
  right: 10px;
}
@media only screen and (min-width: 688px) {
  .voyager-video__control--mute {
    right: 28px;
  }
}
.voyager-video__play-button-icon:before {
  content: "\e809";
}
.voyager-video__play-button-icon {
  color: var(--voyager-color--white);
  font-size: 0.9375rem;
  line-height: 1em;
}
.voyager-video__play-button-icon::before {
  margin-inline: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-video__play-button-icon {
    font-size: 1.78125rem;
  }
}
.voyager-video__pause-button-icon:before {
  content: "\e808";
}
.voyager-video__pause-button-icon {
  color: var(--voyager-color--white);
  font-size: 0.9375rem;
  line-height: 1em;
}
.voyager-video__pause-button-icon::before {
  margin-inline: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-video__pause-button-icon {
    display: block;
    font-size: 1.78125rem;
  }
}
.voyager-video__mute-button-icon {
  color: var(--voyager-color--white);
  font-size: 2rem;
  line-height: 1em;
}
.voyager-video__mute-button-icon::before {
  margin-inline: 0;
}
.voyager-video__control-text {
  display: none;
  color: var(--voyager-color--white);
  font-size: 1rem;
  white-space: nowrap;
}
.voyager-video__controls--playing .voyager-video__control--play {
  display: none;
}
.voyager-video__controls--playing .voyager-video__control--pause,
.voyager-video__controls--playing .voyager-video__control--mute,
.voyager-video__controls--playing .voyager-video__video-control--progress {
  opacity: 0;
}
.voyager-video__controls--paused .voyager-video__control--pause {
  display: none;
}
.voyager-video__video-control--progress {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  color: var(--voyager-color--white);
  font-size: 0.75rem;
  opacity: 0;
  transform: translateX(-50%);
}
.voyager-video__video-control--progress .voyager-video__control-current-time {
  width: 50px;
  text-align: right;
}
.voyager-video__video-control--progress .voyager-video__control-progress-bar-wrap {
  width: calc(100% - 110px);
  height: 7px;
  margin: 5px;
  background: var(--voyager-color--white);
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
}
.voyager-video__video-control--progress .voyager-video__control-progress-bar {
  height: 100%;
  background: var(--voyager-color--brand-two);
}
.voyager-video__video-control--progress .voyager-video__control-duration-time {
  width: 50px;
}

.voyager-sidebar {
  position: sticky;
  top: 150px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar {
    display: block;
    width: 100%;
    max-width: 480px;
    order: 2;
  }
}
.voyager-sidebar__wrapper {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__wrapper {
    position: sticky;
    top: 115px;
  }
}
.voyager-sidebar__block-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--medium);
}
.voyager-sidebar__block-wrapper.js-category--open {
  display: block;
  padding: var(--voyager-global-spacing--small) var(--voyager-global-spacing--medium);
  background-color: var(--voyager-color--brand-eight);
}
.voyager-sidebar__block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: stretch;
  padding: 40px;
  row-gap: 19px;
}
.voyager-sidebar__block:last-child {
  margin-bottom: 0;
}
.voyager-sidebar__block-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: stretch;
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  row-gap: 19px;
  margin-block: 0;
}
.voyager-sidebar__block-title::after {
  content: "";
  position: static;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--voyager-color--brand-eight);
}
.voyager-sidebar__blog-posts {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: stretch;
  row-gap: var(--voyager-global-spacing--medium);
}
.voyager-sidebar__search-block {
  padding: 9px;
  border: 1px solid var(--voyager-color--brand-eight);
}
.voyager-sidebar .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  align-self: stretch;
}
.voyager-sidebar .search-form label {
  width: 100%;
}
.voyager-sidebar .search-field {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.voyager-sidebar .search-submit {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 40px;
  align-self: stretch;
  padding: 0;
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/themes/ballymaloe-house-hotel/assets/img/icons/magnifying-glass.svg);
  border: 0 solid transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  aspect-ratio: 1/1;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-sidebar .search-submit:hover {
  opacity: 70%;
}
.voyager-sidebar__post-item {
  align-self: stretch;
}
.voyager-sidebar__post-title {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  color: var(--voyager-color--brand-five);
}
.voyager-sidebar__post-date {
  display: none;
}
.voyager-sidebar__post-anchor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  text-decoration: none;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.voyager-sidebar__post-image-wrapper {
  min-width: 160px;
}
.voyager-sidebar__post-image {
  display: block;
  width: 100%;
  aspect-ratio: 160/125;
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-sidebar__post-content, .voyager-sidebar__blog-categories {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  align-self: stretch;
}
.voyager-sidebar__blog-categories {
  order: 2;
}
.voyager-sidebar__blog-categories-block {
  background-color: var(--voyager-color--brand-three);
}
.voyager-sidebar__blog-categories-block-title {
  color: var(--voyager-color--brand-five);
}
.voyager-sidebar__blog-categories-block-title::after {
  background-color: var(--voyager-color--brand-eight);
}
.voyager-sidebar__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  row-gap: 25px;
}
.voyager-sidebar__list .current-cat a {
  color: var(--voyager-color--brand-two);
}
.voyager-sidebar__list .cat-item a {
  display: inline-block;
  width: 100%;
  color: var(--voyager-color--brand-five);
  transition: all 0.8s 0s ease-in-out;
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.voyager-sidebar__list .cat-item a:hover {
  color: var(--voyager-color--brand-seven);
}
.voyager-sidebar__recent-block {
  background-color: var(--voyager-color--brand-eight);
}
.voyager-sidebar__recent-posts-title {
  color: var(--voyager-color--brand-five);
}
.voyager-sidebar__recent-posts-title::after {
  background-color: var(--voyager-color--brand-six);
}
.voyager-sidebar__mobile-toggle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 50px;
  height: 100%;
  align-self: center;
  color: var(--voyager-color--brand-five);
  pointer-events: none;
  transition: transform 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 992px) {
  .voyager-sidebar__mobile-toggle-icon {
    display: none;
  }
}
.voyager-sidebar__mobile-toggle-icon::before {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  font-size: 2.1875rem;
}
.voyager-sidebar__title {
  margin-bottom: var(--voyager-global-spacing--small);
  color: var(--voyager-color--brand-seven);
}
.voyager-sidebar__article {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--small);
  margin-bottom: var(--voyager-global-spacing--large);
}
@media only screen and (min-width: 688px) {
  .voyager-sidebar__article {
    flex-direction: row;
  }
}
@media only screen and (min-width: 688px) {
  .voyager-sidebar__article-image-wrapper {
    flex: 1;
  }
  .voyager-sidebar__article-title-wrapper {
    flex: 2;
  }
}
.voyager-sidebar__article-thumbnail {
  display: block;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.voyager-blog {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-blog {
    margin-bottom: 120px;
  }
}
.voyager-blog__title {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: 54px;
  color: var(--voyager-color--brand-seven);
  text-align: center;
}
.voyager-blog__container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-blog__wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 2;
  row-gap: 50px;
}
.voyager-blog__category-list {
  display: none;
  gap: 10px;
}
.voyager-blog__category-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-blog__category-link {
  color: var(--voyager-color--brand-four);
  text-decoration: none;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-blog__category-link:hover {
  color: var(--voyager-color--brand-seven);
}
.voyager-blog__category-name {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-blog__image {
  width: 100%;
  max-width: 532px;
  aspect-ratio: 532/375;
}
.voyager-blog__nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.pagination-wrapper .nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.voyager-blog-archive {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-blog-archive {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-blog-archive__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: var(--voyager-global-spacing--site-horizontal-padding);
  padding-left: var(--voyager-global-spacing--site-horizontal-padding);
  max-width: calc(1692px + 2 * var(--voyager-global-spacing--site-horizontal-padding));
  margin-bottom: 40px;
  -moz-column-gap: var(--voyager-global-spacing--medium);
       column-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-blog-archive__container {
    width: 100%;
    flex-wrap: nowrap;
    margin-bottom: 120px;
  }
}
.voyager-blog-archive__post-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1182px;
}
@media only screen and (min-width: 992px) {
  .voyager-blog-archive__post-wrapper {
    width: 100%;
  }
}
.voyager-blog-archive .voyager-card-grid {
  margin-block: 0;
}
.voyager-blog-archive .voyager-card__content-wrapper {
  justify-content: flex-start;
}
.voyager-blog-archive .voyager-card__category-list {
  padding: 0;
  border: 0 solid transparent;
}
.voyager-blog-archive .voyager-card__heading {
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-blog-archive .voyager-card__textarea {
  display: block;
  margin-bottom: 0;
}
.voyager-blog-archive .voyager-buttons__button-anchor {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.voyager-blog-archive .voyager-buttons__button-anchor:active, .voyager-blog-archive .voyager-buttons__button-anchor:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .voyager-blog-archive .voyager-buttons__button-anchor {
    min-height: 55px;
  }
  .voyager-blog-archive .voyager-buttons__button-anchor:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-blog-archive__article-button-wrapper {
  margin-top: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-blog-archive__article-button-wrapper {
    margin-top: calc(var(--voyager-global-spacing--medium) + 10px);
  }
}
.voyager-blog-archive__category-list {
  display: none;
  gap: 10px;
}
.voyager-blog-archive__category-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.voyager-blog-archive__category-link {
  color: var(--voyager-color--brand-four);
  text-decoration: none;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-blog-archive__category-link:hover {
  color: var(--voyager-color--brand-seven);
}
.voyager-blog-archive__category-name {
  font-size: min(max(1.25rem,0.38vw + 1.11rem), 1.5625rem);
  font-size: clamp(1.25rem, 0.38vw + 1.11rem, 1.56rem);
  line-height: min(max(2rem,0.3vw + 1.89rem), 2.25rem);
  line-height: clamp(2rem, 0.3vw + 1.89rem, 2.25rem);
  letter-spacing: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-blog-archive__category-name {
    letter-spacing: 0.02em;
  }
}
.voyager-blog-archive__category-name {
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 500;
}
.voyager-blog-archive .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  color: var(--voyager-color--black);
  line-height: 3.125rem;
  text-align: center;
  background: var(--voyager-color--brand-four);
  text-decoration: none;
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-blog-archive .page-numbers.prev, .voyager-blog-archive .page-numbers.next {
  display: none;
}
.voyager-blog-archive .page-numbers.current {
  color: var(--voyager-color--white);
  background: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-blog-archive .page-numbers:hover {
    color: var(--voyager-color--black);
    background: var(--voyager-color--brand-three);
  }
}

.voyager-blog-single {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-blog-single {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-blog-single {
  box-sizing: border-box;
  background-color: transparent;
}
.voyager-blog-single__container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  padding-right: var(--voyager-global-spacing--site-horizontal-padding);
  padding-left: var(--voyager-global-spacing--site-horizontal-padding);
  max-width: calc(1692px + 2 * var(--voyager-global-spacing--site-horizontal-padding));
  margin-bottom: 40px;
  -moz-column-gap: var(--voyager-global-spacing--medium);
       column-gap: var(--voyager-global-spacing--medium);
}
@media only screen and (min-width: 992px) {
  .voyager-blog-single__container {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 120px;
  }
}
.voyager-blog-single__post-wrapper {
  width: 100%;
  max-width: var(--voyager-site-width);
}
.voyager-blog-single__title-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 3px;
       column-gap: 3px;
  position: relative;
  margin-bottom: 54px;
  text-align: center;
}
.voyager-blog-single__title-wrapper .voyager-blog-single__title {
  color: var(--voyager-color--brand-seven);
}
.voyager-blog-single__title {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  flex-basis: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.voyager-blog-single__author-description {
  color: var(--voyager-color--brand-five);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.9375rem;
  letter-spacing: 0;
  text-align: center;
}
.voyager-blog-single__card-textarea-static, .voyager-blog-single__card-textarea-date {
  display: inline-block;
}
.voyager-blog-single__static-hero {
  width: 100%;
  height: auto;
  min-height: auto;
}
.voyager-blog-single__meta {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-spacing-md);
}
.voyager-blog-single__meta-separator {
  padding: 0 5px;
}
.voyager-blog-single__image-wrapper {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media only screen and (min-width: 688px) {
  .voyager-blog-single__image-wrapper {
    height: 380px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-blog-single__image-wrapper {
    height: 450px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single__image-wrapper {
    height: 590px;
  }
}
.voyager-blog-single__image {
  height: 100%;
}
.voyager-blog-single .voyager-text-content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 1312px) {
  .voyager-blog-single .voyager-text-content {
    margin-top: 0;
  }
}
.voyager-blog-single .voyager-text-content__container {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.voyager-blog-single .voyager-text-content {
  /* No class present in the H tags */
}
.voyager-blog-single .voyager-text-content h1 {
  margin: 25px 0 15px;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h1 {
    margin: 40px 0 20px;
  }
}
.voyager-blog-single .voyager-text-content {
  /* No class present in the H tags */
}
.voyager-blog-single .voyager-text-content h2 {
  margin: 25px 0 15px;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h2 {
    margin: 40px 0 20px;
  }
}
.voyager-blog-single .voyager-text-content {
  /* No class present in the H tags */
}
.voyager-blog-single .voyager-text-content h3 {
  margin: 25px 0 15px;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h3 {
    margin: 40px 0 20px;
  }
}
.voyager-blog-single .voyager-text-content {
  /* No class present in the H tags */
}
.voyager-blog-single .voyager-text-content h4 {
  margin: 25px 0 12px;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h4 {
    margin: 32px 0 12px;
  }
}
.voyager-blog-single .voyager-text-content {
  /* No class present in the H tags */
}
.voyager-blog-single .voyager-text-content h5 {
  margin: 25px 0 12px;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h5 {
    margin: 32px 0 15px;
  }
}
.voyager-blog-single .voyager-text-content {
  /* No class present in the H tags */
}
.voyager-blog-single .voyager-text-content h1,
.voyager-blog-single .voyager-text-content h2,
.voyager-blog-single .voyager-text-content h3,
.voyager-blog-single .voyager-text-content h4,
.voyager-blog-single .voyager-text-content h5,
.voyager-blog-single .voyager-text-content h6 {
  color: var(--voyager-color--brand-seven);
}
.voyager-blog-single .voyager-text-content h1:first-child,
.voyager-blog-single .voyager-text-content h2:first-child,
.voyager-blog-single .voyager-text-content h3:first-child,
.voyager-blog-single .voyager-text-content h4:first-child,
.voyager-blog-single .voyager-text-content h5:first-child,
.voyager-blog-single .voyager-text-content h6:first-child {
  margin-top: 0;
}
.voyager-blog-single .voyager-text-content h1:last-child,
.voyager-blog-single .voyager-text-content h2:last-child,
.voyager-blog-single .voyager-text-content h3:last-child,
.voyager-blog-single .voyager-text-content h4:last-child,
.voyager-blog-single .voyager-text-content h5:last-child,
.voyager-blog-single .voyager-text-content h6:last-child {
  margin-bottom: 0;
}
.voyager-blog-single .voyager-text-content {
  /* No different class exists for h2 tag */
}
.voyager-blog-single .voyager-text-content h2.voyager-text-content__heading.default {
  margin: 20px 0 15px;
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h2.voyager-text-content__heading.default {
    margin: 30px 0 25px;
  }
}
.voyager-blog-single .voyager-text-content h2.voyager-text-content__heading.default:first-child {
  margin-top: 0;
}
.voyager-blog-single .voyager-text-content h2.voyager-text-content__heading.default:last-child {
  margin-bottom: 0;
}
.voyager-blog-single .voyager-text-content {
  /* No different class exists for h3 tag */
}
.voyager-blog-single .voyager-text-content h3.voyager-text-content__heading.default {
  margin: 15px 0 12px;
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h3.voyager-text-content__heading.default {
    margin: 25px 0 20px;
  }
}
.voyager-blog-single .voyager-text-content h3.voyager-text-content__heading.default:first-child {
  margin-top: 0;
}
.voyager-blog-single .voyager-text-content h3.voyager-text-content__heading.default:last-child {
  margin-bottom: 0;
}
.voyager-blog-single .voyager-text-content {
  /* No different class exists for h4 tag */
}
.voyager-blog-single .voyager-text-content h4.voyager-text-content__heading.default {
  margin: 15px 0 12px;
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content h4.voyager-text-content__heading.default {
    margin: 25px 0 18px;
  }
}
.voyager-blog-single .voyager-text-content h4.voyager-text-content__heading.default:first-child {
  margin-top: 0;
}
.voyager-blog-single .voyager-text-content h4.voyager-text-content__heading.default:last-child {
  margin-bottom: 0;
}
.voyager-blog-single .voyager-text-content .voyager-text-content__heading {
  margin-bottom: 0;
}
.voyager-blog-single .voyager-text-content .voyager-text-content__heading::before {
  display: none;
}
.voyager-blog-single .voyager-text-content .voyager-text-content__textarea {
  margin-top: 25px;
}
.voyager-blog-single .voyager-text-content .voyager-text-content__textarea:first-child {
  margin-top: 0;
}
.voyager-blog-single .voyager-text-content__main-content {
  /* No class present in the img tag */
}
.voyager-blog-single .voyager-text-content__main-content img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 688px) {
  .voyager-blog-single .voyager-text-content__main-content img {
    height: 380px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-blog-single .voyager-text-content__main-content img {
    height: 450px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-text-content__main-content img {
    height: 590px;
  }
}
.voyager-blog-single .voyager-text-content__voyager-buttons {
  justify-content: initial;
}
.voyager-blog-single .voyager-text-content .voyager-buttons__button-anchor {
  /* stylelint-disable-next-line declaration-no-important -- Required to overwrite inline CSS added by splide.js. This allows the box-shadow to display on the default cards. */
  text-decoration: none !important;
}
.voyager-blog-single .voyager-text-content .voyager-buttons {
  justify-content: flex-start;
}
.voyager-blog-single .voyager-image-video__wrapper {
  height: 100%;
}
.voyager-blog-single .static-hero__image-wrapper::before {
  display: none;
}
.voyager-blog-single .voyager-image-video__container {
  margin-top: 40px;
  padding: 0;
}
.voyager-blog-single .voyager-image-video__figure {
  height: 300px;
}
@media only screen and (min-width: 688px) {
  .voyager-blog-single .voyager-image-video__figure {
    height: 380px;
  }
}
@media only screen and (min-width: 1312px) {
  .voyager-blog-single .voyager-image-video__figure {
    height: 450px;
  }
}
@media only screen and (min-width: 1440px) {
  .voyager-blog-single .voyager-image-video__figure {
    height: 590px;
  }
}
.voyager-blog-single .voyager-image-video--styles-default {
  height: auto;
  padding: 0;
}

.voyager-search {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
.voyager-search__heading {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-search__sub-heading {
  margin-bottom: var(--voyager-global-sub-heading-margin);
}
.voyager-search__pre-heading {
  margin-bottom: var(--voyager-global-pre-heading-margin);
  color: var(--voyager-color--brand-five);
}
.voyager-search__textarea h1 {
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-search__textarea h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-search__textarea h3 {
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-search__textarea h4 {
  font-size: min(max(1.5625rem,0.53vw + 1.36rem), 2rem);
  font-size: clamp(1.56rem, 0.53vw + 1.36rem, 2rem);
  line-height: min(max(2.25rem,0.68vw + 1.99rem), 2.8125rem);
  line-height: clamp(2.25rem, 0.68vw + 1.99rem, 2.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-search__textarea h5 {
  font-size: min(max(1.4375rem,0.3vw + 1.32rem), 1.6875rem);
  font-size: clamp(1.44rem, 0.3vw + 1.32rem, 1.69rem);
  line-height: min(max(2.25rem,0.3vw + 2.14rem), 2.5rem);
  line-height: clamp(2.25rem, 0.3vw + 2.14rem, 2.5rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-search__textarea h6 {
  font-size: min(max(1.3125rem,0.3vw + 1.2rem), 1.5625rem);
  font-size: clamp(1.31rem, 0.3vw + 1.2rem, 1.56rem);
  line-height: min(max(2.125rem,0.23vw + 2.04rem), 2.3125rem);
  line-height: clamp(2.13rem, 0.23vw + 2.04rem, 2.31rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-search__textarea p {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
}
.voyager-search__textarea ul {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  align-self: stretch;
}
.voyager-search__textarea ol {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: decimal;
}
.voyager-search__textarea em {
  font-style: italic;
}
.voyager-search__textarea strong {
  font-weight: 600;
}
.voyager-search__textarea blockquote {
  padding-block: 0.5em;
  padding-inline: 0.8em;
  border-left: 1px solid;
  margin-block: 1.5em;
  margin-inline: 0.8em;
}
.voyager-search__textarea .img {
  margin-top: 0.5em;
}
.voyager-search__textarea .alignleft {
  float: left;
  margin-right: 1.6em;
}
.voyager-search__textarea .alignright {
  float: right;
  margin-left: 1.6em;
}
.voyager-search__textarea .aligncenter {
  display: block;
  text-align: center;
  margin-block: 1.5em;
  margin-inline: auto;
}
.voyager-search__textarea a:not(.voyager-buttons__anchor) {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-search__textarea a:not(.voyager-buttons__anchor) {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-search__textarea a:not(.voyager-buttons__anchor):hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-search__textarea {
  margin-bottom: var(--voyager-global-paragraph-margin);
}
.voyager-search__textarea *:last-child {
  margin-bottom: 0;
}
.voyager-search__inline-features {
  margin-bottom: var(--voyager-global-list-item-margin);
  padding-left: var(--voyager-global-list-item-large);
}
.voyager-search__inline-features-item {
  position: relative;
}
.voyager-search__inline-features-icon {
  position: absolute;
  left: -20px;
}
.voyager-search__category-list {
  margin-bottom: var(--voyager-global-list-item-small);
  padding-left: var(--voyager-global-spacing--large);
}
.voyager-search__category-list:last-child {
  margin-bottom: 0;
}
.voyager-search__icon {
  width: 30px;
  max-height: 30px;
}
.voyager-search__image {
  width: 100%;
  height: 100%;
  margin-bottom: var(--voyager-global-image-margin);
  -o-object-fit: cover;
     object-fit: cover;
}
.voyager-search__feature {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--voyager-global-spacing--small);
}
.voyager-search__feature-icon-wrapper {
  width: 30px;
  height: 30px;
  margin-bottom: var(--voyager-global-list-item-margin);
}
.voyager-search__buttons {
  margin-bottom: var(--voyager-global-title-margin);
}
.voyager-search {
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-search {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-search {
  row-gap: 54px;
}
.voyager-search__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-right: var(--voyager-global-spacing--site-horizontal-padding);
  padding-left: var(--voyager-global-spacing--site-horizontal-padding);
  max-width: calc(1692px + 2 * var(--voyager-global-spacing--site-horizontal-padding));
  gap: var(--voyager-global-spacing--medium);
}
.voyager-search__header {
  text-align: center;
}
.voyager-search__h1 {
  margin-bottom: var(--voyager-global-spacing--small);
  color: var(--voyager-color--brand-seven);
}
.voyager-search__card {
  width: 100%;
  max-width: 1182px;
  margin-bottom: var(--voyager-global-spacing--medium);
  padding: 20px;
  background-color: var(--voyager-color--brand-three);
}
.voyager-search__card:last-child {
  margin-bottom: 0;
}
.voyager-search__article-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: column;
  flex-wrap: nowrap;
  flex: 1;
  gap: var(--voyager-global-spacing--small);
}
@media only screen and (min-width: 992px) {
  .voyager-search__article-wrapper {
    flex-direction: row;
    gap: var(--voyager-global-spacing--medium);
  }
}
.voyager-search__image-wrapper {
  position: relative;
  flex: 0 0 532px;
  border-radius: 0;
  overflow: hidden;
  aspect-ratio: 532/375;
}
.voyager-search__image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
}
.voyager-search__content-wrapper {
  flex: 3;
}
.voyager-search__content-title {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  margin-bottom: var(--voyager-global-spacing--small);
  color: var(--voyager-color--brand-seven);
}
.voyager-search__article-meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.voyager-search__button-link {
  box-sizing: border-box;
  display: inline-block;
  padding: var(--voyager-padding--button-regular);
  color: var(--voyager-color--brand-seven);
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  word-break: normal;
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.4375rem;
  letter-spacing: 0.02em;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 600;
  transition: all 0.8s 0s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 43px;
  border: 1px solid var(--voyager-color--brand-seven);
}
.voyager-search__button-link:active, .voyager-search__button-link:focus {
  color: var(--voyager-color--white);
  background-color: var(--voyager-color--brand-five);
  border-color: var(--voyager-color--brand-five);
}
@media only screen and (min-width: 688px) {
  .voyager-search__button-link {
    min-height: 55px;
  }
  .voyager-search__button-link:hover {
    color: var(--voyager-color--white);
    background-color: var(--voyager-color--brand-seven);
    border-color: var(--voyager-color--brand-seven);
  }
}
.voyager-search__article-button-anchor, .voyager-search__buttons {
  margin-top: 20px;
  margin-bottom: 0;
}
.voyager-search__category_card {
  margin: 0 0 var(--voyager-global-spacing--small);
  padding: var(--voyager-global-spacing--small);
  border: 1px solid var(--voyager-color--brand-four);
}
.voyager-search__category_card:last-child {
  margin-bottom: 0;
}
.voyager-search__card-inner-wrapper {
  display: grid;
  gap: var(--voyager-global-spacing--small);
  padding: 20px;
  background-color: var(--voyager-color--brand-three);
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 992px) {
  .voyager-search__card-inner-wrapper {
    grid-template-columns: 1.33fr 1.45fr;
    gap: var(--voyager-global-spacing--medium);
  }
}
.voyager-search__post-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 70px;
}
.voyager-search__nav-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.voyager-search .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 50px;
  height: 50px;
  color: var(--voyager-color--black);
  line-height: 3.125rem;
  text-align: center;
  background: var(--voyager-color--brand-four);
  text-decoration: none;
  font-size: min(max(0.9375rem,0.08vw + 0.91rem), 1rem);
  font-size: clamp(0.94rem, 0.08vw + 0.91rem, 1rem);
  line-height: min(max(1.75rem,0.08vw + 1.72rem), 1.8125rem);
  line-height: clamp(1.75rem, 0.08vw + 1.72rem, 1.81rem);
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  transition: all 0.8s 0s ease-in-out;
}
.voyager-search .page-numbers.prev, .voyager-search .page-numbers.next {
  display: none;
}
.voyager-search .page-numbers.current {
  color: var(--voyager-color--white);
  background: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 992px) {
  .voyager-search .page-numbers:hover {
    color: var(--voyager-color--black);
    background: var(--voyager-color--brand-three);
  }
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* stylelint-disable selector-max-attribute -- force google pixel to 1px */
img[width="1"][height="1"],
img[width="1px"][height="1px"] {
  max-width: 1px;
}

/* stylelint-enable */
img,
embed,
object,
audio,
video {
  max-width: 100%;
  height: auto;
  font-style: italic;
}

video {
  width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

pre {
  z-index: 9999;
  padding: 20px 20px 20px 60px;
  color: var(--voyager-color--black);
  font-family: Monaco, sans-serif;
  line-height: 1.3;
  background: var(--voyager-color--input-keyline-focus-color);
  border-left: 5px solid #F90;
  white-space: pre-wrap;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  word-wrap: normal !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.sr-only:focus,
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  color: var(--voyager-color--input-text-color);
  font-size: 1em;
  line-height: normal;
  background-color: var(--voyager-color--input-keyline-focus-color);
  text-decoration: none;
  /* stylelint-disable-next-line declaration-no-important -- Required to hard reset for screen readers. */
  clip: auto !important;
  clip-path: none;
}

body {
  overflow-x: hidden;
}
body:has(> .js-visible) {
  overflow-y: hidden;
}
body:has(> .site > .voyager-header__menu--visible) {
  overflow-y: hidden;
}

p:empty,
p:-moz-only-whitespace {
  display: none;
}

address {
  font-style: normal;
}

input,
textarea {
  font: inherit;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide {
  outline: none;
  position: relative;
  visibility: hidden;
  max-width: 100vw;
}
.splide .splide__active-icon {
  display: none;
}
.splide__pagination-icon {
  pointer-events: none;
}
.splide .is-active-button .splide__active-icon {
  display: inline-block;
}
.splide .is-active-button .splide__default-icon {
  display: none;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}
.splide__track--draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.splide__slide {
  position: relative;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: 0;
  backface-visibility: hidden;
  outline: none;
  /* stylelint-disable-next-line declaration-no-important -- Splide CSS */
  list-style-type: none !important;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__slider {
  position: relative;
}
.splide__spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: auto;
  border: 2px solid #999;
  border-radius: 50%;
  animation: splide-loading 1s linear infinite;
  border-left-color: transparent;
}
.splide__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.splide--draggable > .splide__slider > .splide__track,
.splide--draggable > .splide__track {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  position: relative;
  box-sizing: border-box;
}
.splide__list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  max-width: 100vw;
  height: 100%;
  padding: 0;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.sitemap__container {
  max-width: unset;
}
.sitemap__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: var(--voyager-global-spacing--medium);
}

.voyager-sitemap {
  padding-right: var(--voyager-global-spacing--site-horizontal-padding);
  padding-left: var(--voyager-global-spacing--site-horizontal-padding);
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .voyager-sitemap {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.voyager-sitemap {
  padding-inline: 0;
}
.voyager-sitemap__map {
  width: min(200px, 100%);
}
.voyager-sitemap__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: calc(var(--voyager-global-spacing--medium) / 2);
}
.voyager-sitemap__menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: calc(var(--voyager-global-spacing--medium) / 3);
}
.voyager-sitemap__submenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: calc(var(--voyager-global-spacing--medium) / 3);
  padding-left: calc(var(--voyager-global-spacing--medium) / 3);
}
.voyager-sitemap__list {
  padding: 0 0 0 2rem;
  margin-block: 16px;
  margin-inline: 0;
  list-style: disc;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .voyager-sitemap__list {
    max-width: 60vw;
  }
}
.voyager-sitemap a {
  width: -moz-fit-content;
  width: fit-content;
  color: var(--voyager-color--brand-seven);
}
@media only screen and (min-width: 688px) {
  .voyager-sitemap a {
    transition: all 0.8s 0s ease-in-out;
  }
  .voyager-sitemap a:hover {
    color: var(--voyager-color--brand-five);
  }
}
.voyager-sitemap a {
  font-size: min(max(1rem,0.08vw + 0.97rem), 1.0625rem);
  font-size: clamp(1rem, 0.08vw + 0.97rem, 1.06rem);
  line-height: 1.9375rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 400;
  transition: all 0.8s 0s ease-in-out;
  padding-left: 0;
  color: var(--voyager-color--black);
  text-decoration: none;
}
.voyager-sitemap a:hover {
  padding-left: 5px;
  color: var(--voyager-color--brand-seven);
  text-decoration: none;
}
.voyager-sitemap h1 {
  margin-top: clamp(30px, 9.7050147493px + 0.0294985251 * 100vw, 50px);
  text-align: center;
  font-size: min(max(1.875rem,2.65vw + 0.88rem), 4.0625rem);
  font-size: clamp(1.88rem, 2.65vw + 0.88rem, 4.06rem);
  line-height: min(max(2.6875rem,2.58vw + 1.72rem), 4.8125rem);
  line-height: clamp(2.69rem, 2.58vw + 1.72rem, 4.81rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
}
.voyager-sitemap h2 {
  font-size: min(max(1.75rem,1.36vw + 1.24rem), 2.875rem);
  font-size: clamp(1.75rem, 1.36vw + 1.24rem, 2.88rem);
  line-height: min(max(2.5rem,1.36vw + 1.99rem), 3.625rem);
  line-height: clamp(2.5rem, 1.36vw + 1.99rem, 3.63rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  color: var(--voyager-color--brand-three);
  text-align: center;
}
.voyager-sitemap h3 {
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.625rem,0.76vw + 1.34rem), 2.25rem);
  font-size: clamp(1.63rem, 0.76vw + 1.34rem, 2.25rem);
  line-height: min(max(2.375rem,0.76vw + 2.09rem), 3rem);
  line-height: clamp(2.38rem, 0.76vw + 2.09rem, 3rem);
  letter-spacing: initial;
  margin-bottom: var(--voyager-global-title-margin);
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 400;
  text-align: center;
}
.voyager-sitemap h3.font-size--sub-heading {
  color: var(--voyager-color--brand-seven);
  font-size: min(max(1.25rem,0.38vw + 1.11rem), 1.5625rem);
  font-size: clamp(1.25rem, 0.38vw + 1.11rem, 1.56rem);
  line-height: min(max(2rem,0.3vw + 1.89rem), 2.25rem);
  line-height: clamp(2rem, 0.3vw + 1.89rem, 2.25rem);
  letter-spacing: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-sitemap h3.font-size--sub-heading {
    letter-spacing: 0.02em;
  }
}
.voyager-sitemap h3.font-size--sub-heading {
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 500;
  text-align: center;
}
.voyager-sitemap h3.voyager-sitemap__post-type-title {
  color: var(--voyager-color--brand-three);
  font-size: min(max(1.25rem,0.38vw + 1.11rem), 1.5625rem);
  font-size: clamp(1.25rem, 0.38vw + 1.11rem, 1.56rem);
  line-height: min(max(2rem,0.3vw + 1.89rem), 2.25rem);
  line-height: clamp(2rem, 0.3vw + 1.89rem, 2.25rem);
  letter-spacing: 0;
}
@media only screen and (min-width: 688px) {
  .voyager-sitemap h3.voyager-sitemap__post-type-title {
    letter-spacing: 0.02em;
  }
}
.voyager-sitemap h3.voyager-sitemap__post-type-title {
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-weight: 500;
  text-align: center;
}
.voyager-sitemap li {
  list-style: none;
}

/* stylelint-disable */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: var(--voyager-color--input-disabled-background-color);
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}
.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid var(--voyager-color--input-keyline-color);
  background-color: var(--voyager-color--white);
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px var(--voyager-color--input-primary-color);
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: var(--voyager-color--input-text-color) transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent var(--voyager-color--input-text-color);
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}
.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid var(--voyager-color--input-choices-button-border-color);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=text] .choices__button:hover, .choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}
.choices__inner {
  display: inline-block;
  width: 100%;
  min-height: 38px;
  background-color: transparent;
  border: 0 solid transparent;
  vertical-align: top;
  padding-inline: 20px;
  padding-block: 11px;
  font-size: min(max(0.875rem,0.15vw + 0.82rem), 1rem);
  font-size: clamp(0.88rem, 0.15vw + 0.82rem, 1rem);
  line-height: 1.5rem;
  letter-spacing: initial;
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
}
.choices__inner:focus {
  border-color: var(--voyager-color--brand-one);
  outline: none;
}
.choices__inner {
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: var(--voyager-color--input-keyline-focus-color);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}
.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list[aria-expanded] {
  top: 100%;
  z-index: 1;
  display: none;
  width: 100%;
  margin-top: -1px;
  background-color: var(--voyager-color--input-background-color);
  border: 1px solid var(--voyager-input-border-color);
  overflow: hidden;
  word-break: break-all;
  border-bottom-left-radius: var(--voyager-input-border-radius);
  border-bottom-right-radius: var(--voyager-input-border-radius);
  position: absolute;
}
.choices__list[aria-expanded].is-active {
  display: block;
}
.is-open .choices__list[aria-expanded] {
  border-color: var(--voyager-color--input-keyline-focus-color);
}
.is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 0.875rem;
  text-align: left;
}
[dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
.choices__list[aria-expanded] .choices__item[data-group-id] {
  padding-left: 3em;
}
@media (min-width: 640px) {
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 0.75rem;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 22px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}
.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: var(--voyager-color--input-primary-color);
  border: 1px solid var(--voyager-color--input-choices-button-border-color);
  color: var(--voyager-color--white);
  word-break: break-all;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: var(--voyager-color--input-highlighted-background-color);
  border: 1px solid var(--voyager-color--input-highlighted-border-color);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: var(--voyager-color--input-disabled-background-color);
  border: 1px solid var(--voyager-color--input-disabled-border-color);
}
.choices__list--dropdown {
  top: 100%;
  z-index: 1;
  display: none;
  width: 100%;
  margin-top: -1px;
  background-color: var(--voyager-color--input-background-color);
  border: 1px solid var(--voyager-input-border-color);
  overflow: hidden;
  word-break: break-all;
  border-bottom-left-radius: var(--voyager-input-border-radius);
  border-bottom-right-radius: var(--voyager-input-border-radius);
  position: absolute;
}
.choices__list--dropdown.is-active {
  display: block;
}
.is-open .choices__list--dropdown {
  border-color: var(--voyager-color--input-keyline-focus-color);
}
.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 0.875rem;
  text-align: left;
}
[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}
.choices__list--dropdown .choices__item[data-group-id] {
  padding-left: 3em;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 0.75rem;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}
.choices__item {
  cursor: default;
}
.choices__item--selectable {
  cursor: pointer;
}
.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: 0.5;
}
.choices__heading {
  font-weight: 600;
  font-size: 0.75rem;
  padding: 10px;
  border-bottom: 1px solid var(--voyager-color--input-disabled-background-color);
  color: rgb(127.5, 127.5, 127.5);
}
.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}
.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: var(--voyager-color--input-background-color);
  font-size: 0.875rem;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}
.choices__placeholder {
  opacity: 0.5;
}

/* stylelint-enable */
.datepicker-input {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}

.datepicker:not(:has(> .datepicker-days)) {
  display: none;
}
.datepicker__controls {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.datepicker__button {
  position: relative;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: calc(0.375em - 1px) 0.75em;
  color: var(--voyager-color--brand-one);
  font-family: "Open Sans", "Trebuchet MS", trebuchet, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #DBDBDB;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  box-shadow: none;
  white-space: nowrap;
}
.datepicker__button:focus, .datepicker__button:active {
  outline: none;
}
.datepicker__button:hover {
  border-color: var(--voyager-color--brand-one);
  color: var(--voyager-color--white);
}
.datepicker__button:active {
  border-color: #4A4A4A;
  color: #363636;
}
.datepicker__button:focus {
  border-color: var(--voyager-color--brand-one);
  color: #363636;
}
.datepicker__button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}
.datepicker__button[disabled] {
  cursor: not-allowed;
}
.datepicker__picker {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 22px;
  padding: 24px;
  background-color: var(--voyager-color--white);
  border-radius: 8px;
  box-shadow: 2px 16px 19px 0 rgba(0, 0, 0, 0.09);
}
@media only screen and (min-width: 992px) {
  .datepicker__picker {
    gap: 8px;
    padding: 4px;
    padding-bottom: 12px;
  }
}
.datepicker__header {
  align-self: stretch;
}
.datepicker__title {
  font-weight: 700;
  text-align: center;
  background-color: #F5F5F5;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.09);
  padding-block: 0.375rem;
  padding-inline: 0.75rem;
}
.datepicker--header-controls {
  gap: 0;
  padding-block: 0;
  padding-inline: 5px;
}
@media only screen and (min-width: 992px) {
  .datepicker--header-controls {
    gap: 10px;
    padding-block: 16px;
    padding-inline: 32px;
  }
}
.datepicker--header-button {
  border-color: transparent;
  font-weight: 700;
}
.datepicker--header-button:hover {
  background-color: var(--voyager-color--brand-one);
}
.datepicker--header-button:active {
  background-color: #F2F2F2;
}
.datepicker--header-button:focus:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.datepicker--header-button[disabled] {
  box-shadow: none;
}
.datepicker--prev-btn, .datepicker--next-btn {
  width: 17px;
  color: var(--voyager-color--brand-five);
  font-size: 1rem;
  font-weight: 400;
}
.datepicker--prev-btn:hover, .datepicker--next-btn:hover {
  color: var(--voyager-color--brand-one);
  background-color: var(--voyager-color--brand-four);
  border-color: transparent;
}
@media only screen and (min-width: 992px) {
  .datepicker--prev-btn, .datepicker--next-btn {
    font-size: 1.25rem;
  }
}
.datepicker--view-switch {
  flex: auto;
  padding: 0;
  color: var(--voyager-color--brand-two);
  font-size: min(max(1rem,0.3vw + 0.89rem), 1.25rem);
  font-size: clamp(1rem, 0.3vw + 0.89rem, 1.25rem);
  line-height: min(max(2rem,0.23vw + 1.91rem), 2.1875rem);
  line-height: clamp(2rem, 0.23vw + 1.91rem, 2.19rem);
  letter-spacing: 0.06em;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 500;
  transition: all 0.8s 0s ease-in-out;
}
.datepicker--view-switch:hover {
  color: var(--voyager-color--brand-seven);
  background-color: var(--voyager-color--brand-four);
  border-color: transparent;
}
.datepicker__main {
  padding-inline: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .datepicker__main {
    padding-inline: 32px;
    padding-top: 8px;
    padding-bottom: 4px;
  }
}
.datepicker__view {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
.datepicker__view .datepicker__dow {
  height: 2.5rem;
  line-height: 2.5rem;
}
.datepicker__view .datepicker--week {
  width: 1.96875rem;
  color: #B5B5B5;
  font-size: 0.75rem;
}
@media (min-width: 22.49rem) {
  .datepicker__view .datepicker--week {
    width: 2.25rem;
  }
}
.datepicker__span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
  flex-basis: 14.2857142857%;
  color: var(--voyager-color--brand-five);
  text-align: center;
  border: 0;
  border-radius: 0;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  aspect-ratio: 1/1;
  -webkit-touch-callout: none;
}
.datepicker__span:nth-of-type(7n - 6) {
  color: var(--voyager-color--brand-seven);
}
.datepicker--disabled {
  opacity: 20%;
}
.datepicker__dow {
  font-size: min(max(1rem,0.3vw + 0.89rem), 1.25rem);
  font-size: clamp(1rem, 0.3vw + 0.89rem, 1.25rem);
  line-height: min(max(2rem,0.23vw + 1.91rem), 2.1875rem);
  line-height: clamp(2rem, 0.23vw + 1.91rem, 2.19rem);
  letter-spacing: 0.06em;
  font-family: "Frank Ruhl Libre", "Georgia", georgia, system-ui, sans-serif;
  font-weight: 500;
  margin-inline: auto;
}
.datepicker__days {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  row-gap: 12px;
}
@media only screen and (min-width: 992px) {
  .datepicker__days {
    row-gap: 22px;
  }
}
.datepicker__days-of-week, .datepicker__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  row-gap: 12px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media only screen and (min-width: 688px) {
  .datepicker__days-of-week, .datepicker__grid {
    row-gap: 8px;
    -moz-column-gap: 11px;
         column-gap: 11px;
  }
}
.datepicker__days-of-week {
  align-self: stretch;
}
.datepicker__grid {
  flex-wrap: wrap;
}
.datepicker__footer {
  display: none;
  align-self: stretch;
  padding-top: 12px;
  background-color: transparent;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.09);
}
.datepicker--footer-button {
  width: 100%;
  margin: calc(0.375rem - 1px) 0.375rem;
  font-size: 0.75rem;
  border-radius: 0;
}
.datepicker--active:not(:has(> .datepicker-days)), .datepicker--inline:not(:has(> .datepicker-days)) {
  display: block;
}
.datepicker--dropdown {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  padding-top: 4px;
}
.datepicker--dropdown.datepicker--orient-top {
  padding-top: 0;
  padding-bottom: 4px;
}
.datepicker--month {
  flex-basis: 25%;
}
.datepicker__cell, .datepicker__view .datepicker--week {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 30px;
  line-height: 1.875rem;
  aspect-ratio: 1/1;
  transition: all 0.8s 0s ease-in-out;
}
@media only screen and (min-width: 688px) {
  .datepicker__cell, .datepicker__view .datepicker--week {
    height: 48px;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .datepicker__cell, .datepicker__view .datepicker--week {
    height: 40px;
    line-height: 2.5rem;
  }
}
.datepicker__cell:not(.datepicker--disabled):hover {
  background-color: #F9F9F9;
  cursor: pointer;
}
.datepicker--focused:not(.datepicker--selected) {
  background-color: #E8E8E8;
}
.datepicker--selected, .datepicker--selected:not(.datepicker--disabled):hover {
  color: #FFF;
  font-weight: 600;
  background-color: var(--voyager-color--brand-one);
}
.datepicker--prev:not(.datepicker--disabled), .datepicker--next:not(.datepicker--disabled) {
  opacity: 40%;
}
.datepicker--prev.datepicker--selected, .datepicker--next.datepicker--selected {
  color: #E6E6E6;
}
.datepicker--highlighted:not(.datepicker--selected, .datepicker--range, .datepicker--today) {
  background-color: #F5F5F5;
  border-radius: 0;
}
.datepicker--highlighted:not(.datepicker--selected, .datepicker--range, .datepicker--today):not(.datepicker--disabled):hover {
  background-color: var(--voyager-color--brand-four);
}
.datepicker--highlighted:not(.datepicker--selected, .datepicker--range, .datepicker--today).datepicker--focused {
  background-color: #E8E8E8;
}
.datepicker--today:not(.datepicker--selected) {
  color: #FFF;
  background-color: var(--voyager-color--brand-seven);
}
.datepicker--today.datepicker--focused:not(.datepicker--selected) {
  color: #FFF;
  background-color: var(--voyager-color--brand-one);
}
.datepicker--range-end:not(.datepicker--selected), .datepicker--range-start:not(.datepicker--selected) {
  color: #363636;
  background-color: #B5B5B5;
}
.datepicker--range-end:not(.datepicker--selected):hover, .datepicker--range-start:not(.datepicker--selected):hover {
  background-color: #B5B5B5;
}
.datepicker--range-end.datepicker--focused:not(.datepicker--selected), .datepicker--range-start.datepicker--focused:not(.datepicker--selected) {
  background-color: #AFAFAF;
}
.datepicker--range {
  background-color: #DBDBDB;
  border-radius: 0;
}
.datepicker--range:not(.datepicker--disabled):not(.datepicker--focused):not(.datepicker--today):hover {
  background-color: #D5D5D5;
}
.datepicker--range.datepicker--disabled {
  color: #C2C2C2;
}
.datepicker--range.datepicker--focused {
  background-color: #CFCFCF;
}
.datepicker__view.datepicker__grid .datepicker__cell {
  height: 60px;
  line-height: 3.75rem;
}
.datepicker__input.datepicker--in-edit {
  border-color: #2366D1;
}
.datepicker__input.datepicker--in-edit:focus, .datepicker__input.datepicker--in-edit:active {
  box-shadow: 0 0 0.25em 0.25em rgba(35, 102, 209, 0.2);
}
.datepicker {
  /* stylelint-disable-next-line media-feature-name-disallowed-list -- Required for JS */
}
@media (max-width: 22.5rem) {
  .datepicker .datepicker__calendar-weeks + .datepicker__days .datepicker__grid {
    width: 13.78125rem;
  }
}
.datepicker .voyager-icon-arrow-pointing-prev-small:before {
  content: "\e805";
}
.datepicker .voyager-icon-arrow-pointing-next-small:before {
  content: "\e804";
}

.matterport {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, var(--voyager-site-width) - 200px);
  aspect-ratio: 853/480;
  padding-inline: 30px;
  margin-inline: auto;
  margin-block: 40px;
}
@media only screen and (min-width: 992px) {
  .matterport {
    margin-top: var(--voyager-global-spacing--block-vertical-xlarge-margin);
    margin-bottom: var(--voyager-global-spacing--block-vertical-xlarge-margin);
  }
}
.matterport--background {
  background-color: var(--voyager-color--brand-four);
  padding-block: 40px;
}
@media only screen and (min-width: 992px) {
  .matterport--background {
    padding-top: var(--voyager-global-spacing--block-vertical-padding);
    padding-bottom: var(--voyager-global-spacing--block-vertical-padding);
  }
}
.matterport--background {
  margin-block: 0;
}
/*# sourceMappingURL=assets/_maps/voyager-styles.min.css.map */
