@charset "UTF-8";
/*
Theme Name: Wandering Weddings 2025
Theme URI:
Description: custom theme for Wandering Weddings and 2nd Street
Author: Joe Blackburn
Version: 1.0
Tags: custom
*/
/* =============================================================================
   Adapted from HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
* :focus:not(:focus-visible) {
  outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/*! Lity - v2.2.2 - 2016-12-14
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 999009;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: calc(100% - 60px);
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* !Global Styles - - - - - */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
}

.sans {
  font-family: "inter-variable", Arial, Verdana, sans-serif;
}

.serif {
  font-family: "argent-cf", Georgia, Times, serif;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.blue {
  color: #023b4b;
}

.dk-blue {
  color: #142831;
}

.cream {
  color: #f2f2ed;
}

.dk-cream {
  color: #e9e9e3;
}

.orange {
  color: #896642;
}

.grey {
  color: #aaaeaf;
}

.lt-grey {
  color: #dee3e6;
}

.yellow {
  color: #fbe981;
}

.white-bg {
  background: #fff;
}

.black-bg {
  background: #000;
}

.blue-bg {
  background: #023b4b;
}

.dk-blue-bg {
  background: #142831;
}

.cream-bg {
  background: #f2f2ed;
}

.dk-cream-bg {
  background: #e9e9e3;
}

.orange-bg {
  background: #896642;
}

.grey-bg {
  background: #aaaeaf;
}

.lt-grey-bg {
  background: #dee3e6;
}

.yellow-bg {
  background: #fbe981;
}

.italic {
  font-style: italic;
  font-variation-settings: "slnt" -2;
}

.xlight {
  font-weight: 100;
  font-variation-settings: "wght" 100;
}

.light {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.normal {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.semi {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.bold {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.xbold {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.space {
  letter-spacing: 0.05em;
}

.xspace {
  letter-spacing: 0.1em;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.plain a, a.plain {
  text-decoration: none;
}

a {
  color: #142831;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

a:hover {
  color: #896642;
}

.rel {
  position: relative;
}

ul.clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.inline {
  display: inline-block;
}

ul.inline > li {
  display: inline;
  float: left;
}

ul.ilb > li,
.ilb {
  display: inline-block;
  vertical-align: top;
}

ul.ilb {
  display: block;
}

li.vmiddle,
.vmiddle {
  vertical-align: middle;
}

li.vbottom,
.vbottom {
  vertical-align: bottom;
}

.reverse {
  direction: rtl;
}

.dfix {
  direction: ltr;
}

img.full {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

img.fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}

.cover {
  background: url(images/trans.png) no-repeat center;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: auto;
}

.grid.row {
  grid-auto-rows: 1fr;
}

.grid.grid2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid.grid4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid.grid5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.over {
  position: relative;
  z-index: 20;
}

.swap {
  grid-auto-flow: column;
  direction: rtl;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.rounded {
  border-radius: 12px;
  overflow: hidden;
}

.overflow {
  overflow: hidden;
}

a > div.image-hover,
a.image-hover {
  position: relative;
  display: block;
}

a > div.image-hover:before,
a.image-hover:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(20, 40, 49, 0);
  transition: all 0.35s ease-in-out;
}

a:hover > div.image-hover:before,
a.image-hover:hover:before,
.team-image-wrap:hover a.image-hover:hover:before {
  background: rgba(20, 40, 49, 0.3);
}

/* !Font Size Functions - - - - - */
/* !Page Defaults - - - - - */
.text {
  line-height: 1.7em;
  font-size: 1rem;
}

.text.small-text {
  font-size: 0.9375rem;
}

.text.large-text {
  font-size: 1.1875rem;
}

.text.xlarge-text {
  font-size: 1.375rem;
}

.text p {
  margin: 15px 0;
}

.text a {
  color: #896642;
  text-decoration: underline;
}

.text a:hover {
  color: #142831;
}

.tex.alt-hover a:hover {
  color: rgba(20, 40, 49, 0.5);
}

.text.white a {
  color: #fff;
  text-decoration: underline;
}

.text.white a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.header-text p:first-child,
.text p:first-child {
  margin-top: 0;
}

.header-text p:last-child,
.text p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
}

.text img {
  display: block;
  margin: 10px auto;
  width: auto;
  height: auto;
  max-width: 100%;
}

.text .alignleft {
  float: left;
  margin: 0 30px 30px 0;
  display: inline-block;
}

.text .alignright {
  float: right;
  margin: 0 0 30px 30px;
  display: inline-block;
}

.text ul {
  margin: 30px 0;
  list-style: none;
  padding: 0 0 0 30px;
}

.text ul li {
  position: relative;
  margin: 0;
  line-height: 1.3em;
  padding: 0 0 0 20px;
}

.text ul li + li {
  margin-top: 5px;
}

.text ul li:before {
  content: "•";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5 {
  margin: 30px 0 10px 0;
  font-weight: 300;
  color: #142831;
  font-family: "argent-cf", Georgia, Times, serif;
  line-height: 1.3em;
}

.text h1 {
  font-size: 2.5rem;
}

.text h2 {
  font-size: 1.875rem;
}

.text h3,
.text h4,
.text h5 {
  font-weight: 600;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
}

.text.white h1,
.text.white h2,
.text.white h3,
.text.white h4,
.text.white h5 {
  color: #fff;
}

.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text ul:first-child {
  margin-top: 0;
}

.text h1:last-child,
.text h2:last-child,
.text h3:last-child,
.text h4:last-child,
.text h5:last-child,
.text ul:last-child {
  margin-bottom: 0;
}

.text blockquote {
  margin: 50px 0;
  padding: 10px 0 10px 25px;
  border-left: 2px solid #896642;
  color: #023b4b;
  font-size: 1.5rem;
  line-height: 1.5em;
  text-align: left;
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 500;
}

.text.white blockquote {
  color: #fff;
  border-color: #fbe981;
}

section {
  scroll-margin-top: 80px;
}

/* !Body - - - - - */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 16px;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  color: #142831;
  line-height: 1.6em;
  background: #e9e9e3;
}

#container {
  background: #fff;
}

/* !Block Spacing - - - - - */
.page-block + .page-block {
  margin-top: 140px;
}

.page-block.bg,
.block-pad,
.block-pad-top {
  padding: 140px 0;
}

.page-block.bg.small-block-pad,
.small-block-pad {
  padding: 100px 0;
}

.big-block-pad,
.page-block.bg.big-block-pad {
  padding: 200px 0;
}

.page-block.bg + .page-block.bg,
.page-block.header-block:first-child {
  margin-top: 0;
}

.page-block:last-child {
  padding-bottom: 140px;
}

#main > .page-block.bg:first-child,
#main > .page-block:first-child {
  margin-top: 0;
  padding-top: 140px;
}

#main > .page-block.vendor-intro-block:first-child {
  padding-top: 0;
}

#main > .page-block.vendor-intro-block:first-child .pack-intro-bottom:first-child {
  margin-top: 45px;
}

.block-pad-top {
  padding-top: 140px;
}

.block-pad-bottom {
  padding-bottom: 140px;
}

.big-block-pad:first-child,
.page-block.bg.big-block-pad:first-child,
.page-block.small-block-pad:first-child,
.page-block.bg.small-block-pad:first-child {
  padding-top: 200px;
}

.big-block-pad:last-child,
.page-block.bg.big-block-pad:last-child {
  padding-bottom: 200px;
}

#main > .page-block.bg.small-block-pad:first-child,
#main > .page-block.small-block-pad:first-child {
  padding-top: 100px;
}

.small-block-pad:last-child,
.page-block.bg.small-block-pad:last-child {
  padding-bottom: 100px;
}

.page-block.bg.no-pad,
.page-block.no-pad,
.page-block.header-block {
  padding: 0 !important;
}

.page-block.margin-check:last-child {
  padding-bottom: 0;
}

body .page-block.block-border {
  padding: 25px;
}

body .page-block.block-border + .page-block.block-border {
  padding-top: 0;
}

body #main > .page-block.block-border:first-child {
  margin-top: 0;
  padding-top: 25px;
}

.border-pad {
  padding: 140px 0;
  border-radius: 12px;
}

.inner {
  max-width: 1030px;
  padding: 0 25px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.inner.skinny {
  max-width: 740px;
}

.inner.mid {
  max-width: 1070px;
}

.inner.wide {
  max-width: 1220px;
}

.inner.vwide {
  max-width: 1280px;
}

.inner.vvwide {
  max-width: 1330px;
}

/* !Buttons + Links - - - - - */
.button,
input.gform_button,
body.woocommerce #respond input#submit,
body.woocommerce a.button,
body .woocommerce a.button,
body.woocommerce button.button,
body.woocommerce input.button,
body.page.woocommerce-page #respond input#submit,
body.page.woocommerce-page a.button,
body.page.woocommerce-page button.button,
body.page.woocommerce-page input.button,
body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled],
body .purchase-button a.add_to_cart_button.button,
#loginform input[type=submit],
html body.woocommerce button.single_add_to_cart_button.button,
html body.woocommerce #respond input#submit.alt.disabled,
html body.woocommerce #respond input#submit.alt.disabled:hover,
html body.woocommerce #respond input#submit.alt:disabled,
html body.woocommerce #respond input#submit.alt:disabled:hover,
html body.woocommerce #respond input#submit.alt:disabled[disabled],
html body.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
html body.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
html body.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
html body.woocommerce a.button.alt:disabled[disabled],
html body.woocommerce a.button.alt:disabled[disabled]:hover,
html body.woocommerce button.button.alt.disabled,
html body.woocommerce button.button.alt.disabled:hover,
html body.woocommerce button.button.alt:disabled,
html body.woocommerce button.button.alt:disabled:hover,
html body.woocommerce button.button.alt:disabled[disabled],
html body.woocommerce button.button.alt:disabled[disabled]:hover,
html body.woocommerce input.button.alt.disabled,
html body.woocommerce input.button.alt.disabled:hover,
html body.woocommerce input.button.alt:disabled,
html body.woocommerce input.button.alt:disabled:hover,
html body.woocommerce input.button.alt:disabled[disabled],
html body.woocommerce input.button.alt:disabled[disabled]:hover {
  display: inline-block;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2em;
  font-weight: 500;
  color: #fff;
  background: #023b4b;
  border-radius: 100px;
  padding: 10px 25px 11px 25px;
  cursor: pointer;
  border: 1px solid #023b4b;
  transition: all 0.35s ease-in-out;
}

div.button {
  cursor: default;
}

a.button:hover,
.button.orange-bg,
input.gform_button:hover,
body.woocommerce #respond input#submit:hover,
body.woocommerce a.button:hover,
body .woocommerce a.button:hover,
body.woocommerce button.button:hover,
body.woocommerce input.button:hover,
body.page.woocommerce-page #respond input#submit:hover,
body.page.woocommerce-page a.button:hover,
body.page.woocommerce-page button.button:hover,
body.page.woocommerce-page input.button:hover,
body .woocommerce #respond input#submit.disabled:hover,
body .woocommerce #respond input#submit:disabled:hover,
body .woocommerce #respond input#submit:disabled[disabled]:hover,
body .woocommerce a.button.disabled:hover,
body .woocommerce a.button:disabled:hover,
body .woocommerce a.button:disabled[disabled]:hover,
body .woocommerce button.button.disabled:hover,
body .woocommerce button.button:disabled:hover,
body .woocommerce button.button:disabled[disabled]:hover,
body .woocommerce input.button.disabled:hover,
body .woocommerce input.button:disabled:hover,
body .woocommerce input.button:disabled[disabled]:hover,
body .purchase-button a.add_to_cart_button.button:hover,
#loginform input[type=submit]:hover,
html body.woocommerce button.single_add_to_cart_button.button:hover,
html body.woocommerce #respond input#submit.alt.disabled:hover,
html body.woocommerce #respond input#submit.alt:disabled:hover,
html body.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
html body.woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover,
html body.woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover,
html body.woocommerce a.button.alt:disabled[disabled]:hover,
html body.woocommerce button.button.alt.disabled:hover,
html body.woocommerce button.button.alt:disabled:hover,
html body.woocommerce button.button.alt:disabled[disabled]:hover,
html body.woocommerce input.button.alt.disabled:hover,
html body.woocommerce input.button.alt:disabled:hover,
html body.woocommerce input.button.alt:disabled[disabled]:hover {
  background: #896642;
  color: #fff;
  border-color: #896642;
}

a.button.orange-bg:hover {
  background: #023b4b;
  color: #fff;
  border-color: #023b4b;
}

.button.yellow-bg,
.dark-form input.gform_button {
  background: #fbe981;
  color: #023b4b;
  border-color: #fbe981;
}

.button.grey-bg {
  background: #aaaeaf;
  color: #023b4b;
  border-color: #aaaeaf;
}

.button.lt-grey-bg {
  background: #dee3e6;
  color: #023b4b;
  border-color: #dee3e6;
}

a.button.yellow-bg:hover,
a.button.grey-bg:hover,
a.button.lt-grey-bg:hover {
  background: #023b4b;
  color: #fff;
  border-color: #023b4b;
}

a.button.grey-bg.yellow-hover:hover,
a.button.lt-grey-bg.yellow-hover:hover,
ul.loc-subs-list a.button.active {
  background: #fbe981;
  color: #023b4b;
  border-color: #fbe981;
}

.button.white-bg,
a.button.white-hover:hover,
.dark-form input.gform_button:hover {
  background: #fff;
  color: #023b4b;
  border-color: #fff;
}

a.button.white-bg:hover {
  background: #fbe981;
  color: #023b4b;
  border-color: #fbe981;
}

a.button.white-bg.dark-hover:hover {
  background: #023b4b;
  color: #f2f2ed;
  border-color: #023b4b;
}

.button.outline {
  background: none;
  color: #023b4b;
  border: 1px solid #023b4b;
}

a.button.outline:hover {
  background: #023b4b;
  color: #f2f2ed;
  border-color: #023b4b;
}

.button.outline.orange {
  background: none;
  color: #896642;
  border: 1px solid #896642;
}

a.button.outline.orange:hover {
  background: #896642;
  color: #f2f2ed;
  border-color: #896642;
}

.button.outline.white {
  color: #fff;
  border-color: #fff;
}

a.button.outline.white:hover,
a.button.outline.white.active {
  background: #fbe981;
  color: #023b4b;
  border-color: #fbe981;
}

.button.block {
  display: block;
}

.button.small {
  font-size: 0.875rem;
  padding: 12px 18px;
}

.button.arrow {
  display: inline-grid;
  gap: 25px;
  align-items: center;
  grid-template-columns: 1fr 7px;
}

.button.arrow polygon {
  fill: #f2f2ed;
  transition: all 0.35s ease-in-out;
}

.button.arrow.block {
  display: grid;
}

.button.outline.arrow polygon {
  fill: #023b4b;
}

.button.outline.arrow:hover polygon {
  fill: #f2f2ed;
}

.button.arrow.yellow-bg polygon {
  fill: #023b4b;
}

a.button.arrow.yellow-bg:hover polygon {
  fill: #f2f2ed;
}

.angle-link {
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  gap: 25px;
  align-items: start;
  color: #142831;
  font-size: 1.4375rem;
  line-height: 1.3em;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.angle-link svg {
  position: relative;
  top: 5px;
}

.angle-link path {
  fill: #142831;
  transition: all 0.35s ease-in-out;
}

.angle-link:hover {
  color: rgba(20, 40, 49, 0.5);
}

.angle-link:hover path {
  fill: rgba(20, 40, 49, 0.5);
}

.angle-link.white {
  color: #fff;
}

.angle-link.white:hover {
  color: rgba(255, 255, 255, 0.5);
}

.angle-link.white path {
  fill: #fff;
}

.angle-link.white:hover path {
  fill: rgba(255, 255, 255, 0.5);
}

.text-link {
  font-size: 1rem;
  line-height: 1.3em;
  display: block;
  color: #023b4b;
  font-weight: bold;
}

a.text-link:hover {
  color: #896642;
}

.text-link.white {
  color: #fff;
}

a.text-link.white:hover {
  color: #fbe981;
}

/* !Headlines - - - - - */
.tiny-label,
.small-label,
.mid-label {
  font-size: 0.75rem;
  line-height: 1.4em;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
}

.headline62 + .small-label {
  margin-top: 10px;
}

.tiny-label,
.small-label {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.small-label.no-upper {
  letter-spacing: normal;
  text-transform: none;
}

.small-label {
  font-size: 1rem;
}

.small-label.semi {
  font-weight: 600;
}

.mid-label {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.3em;
}

.headline32,
.headline38,
.headline44,
.headline54,
.headline62,
.headline76,
.headline84,
.headline90 {
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 100;
}

.headline76.medium,
.headline54.semi {
  font-weight: 600;
}

.headline32.bold,
.headline38.bold,
.headline44.bold,
.headline54.bold,
.headline62.bold,
.headline76.bold,
.headline84.bold,
.headline90.bold {
  font-weight: bold;
}

.headline32 {
  font-size: 2rem;
  line-height: 1.3em;
}

.headline38 {
  font-size: 2.375rem;
  line-height: 1.3em;
}

.headline44 {
  font-size: 2.75rem;
  line-height: 1.25em;
}

.headline54 {
  font-size: 3.375rem;
  line-height: 1.1em;
}

.headline62 {
  font-size: 3.875rem;
  line-height: 1.1em;
}

.headline76 {
  font-size: 4.75rem;
  line-height: 1.05em;
}

.headline84 {
  font-size: 5.25rem;
  line-height: 1em;
}

.headline90 {
  font-size: 5.625rem;
  line-height: 1em;
}

.subhead,
.subhead22,
.subhead17,
.subhead30,
.subhead40 {
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: 600;
}

.subhead {
  font-size: 1.625rem;
  line-height: 1.4em;
}

.subhead22 {
  font-size: 1.375rem;
  line-height: 1.4em;
}

.subhead30 {
  font-size: 1.875rem;
  line-height: 1.4em;
}

.subhead40 {
  font-size: 2.5rem;
  line-height: 1.35em;
}

.subhead17 {
  font-size: 1.0625rem;
  line-height: 1.4em;
  font-weight: bold;
}

.subhead.bold,
.subhead30.bold,
.subhead40.bold,
.subhead22.bold {
  font-weight: bold;
}

.accent b,
.accent strong {
  font-weight: 100;
}

.accent.blue b,
.accent.blue strong {
  color: #896642;
}

.accent.orange b,
.accent.orange strong {
  color: #023b4b;
}

.accent.white b,
.accent.white strong {
  color: #fbe981;
}

.semi.accent b,
.semi.accent strong {
  font-weight: 600;
}

.bold.accent b,
.bold.accent strong {
  font-weight: bold;
}

/* !Spacing - - - - - */
.small-label + .headline76 {
  margin-top: 15px;
}

* + .text,
* + .subhead,
.mid-label + .text,
.small-label + .headline62 {
  margin-top: 20px;
}

* + .button,
.small-label + .headline76,
* + ul.links-list,
* + .text-link,
.small-label + .subhead30 {
  margin-top: 25px;
}

* + .large-text,
.cta-block * + .button {
  margin-top: 45px;
}

/* !Background Images - - - - - */
video {
  width: 100%;
  height: auto;
}

.bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-image video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bg-image.pos-left img.fill,
.bg-image.pos-left video {
  object-position: left center;
}

.bg-image.pos-top img.fill,
.bg-image.pos-top video {
  object-position: center top;
}

.bg-image.pos-right img.fill,
.bg-image.pos-right video {
  object-position: right center;
}

.bg-image.pos-bottom img.fill,
.bg-image.pos-bottom video {
  object-position: center bottom;
}

/* !Header - - - - - */
#container > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #fff;
  z-index: 100100;
  padding: 0 90px 0 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #aaaeaf;
}

.header-left,
.header-right,
ul.nav,
ul.nav > li {
  height: 100%;
}

a.logo {
  width: 333px;
  height: 100%;
  background: url(images/ww-type-logo.svg) no-repeat left center;
  display: block;
  text-indent: -9999px;
  display: block;
  transition: all 0.35s ease-in-out;
}

/* .scrolled a.logo { width: 50px;} */
.header-right {
  display: flex;
  justify-content: flex-end;
  max-width: calc(100% - 358px);
}

/* .scrolled .header-right { max-width: calc(100% - 115px); } */
ul.nav {
  gap: 25px;
  align-items: center;
}

ul.nav > li {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.nav a.main {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #023b4b;
  font-size: 1rem;
  line-height: 1.4em;
}

ul.nav a.main:hover {
  color: #896642;
}

ul.nav a.main.active {
  font-weight: bold;
  color: #023b4b;
}

ul.nav a.button {
  font-size: 1rem;
}

ul.nav a.button.outline.orange {
  color: #896642 !important;
  background: transparent !important;
  border-color: #896642 !important;
  font-family: "inter-variable", Arial, Verdana, sans-serif !important;
  font-size: 1rem !important;
}

html ul.nav a.button.outline.orange:hover {
  color: #fff !important;
  background: #896642 !important;
  border-color: #896642 !important;
}

a.nav-toggle {
  width: 42px;
  height: 42px;
  position: fixed;
  top: 17px;
  right: 25px;
  background: #023b4b;
  border-radius: 100px;
  z-index: 100500;
}

.nav-active a.nav-toggle {
  background: #896642;
}

a.nav-toggle div {
  width: 24px;
  height: 1px;
  background: #f2f2ed;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -4px);
  transform-origin: center;
  text-indent: -9999px;
  border-radius: 2px;
  transition: all 0.35s ease-in-out;
}

a.nav-toggle div:nth-child(2) {
  transform: translate(-50%, 2px);
}

.nav-active a.nav-toggle div {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-active a.nav-toggle div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg);
}

#container {
  padding-top: 75px;
}

.nav-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 100200;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

.nav-pad {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  min-height: 100%;
}

.nav-active .nav-wrap {
  visibility: visible;
  opacity: 1;
}

.nav-cols {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  padding: 0 40px;
}

ul.big-nav a {
  display: block;
  color: #f2f2ed;
  font-size: 5.625rem;
  line-height: 1em;
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 100;
}

ul.big-nav a:hover,
ul.big-nav a.active {
  color: rgba(242, 242, 237, 0.5);
}

ul.big-nav li + li {
  margin-top: 20px;
}

ul.big-nav li.mobile-favs {
  display: none;
}

.nav-right-top {
  max-width: 156px;
  display: block;
  margin: 0 0 45px 0;
}

.nav-right-cols {
  gap: 60px;
}

* + ul.small-nav {
  margin-top: 15px;
}

ul.small-nav a {
  display: block;
  color: #f2f2ed;
  font-weight: 600;
}

ul.small-nav li + li {
  margin-top: 8px;
}

ul.small-nav a:hover,
ul.small-nav a.active {
  color: rgba(242, 242, 237, 0.5);
}

* + .nav-featured {
  margin-top: 70px;
}

.nav-featured a {
  display: grid;
  width: calc(100% + 70px);
  border-radius: 12px;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}

.nav-feature-right {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nav-feature-right img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.nav-feature-left {
  padding: 30px;
  background: #142831;
}

.featured-title {
  font-size: 1.625rem;
  line-height: 1.3em;
}

* + .featured-title {
  margin-top: 10px;
}

/* !Footer - - - - - */
footer {
  margin-top: 100px;
}

.footer-top {
  padding: 85px 0 60px 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 350px 1fr 350px;
  gap: 70px;
}

a.footer-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 101;
  width: 120px;
  transform: translate(-50%, -50%);
}

ul.footer-links {
  text-align: right;
  gap: 15px 50px;
}

ul.footer-links a {
  display: block;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #142831;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}

ul.footer-links a:hover {
  color: #896642;
}

.footer-bottom {
  padding: 20px;
  font-size: 0.625rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.footer-bottom a {
  color: #142831;
}

.footer-bottom a:hover {
  color: #896642;
}

.footer-sep {
  padding: 0 8px;
}

ul.social {
  justify-content: center;
  gap: 10px;
  align-items: center;
}

ul.social.vendor-social {
  justify-content: flex-start;
}

* + ul.social {
  margin-top: 20px;
}

* + ul.social.vendor-social {
  margin-top: 10px;
}

ul.social path {
  transition: all 0.35s ease-in-out;
}

ul.social a:hover path {
  fill: #f2f2ed;
}

ul.social a:hover path#circle,
ul.social a:hover path#border {
  fill: #023b4b;
}

ul.social.vendor-social a path#circle,
ul.social.vendor-social a path#border {
  fill: #fff;
}

ul.social.vendor-social a:hover path#circle,
ul.social.vendor-social a:hover path#border {
  fill: #023b4b;
}

* + .footer-form {
  margin-top: 15px;
}

/* !Packages Landing - - - - - */
ul.pack-grid {
  gap: 45px 40px;
}

ul.pack-grid + ul.pack-grid {
  margin-top: 45px;
}

.grid-page-image-header {
  padding: 18px 60px 0 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.image-tag {
  font-size: 0.8125rem;
  line-height: 1em;
  color: #142831;
  background: rgba(255, 255, 255, 0.8);
  padding: 7px 10px;
  border-radius: 100px;
}

.grid-pack-image a.fav-toggle {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 20;
}

.grid-pack-image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.grid-pack-image.grid-photog-image img {
  aspect-ratio: 3/2;
}

a.fav-toggle #inside {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

a.fav-toggle.active #inside,
a.fav-toggle:hover #inside {
  opacity: 1;
}

.pack-grid-content {
  padding: 20px 0 0 0;
}

a.pack-grid-name {
  display: block;
  color: #142831;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3em;
}

a.pack-grid-name .yellow {
  font-size: 0.75rem;
  font-weight: bold;
  padding-right: 10px;
  letter-spacing: 0.05em;
}

a.pack-grid-name:hover {
  color: #896642;
}

.dark-grid a.pack-grid-name {
  color: #f2f2ed;
}

.dark-grid a.pack-grid-name:hover {
  color: rgba(242, 242, 237, 0.5);
}

* + ul.pack-grid-stats {
  margin-top: 10px;
}

ul.pack-grid-stats {
  gap: 4px 25px;
}

ul.pack-grid-stats li {
  position: relative;
}

ul.pack-grid-stats li:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #aaaeaf;
  position: absolute;
  top: 50%;
  right: -15px;
  border-radius: 100px;
  z-index: 1;
  transform: translate(0, -50%);
}

ul.pack-grid-stats li:last-child:after {
  display: none;
}

.pack-landing-header .header-flex {
  padding: 120px 60px 100px 60px;
}

.location-search-box {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  padding: 18px;
  color: #142831;
  max-width: 500px;
  margin: 0 auto;
}

* + #locationForm {
  margin-top: 35px;
}

/* .loc-search-wrap { width: calc(100% - 52px);} */
.loc-search-button button {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background: url(images/search-icon.svg) no-repeat center #896642;
  border-radius: 100px;
  border: none;
  text-indent: -9999px;
  transition: all 0.35s ease-in-out;
}

select#location,
select#subRegion {
  padding-left: 35px;
  padding-right: 35px;
  border: 1px solid #aaaeaf;
  border-radius: 100px;
  height: 40px;
  background-image: url(images/location-icon-blue.svg), url(images/select-arrow.svg);
  background-position: left 13px center, right 13px center;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}

select#subRegion:disabled {
  color: #aaaeaf;
  opacity: 0.5;
}

.loc-search-button botton:hover {
  background-color: #023b4b;
}

.bg-slider .splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-slider .splide__track,
.bg-slider .splide__list,
.bg-slider .splide__slide {
  height: 100%;
}

/* Disable the browser's default focus outline on Splide slides */
.splide__slide:focus {
  outline: none !important;
}

/* Optional: also prevent the focus ring on the track itself */
.splide__track:focus {
  outline: none !important;
}

.header-image-block a.slick-prev,
.header-image-block a.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1001;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  display: flex;
}

.header-image-block a.slick-prev path,
.header-image-block a.slick-next path,
.header-image-block a.slick-prev polygon,
.header-image-block a.slick-next polygon {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.header-image-block a.slick-prev:hover path,
.header-image-block a.slick-next:hover path,
.header-image-block a.slick-prev:hover polygon,
.header-image-block a.slick-next:hover polygon {
  fill: rgba(255, 255, 255, 0.5);
}

.header-image-block a.slick-prev {
  left: 25px;
}

.header-image-block a.slick-next {
  right: 25px;
}

.location-tag {
  padding-left: 25px;
  background: url(images/location-icon-cream.svg) no-repeat left center;
  min-height: 16px;
  color: #f2f2ed;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3em;
  color: #f2f2ed;
}

.location-tag-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px 20px 25px;
  display: flex;
  z-index: 1;
}

.location-tag-wrap.center {
  justify-content: center;
}

ul.slick-dots {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 25px;
  list-style: none;
  margin: 0;
  z-index: 200;
  gap: 7px;
  flex-wrap: wrap;
}

ul.slick-dots li {
  width: 7px;
  height: 7px;
  border-radius: 10px;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.35s ease-in-out;
}

ul.slick-dots li.slick-active {
  background: #fff;
}

ul.slick-dots button {
  visibility: hidden;
  opacity: 0;
}

/* !Package Filters - - - - - */
.features-filter-block {
  padding: 25px 0;
  border-bottom: 1px solid #aaaeaf;
}

.features-filter-block:before,
.features-filter-block:after {
  content: "";
  width: 80px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  transform-origin: center;
}

.features-filter-block:after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.features-filter-block .splide {
  position: relative;
  z-index: 1;
}

.feature-label {
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #023b4b;
  font-weight: 500;
  transition: all 0.35s ease-in-out;
}

a:hover .feature-label {
  color: #896642;
}

.feature-icon {
  max-width: 40px;
  display: block;
  margin: 0 auto 13px auto;
}

.features-filter-block .splide a {
  padding: 0 10px;
  display: block;
  text-align: center;
}

.features-filter-block .slick-prev,
.features-filter-block .slick-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 101;
}

.features-filter-block .slick-prev {
  left: 10px;
}

.features-filter-block .slick-next {
  right: 10px;
}

.page-block.header-image-block + .page-block.packages-grid-block {
  margin-top: 0;
}

.packages-grid-block ul.pack-grid:first-child {
  padding-top: 45px;
}

/* !Location Pages - - - - - */
.loc-screen {
  padding: 75px;
  position: relative;
  z-index: 101;
}

.loc-screen-box {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 12px;
  max-width: calc(50% - 75px);
  padding: 50px;
}

.loc-crumbs {
  justify-content: space-between;
  gap: 15px 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #aaaeaf;
  margin-bottom: 25px;
  align-items: center;
}

.loc-crumbs .image-tag {
  background: #dee3e6;
}

ul.crumbs.margin-bottom {
  margin-bottom: 15px;
}

ul.crumbs {
  font-size: 0.875rem;
  line-height: 1.3em;
  gap: 5px 0;
}

.crumb-sep {
  padding: 0 8px;
}

.crumbs a {
  font-weight: 600;
}

.loc-box-footer {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid #aaaeaf;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

ul.loc-subs-list {
  padding: 0 25px;
  justify-content: center;
  gap: 15px;
}

.sub-loc-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
}

ul.sub-grid {
  gap: 40px 35px;
}

* + .highlights {
  margin-top: 60px;
}

* + .highlight-section {
  margin-top: 25px;
}

.highlight-section {
  font-size: 1.0625rem;
  line-height: 1.3em;
  font-weight: bold;
}

.highlight-section a {
  color: #fff;
  display: block;
}

.highlight-section a:hover {
  color: #fbe981;
}

.loc-tab {
  display: none;
  padding: 75px 0;
}

.loc-tab.active {
  display: block;
}

.location-subs-intro {
  padding: 30px 0;
}

.location-subs-intro .inner {
  padding-top: 40px;
  padding-bottom: 40px;
}

.location-subs-intro:empty {
  display: none;
}

/* !Single Package - - - - - */
.package-stick {
  position: sticky;
  position: -webkit-sticky;
  top: 74px;
  left: 0;
  z-index: 10001;
  padding: 20px;
}

.package-stick-grid {
  display: grid;
  grid-template-columns: 1fr 200px;
  gap: 30px;
  align-items: center;
}

.pack-stick-headline {
  gap: 0px 15px;
  font-size: 1.625rem;
  font-family: "argent-cf", Georgia, Times, serif;
}

.pack-intro-grid {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 50px;
}

.side-box {
  background: #fbe981;
  border-radius: 12px;
  padding: 25px;
}

.gallery-slide-wrap {
  margin-top: 45px;
  overflow: hidden;
}

* + .pack-intro-bottom {
  margin-top: 60px;
}

.gallery-slide-pad {
  padding-right: 12px;
}

.gallery-slide-image {
  border-radius: 12px;
  overflow: hidden;
}

.gallery-slide-image img {
  height: 500px;
  width: auto;
}

.gallery-slide-image .image-tag {
  position: absolute;
  top: 18px;
  left: 18px;
}

.gallery-slide-wrap a.slick-prev,
.gallery-slide-wrap a.slick-next {
  position: absolute;
  top: 50%;
  z-index: 101;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  display: flex;
}

.gallery-slide-wrap a.slick-prev path,
.gallery-slide-wrap a.slick-next path,
.gallery-slide-wrap a.slick-prev polygon,
.gallery-slide-wrap a.slick-next polygon {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.gallery-slide-wrap a.slick-prev:hover path,
.gallery-slide-wrap a.slick-next:hover path,
.gallery-slide-wrap a.slick-prev:hover polygon,
.gallery-slide-wrap a.slick-next:hover polygon {
  fill: rgba(255, 255, 255, 0.5);
}

.gallery-slide-wrap a.slick-prev {
  left: 25px;
}

.gallery-slide-wrap a.slick-next {
  right: 25px;
}

* + ul.pack-features {
  margin-top: 20px;
}

ul.pack-features {
  gap: 15px;
}

ul.pack-features + .text {
  margin-top: 35px;
}

* + .pack-feature-boxes {
  margin-top: 50px;
}

.pack-feature-boxes {
  gap: 30px;
}

.pack-box {
  padding: 25px;
  background: #fbe981;
  border-radius: 12px;
}

.pack-box.has-image {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  align-items: center;
}

.pack-box-text {
  font-size: 1.0625rem;
  line-height: 1.3em;
}

.pack-box-text + .pack-box-text {
  margin-top: 3px;
}

* + .pack-includes {
  margin-top: 35px;
}

.pack-include-section {
  border-top: 1px solid #aaaeaf;
  padding: 55px 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 25px;
  font-size: 1.0625rem;
  line-height: 1.4em;
}

ul.includes-list li + li {
  margin-top: 10px;
}

* + .pack-vendor {
  margin-top: 100px;
}

.pack-vendor > .subhead17 {
  font-weight: normal;
  margin-bottom: 15px;
}

.pack-vendor-header {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 30px;
}

.pack-vendor-left {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 25px;
}

* + ul.pack-vendor-stats,
.pack-vendor * + .text,
* + .pack-vendor-video,
* + .pack-vendor-acc {
  margin-top: 50px;
}

ul.pack-vendor-stats {
  gap: 30px;
}

.pack-vendor-image {
  border-radius: 100px;
  overflow: hidden;
}

.pack-acc-toggle {
  font-size: 1.3125rem;
  font-weight: 600;
  padding: 15px 40px 15px 0;
  position: relative;
  display: block;
  cursor: pointer;
}

.pack-acc-toggle:before {
  content: "";
  width: 13px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 0;
  background: url(images/select-arrow.svg) no-repeat center;
  transform: translate(0, -50%);
  transform-origin: center;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}

.pack-acc-toggle.ui-state-active:before {
  transform: translate(0, -50%) rotate(180deg);
}

.pack-acc-content {
  padding: 10px 0 35px 0;
}

.pack-acc-item + .pack-acc-item {
  padding-top: 20px;
}

.pack-acc-item {
  border-bottom: 1px solid #aaaeaf;
}

.side-box-header {
  display: grid;
  grid-template-columns: 1fr 61px;
  gap: 15px;
}

.side-vendor-price {
  font-size: 2rem;
  line-height: 1.3em;
}

.side-vendor-flex {
  gap: 10px 8px;
  align-items: flex-end;
}

ul.side-actions {
  gap: 15px;
  align-items: center;
  padding-top: 5px;
}

ul.side-actions path,
ul.side-actions polygon {
  fill: #023b4b;
  transition: all 0.35s ease-in-out;
}

ul.side-actions a:hover path,
ul.side-actions a:hover polygon {
  fill: #896642;
}

.side-vendor-image {
  border-radius: 100px;
  overflow: hidden;
}

.side-box-vendor {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: center;
}

* + .side-box-vendor,
.side-box-info,
a.side-button {
  margin-top: 25px;
}

.created,
.side-price-text {
  font-size: 0.6875rem;
  line-height: 1.3em;
}

.side-price-text {
  position: relative;
  top: -4px;
}

.side-box.vendor .side-price-text {
  top: 0;
}

ul.side-badges {
  gap: 12px;
  font-size: 0.6875rem;
  line-height: 1.3em;
}

ul.side-badges li {
  padding: 6px 12px 6px 6px;
  border-radius: 100px;
  background: #fff;
  font-weight: 600;
}

.side-badge {
  display: flex;
  gap: 0;
  align-items: center;
  line-height: 30px;
}

.side-badge-icon {
  width: 30px;
}

.side-box-cap {
  font-size: 0.9375rem;
  line-height: 1.3em;
}

.side-box-cap * + div {
  margin-top: 5px;
}

.side-badge-label {
  padding-left: 6px;
}

/* !Vendor Form - - - - - */
.form-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
}

.form-vendor {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  align-items: center;
}

.form-vendor-image {
  border: 5px solid #fff;
  border-radius: 100px;
  overflow: hidden;
}

.form-vendor-name {
  font-size: 1.0625rem;
  line-height: 1.3em;
  font-weight: 600;
}

.form-grid * + .headline54 {
  margin-top: 35px;
}

.form-grid * + .text {
  margin-top: 40px;
}

* + ul.angle-list {
  margin-top: 50px;
}

ul.angle-list li + li {
  margin-top: 30px;
}

* + .under-form-text {
  margin-top: 30px;
}

a.under-form-text-toggle {
  font-size: 0.8125rem;
  line-height: 1.3em;
  text-decoration: underline;
  font-weight: 500;
}

.under-form-text .text {
  margin-top: 0;
  padding-top: 30px;
  display: none;
}

/* !Related Packages - - - - - */
.related-header {
  margin-bottom: 30px;
}

/* !Related Stories - - - - - */
.related-stories-grid {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 50px;
}

ul.related-list {
  gap: 24px;
}

ul.pack-grid-stats.center {
  justify-content: center;
}

.related-story-image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 52/70;
}

.related-story-image a {
  display: block;
  width: 100%;
  height: 100%;
}

.related-story-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

/* !Package Reviews - - - - - */
.review-image {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4/3;
  margin-bottom: 20px;
}

.review-vendor {
  font-size: 1.375rem;
  line-height: 1.3em;
}

* + .review-sub {
  margin-top: 8px;
}

.review-box.arrow-top {
  margin-top: 30px;
  position: relative;
}

.review-box.arrow-top:after {
  content: "";
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(242, 242, 237, 0);
  border-bottom-color: #f2f2ed;
  border-width: 10px;
  margin-left: -10px;
}

.pack-review-grid {
  gap: 40px;
}

.review-box {
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  background: #f2f2ed;
}

* + .review-name {
  margin-top: 15px;
}

.stars {
  max-width: 70px;
  margin: 0 auto;
}

.package-review-header {
  margin-bottom: 40px;
}

.package-review-content .pack-review-col:nth-child(2) {
  margin-top: -90px;
}

/* !Vendor - - - - - */
.side-box.vendor .side-box-header {
  display: grid;
  grid-template-columns: 1fr 20px;
  gap: 15px;
  align-items: start;
}

.side-box.vendor .side-vendor-price {
  font-size: 1.375rem;
  padding-top: 5px;
}

.vendor-badge img {
  height: 120px;
  width: auto;
}

* + ul.vendor-badges {
  margin-top: 45px;
}

ul.vendor-badges {
  gap: 25px;
}

.package-bar-wrap {
  padding: 50px 70px;
  width: calc(100vw + 25px);
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
}

.package-bar-right a.slick-next {
  display: none;
}

ul.grid-pack-wrap {
  width: 325px;
  padding-right: 35px;
}

.packages-bar-block a.slick-next {
  position: absolute;
  top: 180px;
  z-index: 1001;
  width: 30px;
  height: 30px;
  left: calc(100vw - 55px);
  display: flex;
}

.packages-bar-block .pack-controls a.slick-next {
  position: static;
}

.pack-controls a {
  width: 30px;
  height: 30px;
  left: calc(100vw - 55px);
  display: flex;
}

.pack-controls a circle {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.pack-controls a polygon {
  fill: #023b4b;
}

.pack-controls a:hover circle {
  fill: #fbe981;
}

.simple-review-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 60px;
}

.review-flex {
  gap: 10px;
  align-items: center;
  margin-top: 30px;
}

.dest-block .review-flex {
  margin-top: 0;
}

.review-flex a {
  display: flex;
  width: 30px;
  height: 30px;
}

.review-flex a path,
.review-flex a polygon {
  transition: all 0.35s ease-in-out;
}

.review-flex a:hover path,
.review-flex a:hover polygon {
  fill: #aaaeaf;
}

.auto-height .splide__list {
  align-items: flex-start !important;
}

.auto-height .splide__slide:not(.is-active) {
  height: 0 !important;
}

/* !Center Text - - - - - */
ul.center-cols li {
  width: 33.33%;
  padding: 0 20px;
}

ul.center-cols {
  max-width: calc(100% + 20px);
  margin-left: -20px;
  gap: 40px;
  max-width: 1200px;
  justify-content: center;
}

* + .center-cols-wrap,
* + .center-footer {
  margin-top: 60px;
}

.center-footer .flex-wrap {
  gap: 20px;
  align-items: center;
  justify-content: center;
}

ul.links-list {
  gap: 20px;
}

.center ul.links-list {
  justify-content: center;
}

/* !Split Feature - - - - - */
.split-row {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 60px;
  align-items: center;
}

/* !Text Header  - - - - - */
body #main > .page-block.header-text-block:first-child {
  padding: 25px;
}

.header-text-block * + ul.links-list {
  margin-top: 50px;
}

.header-text-block * + .headline90 {
  margin-top: 30px;
}

.text-max {
  max-width: 700px;
}

/* !Image Header - - - - - */
.header-flex-pad {
  padding: 90px 0;
}

.header-flex-pad.extra-pad {
  padding: 200px 0;
}

.header-image-block .small-label {
  font-weight: 500;
}

/* !CTA Blocks - - - - - */
.cta-flex {
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.cta-box-grid {
  display: grid;
  grid-template-columns: 375px 1fr;
  gap: 60px;
}

.cta-block .border-pad {
  padding: 140px 0;
}

/* !Cards - - - - - */
.cards-grid {
  gap: 30px;
}

.card-bg {
  height: 100%;
  padding: 30px;
}

.card-top {
  padding: 20px 0;
  border-top: 2px solid #023b4b;
  border-bottom: 1px solid #023b4b;
  font-weight: bold;
}

* + .cards-bottom {
  margin-top: 50px;
}

* + .card-bottom {
  margin-top: 30px;
}

.cards-top {
  justify-content: space-between;
  gap: 30px;
}

/* !Boxed Callout - - - - - */
.box-callout-grid {
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 0;
  grid-auto-rows: 1fr;
  align-items: center;
}

.callout-box {
  border: 1px solid #aaaeaf;
  border-radius: 12px;
}

.box-callout-content {
  padding: 80px;
}

.box-callout-media {
  height: 100%;
}

.over-box {
  width: 340px;
  padding: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(30px, -50%);
  z-index: 101;
}

.swap .over-box {
  right: auto;
  left: 0;
  transform: translate(-30px, -50%);
}

.over-box-header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #023b4b;
}

.over-box.blue-bg .over-box-header {
  border-color: #aaaeaf;
}

.callout-box img {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  overflow: hidden;
}

.callout-box .swap img {
  border-radius: 0;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.callout-controls {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 20px 20px 0;
  z-index: 1001;
}

.callout-controls path,
.callout-controls polygon {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.callout-controls a:hover path,
.callout-controls a:hover polygon {
  fill: rgba(255, 255, 255, 0.5);
}

ul.splide__pagination {
  right: auto;
  left: 0;
  bottom: 0;
  padding: 0 10px 10px 10px;
  list-style: none;
  margin: 0;
  display: inline-block;
  max-width: calc(100% - 100px);
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
}

.splide__pagination__page {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, 0.5);
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: none;
}

.callout-slideshow .callout-box,
.callout-slideshow .box-callout-grid,
.callout-slideshow .box-callout-media {
  height: 100%;
}

/* !Icon Columns - - - - - */
.icon-cols {
  gap: 60px 30px;
}

.icon-cols-grid {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 60px;
}

.icon-max {
  max-width: 80px;
  margin: 0 0 35px 0;
}

.icon-cols-flex .icon-col {
  width: 33.33%;
  padding: 0 20px;
}

.icon-cols-flex {
  gap: 60px 0;
  width: calc(100% + 40px);
  margin-left: -20px;
}

.icon-cols-top {
  margin-bottom: 80px;
}

.center .icon-max {
  margin-left: auto;
  margin-right: auto;
}

/* !List Block - - - - - */
.list-wrap {
  padding-left: 120px;
  position: relative;
}

* + .list-wrap {
  margin-top: 50px;
}

.list-item {
  position: relative;
}

.list-item + .list-item {
  margin-top: 100px;
}

.list-item:before {
  content: attr(data-number);
  font-size: 4.625rem;
  line-height: 1em;
  font-family: "argent-cf", Georgia, Times, serif;
  color: #023b4b;
  font-weight: 100;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 1;
}

.list-item + .list-item:after {
  content: "";
  width: 100%;
  position: absolute;
  top: -51px;
  left: 0;
  background: transparent;
  border-top: 1px dashed #aaaeaf;
  z-index: 1;
}

/* !Featured Packages - - - - - */
.featured-pack-grid-top {
  margin-bottom: 50px;
  gap: 30px;
  align-items: flex-end;
  justify-content: center;
}

.featured-pack-grid-top.split {
  justify-content: space-between;
}

* + .bottom-link {
  margin-top: 40px;
}

/* !Featured Locations - - - - - */
.grid-featured-location-wrap {
  padding-right: 20px;
  width: 310px;
  display: block;
}

a.featured-location-image {
  display: block;
  position: relative;
  aspect-ratio: 29/36;
  width: 290px;
  overflow: hidden;
  border-radius: 12px;
}

.featured-location-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  font-size: 1.1875rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #fff;
  z-index: 10;
}

.featured-locations-block .package-bar-wrap {
  border: 1px solid #aaaeaf;
}

.featured-locations-block.packages-bar-block a.slick-next {
  top: 210px;
}

/* !Split Text - - - - - */
.split-text-grid {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 60px;
}

/* !Trending Bar - - - - - */
ul.trend-cols {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 40px;
  text-align: center;
}

.trend-title {
  font-size: 1.25rem;
  line-height: 1.3em;
  transition: all 0.35s ease-in-out;
}

a:hover .trend-title {
  color: #896642;
}

* + .trend-title {
  margin-top: 15px;
}

* + ul.trend-cols {
  margin-top: 45px;
}

.trend-top {
  gap: 30px;
  justify-content: space-between;
}

/* !Accordion - - - - - */
.acc-grid {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
}

.acc-wrap {
  padding: 25px 40px;
}

.acc-toggle {
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #023b4b;
  padding-left: 45px;
}

.acc-content {
  display: none;
  padding: 15px 0 30px 0;
}

.acc-toggle:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  background: url(images/plus.svg) no-repeat left center;
  background-size: 22px 22px;
}

.acc-toggle.ui-state-active:before {
  background: url(images/minus.svg) no-repeat left center;
  background-size: 22px 22px;
}

.acc-item {
  padding: 15px 0;
}

.acc-top {
  margin-bottom: 60px;
}

/* !Destinations - - - - - */
.dest-top {
  display: grid;
  grid-template-columns: 1fr 70px;
  gap: 30px;
  align-items: end;
}

.dest-controls circle {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.dest-controls polygon {
  fill: #023b4b;
  transition: all 0.35s ease-in-out;
}

.dest-controls a:hover circle {
  fill: #023b4b;
}

.dest-controls a:hover polygon {
  fill: #fff;
}

.dest-slider-wrap {
  width: calc(100vw + 500px);
}

.dest-stack {
  gap: 25px;
  padding-right: 25px;
}

a.dest-link {
  display: block;
  aspect-ratio: 49/29;
  width: 490px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

a.dest-link + a.dest-link {
  margin-top: 25px;
}

a.dest-link .image-tag {
  z-index: 101;
}

a.dest-link .image-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: calc(100% - 40px);
}

.dest-top {
  padding-bottom: 50px;
}

/* !Featured Image - - - - - */
.feature-box-screen {
  padding: 150px 60px;
  align-items: center;
}

.feature-box {
  padding: 60px;
  width: 570px;
  max-width: 50%;
}

.featured-box.blue-bg {
  background: rgba(2, 59, 75, 0.9);
}

.feature-image-block.fade-top:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, white 90%);
}

.feature-image-block.fade-bottom:after {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
}

/* !Callout - - - - - */
.callout-top {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
}

.callout-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
}

.call-image {
  position: relative;
  bottom: -45px;
  position: relative;
  z-index: 101;
}

* + .call-signup {
  margin-top: 20px;
}

.call-bottom-left {
  padding: 40px 0 75px 0;
}

.callout-top {
  padding: 75px 0;
}

.callout-block .blue-bg {
  border-radius: 12px;
}

.call-title {
  font-size: 1.125rem;
  line-height: 1.4em;
}

#gform_fields_26,
#gform_fields_27 {
  position: relative;
  display: block;
}

#gform_fields_26 input[type=email],
#gform_fields_27 input[type=email] {
  padding-right: 65px;
}

#gform_fields_26 #field_submit,
#gform_fields_27 #field_submit {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  z-index: 101;
}

#gform_fields_26 #field_submit input[type=submit],
#gform_fields_27 #field_submit input[type=submit] {
  background: url(images/arrow-right.svg) no-repeat 22px center #fbe981;
  background-size: 10px auto;
  border-radius: 100px;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  width: 48px;
  height: 48px;
  transition: all 0.35s ease-in-out;
}

#gform_fields_26 #field_submit input[type=submit]:hover,
#gform_fields_27 #field_submit input[type=submit]:hover {
  background-color: #f2f2ed;
}

/* !All Locations - - - - - */
.side-section + .side-section {
  margin-top: 45px;
}

.side-label + .text {
  margin-top: 10px;
}

.all-top,
.all-bottom {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 60px;
  grid-auto-rows: auto;
}

* + .all-bottom {
  margin-top: 55px;
}

.loc-toggle-grid {
  gap: 30px;
}

.loc-section a {
  display: block;
  color: #023b4b;
}

.loc-section a:hover {
  color: #896642;
}

.loc-label {
  font-size: 1.125rem;
  line-height: 1.3em;
  font-weight: bold;
}

ul.loc-list li {
  padding-top: 15px;
}

ul.loc-list a {
  font-size: 1rem;
  line-height: 1.3em;
}

ul.loc-list {
  display: none;
  padding: 0 0 20px 0;
}

.loc-toggle {
  background: #e9e9e3;
  padding: 8px;
  border-radius: 100px;
  display: flex;
  gap: 8px;
}

.loc-toggle a {
  flex-grow: 1;
  display: inline-grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: center;
  color: #aaaeaf;
  padding: 12px 15px;
  border-radius: 100px;
  font-size: 0.875rem;
  line-height: 1.3em;
  font-weight: 500;
}

.loc-toggle a path {
  fill: #aaaeaf;
}

.loc-toggle a:hover {
  background: #fff;
}

.loc-toggle a.active,
.loc-toggle a.active:hover {
  background: #023b4b;
  color: #fff;
}

.loc-toggle a.active path {
  fill: #fff;
}

.loc-toggle-section + .loc-toggle-section {
  margin-top: 75px;
}

.loc-toggle-section .headline32 {
  margin-bottom: 30px;
}

/* !Forms - - - - - */
.gfield {
  margin: 0;
  clear: both;
}

.gfield_error.gfield {
  margin-bottom: 20px;
}

input.medium,
input.large,
input.small,
select,
textarea,
.ginput_complex input,
.ginput_product_price_wrapper input[type=text],
.gfield--type-product input[type=number],
input.datepicker,
html .woocommerce form .form-row .input-text,
.woocommerce-account input[type=text],
.woocommerce-account input[type=password],
.woocommerce-account input[type=email],
input[type=email],
input[type=tel],
input.input-text,
.variations select,
html .woocommerce form .form-row select body.page.woocommerce-cart table.cart td.actions .coupon .input-text,
.checkout input[type=text],
.checkout input[type=password],
.checkout textarea.input-text,
body form.checkout_coupon input[type=text],
body .woocommerce form.login input.input-text,
body form.lost_reset_password input.input-text,
input#account_password,
body.woocommerce-checkout #payment div.payment_box input.input-text,
body.woocommerce-checkout #payment div.payment_box textarea,
body .woocommerce form .form-row select,
body .woocommerce-page form .form-row select,
#loginform input[type=text],
#loginform input[type=password],
html .select2-container .select2-dropdown,
html .select2-container .select2-selection,
input.search-box,
html .woocommerce div.product form.cart .variations select,
html .woocommerce div.product form.cart .variations select#location {
  background: #fff;
  border-radius: 29px;
  height: 58px;
  font-size: 1rem;
  line-height: 1.1em;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  color: #142831;
  padding: 10px 25px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  font-style: normal;
}

select,
html .woocommerce form .form-row select,
.variations select,
html .woocommerce div.product form.cart .variations select,
html .woocommerce div.product form.cart .variations select#location {
  background: url(images/select-arrow.svg) no-repeat right 20px center #fff;
  padding-right: 55px;
}

html .woocommerce form .form-row .input-text,
.woocommerce-account #main input[type=text],
.woocommerce-account #main input[type=password],
.woocommerce-account #main input[type=email],
input.input-text,
.variations select,
html .woocommerce form .form-row select,
body.page.woocommerce-cart table.cart td.actions .coupon .input-text,
.checkout input[type=text],
.checkout input[type=password],
.checkout textarea.input-text,
body form.checkout_coupon input[type=text],
body .woocommerce form.login input.input-text,
body form.lost_reset_password input.input-text,
input#account_password,
body.woocommerce-checkout #payment div.payment_box input.input-text,
body.woocommerce-checkout #payment div.payment_box textarea,
body .woocommerce form .form-row select,
body .woocommerce-page form .form-row select,
#loginform input[type=text],
#loginform input[type=password],
html .select2-container .select2-dropdown,
html .select2-container .select2-selection,
.variations select,
html .woocommerce div.product form.cart .variations select,
html .woocommerce div.product form.cart .variations select#location {
  background-color: #fff;
  border: 1px solid #aaaeaf;
  padding: 8px 20px;
  height: 48px;
}

html .select2-container .select2-selection {
  padding-top: 0;
  padding-bottom: 0;
}

html .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
  padding-bottom: 8px;
  height: 48px;
  line-height: 30px;
}

html .select2-container .select2-dropdown {
  height: auto;
}

textarea,
html .woocommerce form .form-row textarea,
html .checkout textarea.input-text {
  resize: none;
  height: 200px;
  padding: 25px;
}

html .woocommerce form .form-row textarea,
html .checkout textarea.input-text {
  padding: 20px !important;
  height: 200px !important;
}

html .select2-container .select2-selection--single .select2-selection__arrow {
  right: 20px;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #023b4b;
  transition: all 0.35s ease-in-out;
}

:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
  color: #023b4b;
  transition: all 0.35s ease-in-out;
}

::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
  color: #023b4b;
  transition: all 0.35s ease-in-out;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #023b4b;
  transition: all 0.35s ease-in-out;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.gform_validation_container,
.gform_heading,
.gfield_visibility_hidden {
  display: none !important;
}

.gfield_label,
.ginput_complex label,
.ginput_container_creditcard legend,
.gfield--type-choice legend,
.woocommerce form .form-row label {
  color: #023b4b;
  font-size: 0.9375rem;
  padding-bottom: 10px;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  display: block;
}

.woocommerce form .form-row label {
  padding-bottom: 5px;
}

.dark-form .gfield_label,
.dark-form .ginput_complex label,
.dark-form .ginput_container_creditcard legend,
.dark-form .gfield--type-choice legend,
.dark-form .gsection_description,
.dark-form .gform_drop_instructions {
  color: #fff;
}

.gfield_description h2 {
  margin: 20px 0 10px 0;
  color: #fbe981;
}

.yellow-bg .gfield_description h2 {
  margin: 20px 0 10px 0;
  color: #023b4b;
}

.gfield_label {
  display: none;
}

.gform_submission_error {
  padding-bottom: 20px;
  color: #d45f2b !important;
  font-size: 1.25rem;
  line-height: 1.4em;
  font-weight: bold;
  padding-bottom: 30px;
}

.validation_message,
.gfield_validation_message,
.gfield_description,
.gfield--type-html {
  padding-top: 10px;
  color: #023b4b;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.4em;
  clear: both;
}

.dark-form .validation_message,
.dark-form .gfield_validation_message,
.dark-form .gfield_description,
.dark-form .gfield--type-html {
  color: #fff;
}

.validation_message,
.gfield_validation_message,
.dark-form .validation_message,
.dark-form .gfield_validation_message {
  color: #d45f2b;
}

.gform_confirmation_message {
  color: #023b4b;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.dark-form .gform_confirmation_message {
  color: #fff;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.gfield_radio,
.gfield_checkbox,
.gfield--type-consent {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
}

.gfield--type-consent {
  grid-template-columns: 1fr;
}

.gfield--type-consent legend {
  display: none;
}

fieldset.gfield--type-choice {
  clear: both;
}

fieldset.gfield--type-choice legend {
  padding: 20px 0;
  font-size: 1.125rem;
}

.gfield_radio .gchoice,
.gfield_checkbox .gchoice,
.ginput_container_consent {
  text-align: left;
  width: 100%;
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  padding: 0;
  margin: 0;
  position: relative;
  vertical-align: top;
}

.ginput_container_consent {
  width: 100%;
  margin-bottom: 20px;
}

.gfield_radio label,
.gfield_checkbox label,
.gfield--type-consent label,
html .woocommerce-SavedPaymentMethods-saveNew label,
html .woocommerce-form__label.checkbox span,
html .woocommerce-terms-and-conditions-checkbox-text,
html .woocommerce-form-login__rememberme span {
  font-size: 0.875rem;
  display: block;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  color: #023b4b;
  font-weight: bold;
}

html .woocommerce-SavedPaymentMethods-saveNew label,
html .woocommerce-form__label.checkbox span,
html .woocommerce-terms-and-conditions-checkbox-text,
html .woocommerce-form-login__rememberme span {
  display: inline-block;
}

.dark-form .gfield_radio label,
.dark-form .gfield_checkbox label,
.dark-form .gfield--type-consent label {
  color: #fff;
}

.gfield_radio input,
.gfield_checkbox input,
.gfield--type-consent input,
html .woocommerce-SavedPaymentMethods-saveNew input,
html .woocommerce-form__label.checkbox input,
html .woocommerce-form-login__rememberme input {
  width: 24px;
  height: 24px;
  border: 3px solid #fff;
  background: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
}

html .woocommerce-SavedPaymentMethods-saveNew input,
html .woocommerce-form__label.checkbox input,
html .woocommerce-form-login__rememberme input {
  width: 24px !important;
  padding: 0;
  border: 1px solid #aaaeaf;
}

.gfield_radio input {
  border-radius: 100px;
}

.woocommerce-terms-and-conditions-wrapper input[type=checkbox] {
  top: 1px;
}

.woocommerce input#rememberme {
  padding: 0;
  margin: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme,
#loginform .sensei-login-submit a {
  display: inline-block;
  margin-left: 20px;
}

.gfield_radio input:checked {
  background: #023b4b;
}

.dark-form .gfield_radio input:checked {
  background: #896642;
}

.gfield_checkbox input:checked,
.offset input[type=checkbox],
.woocommerce input#rememberme:checked,
.woocommerce-terms-and-conditions-wrapper input[type=checkbox]:checked,
.remember_me input[type=checkbox]:checked,
.gfield--type-consent input:checked,
html .woocommerce-SavedPaymentMethods-saveNew input:checked,
html .woocommerce-form__label.checkbox input:checked,
html .woocommerce-form-login__rememberme input:checked {
  background: url(images/check.svg) no-repeat center #fff;
}

html .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  width: 100%;
  margin: 5px 0 20px 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.gform_fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.gfield {
  flex-basis: 100%;
}

.gfield--width-half {
  flex-basis: calc(50% - 10px);
}

.ginput_complex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.gfield--type-time .ginput_complex {
  gap: 10px;
}

.hour_minute_colon {
  width: 3px;
  position: relative;
  top: 46px;
}

.screen-reader-text {
  display: none;
}

.gfield--type-time .ginput_container {
  flex-basis: calc(33.33% - 11px);
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.gform_wrapper {
  text-align: left;
}

.gform_ajax_spinner {
  margin: 20px auto 0 auto;
  border: 4px solid rgba(2, 59, 75, 0.2);
  border-left: 4px solid #023b4b;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.dark-form .gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid #fff;
}

.gfield_required_text,
.gfield--input-type-consent legend {
  display: none !important;
}

.gfield_required:after {
  content: " *";
  color: #d45f2b;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-indent: 0;
  position: relative;
  transition: all 0.35s ease-in-out;
}

h3.gsection_title,
.text h3.gsection_title {
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 600;
  border-bottom: 1px solid #aaaeaf;
  color: #023b4b;
  font-size: 1.875rem;
  padding-bottom: 10px;
  line-height: 1.3em;
  margin: 50px 0 30px 0;
}

.gfield--type-honeypot + .gfield h3.gsection_title,
.text .gfield--type-honeypot + .gfield h3.gsection_title,
.gfield:first-child h3.gsection_title,
.text .gfield:first-child h3.gsection_title {
  margin-top: 0;
}

.dark-form h3.gsection_title,
.dark-form .text h3.gsection_title {
  color: #fff;
}

.gfield:first-child .gsection_title {
  margin-top: 0;
}

.ginput_complex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.ginput_complex.ginput_container_address span:nth-child(1),
.ginput_complex.ginput_container_address span:nth-child(2) {
  flex-basis: 100%;
}

.ginput_complex.ginput_container_address span:nth-child(3) {
  flex-basis: 40%;
}

.ginput_complex.ginput_container_address span:nth-child(4) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(5) {
  flex-basis: calc(30% - 20px);
}

.ginput_complex.ginput_container_address span:nth-child(6) {
  flex-basis: 100%;
}

.gfield_description:last-child {
  margin-top: 5px;
}

legend + .gfield_description {
  margin-top: 0;
}

.text .gform_wrapper {
  margin-top: 40px;
}

.text .gform_wrapper:first-child {
  margin-top: 0;
}

.gform_drop_area {
  border: 1px dashed #aaaeaf;
  padding: 40px 20px;
  margin: 5px 0;
  text-align: center;
}

.dark-form .gform_drop_area {
  border-color: #fff;
}

.gform_drop_instructions {
  display: block;
  margin-bottom: 15px;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

#extensions_message {
  display: block;
  margin-top: 3px;
}

.ginput_preview {
  font-size: 0.9375rem;
  line-height: 16px;
  margin-bottom: 8px;
}

.ginput_preview button {
  width: 16px;
  height: 16px;
  z-index: 9;
  margin-right: 5px;
  position: relative;
  top: 1px;
  display: inline-block;
  border: none;
  padding: 0;
  text-indent: -9999px;
  background: url(images/cancel.svg) no-repeat;
}

.gform_footer img {
  display: block;
  margin: 30px auto 0 auto;
  width: 24px;
  height: 24px;
  clear: both;
}

.ginput_product_price_wrapper {
  font-size: 1rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  border: none;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  margin: 0;
  font-weight: bold;
}

.ginput_product_price_wrapper .gform-field-label {
  margin-bottom: 5px;
}

.ginput_product_price_wrapper input[type=text] {
  font-size: 1rem;
  line-height: 1.4em;
  border: none;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  margin: 0;
}

.gfield--type-product input[type=number] {
  margin-left: 10px;
  max-width: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}

.gfield--type-product .ginput_quantity_label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0 0 0 !important;
}

.gfield--type-total {
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  color: #023b4b;
  margin: 40px 0;
}

.gfield--type-total .gfield_label {
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  display: inline-block;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  vertical-align: top;
  padding: 0 15px 0 0;
  color: #fff;
  position: relative;
  top: 1px;
  text-transform: capitalize;
}

.ginput_container_total {
  font-weight: bold;
  display: inline-block;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  vertical-align: top;
}

input.ginput_total {
  border: none;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-size: 1.875rem;
  line-height: 1.3em;
  font-weight: bold;
  color: #023b4b;
  background: none;
  padding: 0;
}

.dark-form input.ginput_total {
  color: #fff;
}

.ginput_container_creditcard {
  max-width: 475px;
}

.ginput_container_creditcard span {
  display: block;
  width: 100%;
  float: none;
}

.ginput_container_creditcard span + span {
  margin-top: 20px;
}

.ginput_cardinfo_left {
  margin-bottom: 20px;
}

.gform_card_icon_container,
.ginput_container_creditcard span.ginput_card_security_code_icon {
  display: none;
}

.gform_footer {
  padding-top: 20px;
}

/* !Datepicker - - - - - */
.ui-datepicker {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -9999px;
  left: -9999px;
  transform: translate(0, 15px);
  width: 280px;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  border-radius: 12px;
  font-weight: bold;
}

.ui-datepicker-title {
  padding: 10px 0;
}

table.ui-datepicker-calendar td {
  padding: 4px 5px;
  text-align: center;
  color: #aaaeaf;
}

table.ui-datepicker-calendar th {
  color: #023b4b;
}

.ui-datepicker-title select {
  width: calc(50% - 8px);
  margin: 0 0 0 8px;
  background-color: #f2f2ed;
  color: #023b4b;
  font-size: 0.8125rem;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: 600;
  height: 40px;
  text-transform: uppercase;
  border-radius: 0 !important;
  padding: 0 25px 0 10px;
}

.ui-datepicker-title select:first-child {
  margin: 0 8px 0 0;
}

a.ui-datepicker-prev {
  width: 50%;
  padding: 0 5px 3px 15px;
  line-height: 20px;
  font-weight: bold;
  background: url(images/arrow-left.svg) no-repeat left 3px;
  display: inline-block;
  text-transform: uppercase;
  color: #023b4b;
}

a.ui-datepicker-next {
  width: 50%;
  padding: 0 15px 3px 5px;
  text-align: right;
  line-height: 20px;
  font-weight: bold;
  background: url(images/arrow-right.svg) no-repeat right 3px;
  display: inline-block;
  text-transform: uppercase;
  color: #023b4b;
}

a.ui-datepicker-prev:hover,
a.ui-datepicker-next:hover {
  color: #896642;
}

a.ui-datepicker-prev span {
  padding-left: 10px;
  background: #fff;
  margin-left: -8px;
}

a.ui-datepicker-next span {
  padding-right: 10px;
  background: #fff;
  margin-right: -8px;
}

.ui-datepicker-calendar {
  width: 100%;
}

table.ui-datepicker-calendar td a {
  color: rgba(2, 59, 75, 0.4);
  display: block;
}

table.ui-datepicker-calendar td a:hover {
  color: #023b4b;
}

table.ui-datepicker-calendar td.ui-datepicker-today a {
  color: #896642;
}

.ginput_container_date span,
.gfield--type-date .screen-reader-text {
  display: none;
}

/* !Hide Captcha Badge - - - - - */
.grecaptcha-logo,
.grecaptcha-badge {
  visibility: hidden !important;
}

/* !Blog Intro - - - - - */
.blog-intro-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 60px;
}

.blog-intro-block * + ul.links-list {
  margin-top: 60px;
}

/* !Blog  - - - - - */
.blog-grid-section + .blog-grid-section {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #aaaeaf;
}

.post-title a {
  color: #023b4b;
  display: block;
}

.post-title a:hover {
  color: #896642;
}

.featured-post {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 50px;
  align-items: center;
}

ul.post-grid-wide,
ul.post-grid {
  gap: 60px;
}

.subhead17 + * {
  margin-top: 10px;
}

.grid-post-content {
  padding: 25px 0 0 0;
}

.grid-post-image {
  aspect-ratio: 35/21;
}

/* !Single Post - - - - - */
.post-header-caption {
  max-width: 220px;
  padding-right: 90px;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 101;
  font-size: 0.6875rem;
  line-height: 1.4em;
  text-align: right;
}

.post-header-caption:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  top: 5px;
  right: 0;
  background: #fff;
  z-index: 1;
}

.post-header-caption:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  top: 3px;
  right: 63px;
  border-radius: 100px;
  z-index: 1;
}

.post-intro-grid {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 50px;
}

.post-sidebar-section {
  text-align: right;
}

.post-sidebar-section + .post-sidebar-section {
  margin-top: 50px;
}

.post-sidebar-label {
  font-size: 0.8125rem;
  line-height: 1.3em;
  margin-bottom: 3px;
}

.post-sidebar-text {
  font-size: 1.0625rem;
  line-height: 1.4em;
}

/* !Old Post Styling - - - - - */
.post-block + .post-block {
  margin-top: 70px;
}

.tiny-label {
  font-size: 0.6875rem;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
}

.post-toc {
  padding: 35px 50px;
  background: #f2f2ed;
  margin-bottom: 70px;
}

* + ul.side-list {
  margin-top: 20px;
}

ul.side-list a {
  font-family: "argent-cf", Georgia, Times, serif;
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #023b4b;
  position: relative;
  padding: 12px 0 14px 55px;
  border-bottom: 1px dashed #aaaeaf;
  display: block;
  font-weight: 300;
}

ul.side-list a:hover {
  color: #896642;
}

ul.side-list a:before {
  content: attr(data-number);
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
  color: #023b4b;
  font-weight: bold;
  font-size: 0.75rem;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  transition: all 0.35s ease;
}

ul.side-list a:hover:before {
  color: #896642;
}

ul.side-list a:after {
  content: "";
  width: 0;
  height: 13px;
  position: absolute;
  top: 20px;
  left: 23px;
  background: url(images/arrow-right.svg) no-repeat right center;
  transition: all 0.35s ease;
}

ul.side-list a:hover:after {
  width: 7px;
  left: 37px;
}

.tiny-label {
  font-size: 0.6875rem;
  line-height: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.post-info-block {
  margin-bottom: 45px;
}

/* !Packages Block - - - - - */
.package-block + .package-block {
  margin-top: 2px;
}

.package-block {
  padding: 35px 50px 45px 60px;
}

.package-block a.arrow-button {
  margin-top: 35px;
}

.package-name {
  font-size: 2.5rem;
  line-height: 1.2em;
  font-family: "argent-cf", Georgia, Times, serif;
}

* + .package-name {
  margin-top: 10px;
}

.package-name + .text {
  margin-top: 15px;
}

* + .package-price-wrap {
  margin-top: 30px;
}

.include-list {
  display: block;
  letter-spacing: 0.025em;
  font-size: 0.8125rem;
  line-height: 2em;
}

* + .include-list {
  margin-top: 10px;
}

.package-price {
  position: relative;
  font-size: 2.5rem;
  line-height: 1em;
}

.package-price:before {
  content: "$";
  position: absolute;
  top: -5px;
  left: -11px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #023b4b;
  z-index: 1;
}

.package-wrap {
  display: grid;
  grid-template-columns: 1fr 33.33%;
  gap: 50px;
}

/* !Old Post - Packages Block - - - - - */
.package-block + .package-block {
  margin-top: 2px;
}

.package-block {
  padding: 35px 50px 45px 60px;
}

.package-block a.arrow-button {
  margin-top: 35px;
}

.package-name {
  font-size: 2.5rem;
  line-height: 1.2em;
  font-family: "argent-cf", Georgia, Times, serif;
}

* + .package-name {
  margin-top: 10px;
}

.package-name + .text {
  margin-top: 15px;
}

* + .package-price-wrap {
  margin-top: 30px;
}

.include-list {
  display: block;
  letter-spacing: 0.025em;
  font-size: 0.8125rem;
  line-height: 2em;
}

* + .include-list {
  margin-top: 10px;
}

.package-price {
  position: relative;
  font-size: 2.5rem;
  line-height: 1em;
}

.package-price:before {
  content: "$";
  position: absolute;
  top: -5px;
  left: -11px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #023b4b;
  z-index: 1;
}

.package-wrap {
  display: grid;
  grid-template-columns: 1fr 33.33%;
  gap: 50px;
}

.author-head.has-image {
  display: grid;
  width: calc(100% + 80px);
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 10px;
  margin-left: -100px;
}

.author-head,
* + .author-text {
  margin-top: 25px;
}

.author-other {
  margin-top: 30px;
}

.author-image {
  width: 80px;
}

.author-image .test-image {
  margin-bottom: 0;
}

.author-content {
  padding: 35px 50px 35px 60px;
}

/* !Package Form - - - - - */
#packageForm {
  padding: 50px 50px 50px;
  display: none;
  background: #f2f2ed;
}

/* !Expert Block - - - - - */
.expert-pad {
  padding: 50px;
}

.expert-text {
  font-size: 1.625rem;
  line-height: 1.4em;
  font-weight: 100;
}

.test-image {
  border-radius: 120%;
  overflow: hidden;
  border: 8px solid #e9e9e3;
  max-width: 91px;
  margin: 0 auto 25px auto;
}

* + .expert-name-wrap {
  margin-top: 50px;
}

.cond-title + .test-sub {
  margin-top: 5px;
}

.expert-pad .tiny-label {
  max-width: 300px;
  margin: 0 auto;
}

.expert-block .test-image {
  border-color: #fff;
}

/* !WP Caption Fix - - - - - */
.text .wp-caption {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

/* !Old Post Fix - - - - - */
.page-block + .page-block.old-post-conten {
  margin-top: 70px;
}

/* !Video Block - - - - - */
a.video-image {
  display: block;
  position: relative;
}

a.video-image:after {
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(images/play.svg) no-repeat center;
  z-index: 10;
}

.video-title-box {
  padding-top: 12px;
}

.cond-title {
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 300;
  color: #023b4b;
  font-size: 1.625rem;
  line-height: 1.3em;
}

.vid-minutes {
  padding-left: 10px;
  font-size: 0.75rem;
  line-height: 1.3em;
  text-transform: uppercase;
  left: 0.05em;
  font-weight: bold;
}

.video-block-wrap {
  padding: 18px;
}

video {
  width: 100%;
  height: auto;
  display: block;
}

.video-title-box .ilb {
  vertical-align: baseline;
}

/* !Post Slider - - - - - */
.post-slider a.slick-prev,
.post-slider a.slick-next {
  position: absolute;
  top: 50%;
  z-index: 1001;
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
  display: flex;
}

.post-slider a.slick-prev {
  left: 15px;
}

.post-slider a.slick-next {
  right: 15px;
}

.post-slider a.slick-prev path,
.post-slider a.slick-next path,
.post-slider a.slick-prev polygon,
.post-slider a.slick-next polygon {
  fill: #fff;
  transition: all 0.35s ease-in-out;
}

.post-slider a.slick-prev:hover path,
.post-slider a.slick-next:hover path,
.post-slider a.slick-prev:hover polygon,
.post-slider a.slick-next:hover polygon {
  fill: rgba(255, 255, 255, 0.5);
}

/* !Post Accordion - - - - - */
.post-block.accordion-block .subhead30 {
  margin-bottom: 20px;
}

/* !Post Featured Vendors - - - - - */
* + ul.post-vendor-grid {
  margin-top: 30px;
}

ul.post-vendor-grid {
  gap: 40px 30px;
}

/* !Post List - - - - - */
ul.styled-list li {
  position: relative;
  padding-left: 110px;
  margin-top: 60px;
}

ul.styled-list li:first-child {
  margin-top: 0;
}

ul.styled-list li:before {
  content: attr(data-number);
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #896642;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1.3em;
  letter-spacing: 0.05em;
}

ul.styled-list li:after {
  content: "";
  width: 50px;
  left: 40px;
  height: 1px;
  position: absolute;
  top: 14px;
  background: #896642;
  z-index: 1;
}

/* !Compare Block - - - - - */
.compare-row {
  display: grid;
  grid-template-columns: 1fr 30% 30%;
  gap: 30px;
  padding: 14px 0 8px 0;
}

.has-3 .compare-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.compare-header .compare-row {
  align-items: end;
}

.compare-section + .compare-section {
  margin-top: 45px;
}

.compare-row + .compare-row {
  margin-top: 10px;
  border-top: 1px solid rgba(170, 174, 175, 0.2);
}

.compare-text {
  font-size: 1rem;
  line-height: 1.3em;
}

.checkmark {
  width: 28px;
  height: 9px;
  text-indent: -9999px;
  background: url(images/check.svg) no-repeat center;
  margin: 0 auto;
  position: relative;
  top: 6px;
}

.subhead22 + .compare-row {
  margin-top: 20px;
}

.compare-col2,
.compare-col3,
.compare-col4 {
  text-align: center;
}

.compare-header * + .button {
  margin-top: 10px;
}

/* !Join Block - - - - - */
ul.join-grid {
  gap: 50px;
}

ul.join-grid li,
.join-box {
  height: 100%;
}

.join-box {
  padding: 45px;
}

* + .join-bottom {
  margin-top: 75px;
}

.join-box * + .text {
  margin-top: 15px;
}

* + .product-price-wrap {
  margin-top: 35px;
}

.product-price-wrap {
  gap: 10px;
  align-items: flex-end;
}

.product-price-wrap .product-price {
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1em;
}

.product-price-text {
  font-size: 1.25rem;
  line-height: 1.3em;
}

.under-text {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 1.3em;
}

.product-stats {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #aaaeaf;
  font-size: 1rem;
  line-height: 1.3em;
}

* + ul.check-list {
  margin-top: 20px;
}

ul.check-list li + li {
  margin-top: 15px;
}

ul.check-list li {
  padding-left: 40px;
  position: relative;
}

ul.check-list li:before {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  background: url(images/round-check.svg) no-repeat center;
}

a.video-link {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 8px;
  align-items: center;
  font-weight: bold;
}

* + a.video-link {
  margin-top: 30px;
}

a.video-link:hover {
  color: #896642;
}

a.video-link path,
a.video-link polygon {
  fill: #023b4b;
  transition: all 0.35s ease-in-out;
}

a.video-link:hover path,
a.video-link:hover polygon {
  fill: #896642;
}

#month,
#annual {
  padding-top: 30px;
}

.annual-swap {
  display: none;
}

ul.price-toggle {
  display: inline-flex;
  sjustify-content: center;
  padding: 8px;
  border-radius: 100px;
  background: #fff;
  margin: 0 auto;
  gap: 8px;
}

* + ul.price-toggle {
  margin-top: 15px;
}

.price-toggle-wrap {
  margin-bottom: 30px;
}

ul.price-toggle a.button {
  background: #fff;
  color: #023b4b;
  border-color: #fff;
}

ul.price-toggle a.button:hover {
  background: #f2f2ed;
  color: #896642;
  border-color: #f2f2ed;
}

ul.price-toggle a.button.active,
ul.price-toggle a.button.active:hover {
  background: #023b4b;
  color: #fff;
  border-color: #023b4b;
}

.compare-row a.button {
  margin-top: 10px;
}

/* !Mobile Compare - - - - - */
.mobile-compare-header {
  gap: 12px 30px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}

.mobile-compare-section + .mobile-compare-section {
  margin-top: 40px;
}

.mobile-compare-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  padding: 14px 0;
  border-top: 1px solid rgba(170, 174, 175, 0.2);
}

* + .mobile-compare-row {
  margin-top: 10px;
}

.mobile-compare-block {
  display: none;
}

.mobile-compare-block .subhead30 + .mobile-compare-section {
  margin-top: 30px;
}

.mobile-compare-title {
  font-size: 1.5rem;
  line-height: 1.3em;
  font-weight: 100;
}

/* !Subnav - - - - - */
ul.nav > li {
  position: relative;
}

ul.subnav {
  width: 190px;
  background: #f2f2ed;
  position: absolute;
  top: calc(50% + 30px);
  left: -9999px;
  transform: translate(-50%, 0);
  z-index: 200;
  padding: 10px;
  opacity: 0;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
  transition: opacity 0.35s ease-in-out;
}

li:hover ul.subnav {
  opacity: 1;
  left: 50%;
}

ul.subnav:before {
  content: "";
  width: 12px;
  height: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(images/nav-arrow.svg) no-repeat center top;
  z-index: 10;
  transition: all 0.35s ease-in-out;
}

ul.nav li:hover ul.subnav:before {
  height: 6px;
}

ul.subnav a {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #023b4b;
  font-weight: 400;
  padding: 10px 0;
  text-align: center;
}

ul.subnav a:hover {
  color: #896642;
}

ul.subnav li + li {
  border-top: 1px solid #aaaeaf;
}

/* !Pagination - - - - - */
.pagination {
  font-size: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 90px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 36px;
  position: relative;
  color: #023b4b;
  text-align: center;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
}

a.page-numbers {
  cursor: pointer;
}

a.page-numbers:hover {
  color: #896642;
}

.page-numbers.current,
.page-numbers.current:hover {
  color: #fff;
  background: #023b4b;
  border-radius: 100px;
}

.pagination a.next.page-numbers {
  background: url(images/arrow-right.svg) no-repeat center;
  text-indent: -9999px;
}

.pagination a.prev.page-numbers {
  background: url(images/arrow-left.svg) no-repeat center;
  text-indent: -9999px;
}

.pagination a.next.page-numbers:hover,
.pagination a.prev.page-numbers:hover {
  opacity: 0.5;
}

/* !New Vendors Landing - - - - - */
.page-block.vendor-block.bg:nth-child(even) {
  background: #fff;
}

/* !Woocommerce Pages - - - - - */
* + .woo-content {
  margin-top: 30px;
}

/* !My Account - - - - - */
mark {
  background: #aaaeaf;
  color: #023b4b;
  padding: 3px;
}

.woocommerce-account h2 {
  margin-top: 40px;
}

html .woocommerce .woocommerce-customer-details address {
  padding: 0;
  border: none;
  border-radius: 0;
}

html .woocommerce ul.order_details li strong {
  color: #023b4b;
  font-size: 0.9375rem;
  line-height: 1.4em;
  margin-top: 3px;
}

html .woocommerce-order p.woocommerce-notice {
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1.4em;
  color: #023b4b;
}

html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  padding-left: 0;
  margin: 0;
}

html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before,
html .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
  display: none !important;
}

html .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

html .woocommerce-MyAccount-navigation ul li {
  margin-top: 10px;
}

html .woocommerce-MyAccount-navigation ul li:first-child {
  margin-top: 0;
}

html h2.no-top-margin {
  margin-top: 0 !important;
}

.account-block {
  overflow: hidden;
}

/* .woocommerce-account .woocommerce-MyAccount-navigation:before {
content: "";
width: 10000px;
height: 10000px;
background: $cream;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0,-50%);
z-index: 1;
} */
.account-nav-wrap {
  position: relative;
  z-index: 10;
  padding-right: 80px;
}

.woocommerce-MyAccount-navigation ul a {
  font-size: 1.375rem;
  line-height: 1.4em;
  padding: 0 0 7px 0;
  color: #023b4b;
  display: block;
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 100 !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  padding-right: 30px;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #aaaeaf;
}

.woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a,
html .woocommerce-MyAccount-content a {
  color: #896642;
}

html .woocommerce-MyAccount-content a {
  text-decoration: underline;
}

html .woocommerce-MyAccount-content a:hover {
  color: #023b4b;
}

.my-account-label {
  font-size: 1.375rem;
  line-height: 1.4em;
  padding-bottom: 5px;
  border-bottom: 1px solid #aaaeaf;
  margin-bottom: 30px;
}

.landing-video {
  border: 15px solid #aaaeaf;
  margin-top: 40px;
}

li.woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}

html .woocommerce-MyAccount-content address {
  margin-top: 30px;
}

* + .landing-video {
  margin-top: 30px;
}

.landing-video {
  border: none;
}

.woocommerce-MyAccount-content h2 {
  margin-top: 0;
}

/* !Woocommerce Banners - - - - - */
html .woocommerce-info {
  border-color: #023b4b;
}

html .woocommerce-info::before {
  color: #023b4b;
}

html .woocommerce-info .button,
html .woocommerce-error .button,
html .woocommerce-message .button {
  font-size: 0.875rem !important;
  padding: 7px 14px 8px 14px !important;
}

html .woocommerce-error,
html .woocommerce-info,
html .woocommerce-message {
  background: #f2f2ed;
}

html .woocommerce-error a,
html .woocommerce-info a,
html .woocommerce-message a {
  color: #896642;
  text-decoration: underline;
}

html .woocommerce-error a:hover,
html .woocommerce-info a:hover,
html .woocommerce-message a:hover {
  color: #023b4b;
}

/* !Cart + Checkout - - - - - */
html .woocommerce h3,
html .cart_totals h2,
html .woocommerce-account .woocommerce h2 {
  font-size: 2.25rem;
  font-family: "argent-cf", Georgia, Times, serif;
  color: #023b4b;
  margin-bottom: 20px;
  font-weight: 100;
}

html #customer_details,
html .woocommerce * + h3 {
  margin-top: 50px;
}

html .cart_totals h2 {
  margin-top: 30px;
}

html .woocommerce form .form-row {
  padding: 0;
  margin: 15px 0;
}

html .woocommerce form .form-row-first,
html .woocommerce form .form-row-last,
html .woocommerce-page form .form-row-first,
html .woocommerce-page form .form-row-last {
  width: calc(50% - 10px);
}

html .woocommerce form.checkout_coupon,
html .woocommerce form.login, .woocommerce form.register {
  border-color: #aaaeaf;
  border-radius: 12px;
}

html .woocommerce table.shop_table {
  border-radius: 0;
}

html .woocommerce table.shop_table,
html .woocommerce table.shop_table thead td,
html .woocommerce table.shop_table thead th,
html .woocommerce table.shop_table tbody th,
html .woocommerce table.shop_table tbody td,
html .woocommerce table.shop_table tfoot td,
html .woocommerce table.shop_table tfoot th,
html #add_payment_method .cart-collaterals .cart_totals tr td,
html #add_payment_method .cart-collaterals .cart_totals tr th,
html .woocommerce-cart .cart-collaterals .cart_totals tr td,
html .woocommerce-cart .cart-collaterals .cart_totals tr th,
html .woocommerce-checkout .cart-collaterals .cart_totals tr td,
html .woocommerce-checkout .cart-collaterals .cart_totals tr th {
  border-color: #aaaeaf;
}

html #add_payment_method #payment,
html .woocommerce-cart #payment,
html .woocommerce-checkout #payment,
html #add_payment_method #payment div.payment_box,
html .woocommerce-cart #payment div.payment_box,
html .woocommerce-checkout #payment div.payment_box {
  background: #f2f2ed;
  padding: 0;
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  border-radius: 0;
}

html .woocommerce-checkout #payment {
  padding: 25px;
}

html .payment_method_stripe label {
  font-weight: bold;
  font-size: 1.25rem;
}

html .payment_method_stripe label img,
html #add_payment_method #payment div.payment_box::before,
html .woocommerce-cart #payment div.payment_box::before,
html .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

html #add_payment_method #payment ul.payment_methods,
html .woocommerce-cart #payment ul.payment_methods,
html .woocommerce-checkout #payment ul.payment_methods {
  border-color: #aaaeaf;
  padding: 0;
}

html .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew::after,
html .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew::before {
  display: none;
}

html .woocommerce #payment #place_order,
html .woocommerce-page #payment #place_order {
  float: none;
}

html .woocommerce #payment button.button,
html .woocommerce-page #payment button.button {
  width: 100%;
  max-width: 300px;
  display: block;
}

html .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew {
  padding-top: 10px;
}

html .woocommerce form .form-row.woocommerce-SavedPaymentMethods-saveNew input {
  position: relative;
  top: 6px;
}

html div.form-row.place-order {
  padding: 0 !important;
}

html .woocommerce form .form-row .input-checkbox {
  width: 24px;
  margin-top: 0;
  position: relative;
  top: -2px;
  margin-right: 1em;
  display: inline-block;
}

html .woocommerce-terms-and-conditions-wrapper {
  padding-bottom: 20px;
}

html .woocommerce-SavedPaymentMethods-saveNew label,
html .woocommerce-form__label.checkbox span,
html .woocommerce-terms-and-conditions-checkbox-text {
  display: inline;
}

html .woocommerce-form__label.checkbox span,
html .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 0.9375rem;
}

html body.page.woocommerce-cart table.cart td.actions .coupon .input-text {
  min-width: 200px;
  height: 44px;
}

html .woocommerce .quantity .qty {
  border-radius: 0;
  padding: 0 8px 0 0;
}

html .woocommerce a.remove {
  padding-left: 1px;
}

html .wc-proceed-to-checkout a.button {
  width: 100%;
  display: block;
  padding: 15px 20px !important;
}

/* !Featured Packages Injection - - - - - */
.bar-injection {
  margin: 65px 0;
}

.packages-grid-block {
  overflow: hidden;
}

.pack-controls {
  margin-top: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
}

/* !Blog Search - - - - - */
* + .blog-search {
  margin-top: 40px;
}

input.search-box {
  padding-right: 70px;
}

#searchform {
  position: relative;
}

input.search-button {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 101;
  background: url(images/search-icon.svg) no-repeat center #896642;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  text-indent: -9999px;
  border: none;
  transition: all 0.35s ease-in-out;
}

input.search-button:hover {
  background-color: #023b4b;
}

/* !Price Filter - - - - - */
range-slider {
  --track-size: .4rem;
  --thumb-size: 1.4rem;
}

range-slider:not([orientation=vertical]) {
  inline-size: 100%;
}

range-slider [data-track] {
  background-color: #e9e9e3;
}

range-slider [data-track-fill] {
  background-color: #fbe981;
}

range-slider [data-thumb] {
  background-color: #023b4b;
  border: 2px solid white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: scale 200ms ease-in-out;
}

range-slider [data-thumb]:active {
  scale: 1.4;
}

range-slider [data-thumb]:focus-visible {
  outline: 2px solid #fbe981;
}

.grid-packages[hidden] {
  display: none !important;
}

.price-filter-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: #023b4b;
  padding: 0 20px 0 0;
  position: relative;
  top: 2px;
}

#rangeOut {
  background: #f2f2ed;
  border: 1px solid #e9e9e3;
  padding: 8px 20px;
  border-radius: 100px;
  position: relative;
  top: -6px;
}

.no-results {
  margin-top: 1rem;
  display: none;
}

.price-filter-grid {
  width: 320px;
  vertical-align: middle;
  text-align: left;
}

.price-filter-range {
  width: calc(100% - 320px);
}

.pack-grid-top {
  border-bottom: 1px solid #f2f2ed;
  padding: 30px 0 10px 0;
  margin-bottom: 30px;
}

/* !Favorites - - - - - */
.blobs-container {
  display: flex;
  justify-content: center;
}

.blob {
  background: #aaaeaf;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  margin: 10px;
  height: 10px;
  width: 10px;
  transform: scale(1);
  animation: pulse 2s infinite;
}

li.col4 {
  grid-column: 1/span 4;
  text-align: center;
  font-weight: bold;
  color: #023b4b;
  font-size: 1.125rem;
  line-height: 1.3em;
}

ul#favorites-grid {
  padding-top: 40px;
}

a.nav-fav {
  width: 26px;
  height: 100%;
  display: flex;
  align-items: center;
}

a.nav-svg {
  width: 100%;
  height: auto;
}

a.nav-fav path {
  fill: #023b4b;
}

a.nav-fav #inside {
  opacity: 0;
  transition: all 0.35s ease-in-out;
}

a.nav-fav:hover #inside {
  opacity: 1;
}

.mobile-favs svg {
  width: 22px;
  height: auto;
}

ul.big-nav li.mobile-favs a {
  display: flex;
  align-items: center;
  gap: 10px;
}

li.mobile-favs a #inside {
  opacity: 0;
}

/* !Photo Filters Block - - - - - */
.photo-filters-block {
  padding-top: 45px;
}

/* !Single Product - - - - - */
html .woocommerce div.product div.images.woocommerce-product-gallery,
html .woocommerce #content div.product .woocommerce-tabs,
html .woocommerce div.product .woocommerce-tabs,
html .woocommerce-page #content div.product .woocommerce-tabs,
html .woocommerce-page div.product .woocommerce-tabs,
html .product_meta {
  display: none;
}

html .woocommerce #content div.product div.summary,
html .woocommerce div.product div.summary,
html .woocommerce-page #content div.product div.summary,
html .woocommerce-page div.product div.summary {
  width: 100%;
  float: none;
}

html .woocommerce div.product .product_title {
  font-family: "argent-cf", Georgia, Times, serif;
  font-weight: 100;
  color: #023b4b;
  font-size: 3.875rem;
  line-height: 1.1em;
}

html .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
html .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-family: "inter-variable", Arial, Verdana, sans-serif;
  font-weight: 600;
  font-size: 1.625rem;
  line-height: 1.4em;
  color: #023b4b;
}

html .woocommerce div.product form.cart .variations select#billing-option {
  padding-right: 35px;
  border: 1px solid #aaaeaf;
  border-radius: 100px;
  height: 58px;
  background-image: url("images/select-arrow.svg");
  background-position: right 13px center;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}

html .woocommerce div.product form.cart .variations select#location {
  padding-left: 40px;
  padding-right: 35px;
  border: 1px solid #aaaeaf;
  border-radius: 100px;
  height: 48px;
  background-image: url(images/location-icon-blue.svg), url(images/select-arrow.svg);
  background-position: left 20px center, right 20px center;
  background-repeat: no-repeat, no-repeat;
  background-color: #fff;
}

html table.variations td {
  vertical-align: top;
}

html table.variations {
  border-collapse: separate;
  border-spacing: 0 15px;
}

html .woocommerce div.product form.cart .variations td.label {
  padding: 10px 15px 0 0;
}

html .quantity * + input.text {
  margin-top: 0;
}

html .woocommerce div.product form.cart div.quantity,
html .woocommerce div.product form.cart .button {
  float: none;
}

html .woocommerce-variation-add-to-cart,
html .single-product form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

html .woocommerce-variation-price {
  padding-bottom: 15px;
}

html a.reset_variations {
  padding-left: 23px;
  background: url(images/cancel.svg) no-repeat left center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3em;
  margin-top: 7px;
}

html a.reset_variations:hover {
  color: #d45f2b;
}

html .woocommerce div.product form.cart::after,
html .woocommerce div.product form.cart::before {
  display: none;
}

/* !Vendor Videos - - - - - */
* + .add-videos {
  margin-top: 60px;
}

* + .add-video {
  margin-top: 20px;
}

/* !Accessibility Focus - - - - - */
.link-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: -1;
}

* :focus-visible,
a:focus-visible,
a.nav-toggle:focus-visible,
input.gform_button:focus-visible {
  outline: 2px solid #896642;
  outline-offset: 5px;
}

.dark-form * :focus-visible,
.dark-form a:focus-visible,
.dark-form a.nav-toggle:focus-visible,
.dark-form input.gform_button:focus-visible {
  outline: 2px solid #fbe981;
  outline-offset: 5px;
}

input.medium:focus-visible,
input.large:focus-visible,
input.small:focus-visible,
input.search-box:focus-visible,
select:focus-visible,
textarea:focus-visible,
.ginput_complex input:focus-visible,
.ginput_product_price_wrapper input[type=text]:focus-visible,
.gfield--type-product input[type=number]:focus-visible,
input.datepicker:focus-visible,
input[type=text]:focus-visible,
input[type=email]:focus-visible {
  outline: none;
  border-color: #023b4b;
}

.dark-form input.medium:focus-visible,
.dark-form input.large:focus-visible,
.dark-form input.small:focus-visible,
.dark-form input.search-box:focus-visible,
.dark-form select:focus-visible,
.dark-form textarea:focus-visible,
.dark-form .ginput_complex input:focus-visible,
.dark-form .ginput_product_price_wrapper input[type=text]:focus-visible,
.dark-form .gfield--type-product input[type=number]:focus-visible,
.dark-form input.datepicker:focus-visible,
.dark-form input[type=text]:focus-visible,
.dark-form input[type=email]:focus-visible {
  outline: none;
  border-color: #fbe981;
}

/* !Media Queries - - - - - */
@media only screen and (max-width: 1480px) {
  .loc-screen-box .headline84 {
    font-size: 4.375rem;
  }
}
@media only screen and (max-width: 1400px) {
  /* Style adjustments for viewports that meet the condition */
  .nav-featured a {
    width: 100%;
  }
  .featured-title {
    font-size: 1.375rem;
  }
  .loc-screen-box .headline84 {
    font-size: 4.0625rem;
  }
  ul.crumbs {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1320px) {
  .nav-featured a {
    width: calc(100% + 40px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .nav-cols {
    grid-template-columns: 1fr 450px;
  }
  ul.big-nav a {
    font-size: 4.6875rem;
  }
  .featured-title {
    font-size: 1.25rem;
  }
  ul.nav {
    gap: 20px;
  }
  #container > header {
    padding-right: 70px;
    padding-left: 25px;
  }
  a.nav-toggle {
    right: 15px;
  }
  .icon-cols.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 25px;
  }
  .loc-screen-box .headline84 {
    font-size: 3.75rem;
  }
  ul.crumbs,
  .loc-box-footer .small-label {
    font-size: 0.8125rem;
  }
  .loc-screen-box {
    padding: 30px;
  }
  .loc-screen {
    padding: 75px 30px;
  }
  .loc-screen-box .text {
    font-size: 0.875rem;
  }
  .location-subs-intro .subhead {
    font-size: 1rem;
    font-weight: normal;
  }
}
@media only screen and (max-width: 1250px) {
  ul.big-nav a {
    font-size: 4rem;
  }
  ul.nav a.main,
  ul.nav a.button,
  ul.nav a.button.outline.orange {
    font-size: 0.875rem !important;
  }
  ul.nav a.button,
  ul.nav a.button.outline.orange {
    height: 42px !important;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a.logo {
    width: 50px;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
  .header-right {
    max-width: calc(100% - 75px);
  }
  .page-block + .page-block {
    margin-top: 75px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top,
  .border-pad,
  .cta-block .border-pad {
    padding: 75px 0;
  }
  .page-block.bg.small-block-pad,
  .small-block-pad {
    padding: 50px 0;
  }
  .big-block-pad,
  .page-block.bg.big-block-pad {
    padding: 110px 0;
  }
  .page-block:last-child {
    padding-bottom: 75px;
  }
  #main > .page-block.bg:first-child,
  #main > .page-block:first-child {
    margin-top: 0;
    padding-top: 75px;
  }
  .block-pad-top {
    padding-top: 75px;
  }
  .block-pad-bottom {
    padding-bottom: 75px;
  }
  .big-block-pad:first-child,
  .page-block.bg.big-block-pad:first-child,
  .page-block.small-block-pad:first-child,
  .page-block.bg.small-block-pad:first-child {
    padding-top: 110px;
  }
  .big-block-pad:last-child,
  .page-block.bg.big-block-pad:last-child {
    padding-bottom: 110px;
  }
  #main > .page-block.bg.small-block-pad:first-child,
  #main > .page-block.small-block-pad:first-child {
    padding-top: 50px;
  }
  .small-block-pad:last-child,
  .page-block.bg.small-block-pad:last-child {
    padding-bottom: 50px;
  }
  .header-flex-pad {
    padding: 75px 0;
  }
  .header-flex-pad.extra-pad {
    padding: 150px 0;
  }
  .headline54 {
    font-size: 3.125rem;
    line-height: 1.1em;
  }
  .headline62 {
    font-size: 3.625rem;
    line-height: 1.1em;
  }
  .headline76 {
    font-size: 4.5rem;
    line-height: 1.05em;
  }
  .headline84 {
    font-size: 5rem;
    line-height: 1em;
  }
  .headline90 {
    font-size: 5.25rem;
    line-height: 1em;
  }
  ul.trend-cols {
    gap: 25px;
  }
  .split-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
  }
  .box-callout-content {
    padding: 45px;
  }
  .box-callout-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .feature-box-screen {
    padding: 75px 35px;
  }
  .feature-box {
    padding: 40px;
  }
  .package-bar-wrap {
    padding: 40px 35px;
    gap: 40px;
  }
  .related-stories-grid {
    grid-template-columns: 300px 1fr;
    gap: 40px;
  }
  ul.grid-pack-wrap,
  .grid-featured-location-wrap {
    width: 280px;
  }
  a.featured-location-image {
    width: 100%;
  }
  .callout-top {
    gap: 40px;
  }
  .pack-review-grid {
    gap: 25px;
  }
  .loc-toggle-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul.pack-grid {
    gap: 45px 25px;
  }
  .loc-screen-box .headline84 {
    font-size: 3.125rem;
  }
  * + ul.loc-subs-list {
    margin-top: 55px;
  }
  ul.sub-grid {
    gap: 40px 25px;
  }
  .blog-intro-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 30px;
  }
  .featured-post {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 45px;
  }
  .blog-intro-block * + ul.links-list {
    margin-top: 30px;
  }
  .blog-intro-block .headline44 {
    font-size: 1.25rem;
    font-family: "inter-variable", Arial, Verdana, sans-serif;
    font-weight: normal;
  }
  ul.post-grid-wide,
  ul.post-grid {
    gap: 55px 45px;
  }
  .grid-post-content .subhead17 {
    font-size: 0.9375rem;
  }
  .subhead.grid-post-title {
    font-size: 1.25rem;
  }
  .grid-post-content .text {
    font-size: 0.875rem;
  }
  * + .pack-vendor {
    margin-top: 75px;
  }
  * + .join-bottom {
    margin-top: 45px;
  }
  ul.join-grid {
    gap: 25px;
  }
  .join-box {
    padding: 30px;
  }
  .features-filter-block .splide a {
    padding: 0 10px;
  }
  .compare-block .headline44 {
    font-size: 1.875rem;
  }
  .compare-block .subhead22 {
    font-size: 1.125rem;
  }
  .compare-block .compare-text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1150px) {
  .sub-loc-grid ul.sub-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sub-loc-grid {
    gap: 40px;
  }
  ul.post-grid-wide,
  ul.post-grid {
    gap: 50px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  ul.nav,
  .footer-text,
  .feature-image-block:before,
  .feature-image-block:after,
  .packages-bar-block > a.slick-next,
  .nav-right-top,
  .post-header-caption,
  ul.styled-list li:after,
  .package-stick span.white,
  .page-block.compare-block {
    display: none;
  }
  a.logo {
    width: 333px;
  }
  .footer-grid,
  .icon-cols-grid,
  .acc-grid,
  .split-text-grid,
  .split-row,
  .box-callout-grid,
  .callout-top,
  .callout-bottom,
  .package-bar-wrap,
  .related-stories-grid,
  .form-grid,
  .cta-box-grid,
  .pack-review-grid.grid,
  .all-top,
  .all-bottom,
  .nav-cols,
  .post-intro-grid,
  .sub-loc-grid,
  .blog-intro-grid,
  .featured-post,
  .pack-intro-grid,
  .simple-review-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 45px;
    grid-auto-flow: row;
    direction: ltr;
  }
  .footer-grid {
    gap: 35px;
  }
  .footer-left,
  ul.footer-links,
  .footer-form {
    text-align: center;
  }
  .footer-middle * + ul.social {
    margin-top: 0;
  }
  .footer-middle {
    margin-top: -20px;
  }
  body .page-block.block-border,
  body #main > .page-block.header-text-block:first-child {
    padding: 15px;
  }
  .header-right {
    max-width: calc(100% - 385px);
  }
  .header-image-block a.slick-prev,
  .header-image-block a.slick-next {
    top: auto;
    bottom: 25px;
    left: auto;
    right: 25px;
    transform: translate(0, 0);
  }
  .header-image-block a.slick-prev {
    right: 65px;
  }
  .header-flex-pad {
    padding: 55px 0;
  }
  .header-flex-pad.extra-pad {
    padding: 100px 0;
  }
  .bg-slider .header-flex-pad {
    padding-bottom: 70px;
  }
  .page-block + .page-block {
    margin-top: 55px;
  }
  .page-block.bg,
  .block-pad,
  .block-pad-top,
  .border-pad,
  .cta-block .border-pad {
    padding: 55px 0;
  }
  .page-block.bg.small-block-pad,
  .small-block-pad {
    padding: 45px 0;
  }
  .big-block-pad,
  .page-block.bg.big-block-pad {
    padding: 70px 0;
  }
  .page-block:last-child {
    padding-bottom: 55px;
  }
  #main > .page-block.bg:first-child,
  #main > .page-block:first-child {
    margin-top: 0;
    padding-top: 55px;
  }
  .block-pad-top {
    padding-top: 55px;
  }
  .block-pad-bottom {
    padding-bottom: 55px;
  }
  .big-block-pad:first-child,
  .page-block.bg.big-block-pad:first-child,
  .page-block.small-block-pad:first-child,
  .page-block.bg.small-block-pad:first-child {
    padding-top: 70px;
  }
  .big-block-pad:last-child,
  .page-block.bg.big-block-pad:last-child {
    padding-bottom: 70px;
  }
  #main > .page-block.bg.small-block-pad:first-child,
  #main > .page-block.small-block-pad:first-child {
    padding-top: 45px;
  }
  .small-block-pad:last-child,
  .page-block.bg.small-block-pad:last-child {
    padding-bottom: 45px;
  }
  .headline32 {
    font-size: 1.75rem;
    line-height: 1.3em;
  }
  .headline38 {
    font-size: 2.125rem;
    line-height: 1.3em;
  }
  .headline44 {
    font-size: 2.5rem;
    line-height: 1.3em;
  }
  .headline54 {
    font-size: 2.875rem;
    line-height: 1.25em;
  }
  .headline62 {
    font-size: 3.375rem;
    line-height: 1.1em;
  }
  .headline76 {
    font-size: 4rem;
    line-height: 1.1em;
  }
  .headline84 {
    font-size: 4.5rem;
    line-height: 1.05em;
  }
  .headline90 {
    font-size: 5rem;
    line-height: 1em;
  }
  .subhead {
    font-size: 1.375rem;
    line-height: 1.4em;
  }
  .subhead22 {
    font-size: 1.1875rem;
    line-height: 1.4em;
  }
  .subhead30 {
    font-size: 1.625rem;
    line-height: 1.4em;
  }
  .subhead40 {
    font-size: 1.875rem;
    line-height: 1.4em;
  }
  .subhead17 {
    font-size: 1rem;
    line-height: 1.4em;
  }
  ul.trend-cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .icon-cols.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cards-grid.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 25px;
  }
  * + .cards-bottom,
  * + .center-cols-wrap,
  * + .center-footer {
    margin-top: 45px;
  }
  .acc-top {
    margin-bottom: 45px;
  }
  .acc-wrap {
    padding: 20px;
  }
  .acc-item {
    padding: 10px 0;
  }
  ul.center-cols li {
    padding: 20px 12px;
  }
  ul.center-cols {
    width: calc(100% + 24px);
    margin-left: -12px;
    gap: 0;
  }
  .box-callout-content {
    padding: 35px 25px;
  }
  .callout-box img,
  .callout-box .swap img {
    border-radius: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .box-callout-grid {
    gap: 0;
  }
  .callout-slideshow .callout-box,
  .callout-slideshow .box-callout-grid,
  .callout-slideshow .box-callout-media {
    height: auto;
  }
  .standard-slider .splide__list,
  .callout-slideshow .splide__list {
    align-items: flex-start !important;
    transition: all 0.35s ease-in-out;
  }
  .standard-slider .splide__slide:not(.is-active),
  .callout-slideshow .splide__slide:not(.is-active) {
    height: 0 !important;
    transition: all 0.35s ease-in-out;
  }
  .feature-box-screen {
    position: relative;
    padding: 0 25px;
    margin-top: -35px;
  }
  .feature-box {
    padding: 35px 25px;
    max-width: none;
    width: 100%;
  }
  .dest-top {
    padding-bottom: 25px;
  }
  .callout-top {
    padding: 55px 0;
    gap: 30px;
  }
  .call-bottom-left {
    padding: 0;
  }
  .call-bottom-right {
    margin-top: -50px;
  }
  .related-stories-left {
    text-align: center;
  }
  .package-bar-wrap {
    padding: 35px 25px 25px 25px;
  }
  .package-bar-left {
    padding-right: 50px;
  }
  .package-bar-right a.slick-next {
    display: flex;
    position: absolute;
    left: auto;
    top: 120px;
    right: 40px;
    z-index: 1001;
  }
  .featured-locations-block.packages-bar-block a.slick-next {
    top: 160px;
  }
  .pack-review-grid.grid {
    gap: 35px;
  }
  .package-review-content .pack-review-col {
    direction: ltr;
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 25px;
    align-items: center;
  }
  .package-review-content .pack-review-col:nth-child(2) {
    margin-top: 0;
    grid-auto-flow: column;
    direction: rtl;
  }
  .review-image {
    margin-bottom: 0;
  }
  .review-box.arrow-top {
    margin-top: 0;
  }
  .review-box.arrow-top:after {
    display: none;
  }
  .review-box.arrow-top:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 242, 237, 0);
    border-right-color: #f2f2ed;
    border-width: 10px;
    margin-top: -10px;
  }
  .package-review-content .pack-review-col:nth-child(2) .review-box.arrow-top:before {
    left: 100%;
    right: auto;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(242, 242, 237, 0);
    border-left-color: #f2f2ed;
    border-width: 10px;
    margin-top: -10px;
  }
  .all-top {
    gap: 25px;
    text-align: center;
  }
  .all-top-right {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .all-bottom {
    gap: 35px;
  }
  .loc-toggle-section + .loc-toggle-section {
    margin-top: 40px;
  }
  .loc-toggle-grid.grid {
    gap: 25px;
  }
  .text.large-text {
    font-size: 1.0625rem;
  }
  .text.xlarge-text {
    font-size: 1.125rem;
  }
  ul.pack-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul.pack-grid.grid.grid4,
  ul.sub-grid.grid.grid4,
  .sub-loc-grid ul.sub-grid.grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  ul.big-nav a {
    font-size: 3.125rem;
  }
  .post-sidebar-section {
    text-align: left;
  }
  .post-sidebar-section + .post-sidebar-section {
    margin-top: 30px;
  }
  * + .large-text,
  .cta-block * + .button {
    margin-top: 30px;
  }
  .loc-screen {
    padding: 0 25px 35px 25px;
  }
  .loc-screen-box {
    max-width: none;
    width: 100%;
    background: #f2f2ed;
  }
  .location-header-image {
    padding-top: 250px;
  }
  .location-header .bg-image {
    max-height: 325px;
  }
  .location-subs-intro {
    padding-top: 10px;
  }
  * + ul.loc-subs-list {
    margin-top: 40px;
  }
  .button-shrink a.button {
    font-size: 0.75rem;
    padding: 7px 13px 8px 13px;
  }
  ul.loc-subs-list {
    gap: 10px;
  }
  .acc-toggle {
    font-size: 1.125rem;
    padding-left: 40px;
  }
  .sub-loc-grid {
    gap: 30px;
  }
  .sub-loc-grid .small-label + .headline76 {
    margin-top: 10px;
  }
  .small-label {
    font-size: 0.875rem;
  }
  ul.links-list.button-shrink {
    gap: 10px;
  }
  .blog-intro-grid {
    gap: 30px;
  }
  ul.styled-list li {
    padding-left: 0;
  }
  ul.styled-list li:before {
    position: static;
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #896642;
  }
  .cond-title {
    font-size: 1.25rem;
  }
  ul.styled-list li {
    margin-top: 40px;
  }
  .post-block + .post-block {
    margin-top: 55px;
  }
  .expert-pad {
    padding: 45px 25px;
  }
  * + .expert-name-wrap {
    margin-top: 30px;
  }
  .gallery-slide-image img {
    height: 400px;
  }
  * + .pack-vendor {
    margin-top: 50px;
  }
  .gallery-slide-wrap {
    margin-top: 25px;
    width: 100vw;
    margin-left: -25px;
  }
  #main > .page-block.vendor-intro-block:first-child {
    padding-top: 0;
  }
  .gallery-slide-pad {
    padding: 0 6px;
  }
  * + .pack-intro-bottom {
    margin-top: 45px;
  }
  .vendor-badge img {
    height: 80px;
  }
  .features-filter-block .splide a {
    padding: 0 7px;
  }
  .pack-landing-header .header-flex {
    padding: 70px 0 90px 0;
  }
  .location-search-box {
    padding: 12px;
  }
  .package-stick {
    padding: 15px 0;
  }
  .package-stick a.button {
    font-size: 0.75rem;
    padding: 8px 20px 9px 20px;
  }
  .package-stick-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .nav-featured a {
    max-width: 500px;
    border-radius: 12px;
    width: 100%;
  }
  * + .nav-featured {
    margin-top: 30px;
  }
  ul.big-nav li.mobile-favs {
    display: block;
  }
  .page-block.mobile-compare-block {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  ul.center-cols li {
    width: 100%;
    padding: 0 12px;
  }
  ul.center-cols {
    gap: 30px;
  }
  ul.post-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul.post-grid-wide,
  ul.post-grid {
    gap: 40px 25px;
  }
  .grid-page-image-header {
    padding: 10px 52px 0 10px;
  }
  .grid-pack-image a.fav-toggle {
    top: 10px;
    right: 10px;
  }
  ul.join-grid.grid,
  ul.join-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* Style adjustments for viewports that meet the condition */
  .text .alignleft,
  .text .alignright {
    margin: 10px auto;
    float: none;
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .icon-cols.grid,
  ul.post-vendor-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  ul.related-list,
  ul.join-grid.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 35px;
  }
  .related-story-image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .gfield--width-half,
  .gfield_radio .gchoice,
  .gfield_checkbox .gchoice,
  .ginput_container_consent {
    flex-basis: 100%;
    width: 100%;
  }
  .ginput_complex.ginput_container_address span.address_city {
    flex-basis: 100%;
  }
  .ginput_complex.ginput_container_address span.address_state {
    flex-basis: calc(50% - 10px);
  }
  .ginput_complex.ginput_container_address span.address_zip {
    flex-basis: calc(50% - 10px);
  }
  .package-review-content .pack-review-col,
  .package-review-content .pack-review-col:nth-child(2) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-flow: row;
    direction: ltr;
    gap: 0;
  }
  .review-box.arrow-top:after {
    display: block;
  }
  .review-box.arrow-top:before,
  .package-review-content .pack-review-col:nth-child(2) .review-box.arrow-top:before {
    display: none;
  }
  .review-box.arrow-top {
    margin-top: 30px;
    position: relative;
  }
  ul.big-nav a {
    font-size: 2.5rem;
  }
  .nav-pad {
    padding-bottom: 35px;
  }
  .nav-cols {
    padding: 0 30px;
  }
  ul.sub-grid.grid.grid4,
  .sub-loc-grid ul.sub-grid.grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .blog-intro-block .headline44 {
    font-size: 1rem;
  }
  ul.post-vendor-grid {
    gap: 40px 25px;
  }
  .expert-text {
    font-size: 1.25rem;
    font-weight: 300;
  }
  .pack-vendor-header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
  ul.join-grid.grid.grid2 {
    gap: 25px;
  }
  .button,
  input.gform_button {
    font-size: 1rem;
    padding: 12px 18px;
  }
  .angle-link {
    grid-template-columns: 15px 1fr;
    font-size: 1.125rem;
  }
  .angle-link svg {
    width: 15px;
    height: auto;
    top: 2px;
  }
  html .woocommerce form .form-row-first,
  html .woocommerce form .form-row-last,
  html .woocommerce-page form .form-row-first,
  html .woocommerce-page form .form-row-last,
  html body.page.woocommerce-cart table.cart td.actions .coupon .input-text,
  html .woocommerce #content table.cart td.actions .coupon .button.alt,
  html .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  html .woocommerce table.cart td.actions .coupon .button.alt,
  html .woocommerce table.cart td.actions .coupon .input-text + .button,
  html .woocommerce-page #content table.cart td.actions .coupon .button.alt,
  html .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  html .woocommerce-page table.cart td.actions .coupon .button.alt,
  html .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    width: 100%;
    float: none;
    clear: both;
  }
  html .woocommerce-additional-fields {
    margin-top: 40px;
  }
  html body.page.woocommerce-cart table.cart td.actions .coupon .input-text {
    margin-bottom: 0.5em;
  }
  .pack-grid-top .ilb {
    display: block;
  }
  .price-filter-grid.ilb {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
  }
  .price-filter-label {
    padding: 0;
    position: relative;
    top: 0;
  }
  #rangeOut {
    top: 0;
  }
  .price-filter-grid {
    width: 100%;
    vertical-align: middle;
    text-align: center;
  }
  .price-filter-range {
    width: 100%;
  }
  ul.pack-grid.grid,
  ul.pack-grid.grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a.pack-grid-name {
    font-size: 0.9375rem;
    line-height: 1.5em;
  }
  ul.pack-grid-stats {
    font-size: 0.8125rem;
    line-height: 1.3em;
  }
  * + ul.pack-grid-stats {
    margin-top: 10px;
  }
  .splide a.pack-grid-name {
    font-size: 1.125rem;
    line-height: 1.3em;
  }
  .splide ul.pack-grid-stats {
    font-size: 0.9375rem;
    line-height: 1.4em;
  }
}
@media only screen and (max-width: 650px) {
  /* Style adjustments for viewports that meet the condition */
  #container > header {
    padding-left: 15px;
  }
  a.logo {
    width: 290px;
    background-size: 290px auto;
  }
  .header-right {
    max-width: calc(100% - 315px);
  }
  ul.footer-links.grid.grid2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap: 15px;
  }
  .footer-sep.break {
    display: block;
    height: 5px;
    width: 100%;
    text-indent: -9999px;
  }
  a.dest-link {
    width: calc(100vw - 50px);
  }
  .headline38 {
    font-size: 1.875rem;
    line-height: 1.3em;
  }
  .headline44 {
    font-size: 2.25rem;
    line-height: 1.3em;
  }
  .headline54 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .headline62 {
    font-size: 2.875rem;
    line-height: 1.25em;
  }
  .headline76 {
    font-size: 3.375rem;
    line-height: 1.1em;
  }
  .headline84 {
    font-size: 3.875rem;
    line-height: 1.1em;
  }
  .headline90 {
    font-size: 4.25rem;
    line-height: 1.05em;
  }
  .list-wrap {
    padding-left: 0;
  }
  .list-item:before {
    position: static;
    margin-bottom: 15px;
    display: block;
    font-size: 2.5rem;
  }
  .list-item + .list-item {
    margin-top: 60px;
  }
  .list-item + .list-item:after {
    top: -31px;
  }
  ul.trend-cols,
  ul.pack-grid.grid,
  ul.pack-grid.grid.grid4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gfield_radio,
  .gfield_checkbox,
  .loc-toggle-grid.grid,
  ul.post-grid-wide.grid.grid2,
  ul.post-grid.grid,
  .pack-feature-boxes.grid.grid2,
  .pack-include-section,
  ul.pack-vendor-stats,
  .pack-vendor-header {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .nav-right-cols.grid.grid2 {
    gap: 30px;
  }
  ul.big-nav a {
    font-size: 2rem;
  }
  .pack-feature-boxes.grid.grid2,
  ul.pack-vendor-stats {
    gap: 25px;
  }
  .gallery-slide-image img {
    height: 300px;
  }
  .gallery-slide-wrap a.slick-prev {
    left: 20px;
  }
  .gallery-slide-wrap a.slick-next {
    right: 20px;
  }
  * + .pack-intro-bottom {
    margin-top: 35px;
  }
  .nav-feature-left {
    padding: 20px;
  }
  ul.small-nav a {
    font-size: 0.875rem;
  }
  ul.small-nav li + li {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports that meet the condition */
  .icon-cols.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 45px;
  }
  .headline54 {
    font-size: 2.25rem;
    line-height: 1.3em;
  }
  .headline62 {
    font-size: 2.375rem;
    line-height: 1.3em;
  }
  .headline76 {
    font-size: 2.5rem;
    line-height: 1.25em;
  }
  .headline84 {
    font-size: 2.625rem;
    line-height: 1.25em;
  }
  .headline90,
  .loc-screen-box .headline84 {
    font-size: 2.75rem;
    line-height: 1.25em;
  }
  .subhead30 {
    font-size: 1.5rem;
    line-height: 1.4em;
  }
  .subhead40 {
    font-size: 1.75rem;
    line-height: 1.4em;
  }
  /* ul.pack-grid.grid,
  ul.pack-grid.grid.grid4,
  ul.sub-grid.grid.grid4,
  .sub-loc-grid ul.sub-grid.grid,
  ul.post-vendor-grid.grid
  { grid-template-columns: repeat(1, minmax(0, 1fr)); } */
  .gallery-slide-image img {
    height: 250px;
  }
}
@media only screen and (max-width: 400px) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (max-width: 320px) {
  /* Style adjustments for viewports that meet the condition */
}
/* - - - Non-Semantic Helper Classes - - - */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* - - - Print Styles - - - */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
