@keyframes sparkle-glow{0%,to{filter:drop-shadow(0 0 2px rgba(255,255,255,.5))}50%{filter:drop-shadow(0 0 8px rgb(255,255,255)) drop-shadow(0 0 12px rgba(255,255,255,.6))}}@keyframes sparkle-rotate{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.highlighted-reviews{background-color:var(--color-navy);border-radius:var(--border-radius-default);color:var(--color-white);display:block;overflow:hidden;padding:28px;position:relative;text-align:left}@media screen and (min-width:768px){.highlighted-reviews{padding:56px}}@media screen and (min-width:1024px){.highlighted-reviews{padding:64px}}.highlighted-reviews__progress{background-color:var(--color-navy-light);height:4px;inset-inline:0;overflow:hidden;position:absolute;top:0;z-index:2}.highlighted-reviews__progress-fill{animation:highlighted-reviews-fill 8s linear both;background-color:var(--color-yellow);display:block;height:100%;transform-origin:left;width:100%}.highlighted-reviews__quote-mark{color:var(--color-yellow);font-family:var(--font-family-display);font-size:200px;left:-8px;line-height:1;opacity:.2;pointer-events:none;position:absolute;top:-40px;-webkit-user-select:none;user-select:none;z-index:0}@media screen and (min-width:768px){.highlighted-reviews__quote-mark{font-size:320px}}.highlighted-reviews__slider{display:block;position:relative;z-index:1}.highlighted-reviews__top{align-items:flex-start;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media screen and (min-width:768px){.highlighted-reviews__top{align-items:center;flex-direction:row;justify-content:space-between}}.highlighted-reviews__eyebrow{color:var(--color-yellow);font-size:12px;font-weight:var(--font-weight-bold);letter-spacing:.15em;margin:0;text-transform:uppercase}.highlighted-reviews__controls{align-items:center;display:flex;gap:8px}@media screen and (min-width:768px){.highlighted-reviews__controls{margin-left:auto}}.highlighted-reviews__arrow,.highlighted-reviews__pause{align-items:center;background-color:#0000;border:1px solid var(--color-navy-light);border-radius:50%;color:var(--color-white);cursor:pointer;display:inline-flex;height:44px;justify-content:center;padding:0;transition-duration:var(--transition-time);transition-property:all;transition-timing-function:var(--transition-easing);width:44px}@media(hover:hover){.highlighted-reviews__arrow:hover,.highlighted-reviews__pause:hover{border-color:var(--color-white)}}.highlighted-reviews__arrow:focus-visible,.highlighted-reviews__pause:focus-visible{outline:var(--outline-width) solid var(--color-yellow);outline-offset:var(--outline-offset)}.highlighted-reviews__arrow--prev{transform:rotate(180deg)}.highlighted-reviews__pause-icon{align-items:center;display:inline-flex;justify-content:center}.highlighted-reviews__pause-icon svg{height:18px;width:18px}.highlighted-reviews[paused] .highlighted-reviews__pause-icon--pause,.highlighted-reviews__pause-icon--play{display:none}.highlighted-reviews[paused] .highlighted-reviews__pause-icon--play{display:inline-flex}.highlighted-reviews[paused] .highlighted-reviews__progress-fill,.highlighted-reviews[suspended] .highlighted-reviews__progress-fill{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.highlighted-reviews .highlighted-reviews__progress{display:none}.highlighted-reviews .highlighted-reviews__progress-fill{animation:none}.highlighted-reviews .highlighted-reviews__pause{display:none}}.highlighted-reviews__figure{align-items:center;display:grid;gap:32px;margin:0}@media screen and (min-width:1024px){.highlighted-reviews__figure{grid-template-columns:repeat(12,1fr)}.highlighted-reviews__quote-col{grid-column:span 8}}.highlighted-reviews__quote{border:0;font-family:var(--font-family-display);font-size:24px;font-style:italic;font-variation-settings:var(--font-style-italic);line-height:1.25;margin:20px 0 0;padding:0}@media screen and (min-width:768px){.highlighted-reviews__quote{font-size:30px}}@media screen and (min-width:1024px){.highlighted-reviews__quote{font-size:40px}}.highlighted-reviews__quote p{font-family:inherit;font-size:inherit;font-style:inherit;line-height:inherit;margin:0}.highlighted-reviews .rating-stars{font-size:20px}.highlighted-reviews__figcaption{font-size:14px;font-style:normal;margin-top:0;text-align:left}@media screen and (min-width:1024px){.highlighted-reviews__figcaption{border-left:1px solid var(--color-navy-light);grid-column:span 4;padding-left:32px}}.highlighted-reviews__author{display:block;font-weight:var(--font-weight-bold)}.highlighted-reviews__yacht{display:block;font-size:14px;margin-top:4px}.highlighted-reviews__yacht a{color:var(--color-blue);text-decoration:underline;text-underline-offset:2px;transition-duration:var(--transition-time);transition-property:color;transition-timing-function:var(--transition-easing)}@media(hover:hover){.highlighted-reviews__yacht a:hover{color:var(--color-white)}}.highlighted-reviews__yacht a:focus-visible{outline:var(--outline-width) solid var(--color-blue);outline-offset:var(--outline-offset)}.highlighted-reviews__date{color:var(--color-white);display:block;font-size:12px;margin-top:4px;opacity:.7}.highlighted-reviews__destination{align-items:center;color:var(--color-yellow);display:inline-flex;font-weight:var(--font-weight-bold);gap:8px;margin-top:16px;min-height:44px;text-decoration:none}.highlighted-reviews__destination:focus-visible{outline:var(--outline-width) solid var(--color-yellow);outline-offset:var(--outline-offset)}.highlighted-reviews__destination-label{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.highlighted-reviews__destination-arrow{transition-duration:var(--transition-time);transition-property:transform;transition-timing-function:var(--transition-easing)}@media(hover:hover){.highlighted-reviews__destination:hover .highlighted-reviews__destination-arrow{transform:translateX(4px)}}@media(forced-colors:active){.highlighted-reviews .highlighted-reviews__arrow,.highlighted-reviews .highlighted-reviews__pause{border-color:ButtonText;color:ButtonText}.highlighted-reviews .highlighted-reviews__arrow:focus-visible,.highlighted-reviews .highlighted-reviews__destination:focus-visible,.highlighted-reviews .highlighted-reviews__pause:focus-visible,.highlighted-reviews .highlighted-reviews__yacht a:focus-visible{outline-color:Highlight}}@keyframes highlighted-reviews-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}
