@charset "UTF-8";
.max-wrap > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-medium > .content {
  max-width: 1400px !important;
  margin: 0 auto;
}

.max-wrap-large > .content {
  max-width: 1510px !important;
  margin: 0 auto;
}

.max-wrap-small > .content {
  max-width: 1100px !important;
  margin: 0 auto;
}

.max-wrap-xsmall > .content {
  max-width: 800px !important;
  margin: 0 auto;
}

/*main > div > div > div {
    filter: saturate(.5);
    transition: filter .4s ease;
}

main > div > div > div.active {
    filter: saturate(1);
}
*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #333132;
}

body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
}
h1 p, h2 p, h3 p, h4 p, h5 p, h6 p {
  margin: 0;
  font-size: inherit !important;
}

[role=button] {
  cursor: pointer;
}

button {
  background: none;
  border: none;
}

a * {
  pointer-events: none;
}

a .js-delete-cta, a .js-move-cta-left, a .js-move-cta-right, a .icon-bin {
  pointer-events: all;
}
a[href*=tel] {
  white-space: nowrap;
}

.hydrated a[data-speedbump] {
  position: relative;
}

.no-top-padding * {
  -webkit-transition: none !important;
  transition: none !important;
}

/**ADMIN CSS **/
.cke_contents {
  resize: vertical;
}

[data-inline-editor="Kentico.InlineEditor.RichText"] {
  min-width: 150px;
}

a {
  color: #4C3B4D;
}
a:hover, a:focus {
  text-decoration: none;
}

.content {
  font-family: "Inter", sans-serif;
}

main a:not([class]), main a[class=speedbump] {
  text-decoration-line: underline;
  text-decoration-thickness: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 700;
}
main a:not([class]):hover, main a[class=speedbump]:hover {
  color: #A53860;
  text-decoration-line: underline;
  text-decoration-color: #A53860;
  text-decoration-thickness: 3px;
}

@media screen and (max-width: 980px) {
  .mobile-no-margin-bottom {
    margin-bottom: 0 !important;
  }
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.margin-top-small {
  margin-top: 0.5em !important;
}

.margin-bottom-small {
  margin-bottom: 0.5em !important;
}

.margin-top-medium {
  margin-top: 1.5em !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5em !important;
}

.margin-top-large {
  margin-top: 2.5em !important;
}

.margin-bottom-large {
  margin-bottom: 2.5em !important;
}

.margin-top-xlarge {
  margin-top: 3.5em !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.5em !important;
}

.margin-top-xxlarge {
  margin-top: 5em !important;
}

.margin-bottom-xxlarge {
  margin-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .margin-top-small {
    margin-top: 1em !important;
  }
  .margin-bottom-small {
    margin-bottom: 1em !important;
  }
  .margin-top-medium {
    margin-top: 3em !important;
  }
  .margin-bottom-medium {
    margin-bottom: 3em !important;
  }
  .margin-top-large {
    margin-top: 5em !important;
  }
  .margin-bottom-large {
    margin-bottom: 5em !important;
  }
  .margin-top-xlarge {
    margin-top: 7em !important;
  }
  .margin-bottom-xlarge {
    margin-bottom: 7em !important;
  }
  .margin-top-xxlarge {
    margin-top: 10em !important;
  }
  .margin-bottom-xxlarge {
    margin-bottom: 10em !important;
  }
}
.no-padding-top, .no-top-padding {
  padding-top: 0 !important;
}

.no-padding-bottom, .no-bottom-padding {
  padding-bottom: 0 !important;
}

.padding-top-small {
  padding-top: 0.5em !important;
}

.padding-bottom-small {
  padding-bottom: 0.5em !important;
}

.padding-top-medium {
  padding-top: 1.5em !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5em !important;
}

.padding-top-large {
  padding-top: 2.5em !important;
}

.padding-bottom-large {
  padding-bottom: 2.5em !important;
}

.padding-top-xlarge {
  padding-top: 3.5em !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.5em !important;
}

.padding-top-xxlarge {
  padding-top: 5em !important;
}

.padding-bottom-xxlarge {
  padding-bottom: 5em !important;
}

@media screen and (min-width: 980px) {
  .padding-top-small {
    padding-top: 1em !important;
  }
  .padding-bottom-small {
    padding-bottom: 1em !important;
  }
  .padding-top-medium {
    padding-top: 3em !important;
  }
  .padding-bottom-medium {
    padding-bottom: 3em !important;
  }
  .padding-top-large {
    padding-top: 5em !important;
  }
  .padding-bottom-large {
    padding-bottom: 5em !important;
  }
  .padding-top-xlarge {
    padding-top: 7em !important;
  }
  .padding-bottom-xlarge {
    padding-bottom: 7em !important;
  }
  .padding-top-xxlarge {
    padding-top: 10em !important;
  }
  .padding-bottom-xxlarge {
    padding-bottom: 10em !important;
  }
}
.linkbox {
  cursor: pointer;
}

.CodeMirror-code {
  font-size: 12px;
  text-transform: none;
}

/** Lazy loaded backgrounds **/
.lazy {
  background-image: none;
}

html:not(.hydrated) {
  /* TRY WITHOUT THIS BUT MIGHT CAUSE ISSUES WITH JAVASCRIPT WHEN CLICKING ON SPEEDBUMP LINK WITH IMAGE IN IT
  @include tablet {
      a * {
          pointer-events: none;
      }
  }
  */
}
html:not(.hydrated) button * {
  pointer-events: none;
}
html:not(.hydrated) a.speedbump * {
  pointer-events: none;
}

.f-h1, h1:not([class]) {
  font-weight: 700;
  font-size: clamp(3.2rem, 3.5vw, 5rem);
  line-height: 0.9;
  text-transform: none;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}
@media screen and (max-width: 980px) {
  .f-h1, h1:not([class]) {
    line-height: 1.3;
  }
}
.f-h1 strong, h1:not([class]) strong {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  font-weight: 700;
}

.f-h2 {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}
.f-h2 strong {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  font-weight: 700;
}

.f-h2-alt, h2:not([class]) {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}
.f-h2-alt strong, h2:not([class]) strong {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  font-weight: 700;
}

.f-h3 {
  font-weight: 900;
  font-size: clamp(2.2rem, 3vw, 3rem);
  line-height: 1;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}
.f-h3 strong {
  text-decoration: underline;
  text-decoration-thickness: 5px;
  font-weight: 700;
}

.f-h3, h3:not([class]) {
  font-weight: 700;
  font-size: clamp(2.2rem, 3vw, 2.3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}

.f-h4, h4:not([class]) {
  font-weight: 700;
  font-size: clamp(1.8rem, 1vw, 2rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}

.f-h4-alt {
  font-weight: 700;
  font-size: clamp(2.8rem, 3vw, 3.8rem);
  line-height: 1.3;
  font-family: "fave-script-pro", sans-serif;
}

.f-h5, h5:not([class]) {
  font-weight: 700;
  font-size: clamp(1.7rem, 1.8vw, 2rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}

.f-h5-alt {
  font-weight: 700;
  font-size: clamp(2.4rem, 3vw, 3rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  color: #4C3B4D;
}

.f-h6, h6:not([class]) {
  font-weight: 400;
  font-size: clamp(1.4rem, 1.8vw, 1.6rem);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
}

main {
  text-wrap: pretty;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
}

@media screen and (max-width: 980px) {
  img[class*=fr-], span[class*=fr-] {
    display: block;
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (min-width: 980px) {
  img.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  img.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  img.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption {
    max-width: 100%;
    position: relative;
  }
  span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 20px auto;
    vertical-align: top;
  }
  span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left;
  }
  span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right;
  }
  span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: calc(100% - 40px);
    vertical-align: bottom;
  }
  span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video {
    position: relative;
    text-align: center;
  }
  .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  .fr-video.fr-rv embed, .fr-video.fr-rv object, .fr-video.fr-rv > iframe {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
  }
  .fr-video > * {
    border: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 100%;
  }
  .fr-video.fr-dvb {
    clear: both;
    display: block;
  }
  .fr-video.fr-dvb.fr-fvl {
    text-align: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvb.fr-fvr {
    text-align: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi {
    display: inline-block;
  }
  .fr-video.fr-dvi.fr-fvl {
    float: left;
    margin: 20px 20px 20px 0;
    max-width: calc(100% - 20px);
  }
  .fr-video.fr-dvi.fr-fvr {
    float: right;
    margin: 20px 0 20px 20px;
    max-width: calc(100% - 20px);
  }
  a.fr-strong {
    font-weight: 700;
  }
  a.fr-green {
    color: green;
  }
  .fr-img-caption {
    text-align: center;
  }
  .fr-img-caption .fr-img-wrap {
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap a {
    display: block;
  }
  .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%;
  }
  .fr-img-caption .fr-img-wrap > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    padding: 20px 20px 40px;
    text-align: center;
    width: 100%;
  }
  .fr-rounded {
    border-radius: 20px;
  }
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: splide-loading 1s linear infinite;
          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;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-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;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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 {
  -webkit-transform: scaleX(-1);
          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;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          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 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

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

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

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

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

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

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

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

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

.splide__arrow--prev {
  background: url(../Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 980px) {
  .splide__arrow--prev {
    background: url(../Images/compare-mobile-arrow-left.svg) no-repeat;
  }
}

.splide__arrow--next {
  background: url(../Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  .splide__arrow--next {
    background: url(../Images/compare-mobile-arrow-left.svg) no-repeat;
  }
}

.rate-area .effective_date {
  margin: 0 auto;
  color: #4C3B4D;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.rate-area .rate-disclosure, .rate-area .mod-table-disclosure {
  text-align: left;
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}
.rate-area .rate-disclosure ul, .rate-area .rate-disclosure ol, .rate-area .mod-table-disclosure ul, .rate-area .mod-table-disclosure ol {
  margin: 0 auto;
}
.rate-area .rate-disclosure p, .rate-area .rate-disclosure li, .rate-area .mod-table-disclosure p, .rate-area .mod-table-disclosure li {
  margin: 0 auto 1em;
  color: #333132;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
}
.rate-area .rate-disclosure p:last-child, .rate-area .rate-disclosure li:last-child, .rate-area .mod-table-disclosure p:last-child, .rate-area .mod-table-disclosure li:last-child {
  margin: 0 auto;
}

.rate-table {
  max-width: 1400px;
  margin: 0 auto;
  margin: 0 auto;
}
.rate-table .editableTable {
  margin: 0 auto 3rem;
  width: 100%;
}
.rate-table h3 {
  margin: 0 auto 1em;
  font-family: "Inter", sans-serif;
  font-size: clamp(2.2rem, 2.5vw, 4rem);
  color: #4C3B4D;
  text-transform: uppercase;
}
.rate-table table {
  width: 100%;
  margin-bottom: 2em;
}
.rate-table tr:nth-child(1) {
  border-bottom: solid 1px #AD975E;
}
.rate-table tr.row_0 {
  display: none;
  visibility: hidden;
  background-color: #fff;
}
@media screen and (min-width: 980px) {
  .rate-table tr.row_0 {
    display: table-row;
    visibility: visible;
  }
}
.rate-table tr.col_0 {
  font-weight: bold;
}
@media screen and (min-width: 980px) {
  .rate-table tr td:first-child {
    text-align: left;
  }
}
.rate-table th {
  margin: 0 auto;
  padding: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #AD975E;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
@media screen and (min-width: 980px) {
  .rate-table th:first-child {
    text-align: left;
  }
}
.rate-table td {
  padding: 1rem;
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 1.9rem);
  text-align: left;
}
.rate-table td p:last-child {
  margin: 0 auto;
}
.rate-table td:before {
  margin: 0 1rem 0 0;
  content: attr(data-title) ": ";
  display: inline;
  visibility: visible;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .rate-table td:before {
    display: none;
    visibility: hidden;
  }
}
@media screen and (min-width: 980px) {
  .rate-table td {
    display: table-cell;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .rate-table table {
    margin: 0 auto 1.5em;
    width: 100%;
  }
  .rate-table table td {
    display: block;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .rate-table table thead {
    display: none;
    visibility: hidden;
  }
  .rate-table table .row_0, .rate-table table .col_0 {
    display: none;
    visibility: hidden;
  }
  .rate-table table tr {
    background: #ffffff;
    border: solid 1px #CCC;
    border-width: 0px 0 2px 0;
    /*margin-bottom: 1em;*/
  }
  .rate-table table tr:first-of-type {
    display: none;
  }
  .rate-table table tr, .rate-table table thead {
    display: block;
    padding: 0;
    text-align: left;
  }
  .rate-table table tbody {
    padding: 0;
    text-align: left;
  }
  .rate-table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .rate-table table td, .rate-table table th {
    text-align: center;
  }
  .rate-table table th {
    text-transform: uppercase;
    color: #AD975E;
    font-size: 2rem;
    font-weight: 600;
  }
  .rate-table table th[data-title]:before, .rate-table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .rate-table table th[data-title]:before, .rate-table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    /* border-right: solid 1px #CCC; */
  }
}
@media screen and (max-width: 980px) {
  .rate-table table td[data-hide]:before {
    content: "" !important;
  }
  .rate-table table td {
    padding: 0 1.5em;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.rate-table a {
  color: #139671;
  text-decoration: none !important;
  font-weight: 600;
}
.rate-table a:hover, .rate-table a:focus, .rate-table a.hovered {
  text-decoration: underline !important;
}

.rateTVPage {
  height: 100vh;
  width: 100vw;
  background: black;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: center;
}
.rateTVPage > .content {
  width: 100%;
  display: grid;
  grid-gap: 20px;
  background: #fff;
  padding: 20px;
}
@media (orientation: landscape) {
  .rateTVPage > .content {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  }
  .rateTVPage > .content .photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .rateTVPage > .content .rateSection {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (orientation: portrait) {
  .rateTVPage > .content {
    grid-template-rows: auto -webkit-max-content;
    grid-template-rows: auto max-content;
  }
}
.rateTVPage > .content .photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.rateTVPage > .content .rateSection {
  height: 100%;
  border: 10px solid #4C3B4D;
  /*            tr td:nth-child(2),
  tr td:nth-child(4) {
      background: #ECF0EE;
  }*/
}
.rateTVPage > .content .rateSection .f-h1 {
  padding-top: 0.75em;
  font-size: clamp(4rem, 5vw, 7rem);
  text-align: center;
  margin-bottom: 0.25em;
  color: #4C3B4D;
}
.rateTVPage > .content .rateSection .f-h2 {
  color: #4C3B4D;
  text-align: center;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.rateTVPage > .content .rateSection tr td:nth-child(1) {
  font-weight: bold;
}
.rateTVPage > .content .rateSection .rate-table {
  padding: 0 20px;
}
.rateTVPage > .content .rateSection .rate-table th {
  padding: 1.2rem;
  display: table-cell;
}
.rateTVPage > .content .rateSection .rate-table tr {
  display: table-row;
}
.rateTVPage > .content .rateSection .rate-table tr:first-child {
  padding: 0;
}
.rateTVPage > .content .rateSection .rate-table tr:nth-child(odd) {
  background: none;
}
.rateTVPage > .content .rateSection .rate-table tr td {
  display: table-cell;
  padding: 10px;
}
@media (orientation: portrait) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vh, 3rem);
  }
}
@media (orientation: landscape) {
  .rateTVPage > .content .rateSection .rate-table tr td {
    font-size: clamp(1.6rem, 3vw, 3rem);
  }
}
.rateTVPage > .content .rateSection .rate-table tr td:before {
  display: none;
}
.rateTVPage > .content .rateSection .rate-disclosure {
  text-align: center;
  font-size: 1.6rem;
  padding: 0 20px;
  /*                margin-top:8vw;*/
}
.rateTVPage > .content .rateSection .bugs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0;
  grid-gap: 1em;
}

.video-modal {
  margin: 0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
.video-modal .video-flex-container {
  margin: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 980px) {
  .video-modal .video-flex-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.video-modal .video-modal-content {
  margin: 0 auto;
  width: calc(100vw - 20px);
  overflow-y: auto;
  max-width: 800px;
}
.video-modal .video-modal-content > div, .video-modal .video-modal-content > video {
  width: 100%;
}
.video-modal .video-modal-close {
  margin: 1em 1em 1em auto;
  padding: 0;
  display: block;
  width: 35px;
  height: 35px;
  background-image: url("../icons/body_icon_lightbox-close.html");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 35px 35px;
}
@media screen and (min-width: 980px) {
  .video-modal .video-modal-close {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 20px;
    color: #FFF;
    font-size: 10rem;
    line-height: 0;
  }
}
.video-modal .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
}
.video-modal .local-video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.video-modal .transcript-container {
  margin: 0;
  color: #fff;
}
.video-modal .transcript-container .transcript-button {
  margin: 0;
  padding: 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .video-modal .transcript-container .transcript-button {
    font-size: 1.8rem;
  }
}
.video-modal .transcript-container .transcript-button:after {
  content: "";
  margin: 0 0 0 0.25em;
  padding: 0;
  background: url("../icons/header_shape_dropdown-arrow.html") transparent no-repeat center/14px 8px;
  width: 14px;
  height: 8px;
  position: relative;
  display: inline-block;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.video-modal .transcript-container .transcript-content {
  margin: 0;
  padding: 0.5em 0 0;
  display: none;
}
.video-modal .transcript-container .transcript-content > *:last-child {
  margin: 0;
}
.video-modal .transcript-container .transcript-content a {
  color: #fff;
  text-decoration: underline;
}
.video-modal .transcript-container.active > .transcript-button:after {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-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__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: splide-loading 1s linear infinite;
          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;
}

.search-window.open {
  clip-path: polygon(0% 0%, 100% 0%, 100% 103%, 0% 103%);
}

.search-window {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 8px 0;
  top: 70px;
  left: 50%;
  width: 100%;
  max-width: 1235px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  display: block;
  overflow: hidden;
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
}
@media screen and (min-width: 980px) {
  .search-window {
    width: calc(100% - 40px);
    border-radius: 25px;
    top: 140px;
  }
}
@media screen and (min-width: 980px) {
  .search-window > .search-content {
    display: grid;
    grid-template-columns: 1fr 400px;
  }
}
.search-window > .search-content .search-form {
  padding: 3em;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form {
    padding: 6em;
  }
}
.search-window > .search-content .search-form h2 {
  color: #333132;
  margin-bottom: 0.2em;
  font-size: clamp(2rem, 3vw, 3.5rem);
}
.search-window > .search-content .search-form .search-area {
  display: grid;
  grid-gap: 0.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .search-window > .search-content .search-form .search-area {
    grid-template-columns: 1fr 134px;
    grid-gap: 7px;
    max-width: 600px;
    position: relative;
    left: -0.5em;
  }
}
.search-window > .search-content .search-form .search-area .search-box {
  position: relative;
}
.search-window > .search-content .search-form .search-area .search-box input {
  height: 50px;
  padding: 0 1em;
  border-radius: 30px;
  border: none;
  width: 100%;
  background: #F4F2F1;
}
.search-window > .search-content .search-form .search-area button {
  height: 54px;
  text-align: center;
  padding: 0;
}
.search-window > .search-content .search-form .search-info {
  list-style: none;
  padding: 0;
}
.search-window > .search-content .search-form .search-info ul {
  list-style: none;
  padding: 0;
}
.search-window > .search-content .search-form .search-info li {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches {
  background: #F4F2F1;
  padding: 2em 5em;
  -ms-flex-line-pack: center;
      align-content: center;
}
.search-window > .search-content .popular-searches h3 {
  margin-bottom: 2em;
}
.search-window > .search-content .popular-searches ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
  color: #4C3B4D;
}
.search-window > .search-content .popular-searches ul li {
  margin-bottom: 1em;
}
.search-window > .search-content .popular-searches ul li a {
  color: #333132;
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-color: #A53860;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration-thickness: 1px;
}
.search-window > .search-content .popular-searches ul li a:hover, .search-window > .search-content .popular-searches ul li a:focus {
  text-decoration-thickness: 3px;
}
.search-window .drop-cross {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.search-window .drop-cross h2 {
  color: #fff;
}
.search-window .drop-cross img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.search-window .drop-cross .cross-content {
  padding: 2em;
  background: #AD975E;
  color: #fff;
}

.row.search-tile {
  margin-bottom: 2em;
}

.search-result-header {
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 2em;
}

.highlight {
  background: yellow;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.blog-header {
  padding: 0 20px;
  margin-bottom: 3em;
  position: relative;
}
.blog-header:before {
  content: "";
  width: 100%;
  height: 100px;
  background: var(--headerColor);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.blog-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1000px;
}
.blog-header > .content .blog-photo-holder {
  position: relative;
  margin-bottom: 2em;
}
@media screen and (max-width: 980px) {
  .blog-header > .content .blog-photo-holder {
    padding-top: 1em;
    margin-bottom: 2em;
  }
}
.blog-header > .content .blog-photo-holder .blog-photo {
  aspect-ration: 3/2;
  position: relative;
}
.blog-header > .content .blog-photo-holder .blog-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 4px #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .blog-photo-holder .blog-photo img {
    border-radius: 60px;
  }
}
.blog-header > .content .title-area {
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .title-area {
    margin-bottom: 2em;
  }
}
.blog-header > .content .title-area .tags {
  font-size: 1.4rem;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .title-area .tags {
    text-align: center;
  }
}
.blog-header > .content .title-area > h1 {
  margin-bottom: 0.2em;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .title-area > h1 {
    text-align: left;
  }
}
.blog-header > .content .title-area .published-date {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .title-area .published-date {
    text-align: left;
  }
}
.blog-header > .content .title-area .event-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-header > .content .title-area .event-dates .date-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-header > .content .title-area .event-dates .date-block .date-ico, .blog-header > .content .title-area .event-dates .date-block .time-ico {
  display: grid;
  grid-template-columns: 35px 1fr;
  grid-gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-header > .content .title-area .event-dates .date-block .date-ico h3, .blog-header > .content .title-area .event-dates .date-block .time-ico h3 {
  margin: 0;
}
.blog-header > .content .summary {
  font-weight: 500;
  padding-bottom: 2em;
  margin-bottom: 2em;
  font-size: 2rem;
  border-bottom: solid 1px #AD975E;
}
.blog-header > .content .summary h2 {
  margin-bottom: 0.2em;
}
.blog-header > .content .article-body {
  font-size: 1.6rem;
  margin-bottom: 4em;
}
.blog-header > .content .share-area {
  text-align: center;
  margin-bottom: 6em;
}
.blog-header > .content .share-area ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.blog-header > .content .share-area ul a {
  position: relative;
  display: inline-block;
}
.blog-header > .content .share-area ul a:before {
  content: "";
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  z-index: -1;
  background: #A53860;
  border-radius: 50%;
}
.blog-header > .content .share-area ul a img {
  width: 40px;
  height: 40px;
  padding: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.blog-header > .content .article-nav {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  line-height: 1.2;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3em;
  position: relative;
  padding: 1em 0;
}
@media screen and (min-width: 980px) {
  .blog-header > .content .article-nav {
    -webkit-column-gap: 6em;
       -moz-column-gap: 6em;
            column-gap: 6em;
  }
}
.blog-header > .content .article-nav:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #AD975E;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
}
.blog-header > .content .article-nav .previous-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(10px, 2vw, 20px);
     -moz-column-gap: clamp(10px, 2vw, 20px);
          column-gap: clamp(10px, 2vw, 20px);
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #4C3B4D;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.blog-header > .content .article-nav .previous-link:before {
  content: "";
  width: 41px;
  aspect-ratio: 1;
  background: url(../Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  display: block;
}
.blog-header > .content .article-nav .next-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: clamp(10px, 2vw, 20px);
     -moz-column-gap: clamp(10px, 2vw, 20px);
          column-gap: clamp(10px, 2vw, 20px);
  position: relative;
  color: #4C3B4D;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 980px) {
  .blog-header > .content .article-nav .next-link {
    text-align: right;
  }
}
.blog-header > .content .article-nav .next-link:after {
  content: "";
  width: 41px;
  aspect-ratio: 1;
  background: url(../Images/ico-arrow-left.svg) no-repeat;
  background-size: contain;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calculator .Title {
  display: none;
}

.calculator {
  padding-top: 2em;
}
.calculator:before {
  content: none !important;
}

.next-article-area {
  background: #A53860;
  padding: 1.5em 20px;
  margin-bottom: 4em;
}
.next-article-area > .content {
  max-width: 1400px;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-gap: clamp(90px, 9vw, 140px);
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-article-area > .content .next-article {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  -webkit-column-gap: clamp(15px, 2vw, 25px);
     -moz-column-gap: clamp(15px, 2vw, 25px);
          column-gap: clamp(15px, 2vw, 25px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.next-article-area > .content .next-article > img {
  width: 100%;
  aspect-ratio: 20/13;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 15px;
}
.next-article-area > .content .next-article .info span {
  display: block;
  margin-bottom: 1.2em;
}
.next-article-area > .content .next-article .info h3 {
  color: #fff;
  margin: 0;
}
.next-article-area > .content .all-articles {
  position: relative;
  text-align: center;
}
.next-article-area > .content .all-articles:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  background: #fff;
  left: calc(clamp(90px, 9vw, 140px) * -1 / 2);
}
.next-article-area > .content .all-articles p {
  margin: 0 0 0.5em;
}

.blog-index {
  background: #F4F2F1;
}

.blog-page-header {
  --highlightColor: #AD975E;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  --svgColor: var(--theme-tan-filter);
  padding: 0 20px;
  margin-bottom: 4em;
  position: relative;
}
.blog-page-header:before {
  content: "";
  width: 100%;
  height: 180px;
  background: var(--headerColor);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 980px) {
  .blog-page-header:before {
    height: 100px;
  }
}
.blog-page-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "header" "photo" "info";
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 980px) {
  .blog-page-header > .content {
    grid-template-areas: "header photo" "info photo";
    grid-template-columns: 4fr 5fr;
    grid-gap: 60px;
  }
}
.blog-page-header > .content .photo-area {
  grid-area: photo;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 30px;
  border: solid 4px #fff;
  overflow: hidden;
}
@media screen and (min-width: 980px) {
  .blog-page-header > .content .photo-area {
    border-radius: 60px;
  }
}
@media screen and (max-width: 980px) {
  .blog-page-header > .content .photo-area {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.blog-page-header > .content .photo-area video, .blog-page-header > .content .photo-area .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.blog-page-header > .content h1 {
  color: #fff;
  margin: 1em 0;
  text-align: center;
  grid-area: header;
}
@media screen and (min-width: 980px) {
  .blog-page-header > .content h1 {
    text-align: left;
    margin: 0 0 1.7em;
  }
}
.blog-page-header > .content .info {
  padding: 1em 1em 2em 2em;
  grid-area: info;
}
@media screen and (max-width: 980px) {
  .blog-page-header > .content .info {
    padding: 1em 1em 4em 2em;
  }
}
@media screen and (max-width: 980px) {
  .blog-page-header > .content .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .blog-page-header > .content .info .action {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 0.5em;
  }
}
.blog-page-header > .content .info .copy {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  margin-bottom: 2.5em;
}
@media screen and (min-width: 980px) {
  .blog-page-header > .content .info .copy {
    margin-bottom: 1.5em;
  }
}
.blog-page-header > .content .info .copy *:last-child {
  margin: 0;
}
.blog-page-header > .content .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  row-gap: 0.2em;
}

.single-card {
  height: 100%;
  padding: 2em;
}
.single-card > img {
  margin-bottom: 1em;
}

.pinned-articles {
  --highlightColor: #A53860;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  --backgroundColor: #($red);
  background-color: var(--highlightColor);
  margin-bottom: 4em;
  padding: 3em 20px;
}
.pinned-articles .mobile-controls {
  display: none;
}
.pinned-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.pinned-articles > .content .info-header {
  text-align: center;
}
.pinned-articles > .content .info-header img {
  margin-bottom: 0.7em;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
}
.pinned-articles > .content .info-header > h2 {
  margin-bottom: 0.4em;
  color: var(--textColor);
}
.pinned-articles > .content .info-header .copy {
  color: var(--textColor);
  margin-bottom: 3em;
}
.pinned-articles > .content .info-header .copy *:last-child {
  margin: 0;
}
.pinned-articles > .content .articles .card-list {
  list-style: none;
  padding: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.active.pinned-articles > .content .articles .card-list {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 980px) {
  .pinned-articles > .content .articles .card-list .article-card {
    margin-bottom: 2em;
  }
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content .articles .card-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc(33.33% - 20px));
    grid-gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hydrated .pinned-articles > .content .articles .card-list {
    visibility: visible;
  }
}
@media screen and (min-width: 980px) {
  .pinned-articles > .content .mobile-controls {
    display: none;
  }
}

.article-card {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .article-card {
    text-align: left;
  }
}
.article-card .photo {
  aspect-ratio: 3/2;
  margin-bottom: 1em;
  border-radius: 30px;
  overflow: hidden;
  border: solid 4px #fff;
}
.article-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-card .info {
  text-align: left;
  padding: 0 1em;
  color: var(--textColor);
}
@media screen and (min-width: 980px) {
  .article-card .info {
    text-align: center;
    padding: 0;
  }
}
.article-card .info .tags {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.article-card .info .tags a {
  color: var(--textColor);
}
.article-card .info > h3 {
  margin-bottom: 1em;
  color: var(--textColor);
}
.article-card .info .action a {
  color: var(--textColor);
}

@media screen and (min-width: 980px) {
  .blog-articles {
    padding: 0 20px;
    padding-bottom: 4em;
  }
}
.blog-articles > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 4em 20px 6em;
  text-align: center;
  border: solid 1px #D2D1D0;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content {
    border-radius: 60px;
    padding: 3em;
  }
}
.blog-articles > .content .filter {
  margin-bottom: 2em;
}
.blog-articles > .content .filter .blog-filter {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.blog-articles > .content .filter .blog-filter img {
  margin-right: 5px;
}
.blog-articles > .content .filter .filter-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-articles > .content .filter .filter-categories .cta-lnk {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  margin-bottom: 0.5em;
  padding: 0.7em 2em;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .blog-articles > .content .filter .filter-categories .cta-lnk {
    padding: 0.3em 1em;
    text-decoration: underline;
  }
}
.blog-articles > .content .filter .filter-categories .cta-lnk.active {
  font-weight: 700;
}
.blog-articles > .content .filter .filter-categories .cta-lnk.active:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  background: #AD975E;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content .filter .filter-categories .cta-lnk.active:after {
    height: 6px;
    bottom: -6px;
  }
}
.blog-articles > .content .articles {
  display: grid;
  grid-gap: 40px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .blog-articles > .content .articles {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }
}

.location-header {
  margin-bottom: 4em;
}
.location-header > .content {
  display: grid;
  grid-gap: 10px;
  max-width: 1510px;
  margin: 0 auto;
  max-width: 1800px;
}
@media screen and (min-width: 980px) {
  .location-header > .content {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.location-header > .content .image-block {
  padding-top: 80px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
}
@media screen and (max-width: 980px) {
  .location-header > .content .image-block {
    display: none;
  }
}
.location-header > .content .image-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-header > .content .image-block:first-of-type {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 980px) {
  .location-header > .content .image-block:first-of-type:before {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
    background: rgba(165, 56, 96, 0.8);
    top: 35px;
    left: 0;
  }
  .location-header > .content .image-block:first-of-type:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    display: block;
    background: #4c3b4d;
    bottom: 0;
    right: 0;
  }
}
.location-header > .content .image-block:nth-of-type(2) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 980px) {
  .location-header > .content .image-block:nth-of-type(2):after {
    content: "";
    width: 160px;
    height: 60px;
    position: absolute;
    display: block;
    background: #117a5c;
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.location-header > .content .image-block img, .location-header > .content .image-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.location-header > .content .main-photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
}
.location-header > .content .main-photo:after {
  content: "";
  width: 90px;
  height: 165px;
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 30px;
  background: #AD975E;
  display: block;
  opacity: 0.75;
}
@media screen and (max-width: 980px) {
  .location-header > .content .main-photo:after {
    opacity: 1;
    width: 70px;
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@media screen and (max-width: 980px) {
  .location-header > .content .main-photo:before {
    content: "";
    width: 60px;
    height: 60px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #4C3B4D;
    display: block;
    -webkit-transform: translate(-30px, 40px);
            transform: translate(-30px, 40px);
  }
}
.location-header > .content .main-photo img {
  width: 100%;
}

.holiday-hours .accordion-content {
  padding: 0px 25px;
}
.holiday-hours dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  border-bottom: solid 1px rgba(173, 151, 94, 0.5);
}
.holiday-hours dl:last-of-type {
  border-bottom: none;
}
.holiday-hours dl dt, .holiday-hours dl dd {
  padding: 0;
  margin: 0;
}
.holiday-hours dl dd {
  text-align: right;
  font-weight: 700;
}
.location-cols {
  padding: 0 20px;
  margin-bottom: 6em;
}
.location-cols > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
}
@media screen and (min-width: 980px) {
  .location-cols > .content {
    grid-template-columns: 7fr 5fr;
    grid-gap: clamp(50px, 8vw, 60px);
  }
}
.location-cols > .content .info > h1 {
  margin-bottom: 0.3em;
}
.location-cols > .content .info .location-address {
  margin-bottom: 2em;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1.3em;
  font-size: clamp(2rem, 3vw, 2.8rem);
}
.location-cols > .content .info .location-address p:last-of-type {
  margin: 0;
}
.location-cols > .content .info .directions {
  margin-bottom: 2em;
}
.location-cols > .content .info .extra-info {
  margin-bottom: 2em;
}
.location-cols > .content .info .extra-info a {
  display: block;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 3rem);
}
.location-cols > .content .info .hours-area {
  margin-bottom: 2em;
  font-size: clamp(1.6rem, 1.5vw, 2rem);
}
@media screen and (min-width: 980px) {
  .location-cols > .content .info .hours-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media screen and (max-width: 980px) {
  .location-cols > .content .info .hours-area .hour-block {
    margin-bottom: 2em;
  }
}
.location-cols > .content .info .hours-area dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 0.3em;
  margin-bottom: 0.7em;
}
.location-cols > .content .info .hours-area dl dt {
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .location-cols > .content .sidebar {
    border-left: solid 1px #AD975E;
    padding-left: clamp(30px, 4vw, 60px);
  }
}
.location-cols > .content .sidebar .location-services {
  margin-bottom: 2em;
  font-size: 1.6rem;
  font-weight: 300;
}
.location-cols > .content .sidebar .location-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .location-cols > .content .sidebar .location-services ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.location-cols > .content .sidebar .location-staff {
  margin-bottom: 2em;
}
.location-cols > .content .sidebar .location-staff .staff-box {
  display: grid;
  grid-auto-columns: 1fr;
  max-width: 500px;
  margin: 0 auto;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1300px) {
  .location-cols > .content .sidebar .location-staff .staff-box {
    grid-template-columns: 10fr 11fr;
  }
}
.location-cols > .content .sidebar .location-staff .staff-box img {
  width: 100%;
}
.location-cols > .content .sidebar .location-staff .staff-box .staff-info {
  font-size: 1.6rem;
  font-weight: 300;
}
.location-cols > .content .sidebar .location-staff .staff-box .staff-info h4 {
  margin-bottom: 0.4em;
}
.location-cols > .content .sidebar .location-staff .staff-box .staff-info a {
  color: #117A5C;
}

.location-header {
  padding: 0 20px;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .location-header {
    margin-bottom: 3em;
  }
}
.location-header .background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.location-header .background:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.location-header .background img, .location-header .background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.location-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 3em 0 1em;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .location-header > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(50px, 6vw, 100px);
       -moz-column-gap: clamp(50px, 6vw, 100px);
            column-gap: clamp(50px, 6vw, 100px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3em 0 0em;
  }
}
.location-header > .content .info h1 {
  color: #333132;
  margin-bottom: 0.7em;
}
.location-header > .content .info .copy {
  color: #333132;
}
.location-header > .content .actions {
  max-width: 244px;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .location-header > .content .actions {
    margin: 0;
    padding-top: 1em;
  }
}

.location-jump {
  position: relative;
  z-index: 10;
  background: none !important;
  padding: 0 0 2em !important;
}
@media screen and (min-width: 980px) {
  .location-jump {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    margin-bottom: 3em;
  }
}
.location-jump > .content {
  border-radius: 30px !important;
  padding: 1em 1em !important;
}
@media screen and (min-width: 980px) {
  .location-jump > .content {
    padding: 1em 3em !important;
  }
}
@media screen and (max-width: 980px) {
  .location-jump > .content .js-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.location-listing {
  padding: 0 20px;
  margin-bottom: 5em;
}
.location-listing > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.location-listing .location-card {
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .location-listing .location-card {
    display: grid;
    margin-bottom: 5em;
    grid-template-columns: 1fr 3fr;
    -webkit-column-gap: clamp(50px, 6vw, 100px);
       -moz-column-gap: clamp(50px, 6vw, 100px);
            column-gap: clamp(50px, 6vw, 100px);
  }
}
.location-listing .location-card .location-photo img, .location-listing .location-card .location-photo video {
  width: 100%;
  aspect-ratio: 46/34;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}
.location-listing .location-card .info {
  padding-top: 1em;
}
@media screen and (min-width: 980px) {
  .location-listing .location-card .info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.location-listing .location-card .info .top h3 {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .location-listing .location-card .info .top h3 {
    text-align: center;
  }
}
.location-listing .location-card .info .top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .location-listing .location-card .info .top a {
    padding: 0.7em 3em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 1em auto 3em;
  }
}
.location-listing .location-card .info .top a img {
  -webkit-filter: var(--theme-green-filter);
          filter: var(--theme-green-filter);
}
.location-listing .location-card .info .top a:hover img {
  -webkit-filter: var(--theme-white-filter);
          filter: var(--theme-white-filter);
}
.location-listing .location-card .info .middle {
  padding-bottom: 1.5em;
  display: grid;
  margin-bottom: 1.5em;
  -webkit-column-gap: clamp(50px, 5vw, 80px);
     -moz-column-gap: clamp(50px, 5vw, 80px);
          column-gap: clamp(50px, 5vw, 80px);
  row-gap: clamp(40px, 5vw, 60px);
}
@media screen and (min-width: 980px) {
  .location-listing .location-card .info .middle {
    border-bottom: solid 1px #A53860;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.location-listing .location-card .info .middle .address p {
  margin: 0;
}
.location-listing .location-card .info .middle h4 {
  font-size: 1.8rem;
  margin: 0 0 0.5em;
}
.location-listing .location-card .info .tabs .js-tab:last-of-type {
  border-bottom: solid 1px #D6D6D6;
}
.location-listing .location-card .info .tabs .disclosure {
  margin-top: 2em;
}
.location-listing .location-card .info .tabs .hourlist {
  display: grid;
  grid-template-columns: calc(100% - 40px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1em;
  grid-gap: clamp(30px, 4vw, 50px);
}
@media screen and (min-width: 980px) {
  .location-listing .location-card .info .tabs .hourlist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-template-columns: repeat(auto-fill, 280px);
  }
}
.location-listing .location-card .info .tabs .hourlist dl, .location-listing .location-card .info .tabs .hourlist dd, .location-listing .location-card .info .tabs .hourlist dt {
  margin: 0;
  padding: 0;
  display: block;
}
.location-listing .location-card .info .tabs .hourlist dt {
  font-weight: 700;
}

.directory-box {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .directory-box {
    margin-bottom: 5em;
  }
}
.content .directory-box {
  padding: 0;
}
.directory-box > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.directory-box .top-section {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .directory-box .top-section {
    text-align: left;
  }
}
.directory-box .team {
  display: grid;
  grid-template-columns: minmax(auto, 350px);
  grid-gap: 3.5em;
  margin-bottom: 4em;
}
@media screen and (max-width: 980px) {
  .directory-box .team {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 980px) {
  .directory-box .team {
    grid-template-columns: repeat(auto-fit, clamp(300px, 25% - 35px, 400px));
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    grid-gap: 46px;
  }
}
.directory-box .directory-item .image {
  width: 100%;
  aspect-ratio: 6/8;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.5em;
  border-radius: 30px;
}
@media screen and (max-width: 980px) {
  .directory-box .directory-item .info {
    padding: 0 1em;
  }
}
.directory-box .directory-item .name {
  font-size: 2.3rem;
  color: #4C3B4D;
  font-weight: 700;
  margin-bottom: 0;
}
.directory-box .directory-item .title {
  font-weight: 500;
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 0.5em;
}
.directory-box .directory-item p {
  font-size: 1.6rem;
  margin-bottom: 0;
}
.directory-box .directory-item p span {
  color: #AD975E;
  font-weight: 700;
}
.directory-box .directory-item .cta-lnk {
  margin-top: 1em;
}
.directory-box .directory-item .email {
  font-weight: 700;
  color: #AD975E;
  /*text-decoration: underline;

  &:hover {
  	text-decoration-thickness: 2px;
  }*/
}

.directory-detail {
  margin-bottom: 4em;
  margin-top: 2em;
}
.directory-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .directory-detail > .content {
    grid-template-columns: 30% 1fr;
    grid-gap: clamp(20px, 5vw, 50px);
  }
}
.directory-detail .photoAndCTA .photo {
  background: #EAE4D6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #EAE4D6), color-stop(80%, rgba(19, 46, 83, 0)));
  background: linear-gradient(0deg, #EAE4D6 80%, rgba(19, 46, 83, 0) 80%);
  text-align: center;
  margin-bottom: 1em;
}
.directory-detail .photoAndCTA .photo .reg-photo {
  display: inline-block;
  border-radius: 30px;
}
.directory-detail .photoAndCTA .photo .alt-photo {
  display: none;
}
.directory-detail .photoAndCTA .photo.has-alt-photo:hover .reg-photo {
  display: none;
}
.directory-detail .photoAndCTA .photo.has-alt-photo:hover .alt-photo {
  display: inline-block;
}
.directory-detail .photoAndCTA .actions {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1em;
  width: 100vw;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #4C3B4D;
  z-index: 100;
  padding: 1em 20px;
}
.directory-detail .photoAndCTA .actions .accordion-button {
  position: relative;
  z-index: 101;
  color: white;
}
.directory-detail .photoAndCTA .actions .accordion-button span {
  position: relative;
}
.directory-detail .photoAndCTA .actions .accordion-button span:before {
  content: "";
  position: relative;
  right: -8.5em;
  top: 2px;
  border-radius: 1px;
  width: 0.25em;
  height: 1em;
  background-color: #139671;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.directory-detail .photoAndCTA .actions .accordion-button span:after {
  content: "";
  position: relative;
  border-radius: 1px;
  right: -1.5em;
  top: 2px;
  width: 0.25em;
  height: 1em;
  background-color: #139671;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.directory-detail .photoAndCTA .actions .accordion-content {
  margin: 0 auto;
  display: none;
}
@media screen and (min-width: 980px) {
  .directory-detail .photoAndCTA .actions .accordion-content {
    display: block !important;
  }
}
.directory-detail .photoAndCTA .actions .accordion-content .container {
  padding: 2em;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .directory-detail .photoAndCTA .actions .accordion-content .container {
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .directory-detail .photoAndCTA .actions .accordion-content .container .ghost-btn {
    color: #fff;
  }
}
@media screen and (min-width: 980px) {
  .directory-detail .photoAndCTA .actions {
    position: relative;
    background: none;
    width: 100%;
  }
  .directory-detail .photoAndCTA .actions .accordion-button {
    display: none;
  }
}
.directory-detail .photoAndCTA .actions.active .accordion-button span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 980px) {
  .directory-detail .info {
    padding-top: 3em;
  }
}
.directory-detail .info .f-h1 {
  color: #4C3B4D;
  font-size: clamp(2.5rem, 3vw, 3.8rem);
  margin-bottom: 0;
}
.directory-detail .info p {
  font-size: 1.6rem;
  color: #34393B;
  margin-bottom: 0.5em;
}
.directory-detail .info .contact {
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.directory-detail .info .contact ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-bottom: 0;
}
.directory-detail .info .contact ul.contact-info li {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
.directory-detail .info .contact ul.contact-info li:after {
  content: " | ";
  color: #139671;
  font-weight: 700;
  padding: 0 10px;
}
.directory-detail .info .contact ul.contact-info li:last-of-type:after {
  content: none;
}
.directory-detail .info .contact ul.social li {
  padding: 0 0.5em;
}
@media screen and (max-width: 980px) {
  .directory-detail .info .contact ul.social li {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.directory-detail .info .contact ul.social li img {
  min-width: 25px;
}
.directory-detail .info .bio {
  border-top: 1px solid #4C3B4D;
  padding-top: 1.5em;
}

.hydrated .directory-detail .photoAndCTA .cta-buttons {
  max-width: 260px;
}

.events {
  padding: 2em 20px;
  margin-bottom: 4em;
}
.events > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.events .article {
  border-radius: 35px;
  overflow: hidden;
  background: #F4F2F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
}
@media screen and (min-width: 980px) {
  .events .article {
    width: 450px;
  }
}
.events .article > .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.387755102;
}
@media screen and (min-width: 980px) {
  .horizontal .events .article {
    display: grid;
    grid-template-columns: 1fr 2fr;
    width: 100%;
    margin-bottom: 1.5em;
  }
  .horizontal .events .article > .info {
    text-align: left;
    padding: 2em;
  }
}
.events .article > .info {
  padding: 1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.events .article > .info h3 {
  color: #818181;
  margin-bottom: 0.7em;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
.events .article > .info > .copy {
  font-size: clamp(1.8rem, 2vw, 2.3rem);
  color: #4C3B4D;
  font-weight: 700;
  margin-bottom: 1em;
}
.events .article > .info > .copy p {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 500;
}
.horizontal .events .article > .info {
  padding: 1em 2em;
}

.blog-detail {
  padding: 0 20px;
}
.blog-detail > .content {
  max-width: 1400px;
  margin: 0 auto;
}

.contact-header {
  padding: 0 20px;
  margin: 0 0 4em;
  position: relative;
}
.contact-header .background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.contact-header .background:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
}
.contact-header .background img, .contact-header .background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.contact-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1100px;
  padding: 3em 0 3em;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .contact-header > .content {
    padding: 3em 0 4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(50px, 6vw, 100px);
       -moz-column-gap: clamp(50px, 6vw, 100px);
            column-gap: clamp(50px, 6vw, 100px);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 980px) {
  .contact-header > .content .info {
    padding: 0 1em;
    margin-bottom: 2em;
  }
}
.contact-header > .content .info h1 {
  color: #333132;
  margin-bottom: 0.7em;
}
.contact-header > .content .info .copy {
  color: #333132;
}
.contact-header > .content .info-area {
  background: #117A5C;
  border-radius: 30px;
  display: grid;
  grid-template-columns: 50px 1fr;
  padding: 2em 3em;
  max-width: 470px;
  color: #fff;
}
.contact-header > .content .info-area > img {
  -webkit-filter: var(--theme-white-filter);
          filter: var(--theme-white-filter);
}
.contact-header > .content .info-area .header-info {
  padding-left: 20px;
  border-left: solid 1px;
  font-size: clamp(1.5rem, 1.5vw, 1.8rem);
}
.contact-header > .content .info-area .header-info a {
  color: #fff;
}
.contact-header > .content .info-area .header-info dl, .contact-header > .content .info-area .header-info dd, .contact-header > .content .info-area .header-info dt {
  padding: 0;
  margin: 0;
  display: block;
  font-weight: 400;
}
.contact-header > .content .info-area .header-info dl {
  margin-bottom: 1em;
}
.contact-header > .content .info-area .header-info dt {
  font-weight: 700;
}

.contact-form .fsBody > div {
  padding: 0;
}
.contact-form .fsBody > div form {
  margin-top: 0;
}
@media screen and (max-width: 980px) {
  .contact-form .fsSection {
    display: block !important;
  }
}
.contact-form .xqtmq {
  display: none !important;
}
.contact-form .fsForm {
  max-width: 100% !important;
  padding: 0px !important;
}
.contact-form .fsForm button {
  background-color: #117A5C !important;
  border: solid 2px #117A5C !important;
  margin: 0 !important;
}
.contact-form .fsForm button:hover {
  background-color: #fff !important;
  color: black;
}
.contact-form .fsForm .fsPage {
  display: grid;
}
.contact-form .fsForm .fsPage .fsSectionHeader {
  display: none;
}
.contact-form .fsForm .fsPage input, .contact-form .fsForm .fsPage textarea {
  width: 100% !important;
  border-radius: 2px;
  border: 1px solid #D2D1D0;
  /*
  &:user-valid {
  	border: 2px solid green;
  	background-color: #e0ffe0;
  }

  &:user-invalid {
  	border: 2px solid red;
  	background-color: #ffe0e0;
  }
  */
}
.contact-form .fsForm .fsPage input[type=radio], .contact-form .fsForm .fsPage textarea[type=radio] {
  border: none;
  background-color: fff;
}
.contact-form .fsForm .fsPage > *:nth-child(2) {
  grid-template-columns: 40% 30% 1fr !important;
}
.contact-form .fsForm .fsPage > *:nth-child(3) {
  grid-template-columns: calc(70% + 20px) 1fr !important;
}

.privacy-table {
  border: solid 1px #CCC;
  margin-bottom: 2em;
  width: 100%;
}
.privacy-table tr {
  border-bottom: solid 1px #CCC;
}
.privacy-table th {
  background: #EEE;
  padding: 0.5em 0.8em;
}
.privacy-table td {
  padding: 0.5em 0.8em;
}
.privacy-table td:first-of-type {
  background: #DDD;
}

main > div:last-of-type {
  margin-bottom: 8em;
}
@media screen and (max-width: 980px) {
  main > div:last-of-type {
    margin-bottom: 10em;
  }
}

.feature {
  --highlightColor: #4C3B4D;
  --textColor: #fff;
  --svgLight: var(--theme-tan-filter);
  position: relative;
  margin-bottom: 5em;
}
@media screen and (max-width: 980px) {
  .feature {
    width: 100%;
    overflow-x: clip;
  }
}
.feature:before {
  content: "";
  margin-top: -1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgb(76, 59, 77);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(from var(--highlightColor) r g b/0.98)), color-stop(30%, rgb(from var(--highlightColor) r g b/0.98)), to(rgb(from var(--highlightColor) r g b/0.85)));
  background: linear-gradient(180deg, rgb(from var(--highlightColor) r g b/0.98) 0%, rgb(from var(--highlightColor) r g b/0.98) 30%, rgb(from var(--highlightColor) r g b/0.85) 100%);
}
@media screen and (max-width: 980px) {
  .feature:before {
    width: calc(100% - 20px);
    aspect-ratio: 1;
    border-radius: 0 0 50px 0;
    z-index: -1;
  }
}
@media screen and (min-width: 980px) {
  .feature:before {
    width: calc(42% + 1px);
    height: 100%;
  }
}
@media screen and (min-width: 980px) {
  .feature:after {
    content: "";
    width: 200px;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    top: -1px;
    left: 42%;
    z-index: 2;
    background: rgb(76, 59, 77);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(from var(--highlightColor) r g b/0.98)), to(rgb(from var(--highlightColor) r g b/0.98)));
    background: linear-gradient(180deg, rgb(from var(--highlightColor) r g b/0.98) 0%, rgb(from var(--highlightColor) r g b/0.98) 100%);
    clip-path: url(#featureClip);
  }
}
.feature > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  margin-top: -1px !important;
}
.feature > .content .image {
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .feature > .content .image {
    aspect-ratio: 1;
    width: calc(100% - 20px);
    border-radius: 50px 0 50px 0;
    margin: 0 0 0em auto;
    z-index: 5;
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .feature > .content .image {
    width: 100%;
    height: calc(100% + 150px);
    position: absolute;
    top: -150px;
    left: 0;
    z-index: 1;
  }
}
.feature > .content .image img, .feature > .content .image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.active.feature > .content .image img, .feature > .content .image video {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 980px) {
  .feature > .content .image img, .feature > .content .image video {
    -o-object-position: right;
       object-position: right;
  }
}
.feature > .content > .info {
  position: relative;
  z-index: 3;
  padding: 3em 2em;
  max-width: 550px;
}
@media screen and (min-width: 980px) {
  .feature > .content > .info {
    padding: 10em 2em;
    width: 38vw;
  }
}
.feature > .content > .info h1 {
  margin-bottom: 0.3em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 980px) {
  .feature > .content > .info h1 {
    color: var(--textColor);
  }
}
.feature > .content > .info .copy {
  font-size: clamp(1.4rem, 1vw, 1.8rem);
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .feature > .content > .info .copy {
    color: var(--textColor);
  }
}
.feature > .content > .info .copy *:last-child {
  margin-bottom: 0;
}
.feature > .content > .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.7em;
     -moz-column-gap: 0.7em;
          column-gap: 0.7em;
  row-gap: 0.7em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .feature > .content > .info .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature > .content > .info .actions a {
    background: #117A5C;
    color: #fff;
  }
}
.single.feature > .content > .info .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature > .content > .dropdown {
  background: #117A5C;
  color: #fff;
  border-radius: 30px;
  z-index: 10;
}
@media screen and (max-width: 980px) {
  .feature > .content > .dropdown {
    width: calc(100% - 20px);
    border-radius: 0 20px 20px 0;
    padding: 1.6em 2em 2em;
  }
}
@media screen and (min-width: 980px) {
  .feature > .content > .dropdown {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 1.6em 4em 2em;
    -webkit-transform: translate(-50%, 70%);
            transform: translate(-50%, 70%);
  }
}
.feature > .content > .dropdown > .dropdown-header {
  text-align: center;
}
.feature > .content > .dropdown > .dropdown-header > h2 {
  color: #EAE4D6;
  margin-bottom: 0.4em;
  font-weight: 400;
}
.feature > .content > .dropdown > .dropdown-header .drop-options {
  position: relative;
}
.feature > .content > .dropdown > .dropdown-header .drop-options .drop-header {
  text-align: center;
  border-bottom: solid 1px #AD975E;
  color: #fff;
  width: 100%;
  font-weight: 400;
  font-size: 2rem;
  padding: 0 1em;
  position: relative;
  font-weight: 200;
}
@media screen and (min-width: 980px) {
  .feature > .content > .dropdown > .dropdown-header .drop-options .drop-header {
    font-size: clamp(2.8rem, 2.5vw, 3.6rem);
    padding: 0 3em;
  }
}
.feature > .content > .dropdown > .dropdown-header .drop-options .drop-header:after {
  content: "";
  border: solid 2px #AD975E;
  position: absolute;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%);
  top: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.feature > .content > .dropdown > .dropdown-header .drop-options .drop-header.open:after {
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
}
.feature > .content > .dropdown > .dropdown-header .drop-options ul {
  list-style: none;
  padding: 1em 0 2em 0;
  width: 100%;
  position: absolute;
  background: #117A5C;
  width: calc(100% + 8em);
  left: -4em;
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -webkit-transition: clip-path 0.5s ease;
  transition: clip-path 0.5s ease;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 980px) {
  .feature > .content > .dropdown > .dropdown-header .drop-options ul {
    width: 100vw;
    left: -52px;
  }
}
.feature > .content > .dropdown > .dropdown-header .drop-options ul a {
  color: #fff;
  width: 100%;
  font-weight: 200;
  font-size: 1.8rem;
  padding: 0 1em;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .feature > .content > .dropdown > .dropdown-header .drop-options ul a {
    font-size: clamp(2.5rem, 2.3vw, 3.3rem);
    padding: 0 3em;
  }
}
.feature > .content > .dropdown > .dropdown-header .drop-options:has(.drop-header.open) ul {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.page-section {
  --highlightColor: #fff;
  --textColor: #333132;
  --svgLight: none;
  background-color: var(--highlightColor);
  color: var(--textColor);
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .page-section {
    margin-bottom: 4em;
  }
}
.page-section > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.page-section h3 {
  color: var(--textColor);
  margin-bottom: 0.7em;
}
.page-section .copy {
  margin-bottom: 2em;
}
.page-section .copy a {
  color: var(--textColor);
}
.content .page-section {
  padding: 0;
}
.page-section.center {
  text-align: center;
}
.page-section .actions {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .page-section .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.center.page-section .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-section .photo {
  margin-bottom: 1em;
}
.page-section .photo img[src*=".svg"] {
  width: 100px;
  border-radius: none;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
}
.page-section ul {
  text-align: left;
}
.no-bullets.page-section ul {
  list-style: none;
  padding-left: 0;
}

.check-bullets.page-section ul {
  list-style: none;
  padding-left: 0;
}
.check-bullets.page-section ul li:before {
  content: "✔ ";
  color: var(--textColor);
}

@media screen and (min-width: 980px) {
  .page-section ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: clamp(30px, 2vw, 50px);
       -moz-column-gap: clamp(30px, 2vw, 50px);
            column-gap: clamp(30px, 2vw, 50px);
  }
}
.page-section ul li {
  margin-bottom: 0.8em;
}
@media screen and (min-width: 980px) {
  .page-section.cols-one ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 980px) {
  .page-section.cols-three ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: clamp(20px, 2vw, 50px);
       -moz-column-gap: clamp(20px, 2vw, 50px);
            column-gap: clamp(20px, 2vw, 50px);
  }
}
@media screen and (min-width: 980px) {
  .page-section.cols-four ul {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: clamp(20px, 2vw, 30px);
       -moz-column-gap: clamp(20px, 2vw, 30px);
            column-gap: clamp(20px, 2vw, 30px);
  }
}
.page-section.center {
  text-align: center;
}

.photo-banner {
  --highlightColor: #AD975E;
  --textColor: #fff;
  --svgColor: none;
  --backgroundColor: #($white);
  margin-bottom: 6em;
  /*&.active:hover {
  	> .content {
  		.info {
  			&:before {
  				transform: translateX(90%) scaleX(0.62);
  			}

  			&:after {
  				transform: scaleY(1);
  			}
  		}
  	}
  }*/
}
@media screen and (min-width: 980px) {
  .photo-banner {
    padding: 0 20px;
  }
}
.photo-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1800px;
  padding: clamp(200px, 30vw, 300px) 0 0;
  position: relative;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content {
    padding: clamp(100px, 15vw, 300px) clamp(30px, 5vw, 80px) clamp(30px, 5vw, 70px);
  }
}
.photo-banner > .content .photo {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .photo-banner > .content .photo {
    width: calc(100% - 30px);
    aspect-ratio: 40/35;
    border-radius: 0 30px 30px 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
.photo-banner > .content .photo > img, .photo-banner > .content .photo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 980px) {
  .photo-banner > .content .photo > img, .photo-banner > .content .photo video {
    -o-object-position: top right;
       object-position: top right;
  }
}
.photo-banner > .content > .info-holder {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .photo-banner > .content > .info-holder {
    width: calc(100% - 30px);
    margin: 0 0 0 auto;
  }
}
.photo-banner > .content > .info-holder .info {
  position: relative;
  padding: 3em;
  z-index: 2;
  background: var(--highlightColor);
  padding: 3em;
  border-radius: 40px;
  max-width: 800px;
  color: var(--textColor);
}
@media screen and (max-width: 980px) {
  .photo-banner > .content > .info-holder .info {
    border-radius: 30px 0 0 30px;
  }
}
.photo-banner > .content > .info-holder .info h2 {
  color: var(--textColor);
  margin-bottom: 0.4em;
}
.photo-banner > .content > .info-holder .info > .copy {
  color: var(--textColor);
  margin-bottom: 1.5em;
}
.photo-banner > .content > .info-holder .info > .copy *:last-child {
  margin-bottom: 0;
}
.photo-banner > .content > .info-holder .info > .actions {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .photo-banner > .content > .info-holder .info > .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.headline-banner {
  padding: 5em 20px;
  background: #EAE4D6;
}
@media screen and (min-width: 980px) {
  .headline-banner {
    padding: 5em 20px;
  }
}
.headline-banner > .content {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content {
    grid-template-columns: 105px 1fr -webkit-max-content;
    grid-template-columns: 105px 1fr max-content;
    grid-gap: 2em;
  }
}
.headline-banner > .content > img {
  width: 100%;
  min-width: 70px;
}
.headline-banner > .content h2 {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .headline-banner > .content h2 {
    padding-right: 1em;
    border-right: solid 1px #AD975E;
  }
}
@media screen and (max-width: 980px) {
  .headline-banner > .content .actions {
    grid-column: 1/span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.photo-split {
  --highlightColor: #A53860;
  --textColor: #fff;
  --svgColor: none;
  --backgroundColor: #($white);
  padding: 0 20px;
  margin-bottom: 3em;
  position: relative;
  z-index: 3;
  background-color: var(--backgroundColor);
}
@media screen and (min-width: 980px) {
  .photo-split {
    margin-bottom: 6em;
  }
}
.content .photo-split {
  padding: 0;
}
.photo-split .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
@media screen and (min-width: 980px) {
  .photo-split .content {
    grid-template-columns: 10fr 6fr;
  }
  .photo-right.photo-split .content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    grid-template-columns: 6fr 10fr;
  }
}
.photo-split .content .photo {
  position: relative;
}
@media screen and (min-width: 980px) {
  .photo-right.photo-split .content .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.photo-split .content .photo > .image {
  width: 100%;
  aspect-ratio: 400/222;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}
@media screen and (min-width: 980px) {
  .photo-split .content .photo > .image {
    width: calc(100% + 110px);
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.photo-right.photo-split .content .photo > .image {
  left: auto;
  right: 0;
}

.photo-split .content .photo > .image img, .photo-split .content .photo > .image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 13s ease;
  transition: all 13s ease;
}
.active.photo-split .content .photo > .image img, .photo-split .content .photo > .image video {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.photo-split .content .photo .icon {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  padding: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.photo-right.photo-split .content .photo .icon {
  left: auto;
  right: 30px;
}

.photo-split .content .photo .icon img {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: var(--svgColor);
          filter: var(--svgColor);
}
@media screen and (min-width: 980px) {
  .photo-split .content .photo .icon img {
    width: 90px;
    height: 90px;
  }
}
.photo-split .content .info {
  color: var(--textColor);
  background: var(--highlightColor);
  border-radius: 30px;
  margin: 0 0 2em 0;
  position: relative;
  z-index: 5;
  padding: 2em;
}
@media screen and (min-width: 980px) {
  .photo-split .content .info {
    margin: 4em 0;
  }
}
@media screen and (min-width: 980px) {
  .photo-split .content .info {
    padding: 4em;
  }
  .photo-right.photo-split .content .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.photo-split .content .info h2 {
  color: var(--textColor);
  margin-bottom: 0.6em;
}
.photo-split .content .info .copy {
  color: var(--textColor);
  margin-bottom: 1.5em;
}
.photo-split .content .info .copy *:last-child {
  margin: 0;
}
.photo-split .content .info .copy a {
  color: var(--textColor);
  position: relative;
  /*
  &:before {
  	content: "";
  	background-color: rgba(255,255,255,0.2);
  	position: absolute;
  	top: -3px;
  	left: -5px;
  	width: calc(100% + 10px);
  	height: calc(100% + 6px);
  	z-index: -1;
  	display: block;
  	border-radius: 3px;
  }
  */
}
.photo-split .content .info .copy a:hover {
  font-weight: bold;
  color: #DFDFDE;
  text-decoration-color: #DFDFDE;
}
.photo-split .content .info .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .photo-split .content .info .actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0.5em;
       -moz-column-gap: 0.5em;
            column-gap: 0.5em;
  }
}

.info-cards {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .info-cards {
    margin-bottom: 6em;
  }
}
.info-cards > .content {
  max-width: 1100px;
  margin: 0 auto;
  max-width: 1100px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active.info-cards > .content, .hydrated .info-cards > .content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 980px) {
  .info-cards > .content {
    grid-template-columns: 36fr 64fr;
    display: grid;
    row-gap: 2em;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
.info-cards > .content > .info h2 {
  color: #4C3B4D;
  margin-bottom: 0.5em;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .info-cards > .content > .info {
    border-bottom: solid 1px #AD975E;
    margin-bottom: 2em;
  }
}
.info-cards > .content > .cards {
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 3em;
}
@media screen and (min-width: 980px) {
  .info-cards > .content > .cards {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
  }
  .info-cards > .content > .cards.text {
    padding-left: 4em;
    border-left: solid 1px #bead80;
  }
}
.info-cards > .content > .cards .service-block h3 {
  color: #4C3B4D;
  margin-bottom: 0.5em;
}
.info-cards > .content > .cards .service-block .copy {
  margin-bottom: 1em;
}
.info-cards > .content > .cards .service-block .copy *:last-child {
  margin: 0;
}
.info-cards > .content > .cards a.link-block {
  height: 100%;
  aspect-ratio: 1;
  padding: 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #117A5C;
  color: #fff;
  border-radius: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.3;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
.info-cards > .content > .cards a.link-block:hover, .info-cards > .content > .cards a.link-block:focus {
  background: #0b4d3a;
}
.info-cards > .content > .cards a.link-block img {
  margin-bottom: 1em;
  width: 100px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.info-cards > .content > .cards a.link-block span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
}

.page-header {
  --highlightColor: #AD975E;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  --svgColor: var(--theme-tan-filter);
  margin-bottom: 4em;
  padding: 0 20px;
  position: relative;
}
.page-header:not(.simple):before {
  content: "";
  width: 100%;
  height: 100px;
  background: var(--headerColor);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.page-header.simple {
  --textColor: $black;
  background: #F4F2F1;
  text-align: center;
  padding: 3em 20px;
  color: var(--textColor);
  border-bottom: solid 6px #AD975E;
}
body:has(.jump-nav) .page-header.simple {
  border-bottom: none;
  padding-bottom: 1em;
  margin-bottom: 0;
}

.page-header.simple:not(:has(.copy)) h1 {
  margin: 0;
}
.page-header > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1600px;
  /*
  transform: translateY(40px);
  transition: all .5s ease;

  @at-root .active.page-header > .content {
  	transform: translateY(0);
  }*/
}
.directory.page-header > .content {
  max-width: 1800px;
}

.page-header.directory {
  padding-top: clamp(160px, 60vw, 420px);
}
@media screen and (min-width: 980px) {
  .page-header.directory {
    padding-top: clamp(100px, 10vw, 250px);
  }
}
.page-header.directory .photo-area {
  width: 93vw;
  height: clamp(200px, 70vw, 500px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-header.directory .photo-area .image {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 980px) {
  .page-header.directory .photo-area {
    height: calc(100% - 40px);
  }
  .page-header.directory .photo-area .image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 60px 60px 0;
    border: solid 4px #fff;
    border-width: 4px 4px 4px 0;
  }
  .page-header.directory .photo-area img, .page-header.directory .photo-area video {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: all 3s ease;
    transition: all 3s ease;
  }
  .active.page-header.directory .photo-area img, .page-header.directory .photo-area video {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page-header.directory .info {
  background: var(--highlightColor);
  border-radius: 35px 0 0 35px;
  padding: 2.5em 1em 2.5em 2em;
  color: var(--textColor);
  width: calc(100vw - 20px);
  position: relative;
  z-index: 2;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px 0;
          box-shadow: rgba(0, 0, 0, 0.6) 2px 2px 10px 0;
}
@media screen and (min-width: 980px) {
  .page-header.directory .info {
    border-radius: 35px;
    padding: 4.5em 3em;
    width: 50vw;
    max-width: 640px;
  }
}
@media screen and (min-width: 980px) {
  .page-header.product-layout > .content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px;
  }
}
.standalone.page-header.product-layout > .content {
  grid-template-columns: 5fr 4fr;
  grid-gap: 60px;
}

@media screen and (min-width: 980px) {
  .page-header.product-layout .info {
    padding: 10em 1em 4em 2em;
  }
}
.page-header.product-layout .photo-area {
  width: calc(100% - 40px);
  height: 100%;
  position: relative;
  border-radius: 35px;
  border: solid 4px #fff;
  margin-bottom: 2em;
}
.standalone.page-header.product-layout .photo-area {
  width: 100%;
}

.page-header.product-layout .photo-area > .image {
  border-radius: 30px;
  overflow: hidden;
}
.page-header.product-layout .photo-area > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.active.page-header.product-layout .photo-area > .image img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (min-width: 980px) {
  .page-header.product-layout .photo-area {
    width: 100%;
    height: 100%;
    margin-bottom: 0em;
    border-radius: 65px;
    border: solid 4px #fff;
  }
  .page-header.product-layout .photo-area > .image {
    border-radius: 60px;
    width: 100%;
    height: 100%;
  }
}
.page-header.product-layout .photo-area:after {
  content: "";
  height: 100%;
  width: 50px;
  position: absolute;
  display: block;
  border-radius: 0 30px 30px 0;
  z-index: 2;
  top: 0;
  right: 0;
  background: rgb(from var(--highlightColor) r g b/0.75);
}
@media screen and (min-width: 980px) {
  .page-header.product-layout .photo-area:after {
    border-radius: 0 60px 60px 0;
    width: 70px;
  }
}
.standalone.page-header.product-layout .photo-area:after {
  content: none;
}

.page-header.product-layout .photo-area .icon {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  position: absolute;
  z-index: 4;
  border-radius: 50%;
  width: 110px;
  aspect-ratio: 1;
  padding: 1em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 50%;
  right: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px 0;
}
.standalone.page-header.product-layout .photo-area .icon {
  display: none;
}

@media screen and (min-width: 980px) {
  .page-header.product-layout .photo-area .icon {
    width: 200px;
  }
}
@media screen and (max-width: 980px) {
  .page-header.product-layout .photo-area .icon {
    right: 5px;
  }
}
.page-header.product-layout .photo-area .icon img {
  -webkit-filter: var(--svgColor);
          filter: var(--svgColor);
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 980px) {
  .page-header.product-layout .photo-area .icon img {
    width: 100px;
    height: 100px;
  }
}
.page-header .photo-area video, .page-header .photo-area .photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  border-radius: 30px;
  border-width: 4px 4px 4px 0;
}
@media screen and (min-width: 980px) {
  .page-header .photo-area video, .page-header .photo-area .photo {
    border-radius: 60px;
  }
}
.directory.page-header .photo-area video, .page-header .photo-area .photo {
  border-radius: 0 30px 30px 0;
  border: solid 4px #FFF;
}
@media screen and (min-width: 980px) {
  .directory.page-header .photo-area video, .page-header .photo-area .photo {
    border-radius: 0 60px 60px 0;
  }
}

.product-layout.page-header .photo-area video, .page-header .photo-area .photo {
  border: none;
}

.page-header .info h1 {
  margin-bottom: 0.7em;
}
.directory.page-header .info h1 {
  color: var(--textColor);
}

.page-header .info .copy {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  margin-bottom: 1.5em;
}
.directory.page-header .info .copy {
  color: var(--textColor);
}

.page-header .info .copy *:last-child {
  margin: 0;
}
.page-header .info .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.3em;
     -moz-column-gap: 0.3em;
          column-gap: 0.3em;
  row-gap: 0.2em;
}
@media screen and (max-width: 980px) {
  .page-header .info .actions {
    display: grid;
    grid-template-columns: minmax(150px, -webkit-max-content);
    grid-template-columns: minmax(150px, max-content);
    grid-gap: 0.4em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product.page-header .info .actions a {
  color: #333132 !important;
  border-color: var(--highlightColor);
}

.page-header.about-us-header {
  background: #EAE4D6;
  border-bottom: 4px solid #AD975E !important;
}

.featured-rates {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .featured-rates {
    margin-bottom: 5em;
  }
}
.featured-rates > .content {
  max-width: 1400px;
  margin: 0 auto;
  border: solid 1px #AD975E;
  padding: 3em;
}
.featured-rates > .content > h2 {
  margin-bottom: 2em;
  text-align: center;
}
.featured-rates > .content .tabs-nav {
  border-bottom: solid 3px #AD975E;
  max-width: 1100px;
  margin: 0 auto;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .tabs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.featured-rates > .content .tabs-nav button {
  font-size: 2.2rem;
  padding: 0.5em;
  opacity: 0.8;
  font-weight: 700;
  position: relative;
}
.featured-rates > .content .tabs-nav button.active {
  opacity: 1;
  /* &:after {
      content: '';
      width: 20px;
      height: 20px;
      display: block;
      transform: translateX(-50%) rotate(45deg);
      background: $brown;
      position: absolute;
      bottom: -15px;
      left: 50%;
      z-index: 2;
  }*/
}
.featured-rates > .content .js-slide {
  position: absolute;
  -webkit-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
.featured-rates > .content .js-slide:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  background: #AD975E;
  bottom: -12px;
  left: 50%;
  z-index: 2;
  clip-path: polygon(0 0px, 100% 20px, 100% 100%, 0 100%);
}
.featured-rates > .content .splide__arrow--prev {
  left: -4em;
  width: 32px;
  aspect-ratio: 1;
  opacity: 1;
}
.featured-rates > .content .splide__arrow--prev svg {
  display: none;
}
.featured-rates > .content .splide__arrow--next {
  right: -4em;
  width: 32px;
  aspect-ratio: 1;
  opacity: 1;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.featured-rates > .content .splide__arrow--next svg {
  display: none;
}
.featured-rates > .content .splide__pagination {
  bottom: -2em;
}
.featured-rates > .content .splide__pagination .splide__pagination__page {
  background: #D4C6A7;
}
.featured-rates > .content .splide__pagination .splide__pagination__page.is-active {
  background: #AD975E;
}
.featured-rates > .content .rate-areas {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 5em;
}
.featured-rates > .content .rate-areas .rate-box {
  text-align: center;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box {
    display: none;
  }
}
.featured-rates > .content .rate-areas .rate-box.active {
  display: grid;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box {
    grid-template-columns: 2fr 4fr 3fr;
    grid-gap: 1em;
    padding: 1em 2em;
  }
}
.featured-rates > .content .rate-areas .rate-box > h3 {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box > h3 {
    border-bottom: solid 5px #AD975E;
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
  }
  .featured-rates > .content .rate-areas .rate-box > h3:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    -webkit-transform: translateX(-50%) rotate(-45deg);
            transform: translateX(-50%) rotate(-45deg);
    background: #AD975E;
    bottom: -12px;
    left: 50%;
    z-index: 2;
    clip-path: polygon(0 0px, 100% 20px, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .rate-areas .rate-box > h3 {
    border-right: solid 1px #AD975E;
    padding-left: 1em;
  }
}
.featured-rates > .content .rate-areas .rate-box .featured-rate .f-featured-rate {
  font-size: clamp(6rem, 8vw, 9rem);
  color: #4C3B4D;
  line-height: 1;
  font-weight: 900;
  font-family: "Inter", sans-serif;
  margin: 0;
  text-align: center;
}
.featured-rates > .content .rate-areas .rate-box .featured-rate .featured-description {
  text-align: center;
}
.featured-rates > .content .rate-areas .rate-box .featured-rates-subfeatures {
  list-style: none;
  padding: 0;
  margin: 0;
}
.featured-rates > .content .actions {
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  row-gap: 0.7em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .featured-rates > .content .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}

.card-grid {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .card-grid {
    margin-bottom: 9em;
  }
}
.card-grid.banner {
  background: #EAE4D6;
  padding: 3em 20px;
}
@media screen and (max-width: 980px) {
  .card-grid.banner {
    padding: 3em 20px 1em;
  }
}
.card-grid > .content {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-grid > .content > .info {
  margin-bottom: 2em;
}
.center.card-grid > .content > .info {
  text-align: center;
}

.card-grid > .content > .info h2 {
  color: #AD975E;
  margin-bottom: 0.5em;
}
.card-grid > .content > .cards {
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  grid-gap: 1em;
}
.active.card-grid > .content > .cards, .hydrated .card-grid > .content > .cards {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 980px) {
  .card-grid > .content > .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: clamp(20px, 3vw, 46px);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .center.card-grid > .content > .cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.card-grid > .content > .cards .card {
  background: #EAE4D6;
  padding: 2em 2em 2em calc(2em + 30px);
  position: relative;
}
.banner.card-grid > .content > .cards .card {
  background: none;
}

@media screen and (min-width: 980px) {
  .card-grid > .content > .cards .card {
    -ms-flex-preferred-size: calc(25% - clamp(20px, 3vw, 46px));
        flex-basis: calc(25% - clamp(20px, 3vw, 46px));
    padding: 2em 2em calc(2em + 30px);
    min-width: 270px;
  }
}
.banner.card-grid > .content > .cards .card {
  -ms-flex-preferred-size: calc(33% - clamp(20px, 3vw, 46px));
      flex-basis: calc(33% - clamp(20px, 3vw, 46px));
  padding: 2em 2em 2em calc(2em + 30px);
  min-width: 270px;
}
@media screen and (max-width: 980px) {
  .banner.card-grid > .content > .cards .card {
    padding: 0 2em 2em calc(2em + 30px);
  }
}

.card-grid > .content > .cards .card:after {
  content: "";
  width: 30px;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scaleY(0.55);
          transform: scaleY(0.55);
  -webkit-transform-origin: top;
          transform-origin: top;
  background: #A53860;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.banner.card-grid > .content > .cards .card:after {
  width: 15px;
}

@media screen and (min-width: 980px) {
  :not(.banner).card-grid > .content > .cards .card:after {
    width: 100%;
    height: 30px;
    -webkit-transform: scaleX(0.55);
            transform: scaleX(0.55);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.card-grid > .content > .cards .card:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.card-grid > .content > .cards .card:nth-child(2n):after {
  background: #117A5C;
}
.card-grid > .content > .cards .card:nth-child(3n):after {
  background: #4C3B4D;
}
.card-grid > .content > .cards .card:nth-child(4n):after {
  background: #AD975E;
}
.card-grid > .content > .cards .card:nth-child(5n):after {
  background: #117A5C;
}
.card-grid > .content > .cards .card > img {
  width: 50px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 980px) {
  .card-grid > .content > .cards .card > img {
    width: 70px;
  }
}
.card-grid > .content > .cards .card > h3 {
  margin-bottom: 0.5em;
}
.card-grid > .content > .cards .card .copy {
  margin-bottom: 1em;
}
.card-grid > .content > .cards .card .copy *:last-child {
  margin-bottom: 0;
}
.card-grid > .content > .cards .card > a {
  color: #4C3B4D;
}

.info-photo {
  padding: 3.5em 20px;
  margin-bottom: 6em;
  position: relative;
  z-index: 3;
  background: #EAE4D6;
}
@media screen and (max-width: 980px) {
  .info-photo {
    width: 100vw;
    overflow-x: clip;
    margin-bottom: 3em;
  }
}
.content .info-photo {
  padding: 0;
}
.info-photo .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .info-photo .content {
    display: grid;
    grid-template-columns: 12fr 14fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 2em;
  }
  .photo-right.info-photo .content {
    grid-template-columns: 14fr 12fr;
  }
}
.info-photo .content .photo {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.info-photo .content .photo:before {
  content: "";
  width: 70px;
  height: calc(3.5em - 7px);
  background: #AD975E;
  position: absolute;
  top: -3.5em;
  left: 0;
}
.info-photo .content .photo:after {
  content: "";
  width: 90px;
  height: 130px;
  background: rgba(165, 56, 96, 0.75);
  position: absolute;
  top: 0;
  left: -97px;
}
.info-photo .content .photo .photo-inner:before {
  content: "";
  width: 60px;
  height: 72px;
  background: #117A5C;
  position: absolute;
  bottom: 79px;
  right: -67px;
}
.info-photo .content .photo .photo-inner:after {
  content: "";
  width: 60px;
  height: 72px;
  background: #4C3B4D;
  position: absolute;
  bottom: 0px;
  right: -67px;
}
@media screen and (min-width: 980px) {
  .photo-right.info-photo .content .photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.info-photo .content .photo img {
  width: 100%;
}
.info-photo .content .info {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 2em 0;
}
@media screen and (min-width: 980px) {
  .info-photo .content .info {
    padding: 2em 6em;
  }
  .photo-right.info-photo .content .info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.info-photo .content .info h2 {
  margin-bottom: 0.6em;
}
.info-photo .content .info .copy {
  margin-bottom: 1.5em;
}
.info-photo .content .info .copy *:last-child {
  margin: 0;
}
.info-photo .content .info .actions {
  display: grid;
  grid-template-columns: minmax(auto, -webkit-max-content);
  grid-template-columns: minmax(auto, max-content);
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  row-gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .info-photo .content .info .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.testimonial-block {
  --highlightColor: #AD975E;
  --textColor: #fff;
  --svgLight: var(--theme-tan-white);
  --backgroundColor: #fff;
  background-color: var(--backgroundColor);
  padding: 0 20px 0 0;
  margin-bottom: 8em;
}
@media screen and (min-width: 980px) {
  .testimonial-block {
    padding: 0 20px;
    margin-bottom: 6em;
  }
}
.testimonial-block > .content {
  max-width: 1100px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  padding-top: 27vw;
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content {
    padding-top: 50px;
  }
  :not(:has(> .content > img)).testimonial-block > .content {
    padding-top: 0;
  }
}
@media screen and (max-width: 980px) {
  :not(:has(> .content > img)).testimonial-block > .content {
    padding-top: 0;
  }
  .testimonial-block > .content:before {
    content: "";
    width: clamp(40px, 7vw, 100px);
    height: clamp(40px, 7vw, 100px);
    background: url(../images/quote.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 52vw;
    left: 45px;
    -webkit-filter: var(--svgLight);
            filter: var(--svgLight);
    z-index: 6;
  }
  :not(:has(> .content > img)).testimonial-block > .content:before {
    top: 40px;
  }
}
.testimonial-block > .content > img {
  aspect-ratio: 1;
  border-radius: 30px;
  border: solid 4px #fff;
  width: 55vw;
  top: 0;
  left: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content > img {
    width: 300px;
    top: 0;
    left: 0;
  }
}
.testimonial-block > .content .info {
  width: 100%;
  margin: 0px 0 0 auto;
  background: var(--highlightColor);
  border-radius: 0 30px 30px 0;
  padding: calc(25vw + 3em) 2em 2em;
  font-size: 2rem;
  color: var(--textColor);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  :not(:has(> .content > img)).testimonial-block > .content .info {
    padding-top: calc(25px + 3em);
  }
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .info {
    padding: calc(25vw + 3em) 3em 2em;
  }
}
@media screen and (min-width: 980px) {
  .testimonial-block > .content .info {
    border-radius: 30px;
    padding: 3em 4em 2em 200px;
    width: calc(100% - 200px);
    font-size: clamp(1.6rem, 1.5vw, 2.2rem);
  }
  :not(:has(> .content > img)).testimonial-block > .content .info {
    padding-left: calc(5em + 50px);
    margin: 0 auto;
  }
}
.testimonial-block > .content .info .testimonial-copy {
  position: relative;
  margin-bottom: 1em;
}
.testimonial-block > .content .info .testimonial-copy:before {
  content: none;
  width: 50px;
  height: 50px;
  background: url(../images/quote.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -3.5em;
  left: 0px;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 6;
}
:not(:has(> .content > img)).testimonial-block > .content .info .testimonial-copy:before {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

@media screen and (min-width: 980px) {
  .testimonial-block > .content .info .testimonial-copy:before {
    top: 10px;
    content: "";
    left: -75px;
  }
}
.testimonial-block > .content .info .testimonial-copy *:last-child {
  margin: 0;
}
.testimonial-block > .content .info .testimonial-author {
  font-weight: 700;
}

:root {
  --headerColor: rgba(76, 59, 77, 0.98);
  --theme-plum-filter: brightness(0) saturate(100%) invert(22%) sepia(10%) saturate(1390%) hue-rotate(249deg) brightness(85%) contrast(82%);
  --theme-red-filter: brightness(0) saturate(100%) invert(27%) sepia(79%) saturate(931%) hue-rotate(298deg) brightness(88%) contrast(88%);
  --theme-brown-filter: brightness(0) saturate(100%) invert(58%) sepia(44%) saturate(367%) hue-rotate(6deg) brightness(96%) contrast(87%);
  --theme-tan-filter: brightness(0) saturate(100%) invert(86%) sepia(9%) saturate(586%) hue-rotate(5deg) brightness(93%) contrast(92%);
  --theme-green-filter: brightness(0) saturate(100%) invert(17%) sepia(63%) saturate(4096%) hue-rotate(157deg) brightness(108%) contrast(87%);
  --theme-blue-filter: brightness(0) saturate(100%) invert(67%) sepia(11%) saturate(2392%) hue-rotate(168deg) brightness(91%) contrast(84%);
  --theme-white-filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(305deg) brightness(103%) contrast(103%);
}

.theme-plum {
  --highlightColor: #4C3B4D !important;
  --textColor: #fff !important;
  --svgColor: var(--theme-plum-filter) !important;
  --svgLight: var(--theme-tan-filter) !important;
}

.theme-red {
  --highlightColor: #A53860 !important;
  --textColor: #fff !important;
  --svgColor: var(--theme-red-filter) !important;
  --svgLight: var(--theme-white-filter) !important;
}

.theme-brown {
  --highlightColor: #AD975E !important;
  --textColor: #fff !important;
  --svgColor: var(--theme-brown-filter) !important;
  --svgLight: var(--theme-white-filter) !important;
}

.theme-green {
  --highlightColor: #117A5C !important;
  --textColor: #fff !important;
  --svgColor: var(--theme-green-filter) !important;
  --svgLight: var(--theme-tan-filter) !important;
}

.theme-blue {
  --highlightColor: #59A5D8 !important;
  --textColor: #fff !important;
  --svgColor: var(--theme-blue-filter) !important;
  --svgLight: var(--theme-white-filter) !important;
}

.theme-tan {
  --highlightColor: #F4F2F1 !important;
  --textColor: #333132 !important;
  --svgColor: var(--theme-plum-filter) !important;
  --svgLight: var(--theme-white-filter) !important;
}

.theme-white {
  --highlightColor: #fff !important;
  --textColor: #333132 !important;
  --svgColor: var(--theme-plum-filter) !important;
  --svgLight: var(--theme-white-filter) !important;
}

.bg-white {
  --backgroundColor: #fff !important;
}

.bg-tan {
  --backgroundColor: #EAE4D6 !important;
}

.bg-plum {
  --backgroundColor: #4C3B4D !important;
}

.bg-brown {
  --backgroundColor: #AD975E !important;
}

.bg-green {
  --backgroundColor: #117A5C !important;
}

.bg-red {
  --backgroundColor: #A53860 !important;
}

.bg-blue {
  --backgroundColor: #59A5D8 !important;
}

.product-filter .filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-filter .filter-buttons button {
  font-size: 1.6rem;
  padding: 0.5em 1em;
  font-weight: 700;
  color: #544F49;
  position: relative;
}
@media screen and (min-width: 980px) {
  .product-filter .filter-buttons button {
    font-size: clamp(2rem, 2vw, 2.6rem);
    padding: 0.5em 3em;
  }
}
.product-filter .filter-buttons button.active:after {
  content: "";
  width: 80%;
  height: 9px;
  background: #AD975E;
  position: absolute;
  display: block;
  bottom: -9px;
  left: 10%;
}
.product-filter .filter {
  background: #F4F2F1;
  padding: 3em 1em;
  display: none;
}
.product-filter .filter h2 {
  text-align: center;
  margin-bottom: 1.4em;
  color: #333132;
}
.product-filter .filter .filter-questions > .taxonomy-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-filter .filter .filter-questions > .taxonomy-holder button {
  padding: 1em;
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  color: #333132;
  border: solid 1px #b89028;
  border-radius: 7px;
  font-weight: 500;
}
.product-filter .filter .filter-questions > .taxonomy-holder button:hover, .product-filter .filter .filter-questions > .taxonomy-holder button:focus {
  background: rgba(173, 151, 94, 0.7);
  color: #fff;
}
.product-filter .filter .filter-questions > .taxonomy-holder button.active {
  background: #AD975E;
  color: #fff;
}

.product-cols {
  margin-bottom: 3em;
  border-top: solid 1px #D2D1D0;
}
@media screen and (min-width: 980px) {
  .product-cols > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 980px) {
  .product-cols .main-area {
    padding: 100px 0px 50px;
  }
}
@media screen and (max-width: 980px) {
  .product-cols .sidebar {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .product-cols .sidebar {
    padding: 100px 30px 50px;
    background: #F4F2F1;
    width: calc(50vw - clamp(300px, 20vw, 550px));
    min-width: 250px;
    border-radius: 0 0 60px 0;
  }
  .no-compare.product-cols .sidebar {
    width: calc(50vw - clamp(200px, 40vw, 590px));
  }
}
.product-cols .sidebar .compare-btn {
  background: #4C3B4D;
  color: #fff;
  padding: 1em 2em;
  border-radius: 30px;
  font-weight: 700;
  display: block;
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  max-width: 320px;
}
@media screen and (min-width: 980px) {
  .product-cols .sidebar .compare-btn {
    position: sticky;
    top: 40px;
    margin: 0 0 0 auto;
  }
}
.product-cols .sidebar .compare-btn img {
  height: 33px;
  margin-right: 6px;
}

@media screen and (min-width: 980px) {
  .mobile-compare {
    display: none;
  }
}
.mobile-compare .compare-btn {
  background: #4C3B4D;
  color: #fff;
  padding: 1em 2em;
  border-radius: 30px;
  font-weight: 700;
  display: block;
  margin: 4em auto 5em;
  font-size: clamp(1.6rem, 1.5vw, 1.8rem);
  max-width: 320px;
}
@media screen and (min-width: 980px) {
  .mobile-compare .compare-btn {
    position: sticky;
    top: 40px;
    margin: 0 0 0 auto;
  }
}
.mobile-compare .compare-btn img {
  height: 33px;
  margin-right: 6px;
}

.product {
  --textColor: #333132;
  --svgColor: none;
  --backgroundColor: #($white);
  background-color: var(--backgroundColor);
  margin-bottom: 4em;
  padding: 2em 20px 2em 28px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .product {
    padding: 0 20px 0 28px;
    padding-left: clamp(70px, 7vw, 100px);
    padding-right: 30px;
    margin-bottom: 8em;
  }
}
.product:nth-last-child(1 of .product):after {
  content: none;
}
.product:before {
  content: "";
  width: 0px;
  background: var(--highlightColor);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product.active:before {
  width: 8px;
}
@media screen and (min-width: 980px) {
  .product:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #D2D1D0;
    position: absolute;
    bottom: -4em;
    left: 0;
  }
}
.product > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .product > .content {
    display: grid;
    grid-template-columns: 1fr 350px;
    grid-gap: clamp(70px, 7vw, 100px);
  }
}
.content .product > .content {
  margin: 0;
  max-width: 1000px;
}
.product .product-info .info h2 sup {
  font-size: 50%;
  top: -0.8em;
}
.product .product-info .actions .cta-btn {
  background-color: var(--highlightColor) !important;
  background: var(--highlightColor) !important;
  display: none !important;
}
.product .product-info .actions .cta-btn:not(:last-child) {
  margin-bottom: 1em;
}
.product .copy {
  margin-bottom: 2em;
}
.product .copy h3 {
  font-size: clamp(2rem, 2vw, 2.2rem);
}
@media screen and (max-width: 980px) {
  .product .copy ul {
    padding-left: 20px;
  }
}
@media screen and (min-width: 980px) {
  .two-col-lists.product .copy ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: clamp(30px, 5vw, 70px);
       -moz-column-gap: clamp(30px, 5vw, 70px);
            column-gap: clamp(30px, 5vw, 70px);
  }
}

@media screen and (min-width: 980px) {
  .product .disclosure-tabs {
    border-top: solid 1px var(--highlightColor);
    padding-top: 1em;
  }
}
.product .disclosure-tabs .disclosure-text {
  margin-top: 2em;
}
.product .disclosure-tabs table tr:not(:first-child) {
  text-align: center;
}
.product .disclosure-tabs table tr:not(:first-child) .check {
  content: url("../Images/check.svg");
}
.product .effective-date {
  padding: 0 20px;
}

.table {
  padding: 1em 1em 0;
}
.table table {
  width: 100%;
}
.table table tr:first-of-type {
  border-bottom: solid 1px #AD975E;
}
.table table tr:first-of-type th {
  font-weight: 700;
  padding: 0.5em;
}
.table table td {
  font-weight: 300;
  padding: 0.25em;
}

@media screen and (max-width: 980px) {
  .table table th:nth-of-type(1) {
    empty-cells: hide;
    display: block;
    visibility: visible;
  }
  .table table {
    width: 100%;
    text-align: left;
  }
  .table table tr:nth-child(1) {
    display: none;
  }
  .table table td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    vertical-align: top;
    white-space: normal;
  }
  .table table thead {
    display: none;
    visibility: hidden;
  }
  .table table th, .table table td:nth-of-type(1) {
    display: none;
    visibility: hidden;
  }
  .table table td:nth-of-type(2) {
    font-size: 1.2em;
  }
  .table table td:nth-of-type(2):before {
    color: #4C3B4D;
  }
  .table table tr {
    background: #ffffff;
    border-top: solid 1px #AD975E;
    margin-bottom: 1em;
    padding-top: 1em;
    border-bottom: none;
  }
  .table table tr, .table table thead {
    display: block;
    text-align: left;
  }
  .table table tbody {
    padding: 0;
    text-align: left;
  }
  .table table th {
    padding: 0em;
    display: block;
    text-align: left;
  }
  .table table th {
    text-transform: uppercase;
    color: #AD975E;
    font-size: 2rem;
    font-weight: 600;
  }
  .table table th[data-title]:before, .table table td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    color: #333;
    display: block;
    padding: 0 0 0.2em;
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) and (min-width: 600px) {
  .table table th[data-title]:before, .table table td[data-title]:before {
    display: inline-block;
    width: calc(50% - 1em);
    padding: 0.5em 1em;
    border-right: solid 1px #CCC;
  }
}
@media screen and (max-width: 980px) {
  .table table td[data-hide]:before {
    content: "" !important;
  }
}
@media screen and (max-width: 980px) and (min-width: 980px) {
  .table table td {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 980px) {
  .disclosure-tabs .tabs-nav {
    display: none;
  }
}
.disclosure-tabs .tabs-nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.disclosure-tabs:has(button.active) button {
  opacity: 0.4;
}
.disclosure-tabs:has(button.active) button.active {
  opacity: 1;
}
.disclosure-tabs button {
  font-weight: 700;
  position: relative;
  padding-right: 20px;
  white-space: nowrap;
}
.disclosure-tabs button * {
  margin: 0;
}
.disclosure-tabs button:before, .disclosure-tabs button:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 45%;
  background: #AD975E;
  width: 10px;
  height: 2px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.disclosure-tabs button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.disclosure-tabs button.active:after, .disclosure-tabs button.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 980px) {
  .disclosure-tabs .js-tab {
    display: none;
    margin-top: 1em;
  }
}
.hydrated .disclosure-tabs .js-tab {
  display: block;
}

.disclosure-tabs .js-tab .disclosure {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-style: italic;
}
@media screen and (max-width: 980px) {
  .disclosure-tabs .js-tab button {
    display: block !important;
    margin: 0 auto;
  }
  .disclosure-tabs .js-tab > div {
    display: none;
  }
  .disclosure-tabs .js-tab:has(.open) > div {
    display: block;
  }
  .disclosure-tabs .js-tab:first-of-type .tab-name {
    border-bottom: solid 1px #D6D6D6;
  }
  .disclosure-tabs .js-tab .tab-name {
    font-weight: 700;
    position: relative;
    padding-right: 20px;
    display: block;
    width: 100%;
    padding: 1em 1em;
    border-top: solid 1px #D6D6D6;
    text-align: left;
    --highlightColor: #A53860;
  }
}
@media screen and (max-width: 980px) and (min-width: 980px) {
  .disclosure-tabs .js-tab .tab-name {
    display: inline-block !important;
    width: auto;
    padding: 0;
    border: none;
  }
}
@media screen and (max-width: 980px) {
  .disclosure-tabs .js-tab .tab-name:before, .disclosure-tabs .js-tab .tab-name:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    background: var(--highlightColor);
    width: 10px;
    height: 2px;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .disclosure-tabs .js-tab .tab-name:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  }
  .disclosure-tabs .js-tab .tab-name.active:after, .disclosure-tabs .js-tab .tab-name.open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.disclosure-tabs .js-tab.active {
  display: block;
}

.box-accordion {
  border: solid 1px #AD975E;
  margin-bottom: 2em;
  border-radius: 6px;
}
.box-accordion > button {
  width: 100%;
  padding: 1em 50px 1em 1.5em;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.box-accordion > button:before, .box-accordion > button:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: #AD975E;
  width: 20px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.box-accordion > button:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.box-accordion.active > button:after, .box-accordion.active > button span:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.box-accordion .accordion-content {
  display: none;
}

.product-content {
  padding: 0 20px;
}
.product-content > .content {
  max-width: 1100px;
  margin: 0 auto;
  max-width: 1000px;
}
.product-content > .content .rate-table {
  margin-bottom: 2em;
}

.product-row .actions {
  margin-bottom: 2em;
  display: grid;
  grid-template-columns: min(100%, -webkit-max-content);
  grid-template-columns: min(100%, max-content);
  grid-gap: 10px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-top: 2em;
}
.product-row .actions .cta-btn, .product-row .actions button {
  border-color: var(--highlightColor);
  color: var(--highlightColor);
  text-align: center;
  position: relative; /* Ensure proper layering for pseudo-elements */
  background: var(--highlightColor) !important;
  color: #fff !important;
  border-radius: 45px; /* Optional styling */
  overflow: hidden; /* Prevent `::before` from spilling outside the button */
}
.product-row .actions .cta-btn:hover::before, .product-row .actions button:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); /* Semi-transparent black overlay */
  z-index: 0; /* Behind the text */
  pointer-events: none; /* Doesn't block interactions */
}
.product-row .actions .cta-btn:hover, .product-row .actions button:hover {
  color: #fff; /* Ensures text color stays consistent on hover */
}

.shared-services {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .shared-services {
    margin-bottom: 6em;
  }
}
.shared-services > .content {
  max-width: 1400px;
  margin: 0 auto;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shared-services > .content > .info {
  margin-bottom: 4em;
  text-align: center;
}
.shared-services > .content > .info h2 {
  color: #AD975E;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 980px) {
  .shared-services > .content > .info {
    position: relative;
  }
  .shared-services > .content > .info:before {
    content: "";
    width: 46px;
    height: 49px;
    background: #117A5C;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -80vw;
    right: 0;
    -webkit-transform: translate(10px, 10px) scaleX(0.6);
            transform: translate(10px, 10px) scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .info:before, .hydrated .shared-services > .content > .info:before {
    -webkit-transform: translate(10px, 10px) scaleX(1);
            transform: translate(10px, 10px) scaleX(1);
  }
  .shared-services > .content > .info:after {
    content: "";
    width: 54px;
    height: 86px;
    background: #A53860;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -80vw;
    right: 0;
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(10px, -49px) scaleY(0.6);
            transform: translate(10px, -49px) scaleY(0.6);
  }
  .active.shared-services > .content > .info:after, .hydrated .shared-services > .content > .info:after {
    -webkit-transform: translate(10px, -49px) scaleY(1);
            transform: translate(10px, -49px) scaleY(1);
  }
}
@media screen and (min-width: 980px) {
  .shared-services > .content > .cards .splide__track {
    overflow: visible;
  }
  .hydrated .shared-services > .content > .cards .splide__track {
    visibility: visible;
  }
  .shared-services > .content > .cards .splide__track .mobile-controls {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .shared-services > .content .mobile-controls {
    display: none;
  }
}
.shared-services > .content .splide__arrow--prev {
  left: -1.5em;
  width: 32px;
  aspect-ratio: 1;
  opacity: 1;
  top: 30vw;
}
.shared-services > .content .splide__arrow--prev svg {
  display: none;
}
.shared-services > .content .splide__arrow--next {
  right: -1.5em;
  width: 32px;
  opacity: 1;
  aspect-ratio: 1;
  top: 30vw;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
.shared-services > .content .splide__arrow--next svg {
  display: none;
}
.shared-services > .content .splide__pagination {
  bottom: -2em;
}
.shared-services > .content .splide__pagination .splide__pagination__page {
  background: #D4C6A7;
}
.shared-services > .content .splide__pagination .splide__pagination__page.is-active {
  background: #AD975E;
}
@media screen and (max-width: 980px) {
  .shared-services > .content > .cards:before {
    content: "";
    width: 73px;
    height: 57px;
    background: #AD975E;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-10px, -10px);
            transform: translate(-10px, -10px);
  }
  .shared-services > .content > .cards:after {
    content: "";
    width: 30px;
    height: 103px;
    background: #117A5C;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-10px, 57px);
            transform: translate(-10px, 57px);
  }
}
.shared-services > .content > .cards .card-list {
  /*display: grid;
  grid-template-columns: min(100%,max-content);
  justify-content: center;*/
}
@media screen and (min-width: 980px) {
  .shared-services > .content > .cards .card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: clamp(20px, 3vw, 46px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-gap: 1em;
  }
}
.shared-services > .content > .cards .card-list .card {
  padding: 0;
  max-width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 980px) {
  .shared-services > .content > .cards .card-list .card {
    -ms-flex-preferred-size: calc(33% - clamp(20px, 3vw, 46px));
        flex-basis: calc(33% - clamp(20px, 3vw, 46px));
    position: relative;
    text-align: left;
  }
  .shared-services > .content > .cards .card-list .card:first-of-type:before {
    content: "";
    width: 164px;
    height: 84px;
    background: #AD975E;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(-80%, -20px) scaleX(0.6);
            transform: translate(-80%, -20px) scaleX(0.6);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:first-of-type:before, .hydrated .shared-services > .content > .cards .card-list .card:first-of-type:before {
    -webkit-transform: translate(-80%, -20px) scaleX(1);
            transform: translate(-80%, -20px) scaleX(1);
  }
  .shared-services > .content > .cards .card-list .card:first-of-type:after {
    content: "";
    width: 44px;
    height: 86px;
    background: #117A5C;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translate(calc(-100% - 7px), 71px) scaleY(0.6);
            transform: translate(calc(-100% - 7px), 71px) scaleY(0.6);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:first-of-type:after, .hydrated .shared-services > .content > .cards .card-list .card:first-of-type:after {
    -webkit-transform: translate(calc(-100% - 7px), 71px) scaleY(1);
            transform: translate(calc(-100% - 7px), 71px) scaleY(1);
  }
  .shared-services > .content > .cards .card-list .card:last-of-type:before {
    content: "";
    width: 54px;
    height: 155px;
    background: #A53860;
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-transform: translate(100%, 60px) scaleY(0.6);
            transform: translate(100%, 60px) scaleY(0.6);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:last-of-type:before, .hydrated .shared-services > .content > .cards .card-list .card:last-of-type:before {
    -webkit-transform: translate(100%, 60px) scaleY(1);
            transform: translate(100%, 60px) scaleY(1);
  }
  .shared-services > .content > .cards .card-list .card:last-of-type:after {
    content: "";
    width: 107px;
    height: 49px;
    background: #117A5C;
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    -webkit-transform: translate(calc(100% + 7px), 222px) scaleX(0.6);
            transform: translate(calc(100% + 7px), 222px) scaleX(0.6);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active.shared-services > .content > .cards .card-list .card:last-of-type:after, .hydrated .shared-services > .content > .cards .card-list .card:last-of-type:after {
    -webkit-transform: translate(calc(100% + 7px), 222px) scaleX(1);
            transform: translate(calc(100% + 7px), 222px) scaleX(1);
  }
}
.shared-services > .content > .cards .card-list .card > img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  margin-bottom: 1.5em;
}
.shared-services > .content > .cards .card-list .card > h3 {
  margin-bottom: 0.5em;
}
.shared-services > .content > .cards .card-list .card .copy {
  margin-bottom: 1em;
}
.shared-services > .content > .cards .card-list .card .copy *:last-child {
  margin-bottom: 0;
}
.shared-services > .content > .cards .card-list .card > a {
  color: #4C3B4D;
}
@media screen and (max-width: 980px) {
  .shared-services > .content > .cards .card-list .card > a {
    display: block;
    text-align: center;
  }
}

.comparison-table {
  --highlightColor: #4C3B4D;
  --textColor: #fff;
  --svgLight: var(--theme-tan-filter);
  --backgroundColor: #($white);
  background: var(--backgroundColor);
  color: var(--textColor);
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .comparison-table {
    padding: 0 20px;
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 980px) {
  .comparison-table .box-accordion {
    border-width: 1px 0;
    border-radius: 0;
  }
  .comparison-table .box-accordion .accordion-content {
    padding-bottom: 2em;
  }
}
.comparison-table > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: var(--highlightColor);
  padding: 3em 0;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content {
    border-radius: 60px;
    padding: 3em;
  }
}
.comparison-table > .content .compare-header {
  text-align: center;
  color: var(--textColor);
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .compare-header {
    margin-bottom: 2em;
  }
}
.comparison-table > .content .compare-header img {
  margin-bottom: 1em;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
}
.comparison-table > .content .compare-header h2 {
  color: var(--textColor);
  margin: 0;
}
.comparison-table > .content svg {
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
}
.comparison-table > .content .compare-button {
  padding: 2em 1em 1.5em;
  text-align: center;
}
.comparison-table > .content .compare-button:before, .comparison-table > .content .compare-button:after {
  content: none;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .compare-button {
    padding: 0;
  }
}
.comparison-table > .content .compare-button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .compare-button > span {
    padding: 1em 0px 1em 1em;
    display: grid;
    grid-template-columns: 38px 1fr 43px;
  }
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .compare-button > span {
    padding-right: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.comparison-table > .content .compare-button > span * {
  margin-bottom: 0;
}
.comparison-table > .content .compare-button > span > img {
  height: 30px;
  margin-right: 0.5em;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .compare-button > span > img {
    height: 40px;
  }
}
.comparison-table > .content .compare-button > span:before, .comparison-table > .content .compare-button > span:after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  background: #AD975E;
  width: 20px;
  height: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.comparison-table > .content .compare-button > span:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.comparison-table .box-accordion.active span:after {
  -webkit-transform: translateY(-50%) rotate(0deg) !important;
          transform: translateY(-50%) rotate(0deg) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.comparison-table > .content .compare-button *:last-child {
  margin: 0;
}
.comparison-table > .content ul {
  list-style: none;
  padding-left: 0;
}
.comparison-table > .content ul li {
  padding: 1.5em 0;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .splide:not(.is-overflow) .splide__arrows {
    display: none;
  }
}
.comparison-table > .content .splide:not(.is-overflow) .splide__slide:last-child {
  margin: 0 !important;
}
.comparison-table > .content .splide:not(.is-overflow) .splide__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comparison-table > .content .container {
  display: grid;
  grid-template-columns: minmax(0, 250px) auto;
  max-width: 1400px;
  margin: 0 auto;
  /*max-width: 1000px;*/
  position: relative;
}
.comparison-table > .content .container .headers {
  visibility: visible;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
}
.comparison-table > .content .container .headers .heading {
  font-size: clamp(2rem, 3vw, 2.1rem);
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .container .headers .heading {
    font-size: 1.4rem;
  }
}
.comparison-table > .content .container .headers li:first-of-type {
  text-indent: -9000em;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .container .headers {
    padding-right: 2em;
    padding-left: 2em;
  }
}
.comparison-table > .content .container .chart-container {
  grid-template-columns: repeat(auto-fit, 300px);
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1em;
  /*&:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -20px;
      right: -20px;
      background: rgb(255,255,255);
      background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 8%, rgba(255,255,255,0) 92%, rgba(255,255,255,1) 100%);
      z-index: 1;
  }*/
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .container .chart-container {
    pointer-events: none;
  }
}
.hydrated .comparison-table > .content .container .chart-container {
  visibility: visible;
}

.comparison-table > .content .container .chart-container:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), color-stop(5%, rgba(22, 22, 22, 0)), color-stop(95%, rgba(22, 22, 22, 0)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(22, 22, 22, 0) 5%, rgba(22, 22, 22, 0) 95%, rgba(0, 0, 0, 0.1) 100%);
  border-right: 1px solid rgba(112, 112, 112, 0.2);
  border-left: 1px solid rgba(112, 112, 112, 0.2);
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .container .chart-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(22, 22, 22, 0.2)), color-stop(2%, rgba(22, 22, 22, 0)), color-stop(98%, rgba(22, 22, 22, 0)), to(rgba(22, 22, 22, 0.2)));
    background: linear-gradient(90deg, rgba(22, 22, 22, 0.2) 0%, rgba(22, 22, 22, 0) 2%, rgba(22, 22, 22, 0) 98%, rgba(22, 22, 22, 0.2) 100%);
  }
}
.comparison-table > .content .container .chart-container .splide__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  padding: 0 0 0 0;
}
.comparison-table > .content .container .chart-container .column {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
.comparison-table > .content .container .chart-container .column li {
  text-align: center;
  font-size: 1.6rem;
  border-bottom: 1px solid rgba(32, 27, 32, 0.8);
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparison-table > .content .container .chart-container .column li:first-child {
  font-weight: 700;
  font-size: 2rem;
  border-bottom: 3px solid #A53860;
  padding: 0 1em;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .container .chart-container .column li:first-child {
    font-size: 1.4rem;
  }
}
.comparison-table > .content .container .chart-container .column li a {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
.comparison-table > .content .mobile-controls {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-column: 1/3;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls {
    position: relative;
  }
}
.comparison-table > .content .mobile-controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: 36px 1fr 36px;
  grid-gap: 0.5em;
  height: 50px;
}
.comparison-table > .content .mobile-controls .arrows .splide__arrow {
  background-image: url(../Images/ico-arrow-left.svg) #FFF;
  height: 36px;
  width: 36px;
  background-size: contain;
  -webkit-transform: translate(78%, -50%) scaleX(-1);
          transform: translate(78%, -50%) scaleX(-1);
  background-repeat: no-repeat;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow {
    height: 56px;
    width: 56px;
  }
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow {
    background-image: url(../Images/compare-mobile-arrow-left.svg) #FFF;
  }
}
.comparison-table > .content .mobile-controls .arrows .splide__arrow--prev {
  left: -2em;
}
@media screen and (min-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--prev {
    -webkit-transform: translate(-78%, -50%) scaleX(1);
            transform: translate(-78%, -50%) scaleX(1);
  }
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--prev {
    grid-area: prev;
    justify-self: center;
    -webkit-transform: translateY(-70%);
            transform: translateY(-70%);
  }
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--prev {
    left: 2em;
  }
}
.comparison-table > .content .mobile-controls .arrows .splide__arrow--next {
  right: -2em;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--next {
    -webkit-transform: scaleX(-1) translateY(-70%);
            transform: scaleX(-1) translateY(-70%);
    grid-area: next;
    justify-self: center;
  }
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .arrows .splide__arrow--next {
    right: 2em;
  }
}
.comparison-table > .content .mobile-controls .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 1em;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .splide__pagination {
    grid-area: dots;
    bottom: 0;
    grid-gap: 10px;
    padding-right: 0px !important;
  }
}
.comparison-table > .content .mobile-controls .splide__pagination li button {
  height: 15px;
  width: 15px;
  border: 1px solid white;
  background: none;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  opacity: 0.5;
}
@media screen and (max-width: 980px) {
  .comparison-table > .content .mobile-controls .splide__pagination li button {
    height: 8px;
    width: 8px;
  }
}
.comparison-table > .content .mobile-controls .splide__pagination li button.is-active {
  background-color: white;
  border-color: white;
  opacity: 1;
  color: var(--highlightColor);
}

@media screen and (min-width: 980px) {
  .community-photos {
    padding: 0 20px;
    padding-bottom: 4em;
  }
}
.community-photos > .content {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  padding: 4em 20px 6em;
  text-align: center;
  border: solid 1px #D2D1D0;
}
@media screen and (min-width: 980px) {
  .community-photos > .content {
    border-radius: 60px;
    padding: 3em;
  }
}
.community-photos > .content .filter {
  margin-bottom: 2em;
}
.community-photos > .content .filter .blog-filter {
  font-weight: 700;
  margin-bottom: 1.5em;
}
.community-photos > .content .filter .blog-filter img {
  margin-right: 5px;
}
.community-photos > .content .filter .filter-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-photos > .content .filter .filter-categories .cta-lnk {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  margin-bottom: 0.5em;
  padding: 0.7em 2em;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .community-photos > .content .filter .filter-categories .cta-lnk {
    padding: 0.3em 1em;
    text-decoration: underline;
  }
}
.community-photos > .content .filter .filter-categories .cta-lnk.active {
  font-weight: 700;
}
.community-photos > .content .filter .filter-categories .cta-lnk.active:after {
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  background: #AD975E;
  display: block;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 980px) {
  .community-photos > .content .filter .filter-categories .cta-lnk.active:after {
    height: 6px;
    bottom: -6px;
  }
}
.community-photos > .content .photos {
  display: grid;
  grid-gap: 40px;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .community-photos > .content .photos {
    grid-template-columns: 1fr 1fr 1fr;
    text-align: left;
  }
}
.community-photos > .content .photos .comm-photo-card {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.community-photos > .content .photos .comm-photo-card.hidden {
  opacity: 0;
}
@starting-style {
  .community-photos > .content .photos .comm-photo-card {
    opacity: 0;
  }
}
.community-photos > .content .photos .photo-container {
  aspect-ratio: 16/9;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.community-photos > .content .photos .photo-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.disclosure-area {
  padding: 0 20px;
  margin-bottom: 3em;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 300;
}
@media screen and (min-width: 980px) {
  .disclosure-area {
    margin-bottom: 4em;
  }
}
.disclosure-area > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.content .disclosure-area {
  padding: 0;
}
.disclosure-area.center {
  text-align: center;
}

.rate-table {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .rate-table {
    margin-bottom: 5em;
  }
}
.rate-table > .content h2 {
  margin-bottom: 0.1em;
}
.rate-table > .content .table-holder {
  border: solid 1px #AD975E;
  padding: 1em;
  margin-bottom: 0.7em;
}
.rate-table > .content .table {
  margin-top: 2em;
}
.product-content .rate-table > .content .table {
  margin-top: 1em;
}
.content .rate-table {
  padding: 0;
}

.rates-accordion {
  padding: 0 20px;
  margin-bottom: 2em;
}
.rates-accordion > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.rates-accordion > .content .rate-section {
  padding: clamp(2em, 2vw, 3em);
}
.rates-accordion > .content .rate-section .rate-section-header {
  margin-bottom: 2em;
}
.rates-accordion > .content .rate-section .rate-section-header h2 {
  margin-bottom: 0.1em;
}
.rates-accordion > .content .rate-section .rate-section-header .effective-date {
  margin: 0;
}
.rates-accordion > .content .rate-section .table {
  padding: 0;
}
.rates-accordion .icon-header {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(2rem, 3vw, 2.8rem);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  padding: 0.5em 50px 0.5em 1em;
}
.rates-accordion .icon-header span * {
  margin: 0;
}

.questionnaire-widget {
  padding: 0 20px;
  margin-bottom: 3em;
}
@media screen and (min-width: 980px) {
  .questionnaire-widget {
    margin-bottom: 6em;
  }
}
.questionnaire-widget > .content {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.questionnaire-widget > .content h2 {
  margin-bottom: 0.7em;
}
.questionnaire-widget > .content .copy {
  margin-bottom: 3em;
}
.questionnaire-widget > .content .questionnaire .question {
  background: #EAE4D6;
  padding: 3em 3em 1em;
  max-width: 600px;
  margin: 0 auto;
}
.questionnaire-widget > .content .questionnaire .question .question-copy {
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.questionnaire-widget > .content .questionnaire .question .answers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  margin-bottom: 2em;
}
.questionnaire-widget > .content .questionnaire .question .answers button p {
  margin: 0;
}

.community-banner {
  --highlightColor: #A53860;
  --textColor: #fff;
  --svgLight: var(--theme-tan-filter);
  --backgroundColor: #4C3B4D;
  background-color: var(--backgroundColor);
  position: relative;
  margin-bottom: 6em;
  padding: 3em 20px 6em;
  border-bottom: solid 5px #AD975E;
}
@media screen and (min-width: 980px) {
  .community-banner {
    padding: 6em 20px;
  }
}
.community-banner .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.community-banner .background img, .community-banner .background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.community-banner .background:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(from var(--highlightColor) r g b/0.85);
  z-index: 2;
}
.community-banner:after {
  content: "";
  width: 200px;
  height: 56px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0px;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%);
  background: url(../images/trees.svg) no-repeat;
  background-size: contain;
  -webkit-transform: translate(-20%, 50%);
          transform: translate(-20%, 50%);
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .community-banner:after {
    width: 70%;
    height: auto;
    aspect-ratio: 3.6;
    display: block;
    position: absolute;
    bottom: 3.4vw;
  }
}
@media screen and (min-width: 980px) {
  .community-banner:after {
    width: 382px;
    height: 106px;
  }
}
.community-banner > .content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 980px) {
  .community-banner > .content {
    grid-template-columns: 6fr 5fr;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
.photo-back.community-banner > .content {
  display: block;
  text-align: center;
}

.community-banner > .content .photo-area {
  border: solid 4px #fff;
  border-radius: 30px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "video video" "image1 image2";
}
@media screen and (max-width: 980px) {
  .community-banner > .content .photo-area {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.community-banner > .content .photo-area:before {
  content: "";
  width: 55px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  background: url(../images/flying-doves-group.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}
.community-banner > .content .photo-area > *:nth-child(1) {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  grid-area: video;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-bottom: solid 4px #fff;
}
.community-banner > .content .photo-area > *:nth-child(2) {
  border-radius: 0 0 0 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-right: solid 4px #fff;
}
.community-banner > .content .photo-area > *:nth-child(3) {
  border-radius: 0 0 30px 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.community-banner > .content .photo-area:not(:has(> :nth-child(3))) {
  grid-template-areas: "video video" "image1 image1";
}
.community-banner > .content .photo-area:not(:has(> :nth-child(3))) > *:nth-child(2) {
  border-radius: 0 0 30px 30px;
  border: none;
}
.community-banner > .content .photo-area:not(:has(> :nth-child(2))) {
  grid-template-areas: "video video";
  grid-template-columns: 1fr;
}
.community-banner > .content .photo-area:not(:has(> :nth-child(2))) > div {
  border: none;
}
.community-banner > .content .photo-area:not(:has(> :nth-child(2))) img, .community-banner > .content .photo-area:not(:has(> :nth-child(2))) video {
  border-radius: 30px;
  border: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.community-banner > .content .photo-area .video {
  grid-area: video;
  border-bottom: solid 4px #fff;
  position: relative;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
}
.community-banner > .content .photo-area .video button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.community-banner > .content .photo-area .video button img {
  width: clamp(100px, 8vw, 150px);
  height: auto;
  aspect-ratio: 1;
}
.community-banner > .content .photo-area .video video, .community-banner > .content .photo-area .video img, .community-banner > .content .photo-area .video iframe {
  width: 100%;
  aspect-ratio: 900/532;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.community-banner > .content .photo-area .video iframe {
  border-radius: 30px;
}
.community-banner > .content .photo-area .photo-left {
  grid-area: image1;
  border-right: solid 2px #fff;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}
.community-banner > .content .photo-area .photo-left img {
  width: 100%;
  aspect-ratio: 483/322;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.community-banner > .content .photo-area .photo-right {
  grid-area: image2;
  border-left: solid 2px #fff;
  border-radius: 0 0 30px 0;
  overflow: hidden;
}
.community-banner > .content .photo-area .photo-right img {
  aspect-ratio: 483/322;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.community-banner > .content .info-holder {
  padding: 2em 0;
}
.photo-back.community-banner > .content .info-holder {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .community-banner > .content .info-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 3em;
  }
}
.community-banner > .content .info-holder > h2 {
  color: #fff;
  margin-bottom: 1.5em;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .community-banner > .content .info-holder > h2 {
    margin-bottom: 0.8em;
    text-align: left;
  }
  .photo-back.community-banner > .content .info-holder > h2 {
    text-align: center;
  }
}
.community-banner > .content .info-holder .copy {
  margin-bottom: 2em;
  color: #fff;
}
.community-banner > .content .info-holder .copy *:last-child {
  margin: 0;
}
.community-banner > .content .info-holder .actions {
  display: grid;
  grid-template-columns: minmax(1fr, -webkit-max-content);
  grid-template-columns: minmax(1fr, max-content);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 980px) {
  .community-banner > .content .info-holder .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.community-banner > .content .icon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 2em;
}
@media screen and (min-width: 980px) {
  .community-banner > .content .icon-grid {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
}
.stats-below.community-banner > .content .icon-grid {
  grid-template-columns: 1fr 1fr;
  grid-column: 1/3;
  margin-top: 3em;
}
@media screen and (min-width: 980px) {
  .stats-below.community-banner > .content .icon-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.stats-below.community-banner > .content .icon-grid .icon-box {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  text-align: center;
  padding: 2em;
}

.community-banner > .content .icon-grid .icon-box > img {
  width: 90px;
  margin-bottom: 1.5em;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
}
.community-banner > .content .icon-grid .icon-box .stat {
  font-weight: 900;
  font-size: clamp(3rem, 3vw, 4rem);
  margin-bottom: 0.3em;
  color: var(--textColor);
}
.community-banner > .content .icon-grid .icon-box .copy {
  color: var(--textColor);
  font-size: clamp(1.4rem, 1.2vw, 1.8rem);
}

.icon-banner {
  --highlightColor: #A53860;
  --textColor: #fff;
  --svgColor: var(--theme-red-filter);
  --backgroundColor: #F4F2F1;
  background-color: var(--backgroundColor);
  width: 100%;
  padding: 5em 0;
  margin-bottom: 6em;
}
@media screen and (min-width: 980px) {
  .icon-banner {
    padding: 5em 20px;
  }
}
.icon-banner.cards {
  padding: 0 20px;
}
.icon-banner.inverted-cards {
  background-color: var(--highlightColor);
}
.icon-banner .carousel-nav {
  position: relative;
  margin-top: 2em;
}
.icon-banner .carousel-nav .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 0 30px;
}
.icon-banner .carousel-nav .splide__arrow {
  position: static;
  -webkit-transform: none;
          transform: none;
  background: none;
}
.icon-banner .carousel-nav .splide__pagination {
  position: absolute;
  top: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 5px;
}
.icon-banner .carousel-nav .splide__pagination .splide__pagination__page {
  border: solid 2px #AD975E;
  width: 16px;
  height: 16px;
  background: white;
}
.icon-banner .carousel-nav .splide__pagination .splide__pagination__page.is-active {
  background: #A53860;
  border-color: #A53860;
  -webkit-transform: none;
          transform: none;
}
.icon-banner > .content {
  text-align: center;
}
.icon-banner > .content > h2 {
  margin-bottom: 2em;
  text-align: center;
}
.inverted-cards.icon-banner > .content > h2 {
  color: var(--textColor);
}

@media screen and (max-width: 980px) {
  .icon-banner > .content > h2 {
    padding: 0 30px;
    max-width: 100%;
  }
}
.icon-banner > .content .icons .icon-list {
  padding: 0;
}
@media screen and (min-width: 980px) {
  .icon-banner > .content .icons .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: clamp(30px, 3vw, 50px);
       -moz-column-gap: clamp(30px, 3vw, 50px);
            column-gap: clamp(30px, 3vw, 50px);
    row-gap: clamp(30px, 3vw, 50px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .grid-cards.icon-banner > .content .icons .icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto;
  }
}
.icon-banner > .content .icons .tile-card {
  background: var(--highlightColor);
  border-radius: 30px;
  padding: 40px;
  text-align: center;
  width: clamp(300px, 30vw, 378px);
}
.icon-banner > .content .icons .tile-card:hover .icon {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.grid-cards.icon-banner > .content .icons .tile-card:nth-of-type(4n + 1) {
  background: #4C3B4D;
}
.grid-cards.icon-banner > .content .icons .tile-card:nth-of-type(4n + 2) {
  background: #AD975E;
}
.grid-cards.icon-banner > .content .icons .tile-card:nth-of-type(4n + 3) {
  background: #117A5C;
}
.grid-cards.icon-banner > .content .icons .tile-card:nth-of-type(4n + 4) {
  background: #59A5D8;
}

@media screen and (max-width: 980px) {
  .icon-banner > .content .icons .tile-card {
    margin: 0 auto 2em;
  }
}
.inverted-cards.icon-banner > .content .icons .tile-card {
  background: #fff;
}

.icon-banner > .content .icons .tile-card .icon {
  margin: 0 auto 1em;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-banner > .content .icons .tile-card .icon img {
  width: 80px;
  -webkit-filter: var(--svgColor);
          filter: var(--svgColor);
}
.cards.icon-banner > .content .icons .tile-card .icon {
  border-radius: 50%;
  aspect-ratio: 1;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 5px 0;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 1em;
  width: 100px;
}
@media screen and (max-width: 980px) {
  .cards.icon-banner > .content .icons .tile-card .icon {
    width: 100px;
    margin: 0 auto 1em;
  }
}
.cards.icon-banner > .content .icons .tile-card .icon img {
  width: 50px;
  -webkit-filter: var(--svgColor);
          filter: var(--svgColor);
}

.grid-cards.icon-banner > .content .icons .tile-card .icon img {
  -webkit-filter: var(--theme-white-filter);
          filter: var(--theme-white-filter);
}

.icon-banner > .content .icons .tile-card .info {
  color: var(--textColor);
}
.grid-cards.icon-banner > .content .icons .tile-card .info {
  color: #fff;
}

.inverted-cards.icon-banner > .content .icons .tile-card .info {
  color: #333132;
}

.icon-banner > .content .icons .tile-card .info h2 {
  margin-bottom: 1em;
  color: var(--textColor);
}
.grid-cards.icon-banner > .content .icons .tile-card .info h2 {
  color: #fff;
}

.inverted-cards.icon-banner > .content .icons .tile-card .info h2 {
  color: #333132;
}

.icon-banner > .content .icons .tile-card .info .copy {
  margin: 0 0 1.4em;
}
.icon-banner > .content .icons .tile-card .info .copy *:last-child {
  margin: 0;
}
.icon-banner > .content .icons .tile-card .info .copy a {
  color: var(--textColor);
}
.grid-cards.icon-banner > .content .icons .tile-card .info .copy a {
  color: #fff;
}

.inverted-cards.icon-banner > .content .icons .tile-card .info .actions a {
  color: var(--highlightColor);
  border-color: var(--highlightColor);
}
.inverted-cards.icon-banner > .content .icons .tile-card .info .actions a:hover, .inverted-cards.icon-banner > .content .icons .tile-card .info .actions a:focus {
  background: var(--highlightColor);
  color: var(--textColor);
}
.inverted-cards.icon-banner > .content .icons .tile-card .info .actions a.cta-btn {
  background: var(--highlightColor);
  color: #fff;
}
.inverted-cards.icon-banner > .content .icons .tile-card .info .actions a.cta-btn:hover, .inverted-cards.icon-banner > .content .icons .tile-card .info .actions a.cta-btn:focus {
  background: var(--highlightColor);
  color: var(--textColor);
}

@media screen and (max-width: 980px) {
  .icon-banner > .content .icons .icon-block {
    padding: 0 2em;
  }
}
.icon-banner > .content .icons .icon-block:hover .icon img, .icon-banner > .content .icons .icon-block:focus .icon img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.icon-banner > .content .icons .icon-block:hover a, .icon-banner > .content .icons .icon-block:focus a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
}
.icon-banner > .content .icons .icon-block .icon {
  border-radius: 50%;
  aspect-ratio: 1;
  padding: 3em;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 5px 0;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 980px) {
  .icon-banner > .content .icons .icon-block .icon {
    width: 200px;
    margin: 0 auto 1em;
  }
}
.icon-banner > .content .icons .icon-block .icon img {
  width: 70px;
  -webkit-filter: var(--svgColor);
          filter: var(--svgColor);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.icon-banner > .content .icons .icon-block > span, .icon-banner > .content .icons .icon-block > a {
  font-size: 2rem;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (min-width: 980px) {
  .icon-banner > .content .icons .icon-block > span, .icon-banner > .content .icons .icon-block > a {
    font-size: clamp(1.6rem, 1vw, 1.8rem);
  }
}
.icon-banner > .content .splide__pagination {
  bottom: -2.5em;
}
.icon-banner.nonprofit .icon > img {
  -webkit-filter: none !important;
  filter: none !important;
}

.product-row {
  --highlightColor: #A53860;
  --textColor: #333132;
  --svgLight: var(--theme-white-filter);
  --svgColor: var(--theme-tan-filter);
  padding: 0 20px 2em;
  border-bottom: solid 1px #D2D1D0;
  margin-bottom: 2em;
}
.product-row > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .product-row > .content {
    display: grid;
    grid-template-columns: 2fr 4fr;
    grid-gap: clamp(30px, 3vw, 70px);
  }
}
.product-row > .content .photo-area {
  width: 100%;
  aspect-ratio: 464/260;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .product-row > .content .photo-area {
    margin-bottom: 0;
  }
}
.product-row > .content .photo-area > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.product-row > .content .photo-area .icon {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: rgb(from var(--highlightColor) r g b/0.75);
  width: clamp(80px, 8vw, 100px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-row > .content .photo-area .icon > img {
  width: 50%;
  -webkit-filter: var(--theme-white-filter);
          filter: var(--theme-white-filter);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
.active.product-row > .content .photo-area .icon > img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.product-row > .content .info {
  padding: 1em;
  color: #333132;
}
@media screen and (min-width: 980px) {
  .product-row > .content .info {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: clamp(30px, 3vw, 70px);
    padding: 1em 0 0 0;
  }
}
.product-row > .content .info h2 {
  margin-bottom: 0.5em;
}
.product-row > .content .info .copy {
  margin-bottom: 1em;
}
@media screen and (min-width: 980px) {
  .product-row > .content .info .copy {
    margin-bottom: 0;
  }
}
.product-row > .content .info .copy *:last-child {
  margin: 0;
}
.product-row > .content .actions {
  display: grid;
  grid-gap: 0.5em;
  grid-template-columns: 1fr;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 980px) {
  .product-row > .content .actions {
    grid-template-columns: minmax(170px, -webkit-max-content);
    grid-template-columns: minmax(170px, max-content);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.product-row > .content .actions a, .product-row > .content .actions button {
  border-color: var(--highlightColor);
  color: var(--highlightColor);
}
.product-row > .content .actions a.cta-btn, .product-row > .content .actions button.cta-btn {
  background: var(--highlightColor);
  color: #fff !important;
}

.cross-sell-block {
  --backgroundColor: #fff;
  padding: 0 20px;
  margin-bottom: 4em;
  background: var(--backgroundColor);
}
.cross-sell-block > .content {
  max-width: 1100px;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 980px) {
  .cross-sell-block > .content .cross-sell {
    border-radius: 30px 0 0 0;
    overflow: hidden;
  }
}
.cross-sell-block > .content .cross-sell:first-of-type {
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .cross-sell-block > .content .cross-sell:first-of-type {
    border-radius: 80px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .cross-sell-block > .content .cross-sell:nth-of-type(even) {
    border-radius: 0 80px 0 0;
  }
}
.cross-sell-block > .content .cross-sell:nth-of-type(even) > .content {
  grid-template-columns: 2fr 1fr;
}
.cross-sell-block > .content .cross-sell:nth-of-type(even) .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.cross-sell-block > .content .cross-sell:nth-of-type(even) .photo .banner {
  left: 0;
}
.cross-sell-block > .content .cross-sell:nth-of-type(even) .info {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 980px) {
  .cross-sell-block > .content .cross-sell:last-of-type {
    border-radius: 0 0 50px 0;
    overflow: hidden;
  }
}

.cross-sell {
  padding: 0 20px;
  margin-bottom: 18px;
}
.cross-sell > .content {
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .cross-sell > .content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 18px;
  }
}
.cross-sell > .content .photo {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .cross-sell > .content .photo {
    aspect-ratio: 1;
  }
}
.cross-sell > .content .photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.active.cross-sell > .content .photo > img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cross-sell > .content .photo .banner {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background: var(--highlightColor);
  height: 80px;
  width: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cross-sell > .content .photo .banner > img {
  width: 37px;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
}
.cross-sell > .content .photo .banner:before, .cross-sell > .content .photo .banner:after {
  content: "";
  display: block;
  background: var(--highlightColor);
  width: 50%;
  height: 12px;
  position: absolute;
  bottom: -11px;
}
.cross-sell > .content .photo .banner:before {
  left: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 0);
}
.cross-sell > .content .photo .banner:after {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.cross-sell > .content .info {
  background: #F4F2F1;
  padding: 2em;
}
@media screen and (min-width: 980px) {
  .cross-sell > .content .info {
    padding: 4em;
  }
}
.cross-sell > .content .info h2 {
  margin-bottom: 1em;
}
.cross-sell > .content .info .copy {
  margin-bottom: 1.7em;
}
.cross-sell > .content .info .copy *:last-child {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .cross-sell > .content .info .actions {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cross-sell > .content .info .actions a, .cross-sell > .content .info .actions button {
  border-color: var(--highlightColor);
  color: var(--highlightColor);
}
.cross-sell > .content .info .actions a.cta-btn, .cross-sell > .content .info .actions button.cta-btn {
  background: var(--highlightColor);
  color: #fff !important;
}
.content .cross-sell {
  padding: 0;
}

.resources-block {
  --highlightColor: #AD975E;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  background-color: var(--highlightColor);
  margin-bottom: 4em;
  padding: 3em 20px;
}
.resources-block > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.resources-block > .content .info-header {
  text-align: center;
}
.resources-block > .content .info-header img {
  margin-bottom: 0.7em;
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
  width: 40px;
}
.resources-block > .content .info-header > h2 {
  margin-bottom: 0.4em;
  color: var(--textColor);
}
.resources-block > .content .info-header .copy {
  color: var(--textColor);
  margin-bottom: 3em;
}
.resources-block > .content .info-header .copy *:last-child {
  margin: 0;
}
.resources-block > .content .articles .card-list {
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 980px) {
  .resources-block > .content .articles .card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
  }
}
.hydrated .resources-block > .content .articles .card-list {
  visibility: visible;
}

@media screen and (max-width: 980px) {
  .resources-block > .content .article-card {
    margin-bottom: 2em;
  }
}
.resources-block > .content .article-card .photo {
  margin-bottom: 1em;
  border: none;
}
.resources-block > .content .article-card .photo img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border: solid 4px #fff;
  border-radius: 30px;
}
.resources-block > .content .article-card .cta-link {
  text-align: center;
  color: var(--textColor);
}
@media screen and (min-width: 980px) {
  .resources-block > .content .mobile-controls {
    display: none;
  }
}

.jump-nav {
  --highlightColor: #117A5C;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  --svgColor: var(--theme-tan-filter);
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .jump-nav {
    background: none;
    padding: 0 0 0em 0;
  }
}
.jump-nav.overlap {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 980px) {
  .jump-nav.overlap {
    height: 0px;
  }
}
@media screen and (min-width: 980px) {
  .jump-nav.overlap > .content {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.jump-nav > .content {
  max-width: 1400px;
  margin: 0 auto;
  background-color: var(--highlightColor);
  border-radius: 30px;
  padding: 2em 2em;
}
@media screen and (max-width: 980px) {
  .jump-nav > .content {
    border-radius: 0;
  }
}
@media screen and (min-width: 980px) {
  .jump-nav > .content {
    border-radius: 0 0 30px 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5em 2em;
  }
}
.jump-nav > .content nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  font-size: clamp(1.4rem, 1.3vw, 1.8rem);
}
.jump-nav > .content nav span {
  font-weight: 700;
  white-space: nowrap;
  display: block;
}
.jump-nav > .content nav span p {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .jump-nav > .content nav span {
    margin-bottom: 1em;
  }
}
.jump-nav > .content .js-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
}
@media screen and (max-width: 980px) {
  .jump-nav > .content .js-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.jump-nav > .content button, .jump-nav > .content span {
  color: var(--textColor);
}

.history-banner {
  --highlightColor: #4C3B4D;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  padding: 3em 20px;
  position: relative;
}
@media screen and (min-width: 980px) {
  .history-banner {
    padding: 6em 20px;
  }
}
.history-banner .background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.history-banner .background:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(from var(--highlightColor) r g b/0.8);
  z-index: 2;
}
.history-banner .background img, .history-banner .background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.history-banner > .content {
  max-width: 1600px;
  margin: auto;
  padding: 4em 0em;
  color: var(--textColor);
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 980px) {
  .history-banner > .content {
    background: rgb(from var(--highlightColor) r g b/0.9);
    border-radius: 60px;
    padding: 4em 1em;
  }
}
.history-banner > .content .header-area {
  text-align: center;
  margin-bottom: 1em;
}
.history-banner > .content .header-area h2 {
  color: var(--textColor);
}
.history-banner > .content .info {
  margin-bottom: 4em;
}
.history-banner > .content .tile-area {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  margin-bottom: 3em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 980px) {
  .history-banner > .content .tile-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.history-banner > .content .tile-area .history-tile {
  text-align: center;
  min-width: 250px;
}
.history-banner > .content .tile-area .history-tile .icon {
  position: relative;
  margin-bottom: 4em;
}
.history-banner > .content .tile-area .history-tile .icon img {
  -webkit-filter: var(--svgLight);
          filter: var(--svgLight);
  width: 70px;
}
.history-banner > .content .tile-area .history-tile .icon:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #AD975E;
  position: absolute;
  bottom: -9px;
  left: 50%;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .history-banner > .content .tile-area .history-tile .icon:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@media screen and (min-width: 980px) {
  .history-banner > .content .tile-area .history-tile .icon:after {
    width: 100%;
    bottom: -2em;
    left: 0;
  }
}
.history-banner > .content .tile-area .history-tile .icon:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 2;
  background: var(--highlightColor);
  border-radius: 50%;
  border: solid 1px #AD975E;
  bottom: -2em;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.history-banner > .content .tile-area .history-tile:first-of-type .icon:after {
  width: 50%;
  left: 50%;
}
@media screen and (max-width: 980px) {
  .history-banner > .content .tile-area .history-tile:first-of-type .icon:after {
    width: 30px;
    left: 50%;
    bottom: -2em;
  }
}
.history-banner > .content .tile-area .history-tile:last-of-type .icon:after {
  width: 50%;
  left: 0%;
}
@media screen and (max-width: 980px) {
  .history-banner > .content .tile-area .history-tile:last-of-type .icon:after {
    width: 30px;
    left: 50%;
  }
}
.history-banner > .content .tile-area .history-tile .info {
  padding: 0 2em;
}
.history-banner > .content .tile-area .history-tile .info h3 {
  color: var(--textColor);
  margin-bottom: 0.2em;
}
.history-banner > .content .tile-area .history-tile .info .copy {
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
  color: var(--textColor);
}

.team-spotlight {
  --highlightColor: #A53860;
  --textColor: #fff;
  --svgLight: var(--theme-white-filter);
  padding: 4em 20px;
  background: linear-gradient(180deg, #eae4d6 0%, #eae4d6 clamp(200px, 35%, 480px), rgb(255, 255, 255) clamp(200px, 35%, 480px), rgb(255, 255, 255) 100%);
}
.team-spotlight > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1500px;
}
.team-spotlight > .content .banner {
  background: var(--highlightColor);
  color: var(--textColor);
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  font-weight: 700;
  padding: 0.7em 3em;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 20px) 50%, 100% 100%, 0% 100%, 20px 50%, 0% 0%);
  margin: 0 auto 5em;
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.team-spotlight > .content .banner *:last-child {
  margin: 0;
}
@media screen and (min-width: 980px) {
  .team-spotlight > .content .team-area {
    display: grid;
    grid-template-columns: 4fr 5fr;
    grid-gap: clamp(30px, 4vw, 80px);
  }
}
.team-spotlight > .content .team-area .team-grid h2 {
  text-align: center;
  color: #333132;
  margin-bottom: 2em;
}
.team-spotlight > .content .team-area .team-grid .employees {
  display: grid;
  grid-template-columns: minmax(auto, 350px);
  grid-gap: clamp(40px, 5vw, 50px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 980px) {
  .team-spotlight > .content .team-area .team-grid .employees {
    margin-bottom: 2em;
    padding: 0 1em;
  }
}
@media screen and (min-width: 980px) {
  .team-spotlight > .content .team-area .team-grid .employees {
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.team-spotlight > .content .team-area .team-grid .employees .employee-card .photo {
  width: 100%;
  aspect-ratio: 26/30;
  margin-bottom: 1em;
}
.team-spotlight > .content .team-area .team-grid .employees .employee-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 30px;
}
.team-spotlight > .content .team-area .team-grid .employees .employee-card .info h3 {
  margin-bottom: 0.3em;
}
.team-spotlight > .content .team-area .team-grid .employees .employee-card .info .title {
  margin: 0;
}
@media screen and (max-width: 980px) {
  .team-spotlight > .content .team-area .team-grid .employees .employee-card .info {
    padding: 0 1em;
  }
}
.team-spotlight > .content .team-area .team-overview h2 {
  text-align: center;
  color: #333132;
  margin-bottom: 2em;
}
.team-spotlight > .content .team-area .team-overview .photo {
  width: 100%;
  margin-bottom: 1.5em;
}
.team-spotlight > .content .team-area .team-overview .photo img {
  width: 100%;
  border-radius: 30px;
}
.team-spotlight > .content .team-area .team-overview .copy {
  color: #333132;
}

.colored-box {
  --highlightColor: #A53860;
  --textColor: #fff;
  --svgColor: none;
  --backgroundColor: #($white);
  padding: 0 20px;
  margin-bottom: 3em;
  background-color: var(--backgroundColor);
}
@media screen and (min-width: 980px) {
  .colored-box {
    margin-bottom: 4em;
  }
}
.colored-box > .content {
  max-width: 1400px;
  margin: 0 auto;
  max-width: 1100px;
  color: var(--textColor);
  background: var(--highlightColor);
  border-radius: 30px;
  padding: 2em;
}
@media screen and (min-width: 980px) {
  .colored-box > .content:has(.photo) {
    display: grid;
    grid-template-columns: 140px 1fr;
    grid-gap: clamp(30px, 4vw, 50px);
  }
}
.colored-box > .content .photo {
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 10px 0;
          box-shadow: rgba(0, 0, 0, 0.25) 1px 1px 10px 0;
  background: #fff;
}
@media screen and (max-width: 980px) {
  .colored-box > .content .photo {
    width: 100px;
    margin: 0 auto 2em;
  }
}
.colored-box > .content .photo img {
  width: 45%;
  -webkit-filter: var(--svgColor);
          filter: var(--svgColor);
}
.colored-box > .content h3 {
  color: var(--textColor);
}
.content .colored-box {
  padding: 0;
}
.colored-box.center {
  text-align: center;
}
.colored-box .copy a {
  color: var(--textColor);
}
.colored-box .copy a:hover {
  color: #DFDFDE;
  text-decoration-color: #DFDFDE;
}
.colored-box .actions {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.5em;
}
@media screen and (min-width: 980px) {
  .colored-box .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.center.colored-box .actions {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colored-box ul {
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 980px) {
  .colored-box ul {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 980px) {
  .colored-box ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: clamp(30px, 2vw, 50px);
       -moz-column-gap: clamp(30px, 2vw, 50px);
            column-gap: clamp(30px, 2vw, 50px);
  }
}
.colored-box ul li {
  margin-bottom: 0.8em;
}
.colored-box ul li a {
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  .colored-box.cols-one ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
@media screen and (min-width: 980px) {
  .colored-box.cols-three ul {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: clamp(20px, 2vw, 50px);
       -moz-column-gap: clamp(20px, 2vw, 50px);
            column-gap: clamp(20px, 2vw, 50px);
  }
}
.colored-box.center {
  text-align: center;
}

.faq-widget {
  padding: 0 20px;
  margin-bottom: 4em;
}
.faq-widget > .content {
  max-width: 1400px;
  margin: 0 auto;
}
.faq-widget > .content > h2 * {
  margin: 0;
}
.faq-widget > .content .copy {
  margin-bottom: 2em;
}
.faq-widget > .content .copy *:last-of-type {
  margin: 0;
}
.content .faq-widget {
  padding: 0;
}

.js-accordion-container {
  border-bottom: solid 1px #A53860;
}
.js-accordion-container:first-of-type {
  border-top: solid 1px #A53860;
}
.js-accordion-container .js-accordion-button {
  padding-right: 30px;
  text-align: left;
  cursor: pointer;
  padding: 0.8em 30px 0.8em 0;
  font-weight: 700;
  font-size: clamp(1.8rem, 2vw, 2.2rem);
  position: relative;
}
.js-accordion-container .js-accordion-button * {
  pointer-events: none;
  margin: 0;
}
.js-accordion-container .js-accordion-button:after, .js-accordion-container .js-accordion-button:before {
  content: "";
  width: 12px;
  height: 3px;
  display: block;
  position: absolute;
  background: #A53860;
  right: 10px;
  top: calc(50% - 3px);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-accordion-container .js-accordion-button:before {
  -webkit-transform: translateX(-5px) rotate(40deg);
          transform: translateX(-5px) rotate(40deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.js-accordion-container.active > .js-accordion-button:before {
  top: calc(50% - 0px);
  -webkit-transform: translateX(-5px) rotate(-40deg);
          transform: translateX(-5px) rotate(-40deg);
}
.js-accordion-container.active > .js-accordion-button:after {
  top: calc(50% - 0px);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.js-accordion-container .js-accordion-content {
  display: none;
}
/*# sourceMappingURL=internal.css.map */
