@charset "UTF-8";
/**
** Core files/setup
*/
/**
 * CORE MIXINS
*/
/**
* Calculate the rem value of a unit (eventually)
*/
@keyframes rotate-forever {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes transition-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes transition-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes transition-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.c-row--margin-none {
  margin-bottom: 0 !important;
}

/**
* ROW--COLUMN
**/
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-row--column-small .panel-grid-cell {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-row--column-smedium .panel-grid-cell {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-row--column-default .panel-grid-cell {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-row--column-large .panel-grid-cell {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-row--column-xlarge .panel-grid-cell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--column-small .panel-grid-cell:nth-of-type(1), .c-row--column-smedium .panel-grid-cell:nth-of-type(1), .c-row--column-default .panel-grid-cell:nth-of-type(1), .c-row--column-large .panel-grid-cell:nth-of-type(1), .c-row--column-xlarge .panel-grid-cell:nth-of-type(1) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--column-small .panel-grid-cell:last-child, .c-row--column-smedium .panel-grid-cell:last-child, .c-row--column-default .panel-grid-cell:last-child, .c-row--column-large .panel-grid-cell:last-child, .c-row--column-xlarge .panel-grid-cell:last-child {
    padding-right: 0;
  }
}

/**
* ROW--MARGIN
**/
.c-row--margin-small {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-small {
    margin-bottom: 1rem;
  }
}
.c-row--margin-smedium {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-smedium {
    margin-bottom: 1.875rem;
  }
}
.c-row--margin-default {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-default {
    margin-bottom: 3.75rem;
  }
}
.c-row--margin-large {
  margin-bottom: 3.125rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-large {
    margin-bottom: 3.75rem;
  }
}
.c-row--margin-xlarge {
  margin-bottom: 3.75rem;
}
@media only screen and (min-width: 64em) {
  .c-row--margin-xlarge {
    margin-bottom: 6.25rem;
  }
}

/**
** Row layout variables
*/
/**
** Theme variables
*/
@font-face {
  font-family: "redhattext-bold";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-bold.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "redhattext-semibold";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-semibold.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "redhattext-medium";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-medium.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "redhattext-regular";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-regular.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "redhattext-light";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-light.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhattext-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "redhatdisplay-bold";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhatdisplay-bold.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhatdisplay-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "redhatdisplay-light";
  src: url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhatdisplay-light.woff2") format("woff2"), url("/wp-content/themes/kf-theme-sheppards-hut/dist/fonts/redhatdisplay-light.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/**
 * BODY
*/
html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
html.navigation--is-active, html.wishlist-modal--is-active, html.page-header-search--is-active, html.sub-menu--is-active, html.basket-sidebar--is-active, html.products-filters--is-active, html.modal--is-active, html.lodgify-listing-filters--is-active, html.lodgify-list-modal--is-active, html.products_to_add_container--expanded, html.product-mini-cart--is-active {
  height: 100vh;
  overflow: hidden;
}
html.product-mini-cart--is-active:before, html.products_to_add_container--expanded:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(106, 79, 60, 0.6);
  z-index: 2;
  pointer-events: none;
  z-index: 999;
  position: fixed;
}

.single-product .site-main > .product > section.products:last-child {
  margin-bottom: 0 !important;
}

body:not(.role-administrator):not(.role-staff):not(.role-purasomes_trained) .menu-item.purasomes-trained {
  display: none !important;
}

body {
  padding-top: calc(5rem + 20px);
}
@media only screen and (min-width: 40em) {
  body {
    padding-top: calc(6.3125rem + 30px);
  }
}
@media only screen and (min-width: 64em) {
  body {
    padding-top: calc(6.3125rem + 60px);
  }
}
body[data-body-padding=true] {
  padding-top: calc(5rem + 1px);
}
@media only screen and (min-width: 40em) {
  body[data-body-padding=true] {
    padding-top: calc(6.3125rem + 1px);
  }
}
@media only screen and (min-width: 64em) {
  body[data-body-padding=true] {
    padding-top: calc(6.3125rem + 1px);
  }
}
body .ast-primary-header-bar .site-primary-header-wrap {
  max-width: 90rem;
  width: 100% !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 40em) {
  body .ast-primary-header-bar .site-primary-header-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  body .ast-primary-header-bar .site-primary-header-wrap {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
body, body.ast-plain-container {
  background-color: #6a4f3c;
  color: #deddd4;
}
body p, body.ast-plain-container p {
  color: #deddd4;
}
body .panel-grid > div, body.ast-plain-container .panel-grid > div {
  max-width: 90rem;
  margin-left: auto !important;
  margin-right: auto !important;
}
body .panel-grid > div[data-stretch-type=full], body.ast-plain-container .panel-grid > div[data-stretch-type=full] {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  body .panel-grid > div[data-stretch-type=full], body.ast-plain-container .panel-grid > div[data-stretch-type=full] {
    padding-left: calc(1 * (100vw - 82rem) / 2) !important;
    padding-right: calc(1 * (100vw - 82rem) / 2) !important;
  }
}
body .panel-grid > div[data-stretch-type=full-width-stretch], body.ast-plain-container .panel-grid > div[data-stretch-type=full-width-stretch] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: unset;
}
body.ast-no-sidebar #primary, body.ast-plain-container.ast-no-sidebar #primary {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body #page {
  display: block;
  position: unset;
}
body .single-product .site-main > .product > section.products:last-child {
  margin-bottom: 0;
}
body mark,
body ins {
  background-color: transparent;
}
body .widget {
  margin: 0;
  padding: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .bt-h1,
body .bt-h2,
body .bt-h3,
body .bt-h4,
body .bt-h5,
body .bt-h6 {
  margin-top: 0;
  color: #fff;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: #fff;
}
body h1,
body .entry-content :where(h1) {
  font-size: 2rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  body h1,
body .entry-content :where(h1) {
    font-size: 2.5rem;
  }
}
body h2,
body .entry-content :where(h2),
body h3,
body .entry-content :where(h3),
body h4,
body .entry-content :where(h4),
body h5,
body .entry-content :where(h5),
body h6,
body .entry-content :where(h6) {
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
body h2,
body .entry-content :where(h2) {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  body h2,
body .entry-content :where(h2) {
    font-size: 3.125rem;
  }
}
body h3,
body .entry-content :where(h3) {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  body h3,
body .entry-content :where(h3) {
    font-size: 2.75rem;
  }
}
body h4,
body .entry-content :where(h4) {
  font-size: 1.875rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  body h4,
body .entry-content :where(h4) {
    font-size: 2rem;
  }
}
body h5,
body .entry-content :where(h5) {
  font-size: 1.375rem;
  line-height: 1.1;
}
@media only screen and (min-width: 40em) {
  body h5,
body .entry-content :where(h5) {
    font-size: 1.625rem;
  }
}
body.hxp-style {
  padding-top: 9.1rem;
}
@media only screen and (min-width: 64em) {
  body.hxp-style {
    padding-top: 6.3125rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  body.hxp-style {
    padding-top: 6.3125rem;
  }
}
body.hide-bottom-banner, body.woocommerce-account {
  padding-top: 5rem;
}
@media only screen and (min-width: 40em) {
  body.hide-bottom-banner, body.woocommerce-account {
    padding-top: 5.625rem;
  }
}
@media only screen and (min-width: 64em) {
  body.hide-bottom-banner, body.woocommerce-account {
    padding-top: calc(6.3125rem - 32px);
  }
}
@media only screen and (min-width: 80em) {
  body.hide-bottom-banner, body.woocommerce-account {
    padding-top: calc(6.3125rem + 32px);
  }
}
body.woocommerce-checkout, body.woocommerce-cart {
  padding-top: 5rem;
}
@media only screen and (min-width: 64em) {
  body.woocommerce-checkout, body.woocommerce-cart {
    padding-top: 7.5rem;
  }
}
body:not(.wcacr-billing-country-GB):not(.wcacr-billing-country-GG) .show-for-uk {
  display: none !important;
}
body:not(.wcacr-billing-country-IE) .show-for-ie {
  display: none !important;
}
body.logged-in .hide-for-logged-in {
  display: none !important;
}
body:not(.logged-in) .hide-for-logged-out {
  display: none !important;
}
body.transparent-header {
  padding-top: 0;
}
body .c-row--no-padding-top {
  padding-top: 0 !important;
}
body .c-row--no-padding-bottom {
  padding-bottom: 0 !important;
}
body .c-row--no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .flex {
  display: flex;
}
body .flex-wrap {
  flex-wrap: wrap;
}
body .space-between {
  justify-content: space-between;
}
body .align-cetner {
  align-items: center;
}
body .gap-small {
  gap: 10px;
}
body .widget_siteorigin-panels-builder {
  list-style-type: none;
}
body img {
  width: auto;
}
body .c-row--no-padding-vertical {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
body .scroll-to-anchor {
  position: absolute;
  pointer-events: none;
  top: -8.75rem;
}
body *[custom-data-stretch-type=full] {
  padding: 1.25rem 0 1.25rem 1.25rem;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media only screen and (min-width: 40em) {
  body *[custom-data-stretch-type=full] {
    padding: 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  body *[custom-data-stretch-type=full] {
    padding: 2.5rem calc(1 * (100vw - 55rem) / 2);
    margin-left: calc(-1 * (100vw - 55rem) / 2);
    margin-right: calc(-1 * (100vw - 55rem) / 2);
  }
}
@media only screen and (min-width: 80em) {
  body *[custom-data-stretch-type=full] {
    padding: 2.5rem calc(1 * (100vw - 70rem) / 2);
    margin-left: calc(-1 * (100vw - 70rem) / 2);
    margin-right: calc(-1 * (100vw - 70rem) / 2);
  }
}
body .flickity-enabled {
  margin-bottom: 1.875rem;
}
body .flickity-enabled .flickity-viewport {
  width: 100%;
}
body .flickity-enabled .flickity-page-dots {
  bottom: -1.5625rem;
  max-width: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
}
body .flickity-enabled .flickity-page-dots .dot {
  background-color: #deddd4;
  border: none;
  opacity: 1;
  min-width: 0.9375rem;
  max-width: 2rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  flex-grow: 1;
}
@media only screen and (min-width: 64em) {
  body .flickity-enabled .flickity-page-dots .dot {
    min-width: 1.25rem;
    max-width: 2.5rem;
    height: 0.1875rem;
    border-radius: 0.125rem;
  }
}
body .flickity-enabled .flickity-page-dots .dot:hover {
  background-color: #7a5b45;
}
.no-touchevents body .flickity-enabled .flickity-page-dots .dot:hover {
  background-color: rgba(106, 79, 60, 0.8);
}
body .flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #6a4f3c;
  transition: 0.22s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body .flickity-enabled .flickity-prev-next-button {
  background-color: transparent;
}
.no-touchevents body .flickity-enabled .flickity-prev-next-button svg {
  transition: none;
}
.no-touchevents body .flickity-enabled .flickity-prev-next-button:hover svg {
  transition: 0.2s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body .flickity-enabled .flickity-prev-next-button.previous {
  left: auto;
  top: auto;
  bottom: 16px;
  transform: none;
  right: 3.75rem;
}
body .flickity-enabled .flickity-prev-next-button.next {
  top: auto;
  bottom: 16px;
  transform: none;
  right: 1rem;
}
body .flickity-enabled .flickity-prev-next-button svg {
  color: #7a5b46;
}
@media only screen and (min-width: 64em) {
  body .large-20 {
    width: 20%;
  }
}
@media only screen and (min-width: 64em) {
  body .large-80 {
    width: 80%;
  }
}
body .s-entry p {
  font-family: Jost, sans-serif;
  font-weight: 400;
}
body .s-entry p strong {
  font-family: Jost, sans-serif;
  font-weight: 600;
}
body .s-entry p a:not(.c-button):not(.button) {
  color: #6a4f3c;
  text-decoration: underline;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
body .s-entry h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  body .s-entry h2 {
    font-size: 3.125rem;
  }
}
body .s-entry h3 {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
@media only screen and (min-width: 64em) {
  body .s-entry h3 {
    font-size: 2.75rem;
  }
}
body .s-entry h4 {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  body .s-entry h4 {
    font-size: 2rem;
  }
}
body .s-entry .wp-block-list li,
body .s-entry .wp-block-list li a {
  color: #6a4f3c;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
body .s-entry .wp-block-list li a {
  text-decoration: underline;
}
body a {
  text-decoration: none;
}
body a:focus-visible {
  outline: 0.125rem solid #2989ff;
  outline-offset: 0.125rem;
}
body *:focus {
  outline: none;
}
@media only screen and (max-width: 63.9375em) {
  body .desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 75em) {
  body .desktop-large {
    display: none !important;
  }
}
@media only screen and (min-width: 64em) {
  body .mobile {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  body .mobile-tablet {
    display: none !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  body .medium-up {
    display: none !important;
  }
}
@media only screen and (min-width: 40em) {
  body .medium-down {
    display: none !important;
  }
}
body .s-content-page, body .s-content-page.site-main.no-sidebar {
  max-width: 90rem;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
@media only screen and (min-width: 40em) {
  body .s-content-page, body .s-content-page.site-main.no-sidebar {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media only screen and (min-width: 64em) {
  body .s-content-page, body .s-content-page.site-main.no-sidebar {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
    min-height: calc(100vh - 495px);
  }
}
.lodgify-list-modal--is-active body .s-content-page > .widget {
  display: none;
}
body .row,
body .row .row {
  max-width: 90rem;
  max-width: 100%;
}
body .row .row.column, body .row .row.columns {
  margin-left: auto !important;
  margin-right: auto !important;
}

html {
  scroll-behavior: smooth;
}

body.sunset-site {
  margin: 0;
  padding-top: 0 !important;
  color: #6a4f3c;
  background: #f8f5f0;
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
body.sunset-site *,
body.sunset-site *::before,
body.sunset-site *::after {
  box-sizing: border-box;
}
body.sunset-site h1,
body.sunset-site h2,
body.sunset-site h3,
body.sunset-site h4,
body.sunset-site p {
  margin-top: 0;
}
body.sunset-site h1,
body.sunset-site h2,
body.sunset-site h3,
body.sunset-site h4 {
  color: #6a4f3c;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.05;
}
body.sunset-site h1 {
  font-size: 3rem;
  line-height: 0.96;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 40em) {
  body.sunset-site h1 {
    font-size: 4.75rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site h1 {
    font-size: 5rem;
  }
}
body.sunset-site h2 {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  body.sunset-site h2 {
    font-size: 3.125rem;
  }
}
body.sunset-site h3 {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  body.sunset-site h3 {
    font-size: 2.75rem;
  }
}
body.sunset-site h4 {
  font-size: 1.875rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  body.sunset-site h4 {
    font-size: 2rem;
  }
}
body.sunset-site h5 {
  font-size: 1.375rem;
  line-height: 1.1;
}
@media only screen and (min-width: 40em) {
  body.sunset-site h5 {
    font-size: 1.625rem;
  }
}
body.sunset-site a {
  color: inherit;
}
body.sunset-site p {
  color: rgba(106, 79, 60, 0.72) !important;
}
body.sunset-site img {
  display: block;
  max-width: 100%;
}
body.sunset-site .site-content,
body.sunset-site .ast-container,
body.sunset-site .content-area,
body.sunset-site .entry-content,
body.sunset-site .panel-grid,
body.sunset-site .panel-grid-cell,
body.sunset-site .c-text,
body.sunset-site .c-text__content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}
body.sunset-site .siteorigin-panels-stretch {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.sunset-site__page {
  min-height: 100vh;
}
.sunset-site__content {
  overflow: hidden;
}

.sunset-wrap {
  width: min(100% - 48px, 1360px);
  margin: 0 auto;
}
@media only screen and (max-width: 47.9375em) {
  .sunset-wrap {
    width: min(100% - 32px, 1360px);
  }
}

.sunset-kicker, body.sunset-site .sunset-widget-testimonials > .c-testimonials__preheading, body.sunset-site .sunset-blog-posts .c-posts__categories li,
body.sunset-site .sunset-blog-posts .c-posts__categories a, body.sunset-site .sunset-contact-form .c-form__preheading {
  display: block;
  margin-bottom: 1rem;
  color: #7a5b46;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 40em) {
  .sunset-kicker, body.sunset-site .sunset-widget-testimonials > .c-testimonials__preheading, body.sunset-site .sunset-blog-posts .c-posts__categories li,
body.sunset-site .sunset-blog-posts .c-posts__categories a, body.sunset-site .sunset-contact-form .c-form__preheading {
    font-size: 0.6875rem;
  }
}

.sunset-section__head {
  display: flex;
  gap: 2rem;
  margin-bottom: 3.5rem;
  align-items: end;
  justify-content: space-between;
}
.sunset-section__head > div {
  max-width: 800px;
}
.sunset-section__head h2 {
  margin-bottom: 0;
}
.sunset-section__head p {
  max-width: 650px;
}
@media only screen and (max-width: 47.9375em) {
  .sunset-section__head {
    display: block;
  }
}

/**
** Header/footer styles
*/
/**
* NAV-PRIMARY
**/
.c-nav-account,
.c-floating-language-selector {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-account,
.c-floating-language-selector {
    justify-content: flex-end;
    width: auto;
  }
}
.sub-menu--is-active .nav-contents .c-nav-account, .products-filters--is-active .nav-contents .c-nav-account, .page-header-search--is-active .nav-contents .c-nav-account,
.sub-menu--is-active .nav-contents .c-floating-language-selector,
.products-filters--is-active .nav-contents .c-floating-language-selector,
.page-header-search--is-active .nav-contents .c-floating-language-selector {
  opacity: 0.4;
  pointer-events: none;
}
.c-nav-account.mobile-tablet,
.c-floating-language-selector.mobile-tablet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
.c-nav-account.mobile-tablet .cart-count,
.c-floating-language-selector.mobile-tablet .cart-count {
  position: absolute;
  top: -0.75rem;
  right: -0.6875rem;
  background: #6a4f3c;
  color: #fff;
  border-radius: 50%;
  height: 0.9375rem;
  width: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-nav-account.mobile-tablet .cart-count #mini-cart-count,
.c-floating-language-selector.mobile-tablet .cart-count #mini-cart-count {
  font-size: 0.4375rem;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-nav-account .c-button + .c-button,
.c-floating-language-selector .c-button + .c-button {
    margin-left: 0.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-nav-account > .menu-item + .menu-item,
.c-floating-language-selector > .menu-item + .menu-item {
    margin-left: 2rem;
  }
}
.c-nav-account .menu-item,
.c-floating-language-selector .menu-item {
  color: #6a4f3c;
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-page-header-banner .c-nav-account .menu-item,
.c-page-header-banner .c-floating-language-selector .menu-item {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.c-nav-account .menu-item.basket-mobile,
.c-floating-language-selector .menu-item.basket-mobile {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.75rem;
  transform: translateY(2px);
}
.c-nav-account .menu-item.basket-mobile svg,
.c-floating-language-selector .menu-item.basket-mobile svg {
  fill: #6a4f3c;
  height: 1.5rem;
  width: auto;
}
.c-nav-account .menu-item.basket,
.c-floating-language-selector .menu-item.basket {
  min-width: 6.25rem;
}
@media only screen and (min-width: 64em) {
  .c-nav-account .menu-item.basket,
.c-floating-language-selector .menu-item.basket {
    min-width: 9.375rem;
  }
}
.woocommerce-checkout .c-nav-account .menu-item.basket, .woocommerce-cart .c-nav-account .menu-item.basket,
.woocommerce-checkout .c-floating-language-selector .menu-item.basket,
.woocommerce-cart .c-floating-language-selector .menu-item.basket {
  background-color: #6a4f3c;
}
.c-nav-account .menu-item.basket,
.c-nav-account .menu-item.basket *,
.c-floating-language-selector .menu-item.basket,
.c-floating-language-selector .menu-item.basket * {
  transition: none !important;
}
.woocommerce-checkout .c-nav-account .menu-item.basket, .woocommerce-cart .c-nav-account .menu-item.basket,
.woocommerce-checkout .c-nav-account .menu-item.basket *,
.woocommerce-cart .c-nav-account .menu-item.basket *,
.woocommerce-checkout .c-floating-language-selector .menu-item.basket,
.woocommerce-cart .c-floating-language-selector .menu-item.basket,
.woocommerce-checkout .c-floating-language-selector .menu-item.basket *,
.woocommerce-cart .c-floating-language-selector .menu-item.basket * {
  color: #fff;
}
.no-touchevents .c-nav-account .menu-item.basket:hover *,
.no-touchevents .c-floating-language-selector .menu-item.basket:hover * {
  color: #fff;
}
.c-nav-account .menu-item.cart-value #cartValue,
.c-floating-language-selector .menu-item.cart-value #cartValue {
  position: relative;
  z-index: 1;
}
.c-nav-account .menu-item.translate .translate-trigger:before,
.c-floating-language-selector .menu-item.translate .translate-trigger:before {
  content: "Language";
}
.c-nav-account .menu-item.translate .translate-trigger[data-id]:before,
.c-floating-language-selector .menu-item.translate .translate-trigger[data-id]:before {
  content: attr(data-id);
}
.c-nav-account .menu-item.translate .translate-trigger,
.c-floating-language-selector .menu-item.translate .translate-trigger {
  position: relative;
  padding-right: 1.25rem;
  cursor: pointer;
}
.c-nav-account .menu-item.translate .translate-trigger svg,
.c-floating-language-selector .menu-item.translate .translate-trigger svg {
  width: 1rem;
  height: auto;
  fill: #eee8df;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.translate-trigger--is-active .c-nav-account .menu-item.translate .translate-trigger svg,
.translate-trigger--is-active .c-floating-language-selector .menu-item.translate .translate-trigger svg {
  transform: rotate(180deg);
  transform-origin: 50% 30%;
}
.c-nav-account .menu-item.translate .translate-flags,
.c-floating-language-selector .menu-item.translate .translate-flags {
  position: absolute;
  top: 3.25rem;
  right: 0;
  padding: 0 0.375rem;
  background-color: #eee8df;
  border: 0.125rem solid #7a5b46;
  border-top: 0;
  box-shadow: 0 0 3.125rem rgba(122, 91, 70, 0.2);
  max-height: 0;
  transition: 0.3s 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.translate-trigger--is-active .c-nav-account .menu-item.translate .translate-flags,
.translate-trigger--is-active .c-floating-language-selector .menu-item.translate .translate-flags {
  max-height: 7.5rem;
  opacity: 1;
  pointer-events: initial;
}
.page-is-scrolled.page-is-scrolling-down:not(.page-is-at-bottom) .c-nav-account .menu-item.translate .translate-flags,
.page-is-scrolled.page-is-scrolling-down:not(.page-is-at-bottom) .c-floating-language-selector .menu-item.translate .translate-flags {
  transition: none;
  opacity: 0;
  pointer-events: none;
}
.c-nav-account .menu-item.translate .translate-flags .menu-item-gtranslate,
.c-floating-language-selector .menu-item.translate .translate-flags .menu-item-gtranslate {
  display: inline-block;
  margin: 0.5rem;
}
.c-nav-account .menu-item.translate .translate-flags .menu-item-gtranslate.is-active,
.c-floating-language-selector .menu-item.translate .translate-flags .menu-item-gtranslate.is-active {
  background-color: #e2d7c8;
  border: 0.125rem solid #7a5b46;
}
.c-nav-account .menu-item.translate .translate-flags .menu-item-gtranslate .glink,
.c-floating-language-selector .menu-item.translate .translate-flags .menu-item-gtranslate .glink {
  padding: 0.1875rem 0.375rem;
  display: block;
}
@media only screen and (max-width: 39.9375em) {
  .c-nav-account .menu-item.translate,
.c-floating-language-selector .menu-item.translate {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #7a5b46;
    padding: 0.5rem;
    border-top: 0.0625rem solid #eee8df;
    border-right: 0.0625rem solid #eee8df;
    transition: opacity 0.3s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    opacity: 1;
  }
  .c-nav-account .menu-item.translate .page-is-scrolling-down,
.c-floating-language-selector .menu-item.translate .page-is-scrolling-down {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .page-is-at-bottom .c-nav-account .menu-item.translate,
.page-is-at-bottom .c-floating-language-selector .menu-item.translate {
    display: none !important;
  }
  .c-nav-account .menu-item.translate:before,
.c-floating-language-selector .menu-item.translate:before {
    display: none;
  }
  .c-nav-account .menu-item.translate .translate-trigger,
.c-floating-language-selector .menu-item.translate .translate-trigger {
    margin-bottom: 0.5rem;
  }
  .c-nav-account .menu-item.translate .translate-flags,
.c-floating-language-selector .menu-item.translate .translate-flags {
    position: relative;
    top: auto;
    opacity: 1;
    width: 0;
    transition: none;
    display: none;
    max-height: unset;
    margin-bottom: 0.5rem;
    padding: 0;
    background-color: transparent;
  }
  .translate-trigger--is-active .c-nav-account .menu-item.translate .translate-flags,
.translate-trigger--is-active .c-floating-language-selector .menu-item.translate .translate-flags {
    width: auto;
    display: block;
  }
  .c-nav-account .menu-item.translate .translate-flags .menu-item-gtranslate,
.c-floating-language-selector .menu-item.translate .translate-flags .menu-item-gtranslate {
    border: none;
    background-color: rgba(238, 232, 223, 0.44);
    margin-left: 0;
  }
  .c-nav-account .menu-item.translate .translate-flags .menu-item-gtranslate.is-active,
.c-floating-language-selector .menu-item.translate .translate-flags .menu-item-gtranslate.is-active {
    background-color: #eee8df;
  }
}

/**
* NAV-INFO
**/
@media only screen and (max-width: 63.9375em) {
  .c-nav-info .menu,
.menu-info-navigation-container .menu {
    display: flex;
    align-items: center;
  }
}
.c-nav-info .menu .menu-item,
.menu-info-navigation-container .menu .menu-item {
  padding: 0 0.75rem;
  margin: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-info .menu .menu-item.sibling-is-hovering:before,
.c-nav-info .menu .menu-item.sibling-is-hovering > a,
.menu-info-navigation-container .menu .menu-item.sibling-is-hovering:before,
.menu-info-navigation-container .menu .menu-item.sibling-is-hovering > a {
    opacity: 0.5;
  }
}
.c-nav-info .menu .menu-item a,
.menu-info-navigation-container .menu .menu-item a {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #6a4f3c;
  position: relative;
  padding: 0;
}
.transparent-header:not(.page-is-scrolled) .c-nav-info .menu .menu-item a,
.transparent-header:not(.page-is-scrolled) .menu-info-navigation-container .menu .menu-item a {
  color: #6a4f3c;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-info .menu .menu-item.sibling-is-hovering,
.menu-info-navigation-container .menu .menu-item.sibling-is-hovering {
    opacity: 0.5;
  }
}
.c-nav-info .menu .menu-item.search, .c-nav-info .menu .menu-item.phone, .c-nav-info .menu .menu-item.wishlist,
.menu-info-navigation-container .menu .menu-item.search,
.menu-info-navigation-container .menu .menu-item.phone,
.menu-info-navigation-container .menu .menu-item.wishlist {
  background-repeat: no-repeat;
  background-position: 0.1875rem 50%;
  padding-left: 1.5rem;
  background-size: 0.875rem auto;
  filter: invert(1);
}
@media only screen and (max-width: 63.9375em) {
  .c-nav-info .menu .menu-item.search, .c-nav-info .menu .menu-item.phone, .c-nav-info .menu .menu-item.wishlist,
.menu-info-navigation-container .menu .menu-item.search,
.menu-info-navigation-container .menu .menu-item.phone,
.menu-info-navigation-container .menu .menu-item.wishlist {
    padding: 0;
    margin-right: 0.625rem;
    background-size: 1rem auto;
    min-height: 1.125rem;
    min-width: 1.375rem;
  }
}
.c-nav-info .menu .menu-item.search a, .c-nav-info .menu .menu-item.phone a, .c-nav-info .menu .menu-item.wishlist a,
.menu-info-navigation-container .menu .menu-item.search a,
.menu-info-navigation-container .menu .menu-item.phone a,
.menu-info-navigation-container .menu .menu-item.wishlist a {
  filter: invert(0);
  color: #6a4f3c;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav-info .menu .menu-item.search a, .c-nav-info .menu .menu-item.phone a, .c-nav-info .menu .menu-item.wishlist a,
.menu-info-navigation-container .menu .menu-item.search a,
.menu-info-navigation-container .menu .menu-item.phone a,
.menu-info-navigation-container .menu .menu-item.wishlist a {
    font-size: 0 !important;
    min-height: 1.125rem;
    min-width: 1.375rem;
  }
}
.c-nav-info .menu .menu-item.search,
.menu-info-navigation-container .menu .menu-item.search {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4Mi42NjciIGhlaWdodD0iNjgyLjY2NyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik0xOTMgMS4xQzE0My42IDYuMiA5Ny45IDI4IDYyLjQgNjMuNCAzNy44IDg4IDIxLjIgMTE0LjggMTAuNiAxNDdjLTE0LjEgNDIuOC0xNC4xIDg3LjIgMCAxMzAgMTAuNiAzMi4zIDI3LjMgNTkuMiA1MiA4My43IDQ4LjggNDguNSAxMTUuMyA3MC41IDE4My45IDYwLjggMzUuMy01IDcwLjctMTkuNSA5OC41LTQwLjQgMy0yLjMgNS43LTQgNi4xLTMuOS40LjIgMzAuNyAyOS44IDY3LjMgNjUuOCA0MS43IDQxIDY4IDY2LjEgNzAuNCA2Ny4yIDkuOCA0LjYgMjAuOC0xLjIgMjIuOC0xMiAxLjYtOC40IDcuMi0yLjQtMTAyLjQtMTEwLjZMMzc1IDM1My44bDUuOC02LjhjMjUtMjguOSA0MS41LTY1LjUgNDcuOC0xMDUuNSAyLjQtMTUuNiAyLjQtNDQuMiAwLTYwLTcuMS00NS45LTI3LjItODUuMy02MC43LTExOC42QzMyMS45IDE3LjIgMjU3LjgtNS41IDE5MyAxLjF6bTQ3LjkgMzMuNWM0MC40IDUuOSA3NS45IDIzLjUgMTA0IDUxLjUgMzQuNCAzNC41IDUyLjMgNzcuNCA1Mi4zIDEyNS45IDAgMTcuOS0xLjYgMzAuMi01LjggNDUuN0MzNzAuMiAzMzYuNSAyOTguMyAzOTEgMjE1LjUgMzkxYy00OS4zIDAtOTUuMS0xOC43LTEyOS4zLTUyLjktMjMuMi0yMy4yLTM4LjctNTAtNDcuMS04MS4xLTcuNC0yNy43LTcuNC02Mi4zIDAtOTAgMTYuOC02Mi42IDY2LjUtMTExLjkgMTI5LjItMTI4LjEgMjIuOC01LjkgNTAuNy03LjYgNzIuNi00LjN6Ii8+PC9zdmc+");
}
.c-nav-info .menu .menu-item.phone,
.menu-info-navigation-container .menu .menu-item.phone {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjY4Mi42NjciIGhlaWdodD0iNjgyLjY2NyIgdmlld0JveD0iMCAwIDUxMiA1MTIiPjxwYXRoIGQ9Ik0xMjYgMS4xQzk1LjIgNSA2Ny4xIDE4LjQgNDQuOCAzOS45IDIzIDYwLjggOS40IDg1LjIgMi44IDExNS4zYy0yIDkuMS0yLjIgMTIuOC0yLjIgMzQuMi4yIDI2IDEuOSA0MyA3IDY4IDI3IDEzMy42IDEyNy41IDI0Mi4zIDI1OC45IDI4MCAzMy4xIDkuNSA2My4zIDEzLjggOTcgMTMuOSAyMC4xIDAgMjQuMy0uMiAzMy4yLTIuMiAzNS4zLTcuNyA2NS44LTI3LjEgODYuOC01NS4xIDE2LjEtMjEuNCAyNi4zLTQ5LjQgMjguMS03Ni43LjgtMTEuNC0uMi0xNS43LTQuNC0xOS42LTIuOC0yLjctMTYzLjUtNjcuNS0xNjkuNy02OC41LTQtLjYtOS41IDEuNy0xMi41IDUuMy0xLjIgMS42LTguNyAxOC45LTE2LjUgMzguNGwtMTQuMSAzNS41LTYuNi0uMmMtMy42LS4xLTEwLjktMS4xLTE2LjItMi4yLTY1LjItMTMuNi0xMTUuNi02NS44LTEyNi43LTEzMS0xLjEtNi43LTEuOS0xMy40LTEuNy0xNC44LjMtMi42IDIuMi0zLjUgMzYuMy0xNyAzOS42LTE1LjggNDEuNi0xNyA0My0yNS4yLjYtMy44LTEuOC0xMC4zLTMyLjUtODcuMS0xOC4yLTQ1LjYtMzQuMS04NC4xLTM1LjMtODUuNkMxNTAuNi4yIDE0Mi42LTEgMTI2IDEuMXpNMTYxIDk5YzE1IDM3LjUgMjcuMSA2OC4yIDI2LjkgNjguNC0uMi4xLTE1LjUgNi4zLTMzLjkgMTMuNi0zNS44IDE0LjMtMzkuNCAxNi40LTQwLjkgMjMtMS4yIDUuOC42IDI4LjcgMy4zIDQxLjcgMTYuNCA3OS41IDgwLjIgMTQwIDE2MC4xIDE1MS43IDguNyAxLjMgMjEuOCAyIDMwLjkgMS43IDEuOS0uMSA0LjEtMS40IDYuNS0zLjkgMy4yLTMuMSA1LjgtOC45IDE3LjEtMzcuMiA3LjMtMTguNCAxMy41LTMzLjcgMTMuNi0zMy45LjItLjIgMzEgMTEuOSA2OC41IDI2LjlsNjguMiAyNy4zLS42IDYuMWMtMS4zIDEzLjctOSAzMy43LTE4LjIgNDcuNi0xNy41IDI2LjMtNDcuNSA0NC43LTgwLjIgNDkuMS0yMS4zIDIuOS02My4yLTEuMS05NS40LTkuMS00Ny42LTExLjgtOTEuNS0zMy41LTEzMC40LTY0LjYtMTQuMS0xMS4zLTQwLjYtMzcuOC01MS45LTUxLjktNDMuNC01NC4zLTY4LjEtMTE3LjItNzMuNy0xODcuNi0xLjMtMTYuOS0uNy0zNy41IDEuNS00Ny40IDYtMjcuMyAyMS01MS4xIDQyLjQtNjcuMiA3LjctNS44IDIwLjktMTMuMiAyOC4yLTE1LjkgOC0yLjggMjIuNC02LjMgMjYuNi02LjRoNC4yTDE2MSA5OXoiLz48L3N2Zz4=");
}
.c-nav-info .menu .menu-item.wishlist,
.menu-info-navigation-container .menu .menu-item.wishlist {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzAuNjY3IiBoZWlnaHQ9IjE3MC42NjciIHZlcnNpb249IjEuMCIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGQ9Ik0yNy43IDhDNi4yIDEzLjQtNS40IDM3LjkgMyA2MC4yYzIuNiA3IDYuOSAxMy41IDEzLjkgMjEuMSA2LjMgNi44IDQwLjMgMzYuNyA0My45IDM4LjYgMS4zLjcgMy41IDEgNC44LjcgMi44LS43IDM3LjUtMzAuNyA0NS41LTM5LjMgMTYuOS0xOC40IDIxLjEtMzcgMTIuMi01NC42LTYuMi0xMi40LTE3LTE5LjEtMzAuOC0xOS4yLTkuOCAwLTE3IDIuOS0yMy45IDkuOUw2NCAyMS45bC00LjYtNC41QzUxLjMgOS4yIDM4LjMgNS40IDI3LjcgOHptMTguOSA5LjFjMi43IDEuMyA2LjggNC43IDEwLjEgOC41IDMuMSAzLjUgNi40IDYuNCA3LjMgNi40LjkgMCA0LjItMi45IDcuMy02LjQgNy41LTguNSAxMi43LTEwLjkgMjIuMi0xMC40IDguMi41IDEzIDIuNSAxOC40IDggNiA1LjkgOC40IDEzLjIgNy45IDIzLjgtLjMgNy4zLS45IDkuNC0zLjkgMTUtMS44IDMuNi02LjUgOS44LTEwLjQgMTMuOUM5OSA4Mi45IDY1LjIgMTEzIDY0IDExM2MtMS4yIDAtMzUtMzAuMS00MS41LTM3LjFDMTguNyA3MS44IDE0IDY1LjYgMTIuMSA2MmMtNi0xMS4zLTUuNC0yNi44IDEuMy0zNS45IDIuOS0zLjkgOC45LTguNCAxMy4xLTkuOSA1LjMtMS45IDE1LjEtMS40IDIwLjEuOXoiLz48L3N2Zz4=");
}

/**
* NAV-FOOTER
**/
.c-nav-footer .menu-item {
  padding: 0 0.75rem;
  margin: 0;
  display: block;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-footer .menu-item.sibling-is-hovering:before,
.c-nav-footer .menu-item.sibling-is-hovering > a {
    opacity: 0.5;
  }
}
.c-nav-footer .menu-item a {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #6a4f3c;
  position: relative;
  padding: 0;
}
.transparent-header:not(.page-is-scrolled) .c-nav-footer .menu-item a {
  color: #6a4f3c;
}
.c-nav-footer .menu-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-nav-footer .menu-item a {
  display: inline-block;
  color: #6a4f3c;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
@media only screen and (min-width: 40em) {
  .c-nav-footer .menu-item a {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
.c-nav-footer .menu-item .sub-menu {
  margin: 0 0 0.875rem;
  padding: 0;
}
.c-nav-footer .menu-item.heading.sibling-is-hovering > a, .c-nav-footer .menu-item.heading-small.sibling-is-hovering > a {
  opacity: 1;
}
.c-nav-footer .menu-item.heading > a, .c-nav-footer .menu-item.heading-small > a {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  color: #6a4f3c;
  pointer-events: none;
  text-transform: uppercase;
  text-decoration: none;
}
.c-nav-footer .menu-item.heading {
  margin-bottom: 0.75rem;
}
.c-nav-footer .menu-item.heading-small {
  margin-bottom: 0.5rem;
}
.c-nav-footer .menu-item.heading-small > a {
  font-size: 0.75rem;
  line-height: 1.6;
}
.c-nav-footer--inline {
  display: flex;
  justify-content: center;
}
.c-nav-footer--inline .menu-item {
  margin-bottom: 0.3125rem;
  text-align: center;
}
@media only screen and (min-width: 40em) {
  .c-nav-footer--inline .menu-item {
    display: inline-block;
  }
}
.c-nav-footer--inline .menu-item:not(:last-child) {
  margin-bottom: 0.3125rem;
}
.c-nav-footer--inline .menu-item a {
  font-size: 0.875rem;
  line-height: 1.6;
  text-align: center;
}
.c-nav-footer--inline .menu-item:not(:last-child) a:after {
  display: inline-block;
  margin: 0 0.4375rem;
  background-color: transparent;
}
@media only screen and (min-width: 40em) {
  .c-nav-footer--inline .menu-item:not(:last-child) a:after {
    content: "|";
  }
}

/**
* NAV-PRIMARY
**/
.c-nav-primary > .menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu {
    flex-direction: row;
  }
}
.products-filters--is-active .c-nav-primary > .menu, .page-header-search--is-active .c-nav-primary > .menu {
  opacity: 0.4;
  pointer-events: none;
}
.c-nav-primary > .menu > .menu-item.sale > a {
  color: #b31a39;
}
.c-nav-primary > .menu > .menu-item.current_page_item > a:after {
  width: 100%;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container).column-2 > .sub-menu, .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container).column-3 > .sub-menu {
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container).column-2 > .sub-menu {
    -moz-column-count: 2;
         column-count: 2;
    min-width: 25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container).column-3 > .sub-menu {
    -moz-column-count: 3;
         column-count: 3;
    min-width: 37.5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container).has-view-all > .sub-menu {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container):last-child > .sub-menu {
    right: 0;
    left: auto;
  }
}
.c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu {
  margin: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu {
    position: absolute;
    top: 1.875rem;
    background-color: #fff;
    left: 0;
    min-width: 12.5rem;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
.c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item {
  display: block;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item {
    padding: 1rem 1rem 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item:last-child {
    margin-bottom: 1rem;
  }
}
.c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item .menu-item {
  padding: 0.75rem 0.5rem 0;
}
.c-nav-primary > .menu > .menu-item.menu-item-has-children:not(.mega-menu-container) > .sub-menu .menu-item .menu-item a {
  font-size: 0.75rem;
}
.c-nav-primary .menu-item {
  padding: 0 0.75rem;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.sibling-is-hovering:before,
.c-nav-primary .menu-item.sibling-is-hovering > a {
    opacity: 0.5;
  }
}
.c-nav-primary .menu-item a {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #6a4f3c;
  position: relative;
  padding: 0;
}
.transparent-header:not(.page-is-scrolled) .c-nav-primary .menu-item a {
  color: #6a4f3c;
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.view-all {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.c-nav-primary .menu-item.view-all > a {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff !important;
  line-height: 1.875rem !important;
}
@media only screen and (min-width: 40em) {
  .c-nav-primary .menu-item.view-all > a {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all > a {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-nav-primary .menu-item.view-all > a {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-nav-primary .menu-item.view-all > a.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all > a.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-nav-primary .menu-item.view-all > a, .c-nav-primary .menu-item.view-all > a:hover {
  background-color: #7a5b46 !important;
  color: #ebe7df !important;
  border-color: #7a5b46;
}
.no-touchevents .c-nav-primary .menu-item.view-all > a:hover {
  background-color: #9a7359 !important;
  border-color: #9a7359 !important;
}
@media only screen and (min-width: 64em) {
  .c-nav-primary .menu-item.view-all > a {
    line-height: 2.125rem !important;
  }
}
.c-nav-primary .menu-item.mega-menu-container > .sub-menu {
  margin: 0;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: fixed;
    min-height: 18.75rem;
    max-height: 90vh;
    overflow-y: scroll;
    opacity: 0;
    pointer-events: none;
    left: 0;
    right: 0;
    padding: 0 1rem;
    top: auto;
    margin-top: 0.6875rem;
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    max-width: 90rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25%;
    background-color: #deddd4;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item > a {
    padding: 0.625rem 1.25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.heading > a {
    font-size: 1rem;
    line-height: 1.6;
    font-family: Cormorant Garamond, serif;
    font-weight: 300;
    text-transform: uppercase;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-bottom: 0;
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    line-height: 1;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 75.0625em) and (min-width: 40em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.heading > a {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.heading > a span {
    font-family: Cormorant Garamond, serif;
    font-weight: 600;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(2), .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(2) ~ li {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(3), .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(3) ~ li {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(4), .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item:first-child:nth-last-child(4) ~ li {
    width: 25%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-2 {
    width: 20% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-2 ul.sub-menu {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-3 {
    width: 25% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-3 ul.sub-menu {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-4 {
    width: 33.333% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-5 {
    width: 40% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-6 {
    width: 50% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-9 {
    width: 75% !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item.large-9 ul.sub-menu {
    -moz-column-count: 3;
         column-count: 3;
    padding-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu {
    margin-left: 0;
    position: relative;
    top: auto;
    -moz-column-count: 3;
         column-count: 3;
    width: 100%;
    -moz-column-gap: 40px;
         column-gap: 40px;
    background-color: transparent;
    height: calc(100% - 60px);
    padding: 0;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li {
    margin: 0 0.75rem 2rem;
    line-height: 1.25 !important;
    padding: 0;
  }
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #fff !important;
  line-height: 1.875rem !important;
}
@media only screen and (min-width: 40em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a, .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a:hover {
  background-color: #7a5b46 !important;
  color: #ebe7df !important;
  border-color: #7a5b46;
}
.no-touchevents .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a:hover {
  background-color: #9a7359 !important;
  border-color: #9a7359 !important;
}
@media only screen and (min-width: 64em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li.view-all > a {
    line-height: 2.125rem !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container > .sub-menu > li.menu-item .sub-menu > li a {
    padding: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: Jost, sans-serif;
    font-weight: 400;
    line-height: 1 !important;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu {
    display: block;
    -moz-column-count: 5;
         column-count: 5;
    padding-top: 1.5rem;
    padding-bottom: 6.25rem;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu:before {
    width: 39%;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item {
    margin-bottom: 1rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    padding: 0 0.75rem 1.25rem;
    min-width: 10.625rem;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item.view-all {
    padding: 0 2.5rem 2rem;
    margin-bottom: 0;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item .sub-menu {
    -moz-column-count: 1;
         column-count: 1;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item > a {
    padding: 0 0.75rem;
    font-family: Jost, sans-serif;
    font-weight: 400;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item.bold > a {
    font-family: Jost, sans-serif;
    font-weight: 600;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item.menu-item-has-children > a {
    padding-bottom: 1.5rem;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item.column-2 .sub-menu {
    -moz-column-count: 2;
         column-count: 2;
  }
  .c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative > .sub-menu > li.menu-item.column-2 .sub-menu li.menu-item {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative.columns-third-level > .sub-menu {
  -moz-column-count: 1;
       column-count: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative.columns-third-level > .sub-menu:before {
  display: none;
}
.c-page-header .c-nav-primary .menu-item.mega-menu-container.mega-menu-alternative.columns-third-level > .sub-menu > li.menu-item {
  min-width: 9.375rem;
}
.c-nav-primary .menu-item.menu-item-has-children .sub-menu {
  text-align: left;
}
.c-nav-primary .menu-item.menu-item-has-children.is-active:before {
  transform: rotate(180deg) translateY(-50%);
}
.c-nav-primary .menu-item.menu-item-has-children.is-active > a {
  background-color: transparent;
  font-weight: 600;
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.menu-item-has-children.is-active:not(.mega-menu-container) .sub-menu, .c-page-header .c-nav-primary .menu-item.menu-item-has-children.is-active.mega-menu-container .sub-menu {
    opacity: 1;
    pointer-events: initial;
    transition: all 0.66s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 75.0625em) {
  .c-page-header .c-nav-primary .menu-item.menu-item-has-children.is-active.mega-menu-container .sub-menu {
    opacity: 1;
  }
}
.c-nav-primary .menu-item.menu-item-has-children.is-active.mega-menu-container .sub-menu .menu-item {
  display: block;
}
.c-nav-primary .menu-item.menu-item-has-children.is-active.mega-menu-container .sub-menu .menu-item a {
  color: #6a4f3c;
}

.sunset-nav {
  display: flex;
  gap: clamp(1.25rem, 2.4vw, 2.75rem);
  align-items: center;
}
.sunset-nav a {
  position: relative;
  color: #6a4f3c;
  font-family: Jost, sans-serif;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
}
.sunset-nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: #6a4f3c;
  content: "";
  transform: scaleX(0);
  transition: transform 180ms ease;
}
.sunset-nav a:hover::after, .sunset-nav a:focus-visible::after {
  transform: scaleX(1);
}
@media only screen and (max-width: 63.9375em) {
  .sunset-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: none;
    padding: 1.5rem 24px 2rem;
    align-items: stretch;
    flex-direction: column;
    background: #f8f5f0;
  }
  .sunset-nav--open {
    display: flex;
  }
}

/**
* NAVIGATION-CLOSE
**/
.c-navigation-close {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #6a4f3c;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
}
.page-header-search--is-active .c-navigation-close, .navigation--is-active .c-navigation-close, .sub-menu--is-active .c-navigation-close {
  opacity: 0.7;
  pointer-events: initial;
  cursor: pointer;
}

/*------------------------------------*\
    #NAVICON
\*------------------------------------*/
.c-navicon {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.c-navicon:hover {
  opacity: 0.7;
}
.c-navicon:active, .c-navicon:focus {
  outline: none;
}

.c-navicon__box {
  display: block;
  width: 1.875rem;
  height: 1.5rem;
  position: relative;
}

.c-navicon__inner {
  display: block;
  top: 50%;
  transform: translateY(-50%);
}
.c-navicon__inner, .c-navicon__inner::before, .c-navicon__inner::after {
  width: 100%;
  height: 0.0625rem;
  border-radius: 0.125rem;
  background-color: #6a4f3c;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.transparent-header:not(.page-is-scrolled) .c-navicon__inner, .transparent-header:not(.page-is-scrolled) .c-navicon__inner::before, .transparent-header:not(.page-is-scrolled) .c-navicon__inner::after {
  background-color: #fff;
}
.c-navicon__inner::before, .c-navicon__inner::after {
  content: "";
  display: block;
}
.c-navicon__inner::before {
  top: -0.5rem;
}
.c-navicon__inner::after {
  bottom: -0.5rem;
}

/*
 * Spin animation for navicon
 */
.c-navicon--spin .c-navicon__inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-navicon--spin .c-navicon__inner:before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.c-navicon--spin .c-navicon__inner:after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-navicon--spin[aria-expanded=true] .c-navicon__inner, .navigation--is-active .c-navicon--spin .c-navicon__inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-navicon--spin[aria-expanded=true] .c-navicon__inner:before, .navigation--is-active .c-navicon--spin .c-navicon__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.c-navicon--spin[aria-expanded=true] .c-navicon__inner:after, .navigation--is-active .c-navicon--spin .c-navicon__inner:after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/**
* OFFCANVAS
**/
.c-offcanvas {
  position: fixed;
  left: auto;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: 1004;
  transform-origin: center center;
  opacity: 0;
  max-width: 25rem;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  width: 90%;
}
.navigation--is-active .c-offcanvas {
  opacity: 1;
  transition: opacity 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: initial;
}
.c-offcanvas__inner {
  padding: 0 2rem;
  margin-left: auto;
  width: 100%;
  background-color: #deddd4;
  transform: translateX(100%);
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  z-index: 1;
}
.navigation--is-active .c-offcanvas__inner {
  transform: translateX(0);
  transition: transform 0.5s 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas__inner .sub-menu--back {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: absolute;
  left: 2rem;
  top: 1.125rem;
  color: #6a4f3c;
  z-index: 3;
}
.sub-menu--is-active .c-offcanvas__inner .sub-menu--back {
  opacity: 1;
  pointer-events: initial;
  transition: 0.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas__content {
  height: 100vh;
}
.c-offcanvas__content:before, .c-offcanvas__content:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  height: 3.125rem;
  max-width: 25rem;
  pointer-events: none;
}
.c-offcanvas__content:before {
  top: 0;
  background: linear-gradient(180deg, #deddd4 0%, rgba(222, 221, 212, 0) 100%);
}
.sub-menu--is-active .c-offcanvas__content:before {
  animation: transition-fade-top 0.2s 1.1s forwards;
  opacity: 0;
  transform: translateY(-100px);
  background: linear-gradient(180deg, #deddd4 0%, rgba(222, 221, 212, 0) 100%);
}
.c-offcanvas__content:after {
  bottom: 0;
  background: linear-gradient(180deg, rgba(222, 221, 212, 0) 0%, #deddd4 100%);
}
.sub-menu--is-active .c-offcanvas__content:after {
  animation: transition-fade-bottom 0.2s 1.1s forwards;
  opacity: 0;
  transform: translateY(-100px);
  background: linear-gradient(180deg, rgba(222, 221, 212, 0) 0%, #deddd4 100%);
}
.c-offcanvas__menu {
  padding: 4.375rem 0;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: auto;
}
.c-offcanvas .c-nav-primary .menu .menu-item,
.c-offcanvas .c-nav-info .menu .menu-item {
  display: block;
  padding-right: 0;
}
.c-offcanvas .c-nav-primary .menu .menu-item:not(.search):not(.phone),
.c-offcanvas .c-nav-info .menu .menu-item:not(.search):not(.phone) {
  padding-left: 0;
}
.c-offcanvas .c-nav-primary .menu .menu-item:not(:last-child),
.c-offcanvas .c-nav-info .menu .menu-item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.search, .c-offcanvas .c-nav-primary .menu .menu-item.phone,
.c-offcanvas .c-nav-info .menu .menu-item.search,
.c-offcanvas .c-nav-info .menu .menu-item.phone {
  filter: invert(1);
  background-size: 1.25rem auto;
  padding-left: 2.5rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.search a, .c-offcanvas .c-nav-primary .menu .menu-item.phone a,
.c-offcanvas .c-nav-info .menu .menu-item.search a,
.c-offcanvas .c-nav-info .menu .menu-item.phone a {
  filter: invert(1);
}
.c-offcanvas .c-nav-primary .menu .menu-item a,
.c-offcanvas .c-nav-info .menu .menu-item a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-offcanvas .c-nav-primary {
  margin-bottom: 1.5rem;
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu {
  pointer-events: none;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background: #deddd4;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  position: fixed;
  padding: 70px 32px;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu .menu-item {
  width: 100%;
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu .menu-item a {
  color: #6a4f3c;
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > .sub-menu .sub-menu {
  margin: 0 0 2rem;
}
.c-offcanvas .c-nav-primary > .menu > .menu-item > a {
  display: inline-block;
  opacity: 0;
  transform: translateY(24px);
  color: #6a4f3c;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary > .menu > .menu-item > a {
    font-size: 1.125rem;
  }
}
.navigation--is-active .c-offcanvas .c-nav-primary > .menu > .menu-item > a {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s 0.6s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-nav-primary > .menu > .menu-item.menu-item-has-children svg {
  height: 1.5rem;
  fill: #6a4f3c;
}
.c-offcanvas .c-nav-primary .menu .menu-item.view-all {
  margin-top: 2.5rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.view-all > a {
  height: 2.5rem;
  line-height: 2.1875rem !important;
  padding: 0 2.5rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.bold > a {
  font-family: Jost, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.c-offcanvas .c-nav-primary .menu .menu-item.heading > a {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  margin-bottom: 1.25rem;
  pointer-events: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary .menu .menu-item.heading > a {
    font-size: 1.375rem;
  }
}
.c-offcanvas .c-nav-primary .menu .menu-item.heading > a span {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-offcanvas .c-nav-primary .menu .menu-item.heading > a {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .c-offcanvas .c-nav-primary .menu .menu-item.heading > a {
    font-size: 1.125rem;
  }
}
.c-offcanvas .c-nav-primary .menu .menu-item.is-active > .sub-menu {
  pointer-events: initial;
  transform: translateX(0);
  transition: 0.6s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-offcanvas .c-navicon {
  z-index: 100;
  right: 1.25rem;
  top: 1.25rem;
  position: absolute;
}
.c-offcanvas .c-navicon__inner, .c-offcanvas .c-navicon__inner:before, .c-offcanvas .c-navicon__inner:after {
  background-color: #6a4f3c;
}
/**
* PAGE-FOOTER
**/
.site-footer,
.c-page-footer {
  position: relative;
}
.page-is-at-bottom .site-footer,
.page-is-at-bottom .c-page-footer {
  position: relative;
  z-index: 2;
}
.lodgify-list-modal--is-active .site-footer,
.lodgify-list-modal--is-active .c-page-footer {
  display: none;
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder],
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] {
  background-color: #7a5b45;
  border: none;
  color: #6a4f3c;
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] [data-section=section-fb-social-icons-1] .footer-social-inner-wrap,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] [data-section=section-fb-social-icons-1] .footer-social-inner-wrap {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-footer-social-1-wrap .ast-builder-social-element svg,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-footer-social-1-wrap .ast-builder-social-element svg {
  fill: #deddd4;
  height: 1.375rem;
  width: 1.375rem;
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-footer-social-1-wrap .ast-builder-social-element svg:hover,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-footer-social-1-wrap .ast-builder-social-element svg:hover {
  fill: #6a4f3c;
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  flex-direction: column;
}
@media only screen and (min-width: 64em) {
  .site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section {
    flex-direction: row;
  }
}
@media only screen and (min-width: 64em) {
  .site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item:not(:nth-of-type(1)),
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item:not(:nth-of-type(1)) {
    position: relative;
    padding-left: 0.75rem;
  }
  .site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item:not(:nth-of-type(1)):before,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item:not(:nth-of-type(1)):before {
    content: "";
    display: block;
    position: absolute;
    left: -0.375rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #deddd4;
  }
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item {
  width: auto;
  margin: 0;
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright .menu-link,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright p,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap .menu-link,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap p,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item .menu-link,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item p,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright .menu-link,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright p,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap .menu-link,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap p,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item .menu-link,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item p {
  color: #deddd4;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright .menu-link,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright p,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap .menu-link,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap p,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item .menu-link,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item p,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright .menu-link,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-copyright p,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap .menu-link,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .ast-footer-social-wrap p,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item .menu-link,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .site-footer-section .site-footer-focus-item p {
    font-size: 0.6875rem;
  }
}
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-footer-copyright.site-footer-focus-item,
.site-footer .site-below-footer-wrap[data-section=section-below-footer-builder] a,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] .ast-footer-copyright.site-footer-focus-item,
.c-page-footer .site-below-footer-wrap[data-section=section-below-footer-builder] a {
  color: #6a4f3c;
}
.site-footer__copyright, .site-footer__address,
.c-page-footer__copyright,
.c-page-footer__address {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.site-footer__copyright,
.c-page-footer__copyright {
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.site-footer__address,
.c-page-footer__address {
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.site-footer__heading,
.c-page-footer__heading {
  font-size: 2.25rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .site-footer__heading,
.c-page-footer__heading {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 40em) {
  .site-footer__heading,
.c-page-footer__heading {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .site-footer__heading,
.c-page-footer__heading {
    margin-bottom: 1.25rem;
  }
}
.site-footer__inner,
.c-page-footer__inner {
  color: #6a4f3c;
}
.site-footer__inner a,
.c-page-footer__inner a {
  color: #6a4f3c;
}
.site-footer__inner .row,
.c-page-footer__inner .row {
  padding: 1rem 0;
  max-width: 100%;
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row,
.c-page-footer__inner .row {
    padding: 1.5rem 0;
  }
}
.site-footer__inner .row.newsletter,
.c-page-footer__inner .row.newsletter {
  background-color: #f7f3ed;
  text-align: center;
}
.site-footer__inner .row.newsletter .c-social-icons__list,
.c-page-footer__inner .row.newsletter .c-social-icons__list {
  justify-content: center;
}
.site-footer__inner .row.newsletter .c-social-icons__icon,
.c-page-footer__inner .row.newsletter .c-social-icons__icon {
  margin: 0 1rem;
  height: 1.75rem;
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row.newsletter .c-social-icons__icon,
.c-page-footer__inner .row.newsletter .c-social-icons__icon {
    height: 2rem;
    margin: 0 1.625rem;
  }
}
.site-footer__inner .row.feed,
.c-page-footer__inner .row.feed {
  padding-top: 0 !important;
}
.site-footer__inner .row.feed .flickity-page-dots,
.c-page-footer__inner .row.feed .flickity-page-dots {
  bottom: -3rem;
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row.feed .flickity-page-dots,
.c-page-footer__inner .row.feed .flickity-page-dots {
    bottom: -3.75rem;
  }
}
.site-footer__inner .row.feed .flickity-page-dots .dot,
.c-page-footer__inner .row.feed .flickity-page-dots .dot {
  border-color: #6a4f3c;
}
.site-footer__inner .row.feed .flickity-page-dots .dot.is-selected,
.c-page-footer__inner .row.feed .flickity-page-dots .dot.is-selected {
  background-color: #6a4f3c;
}
.site-footer__inner .row.copyright-notice .row-inner,
.c-page-footer__inner .row.copyright-notice .row-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .site-footer__inner .row.copyright-notice .row-inner,
.c-page-footer__inner .row.copyright-notice .row-inner {
    flex-direction: row;
  }
}
@media only screen and (max-width: 39.9375em) {
  .site-footer__inner .row.copyright-notice .column.small-12,
.c-page-footer__inner .row.copyright-notice .column.small-12 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
    max-width: 17.5rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .site-footer__inner .row.copyright-notice .column:not(:last-child),
.c-page-footer__inner .row.copyright-notice .column:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 40em) {
  .site-footer__inner .row.copyright-notice .column:last-child,
.c-page-footer__inner .row.copyright-notice .column:last-child {
    text-align: right;
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 40em) {
  .site-footer__inner .row.copyright-notice .column:nth-of-type(1),
.c-page-footer__inner .row.copyright-notice .column:nth-of-type(1) {
    text-align: left;
    padding-left: 0;
  }
}
.site-footer__inner .row.address .column,
.c-page-footer__inner .row.address .column {
  text-align: center;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .site-footer__inner .row.address .column,
.c-page-footer__inner .row.address .column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 63.9375em) {
  .site-footer__inner .row.address .column:nth-of-type(1),
.c-page-footer__inner .row.address .column:nth-of-type(1) {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 63.9375em) {
  .site-footer__inner .row.address .column:last-child,
.c-page-footer__inner .row.address .column:last-child {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row.address .column,
.c-page-footer__inner .row.address .column {
    text-align: left;
  }
}
.site-footer__inner .row .row-inner,
.c-page-footer__inner .row .row-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .site-footer__inner .row .row-inner,
.c-page-footer__inner .row .row-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row .row-inner,
.c-page-footer__inner .row .row-inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .site-footer__inner .row .column:not(:last-child),
.c-page-footer__inner .row .column:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.site-footer__inner .row .column .row .row-inner,
.c-page-footer__inner .row .column .row .row-inner {
  padding: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row .column .row .row-inner,
.c-page-footer__inner .row .column .row .row-inner {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .site-footer__inner .row .column .row.menus .row-inner,
.c-page-footer__inner .row .column .row.menus .row-inner {
    margin-left: -1.875rem !important;
    margin-right: -1.875rem !important;
  }
}
@media only screen and (max-width: 39.9375em) {
  .site-footer__inner .row .column .row.menus .row-inner.flickity-enabled .column.small-6,
.c-page-footer__inner .row .column .row.menus .row-inner.flickity-enabled .column.small-6 {
    max-width: calc(55% - 50px);
    min-width: 9.6875rem;
    margin-right: 0;
    padding-left: 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots,
.c-page-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots {
    display: none;
  }
}
.site-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots .dot,
.c-page-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots .dot {
  border-color: #6a4f3c;
}
.site-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots .dot.is-selected,
.c-page-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #6a4f3c;
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots .dot:hover,
.c-page-footer__inner .row .column .row.menus .row-inner.flickity-enabled .flickity-page-dots .dot:hover {
    background-color: #6a4f3c;
  }
}
.site-footer__inner .row .column .row,
.site-footer__inner .row .column .row .column,
.c-page-footer__inner .row .column .row,
.c-page-footer__inner .row .column .row .column {
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .site-footer__inner .row .column .row.large-12:not(:last-child),
.site-footer__inner .row .column .row .column.large-12:not(:last-child),
.c-page-footer__inner .row .column .row.large-12:not(:last-child),
.c-page-footer__inner .row .column .row .column.large-12:not(:last-child) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .site-footer__inner .row .column .row.large-12:not(:last-child),
.site-footer__inner .row .column .row .column.large-12:not(:last-child),
.c-page-footer__inner .row .column .row.large-12:not(:last-child),
.c-page-footer__inner .row .column .row .column.large-12:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.site-footer__inner > .row:not(:last-child),
.c-page-footer__inner > .row:not(:last-child) {
  padding: 1.5rem 0 1rem;
}
@media only screen and (min-width: 64em) {
  .site-footer__inner > .row:not(:last-child),
.c-page-footer__inner > .row:not(:last-child) {
    padding: 3.125rem 0 1.25rem;
  }
}
.site-footer__inner .c-button,
.c-page-footer__inner .c-button {
  color: #6a4f3c;
}
.site-footer__inner .c-button:hover,
.c-page-footer__inner .c-button:hover {
  color: #6a4f3c;
}

.sunset-footer {
  color: rgba(106, 79, 60, 0.82);
  background: #f8f5f0;
}
.sunset-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.8fr);
  gap: clamp(2.5rem, 6vw, 7rem);
  width: min(100% - 48px, 1360px);
  margin: 0 auto;
  padding: 1.875rem 0;
}
@media only screen and (min-width: 40em) {
  .sunset-footer__inner {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-footer__inner {
    padding: 3.75rem 0;
  }
}
.sunset-footer__inner h2 {
  margin-bottom: 1.1rem;
  color: rgba(106, 79, 60, 0.72) !important;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 40em) {
  .sunset-footer__inner h2 {
    font-size: 0.6875rem;
  }
}
.sunset-footer__inner a {
  display: block;
  margin-bottom: 0.55rem;
  color: rgba(106, 79, 60, 0.9) !important;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.sunset-footer__inner p {
  color: rgba(106, 79, 60, 0.8) !important;
  font-size: 0.875rem;
  line-height: 1.6;
}
.sunset-footer__intro p {
  max-width: 360px;
  margin-top: 1.25rem;
}
.sunset-footer__bottom {
  display: flex;
  width: min(100% - 48px, 1360px);
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(106, 79, 60, 0.14);
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1.6;
}
.sunset-footer__bottom span {
  color: rgba(106, 79, 60, 0.72);
}
@media only screen and (max-width: 63.9375em) {
  .sunset-footer__inner {
    grid-template-columns: 1.3fr repeat(3, 1fr);
    gap: 2rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sunset-footer__inner, .sunset-footer__bottom {
    width: min(100% - 32px, 1360px);
  }
  .sunset-footer__inner {
    grid-template-columns: 1fr 1fr;
  }
  .sunset-footer__intro {
    grid-column: 1/span 2;
  }
  .sunset-footer__bottom {
    gap: 1rem;
    flex-direction: column;
  }
}

body.sunset-site .sunset-footer .sunset-brand--footer,
body.sunset-site .sunset-footer .sunset-brand--footer .sunset-brand__secondary {
  color: #6a4f3c !important;
}
body.sunset-site .sunset-footer .sunset-footer__inner h2 {
  color: rgba(106, 79, 60, 0.72) !important;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-footer .sunset-footer__inner h2 {
    font-size: 0.6875rem;
  }
}
body.sunset-site .sunset-footer .sunset-footer__inner p {
  color: rgba(106, 79, 60, 0.82) !important;
}
body.sunset-site .sunset-footer .sunset-footer__inner a {
  color: rgba(106, 79, 60, 0.92) !important;
}
body.sunset-site .sunset-footer .sunset-footer__bottom,
body.sunset-site .sunset-footer .sunset-footer__bottom span {
  color: rgba(106, 79, 60, 0.72) !important;
}

/**
* PAGE-FOOTER-CTA
**/
.c-page-footer-cta .widget {
  list-style-type: none;
}

.sunset-band {
  padding: clamp(4rem, 8vw, 7rem) 0;
  text-align: center;
  background: #6a4f3c;
}
.sunset-band h2,
.sunset-band p {
  color: #fff !important;
}
.sunset-band p {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.sunset-site .sunset-widget-footer-cta {
  padding: 2rem;
  text-align: center;
  background: #fbfaf7;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-widget-footer-cta {
    padding: 3.75rem;
  }
}
body.sunset-site .sunset-widget-footer-cta .c-cta__heading {
  margin-bottom: 0.75rem;
  color: #6a4f3c !important;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-widget-footer-cta .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-widget-footer-cta .c-cta__text {
  margin-bottom: 1.5rem;
}
body.sunset-site .sunset-widget-footer-cta .c-cta__text p {
  color: rgba(106, 79, 60, 0.72) !important;
}

/**
* PAGE-FOOTER-NEWSLETTER
**/
.c-page-footer-newsletter__inner li {
  list-style-type: none;
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_heading,
.c-page-footer-newsletter__inner .c-form .gform_heading {
  margin: 0;
  display: none;
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper form, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme form, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome form,
.c-page-footer-newsletter__inner .c-form .gform_wrapper form,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme form,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome form {
  position: relative;
  max-width: 43.75rem;
  margin: 0 auto;
}
@media only screen and (min-width: 40em) {
  .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper form, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme form, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome form,
.c-page-footer-newsletter__inner .c-form .gform_wrapper form,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme form,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome form {
    display: flex;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gform_fields, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gform_fields, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gform_fields,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_fields,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_fields,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_fields {
    display: block;
  }
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gform_fields .gfield select,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gform_fields .gfield select,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_fields .gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_fields .gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
}
@media only screen and (min-width: 40em) {
  .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gfield:last-child, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gfield:last-child, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gfield:last-child,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gfield:last-child,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gfield:last-child,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gfield:last-child {
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 64em) {
  .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gfield:last-child, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gfield:last-child, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gfield:last-child,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gfield:last-child,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gfield:last-child,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gfield:last-child {
    width: calc(100% - 160px);
  }
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gform_body, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gform_body, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gform_body,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_body,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_body,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_body {
  flex-grow: 1;
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gform_footer, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gform_footer, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gform_footer,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_footer,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_footer,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_footer {
  margin: 0;
  width: auto;
}
@media only screen and (min-width: 40em) {
  .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper .gform_footer, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme .gform_footer, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome .gform_footer,
.c-page-footer-newsletter__inner .c-form .gform_wrapper .gform_footer,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme .gform_footer,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome .gform_footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
  }
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper ul.gform_fields li.gfield, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme ul.gform_fields li.gfield, .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield {
  padding: 0;
}
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gravity-theme ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .gform_wrapper .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gravity-theme ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield .ginput_container,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select,
.c-page-footer-newsletter__inner .c-form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  margin: 0;
}

/**
* PAGE-HEADER
**/
.site-header,
.c-page-header {
  width: 100%;
  top: 0;
  z-index: 102;
  height: 5rem;
  height: 10.1875rem;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  .site-header,
.c-page-header {
    height: 6.3125rem;
  }
}
.lodgify-list-modal--is-active .site-header,
.lodgify-list-modal--is-active .c-page-header {
  display: none;
}
.site-header [data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.c-page-header [data-section=section-header-mobile-trigger] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus {
  outline: none !important;
  border: none !important;
}
.site-header [data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg,
.c-page-header [data-section=section-header-mobile-trigger] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
  fill: #fff;
}
.site-header .ast-mobile-header-wrap .ast-mobile-header-wrap .ast-mobile-header-content,
.site-header .ast-mobile-header-wrap .ast-desktop-header-content,
.c-page-header .ast-mobile-header-wrap .ast-mobile-header-wrap .ast-mobile-header-content,
.c-page-header .ast-mobile-header-wrap .ast-desktop-header-content {
  background-color: #deddd4;
}
.site-header .ast-mobile-header-wrap .main-navigation,
.c-page-header .ast-mobile-header-wrap .main-navigation {
  padding: 1rem;
  background: #deddd4;
}
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu,
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-link,
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .sub-menu,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-link,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .sub-menu {
  background: #deddd4;
  color: #6a4f3c;
  gap: 12px;
}
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button {
  padding: 0;
  background: transparent;
}
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  line-height: 34px !important;
}
@media only screen and (min-width: 40em) {
  .site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a {
    min-width: 8.75rem;
  }
}
.no-touchevents .site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a,
.no-touchevents .c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a.text-large,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a.text-large,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a, .site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a:hover,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a:hover {
  background-color: #7a5b46 !important;
  color: #ebe7df !important;
  border-color: #7a5b46;
}
.no-touchevents .site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a:hover,
.no-touchevents .c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-item.button a:hover {
  background-color: #9a7359 !important;
  border-color: #9a7359 !important;
}
.site-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-link,
.c-page-header .ast-mobile-header-wrap .main-navigation .main-header-menu .menu-link {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  padding: 0;
}
.site-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
.site-header .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.site-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
.site-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle,
.c-page-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link,
.c-page-header .ast-builder-menu-mobile .main-navigation .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle,
.c-page-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .menu-link,
.c-page-header .ast-builder-menu-mobile .main-navigation .menu-item.current-menu-ancestor > .ast-menu-toggle {
  background: #deddd4;
  color: #6a4f3c;
  padding: 0;
}
.site-header .ast-primary-header-bar .site-title a,
.c-page-header .ast-primary-header-bar .site-title a {
  color: #7a5b46 !important;
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  .site-header .ast-primary-header-bar .site-title a,
.c-page-header .ast-primary-header-bar .site-title a {
    font-size: 2rem;
  }
}
.site-header .ast-builder-grid-row,
.c-page-header .ast-builder-grid-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.hide-bottom-banner .site-header, .woocommerce-account .site-header, .woocommerce-checkout .site-header, .woocommerce-cart .site-header,
.hide-bottom-banner .c-page-header,
.woocommerce-account .c-page-header,
.woocommerce-checkout .c-page-header,
.woocommerce-cart .c-page-header {
  height: auto;
}
.navigation--is-active .site-header,
.navigation--is-active .c-page-header {
  z-index: 0;
}
.page-is-scrolled .site-header,
.page-is-scrolled .c-page-header {
  height: 5.125rem;
}
@media only screen and (min-width: 64em) {
  .page-is-scrolled .site-header,
.page-is-scrolled .c-page-header {
    height: 5.125rem;
  }
}
.site-header .search-activator,
.c-page-header .search-activator {
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}
.site-header .search-activator svg,
.c-page-header .search-activator svg {
  height: 1.375rem;
  width: 1.375rem;
}
.site-header .search-activator svg path,
.c-page-header .search-activator svg path {
  fill: #6a4f3c;
}
.admin-bar .site-header,
.admin-bar .c-page-header {
  top: 2rem;
}
.site-header .row,
.c-page-header .row {
  max-width: 100%;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.site-header .row .row-column-inner,
.c-page-header .row .row-column-inner {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 40em) {
  .site-header .row .row-column-inner,
.c-page-header .row .row-column-inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .site-header .row .row-column-inner,
.c-page-header .row .row-column-inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.site-header .row.page-header-bottom-banner,
.c-page-header .row.page-header-bottom-banner {
  position: relative;
  z-index: 1;
}
.woocommerce-checkout .site-header .row.page-header-bottom-banner, .woocommerce-page .site-header .row.page-header-bottom-banner, .sub-menu--is-active .site-header .row.page-header-bottom-banner, .page-header-search--is-active .site-header .row.page-header-bottom-banner, .navigation--is-active .site-header .row.page-header-bottom-banner,
.woocommerce-checkout .c-page-header .row.page-header-bottom-banner,
.woocommerce-page .c-page-header .row.page-header-bottom-banner,
.sub-menu--is-active .c-page-header .row.page-header-bottom-banner,
.page-header-search--is-active .c-page-header .row.page-header-bottom-banner,
.navigation--is-active .c-page-header .row.page-header-bottom-banner {
  display: none;
}
.site-header .row.page-header-banner,
.c-page-header .row.page-header-banner {
  background-color: #deddd4;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5rem;
  display: flex;
  align-items: center;
}
.site-header .row.page-header-banner p,
.c-page-header .row.page-header-banner p {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  margin: 0;
}
.site-header .row.fixed-header,
.c-page-header .row.fixed-header {
  background-color: #fff;
  z-index: 3;
  display: flex;
  flex-direction: column;
}
.page-header-search--is-active .site-header .row.fixed-header,
.page-header-search--is-active .c-page-header .row.fixed-header {
  box-shadow: none;
}
.page-is-scrolled .site-header .row.fixed-header,
.page-is-scrolled .c-page-header .row.fixed-header {
  position: fixed;
  top: 0;
  transition: 0.3s 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  box-shadow: 0 0 3.125rem rgba(230, 230, 230, 0.05);
}
.page-is-scrolled.admin-bar .site-header .row.fixed-header,
.page-is-scrolled.admin-bar .c-page-header .row.fixed-header {
  top: 0;
}
.woocommerce-tabs-tab--is-sticky .site-header .row.fixed-header,
.woocommerce-tabs-tab--is-sticky .c-page-header .row.fixed-header {
  box-shadow: none;
}
.page-is-scrolled .site-header .row.fixed-header,
.page-is-scrolled .c-page-header .row.fixed-header {
  transform: translateY(-100%);
  transition: none;
}
.page-is-scrolled.page-is-scrolling-up .site-header .row.fixed-header,
.page-is-scrolled.page-is-scrolling-up .c-page-header .row.fixed-header {
  transform: translateY(0);
  transition: 0.3s transform ease-in-out;
}
.site-header .row.logo-search-account .row-column-inner, .site-header .row.navigation .row-column-inner,
.c-page-header .row.logo-search-account .row-column-inner,
.c-page-header .row.navigation .row-column-inner {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media only screen and (min-width: 40em) {
  .site-header .row.logo-search-account .row-column-inner, .site-header .row.navigation .row-column-inner,
.c-page-header .row.logo-search-account .row-column-inner,
.c-page-header .row.navigation .row-column-inner {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
  }
}
.site-header .row.navigation,
.c-page-header .row.navigation {
  position: relative;
  z-index: 2;
}
.site-header .row.logo-search-account,
.c-page-header .row.logo-search-account {
  position: relative;
  z-index: 3;
}
.woocommerce-checkout .site-header .row.logo-search-account, .woocommerce-page .site-header .row.logo-search-account, .woocommerce-js .site-header .row.logo-search-account,
.woocommerce-checkout .c-page-header .row.logo-search-account,
.woocommerce-page .c-page-header .row.logo-search-account,
.woocommerce-js .c-page-header .row.logo-search-account {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-header .row.logo-search-account .column.nav-contents,
.c-page-header .row.logo-search-account .column.nav-contents {
  padding-right: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .site-header .row.logo-search-account .column.nav-contents,
.c-page-header .row.logo-search-account .column.nav-contents {
    min-width: 10.9375rem;
    display: flex;
    justify-content: flex-end;
  }
}
.site-header .row.navigation .row-column-inner,
.c-page-header .row.navigation .row-column-inner {
  border-bottom: 0.0625rem solid #f7f3ed;
}
.site-header .row.search-bar,
.c-page-header .row.search-bar {
  background-color: #deddd4;
  position: fixed;
  z-index: 100;
  transform: scale(1.2);
  transform-origin: 50% 50%;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 40em) {
  .site-header .row.search-bar,
.c-page-header .row.search-bar {
    padding: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .site-header .row.search-bar,
.c-page-header .row.search-bar {
    padding: 2.5rem;
  }
}
.page-header-search--is-active .site-header .row.search-bar,
.page-header-search--is-active .c-page-header .row.search-bar {
  transform: scale(1);
  pointer-events: initial;
  opacity: 1;
  transition: 0.5s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.transparent-header:not(.page-is-scrolled) .site-header .row.search-bar,
.transparent-header:not(.page-is-scrolled) .c-page-header .row.search-bar {
  background-color: transparent;
}
.transparent-header:not(.page-is-scrolled) .site-header .row.search-bar:after,
.transparent-header:not(.page-is-scrolled) .c-page-header .row.search-bar:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12.5rem;
  z-index: -1;
  display: block;
  background: linear-gradient(180deg, rgba(106, 79, 60, 0.5) 0%, rgba(106, 79, 60, 0) 100%);
}
.site-header .row.search-bar .row-column-inner,
.c-page-header .row.search-bar .row-column-inner {
  justify-content: center;
}
.site-header .row.search-bar .column.auto,
.c-page-header .row.search-bar .column.auto {
  position: relative;
  min-width: 15.625rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 75em) {
  .site-header .row.search-bar .column.auto,
.c-page-header .row.search-bar .column.auto {
    width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .site-header .row.search-bar .column.auto,
.c-page-header .row.search-bar .column.auto {
    min-width: 28.125rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .site-header .row.search-bar .column.auto,
.c-page-header .row.search-bar .column.auto {
    min-width: 37.5rem;
  }
}
.site-header .row.search-bar .column.auto .dgwt-wcas-search-wrapp,
.c-page-header .row.search-bar .column.auto .dgwt-wcas-search-wrapp {
  width: calc(100% - 38px);
  max-width: calc(100% - 38px);
  margin: 0;
}
.site-header .row .row-column-inner,
.c-page-header .row .row-column-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .row .row-column-inner > .column:nth-of-type(1),
.c-page-header .row .row-column-inner > .column:nth-of-type(1) {
  padding-left: 0;
}
.site-header .row .row-column-inner > .column:last-child,
.c-page-header .row .row-column-inner > .column:last-child {
  padding-right: 0;
}
.site-header .row .search-bar__close,
.c-page-header .row .search-bar__close {
  position: fixed;
  right: 1.25rem;
  top: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .site-header .row .column,
.c-page-header .row .column {
    text-align: center;
  }
}
.site-header .row .column.full,
.c-page-header .row .column.full {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .site-header .row .column.full,
.c-page-header .row .column.full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-header .row .column.flex,
.c-page-header .row .column.flex {
  display: flex;
  align-items: center;
}
.site-header .row .column.flex > div,
.c-page-header .row .column.flex > div {
  display: flex;
}
.site-header .row .column:nth-of-type(1),
.c-page-header .row .column:nth-of-type(1) {
  text-align: left;
}
.site-header .row .column:last-child,
.c-page-header .row .column:last-child {
  text-align: right;
}
.site-header .row .column:only-child,
.c-page-header .row .column:only-child {
  text-align: center;
}
.site-header .c-navicon,
.c-page-header .c-navicon {
  margin-left: 0.75rem;
}
.site-header .c-navicon__inner, .site-header .c-navicon__inner:before, .site-header .c-navicon__inner:after,
.c-page-header .c-navicon__inner,
.c-page-header .c-navicon__inner:before,
.c-page-header .c-navicon__inner:after {
  background-color: #6a4f3c;
}
.site-header .c-social-icons__icon,
.c-page-header .c-social-icons__icon {
  height: 1.125rem;
}

.ast-primary-header-bar {
  background-color: rgba(27, 25, 25, 0.98);
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.08);
}
.ast-primary-header-bar .site-header-focus-item {
  display: flex;
  align-items: center;
}
.ast-primary-header-bar .site-header-primary-section-left, .ast-primary-header-bar .site-header-primary-section-right {
  min-height: 4.875rem;
}
.ast-primary-header-bar .site-primary-header-wrap {
  width: min(100% - 32px, 77.5rem);
  margin: 0 auto;
  padding: 0.625rem 0;
}
.ast-primary-header-bar .site-title a,
.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
  color: #f7f3ed !important;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.ast-primary-header-bar .site-title a {
  font-family: "Cormorant Garamond", serif;
  font-size: 0.9375rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.ast-primary-header-bar .main-header-menu {
  align-items: center;
  gap: 1.375rem;
}
@media only screen and (min-width: 64em) {
  .ast-primary-header-bar .main-header-menu {
    gap: 2.5rem;
  }
}
.ast-primary-header-bar .main-header-menu > .menu-item {
  background: transparent !important;
  margin: 0 !important;
}
.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
  padding: 0.625rem 0;
  background: transparent !important;
  box-shadow: none !important;
}
.ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > .menu-link, .ast-primary-header-bar .main-header-menu > .menu-item.current-page-item > .menu-link, .ast-primary-header-bar .main-header-menu > .menu-item.current_page_item > .menu-link {
  color: #7a5b46 !important;
  text-decoration: underline;
  text-underline-offset: 0.3125rem;
}
.ast-primary-header-bar .main-header-menu > .menu-item.button {
  padding: 0 !important;
  margin-left: 0.75rem !important;
  background: transparent !important;
}
.ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #ebe7df !important;
  border-color: #d7cfc0 !important;
  color: #6a4f3c !important;
}
@media only screen and (min-width: 40em) {
  .ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link {
    min-width: 8.75rem;
  }
}
.no-touchevents .ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.ast-primary-header-bar .main-header-menu > .menu-item.button > .menu-link:hover {
  background-color: #d7cfc0 !important;
  border-color: #d7cfc0 !important;
}
.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link:hover {
  color: #f7f3ed !important;
}
.ast-primary-header-bar .main-header-bar-navigation {
  display: flex;
  justify-content: center;
}

@media (min-width: 922px) {
  .ast-primary-header-bar {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
@media (max-width: 921.99px) {
  .ast-primary-header-bar .site-title a {
    font-size: 0.875rem;
  }
  .ast-primary-header-bar .site-primary-header-wrap {
    width: calc(100% - 24px);
    padding: 0.625rem 0;
  }
}
.sunset-header {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid rgba(106, 79, 60, 0.16);
  background: rgba(248, 245, 240, 0.98);
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 40em) {
  .sunset-header {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-header {
    margin-bottom: 3.75rem;
  }
}
.sunset-header__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(100% - 48px, 1400px);
  min-height: 88px;
  margin: 0 auto;
}
.sunset-header__book {
  justify-self: end;
}
.sunset-header__toggle {
  display: none;
  width: 42px;
  padding: 8px;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.sunset-header__toggle:hover, .sunset-header__toggle:focus {
  background-color: transparent;
  border-color: transparent;
}
@media only screen and (max-width: 63.9375em) {
  .sunset-header__inner {
    grid-template-columns: 1fr auto auto;
  }
  .sunset-header__toggle {
    display: block;
    order: 2;
  }
  .sunset-header__book {
    margin-right: 0.5rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sunset-header__inner {
    width: min(100% - 32px, 1360px);
    min-height: 74px;
  }
  .sunset-header__book {
    display: none;
  }
}

/**
* PAGE-HEADER-BANNER
**/
.c-page-header-banner {
  width: 100%;
}
.sub-menu--is-active .c-page-header-banner, .products-filters--is-active .c-page-header-banner, .page-header-search--is-active .c-page-header-banner {
  opacity: 0.4;
  pointer-events: none;
}
.c-page-header-banner__inner {
  width: 100%;
}
.c-page-header-banner__inner .panel-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 2.1875rem;
}
.c-page-header-banner__inner .panel-layout .panel-grid {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 75em) {
  .c-page-header-banner__inner .panel-layout .panel-grid {
    width: 100%;
  }
}
@media only screen and (max-width: 75em) {
  .c-page-header-banner__inner .panel-layout .panel-grid:nth-of-type(1) {
    display: none !important;
  }
}
.c-page-header-banner__inner li {
  list-style-type: none;
}
.c-page-header-banner__inner .c-text__content p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-filters--is-active .c-page-header-banner .menu-info-navigation-container .menu-item, .sub-menu--is-active .c-page-header-banner .menu-info-navigation-container .menu-item {
  opacity: 0.4;
  pointer-events: none;
}
.page-header-search--is-active .c-page-header-banner .menu-info-navigation-container .menu-item:not(.search) {
  opacity: 0.4;
  pointer-events: none;
}
.sub-menu--is-active .c-page-header-banner .c-social-icons, .page-header-search--is-active .c-page-header-banner .c-social-icons {
  opacity: 0.4;
  pointer-events: none;
}
.c-page-header-banner .c-social-icons__list {
  justify-content: flex-end;
}
.c-page-header-banner .c-social-icons__icon {
  height: 1.125rem;
  width: auto;
  margin: 0 0.3125rem;
}
@media only screen and (min-width: 64em) {
  .c-page-header-banner .c-social-icons__icon {
    margin-left: 0;
  }
}

/**
* PAGE-HEADER--BOTTOM-BANNER
**/
.c-page-header-bottom-banner {
  width: 100%;
  margin: 0 0 0.75rem;
}
@media only screen and (min-width: 64em) {
  .c-page-header-bottom-banner {
    margin: 0.75rem 0;
  }
}
.hide-bottom-banner .c-page-header-bottom-banner, .woocommerce-account .c-page-header-bottom-banner {
  display: none;
}
.c-page-header-bottom-banner .widget {
  list-style-type: none;
}
.c-page-header-bottom-banner .panel-grid > div {
  align-items: inherit !important;
}
.c-page-header-bottom-banner .flickity-enabled .panel-grid-cell {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  min-height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 40em) {
  .c-page-header-bottom-banner .flickity-enabled .panel-grid-cell {
    width: calc(100% - 120px) !important;
    margin-right: 0.75rem;
  }
}
.c-page-header-bottom-banner .flickity-enabled .panel-grid-cell .so-widget- > div {
  padding: 0.75rem !important;
}
.c-page-header-bottom-banner .panel-grid-cell {
  padding: 0 1.5rem;
  height: 3.5rem;
  flex-grow: 1;
}
@media only screen and (min-width: 40em) {
  .c-page-header-bottom-banner .panel-grid-cell {
    max-width: calc(50% - 10px);
  }
  .logged-in .c-page-header-bottom-banner .panel-grid-cell {
    max-width: 100%;
  }
}
.c-page-header-bottom-banner .panel-grid-cell:only-child {
  max-width: 100%;
}
.c-page-header-bottom-banner .panel-grid-cell:nth-of-type(1) {
  background-color: #deddd4;
}
.c-page-header-bottom-banner .panel-grid-cell:last-child {
  background-color: #7a5b46;
}
.c-page-header-bottom-banner .panel-grid-cell .so-panel {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-page-header-bottom-banner .panel-grid-cell .so-panel .so-widget-sow-image {
  width: 100%;
  text-align: center;
}
.c-page-header-bottom-banner .c-text p {
  margin-bottom: 0;
}
.c-page-header-bottom-banner .c-text p,
.c-page-header-bottom-banner .c-text p a {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-page-header-bottom-banner .c-text a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  border: none !important;
  color: #fff !important;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
  text-underline-offset: 0.125rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.6;
}
.c-page-header-bottom-banner .c-text a:visited, .c-page-header-bottom-banner .c-text a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.c-page-header-bottom-banner .c-text a:hover {
  color: #7a5b46 !important;
}
.c-page-header-bottom-banner .c-cta__inner {
  display: flex;
  align-items: center;
}
.c-page-header-bottom-banner .c-cta__inner .img-fit {
  margin-right: 1rem;
}
.c-page-header-bottom-banner .c-cta__text p,
.c-page-header-bottom-banner .c-cta__text p > a:not(.c-button--hollow) {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-page-header-bottom-banner .c-cta__text p strong {
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-page-header-bottom-banner .c-cta__headings {
  margin: 0;
}
.c-page-header-bottom-banner .c-image .img-fit .c-image__image {
  max-width: 90%;
  margin: auto;
}
.c-page-header-bottom-banner .c-image .crop {
  padding-bottom: 3.75rem;
}
.c-page-header-bottom-banner .c-image .crop .c-image__image {
  background-size: auto 1.75rem;
  background-repeat: no-repeat;
}
/**
* PAGE-HEADER-SEARCH
**/
.c-page-header-search {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
}
.page-header-search--is-active .c-page-header-search {
  opacity: 1;
  pointer-events: initial;
}
.c-page-header-search__close-background {
  position: fixed;
  z-index: 101;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-page-header-search__close {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  top: 2.625rem;
  right: 0.75rem;
  z-index: 103;
  cursor: pointer;
  transform: translateX(140%);
}
.page-header-search--is-active .c-page-header-search__close {
  transform: translateX(0);
  transition: transform 0.5s 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 64em) {
  .c-page-header-search__close {
    top: 3.3125rem;
    right: 2rem;
  }
}
.c-page-header-search__close:before, .c-page-header-search__close:after {
  content: "";
  width: 100%;
  height: 0.1875rem;
  border-radius: 0.1875rem;
  background-color: #7a5b46;
  position: absolute;
  transform-origin: 50% 50%;
  top: 0.75rem;
}
.c-page-header-search__close:before {
  transform: rotate(45deg);
}
.c-page-header-search__close:after {
  transform: rotate(-45deg);
}
.c-page-header-search__inner {
  transform: translateY(-100%);
  transition: none;
  padding: 1.875rem 1.25rem;
  position: relative;
  z-index: 102;
  background-color: #eee8df;
}
@media only screen and (min-width: 64em) {
  .c-page-header-search__inner {
    padding: 2.5rem 5rem 2.5rem 2.5rem;
  }
}
.page-header-search--is-active .c-page-header-search__inner {
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/**
* PAGE-LOGO
**/
.c-page-logo {
  display: flex;
  align-items: center;
}
.products-filters--is-active .c-page-logo, .sub-menu--is-active .c-page-logo, .page-header-search--is-active .c-page-logo {
  opacity: 0.4;
  pointer-events: none;
}
.transparent-header:not(.page-is-scrolled) .c-page-logo {
  filter: invert(1);
}
.c-page-logo,
.c-page-logo img,
.c-page-logo svg {
  max-height: 1.875rem;
  width: auto;
  max-width: 11.25rem;
}
@media only screen and (min-width: 64em) {
  .c-page-logo,
.c-page-logo img,
.c-page-logo svg {
    max-height: 2.8125rem;
    max-width: 12.5rem;
  }
}

.sunset-brand {
  display: inline-flex;
  gap: 0.55rem;
  align-items: baseline;
  width: -moz-max-content;
  width: max-content;
  color: #6a4f3c;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
  font-size: 1.4rem;
  text-decoration: none;
}
.sunset-brand__secondary {
  color: #7a5b46;
}
.sunset-brand--footer {
  color: #fff;
  font-size: 1.65rem;
}
.sunset-brand--footer .sunset-brand__secondary {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion {
    display: block !important;
  }
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion .sow-accordion-columns {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion .sow-accordion-columns__column {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
  }
}
.c-accordion .sow-accordion .sow-accordion-panel {
  width: 100%;
  background: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border-top: 0.0625rem solid rgba(122, 91, 70, 0.12) !important;
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion .sow-accordion-panel {
    margin-bottom: 0 !important;
    align-self: start;
  }
}
.c-accordion .sow-accordion .sow-accordion-panel:nth-of-type(1) {
  border-top: 0 !important;
}
.c-accordion .sow-accordion .sow-accordion-panel:not(:last-child) {
  margin-bottom: 0 !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container {
  background: transparent !important;
  border: 0 !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1.5rem !important;
  width: 100% !important;
  min-height: 4.75rem !important;
  padding: 1.125rem 0 !important;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
    padding: 1.375rem 0 !important;
    min-height: 5.375rem !important;
  }
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: none !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-title {
  font-size: 1.125rem;
  line-height: 1.1;
  font-family: Cormorant Garamond, serif;
  font-weight: 500;
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}
@media only screen and (min-width: 40em) {
  .c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-title {
    font-size: 1.375rem;
  }
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
  margin-left: 0.75rem !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-button,
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-close-button {
  width: 1.5rem !important;
  height: 1.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  color: #6a4f3c !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-button span,
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-close-button span {
  color: #6a4f3c !important;
  font-size: 1.375rem !important;
  line-height: 1 !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-button {
  display: flex !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-close-button {
  display: none !important;
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content {
  display: block !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  max-height: 0 !important;
  opacity: 0 !important;
  transform: translateY(-0.375rem) !important;
  pointer-events: none !important;
  width: 100%;
  transition: max-height 0.28s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, transform 0.28s cubic-bezier(0.4, 0, 0.2, 1), padding 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content {
    padding: 0 !important;
  }
}
.c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-border {
  background: transparent !important;
  border: 0 !important;
  padding: 0.375rem 0 1.625rem !important;
}
@media only screen and (min-width: 64em) {
  .c-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-border {
    padding: 0.5rem 0 2.125rem !important;
  }
}
.c-accordion .sow-accordion .sow-accordion-panel p,
.c-accordion .sow-accordion .sow-accordion-panel li,
.c-accordion .sow-accordion .sow-accordion-panel strong,
.c-accordion .sow-accordion .sow-accordion-panel em,
.c-accordion .sow-accordion .sow-accordion-panel a {
  color: #6a4f3c !important;
}
.c-accordion .sow-accordion .sow-accordion-panel p,
.c-accordion .sow-accordion .sow-accordion-panel li {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  line-height: 1.75 !important;
  margin-bottom: 0 !important;
}
.c-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-header, .c-accordion .sow-accordion .sow-accordion-panel[aria-expanded=true] .sow-accordion-panel-header {
  background-color: transparent !important;
}
.c-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-open-button, .c-accordion .sow-accordion .sow-accordion-panel[aria-expanded=true] .sow-accordion-open-button {
  display: none !important;
}
.c-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-close-button, .c-accordion .sow-accordion .sow-accordion-panel[aria-expanded=true] .sow-accordion-close-button {
  display: flex !important;
}
.c-accordion .sow-accordion .sow-accordion-panel.sow-accordion-panel-open .sow-accordion-panel-content, .c-accordion .sow-accordion .sow-accordion-panel[aria-expanded=true] .sow-accordion-panel-content {
  max-height: 125rem !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  pointer-events: auto !important;
}
.c-accordion .sow-accordion .sow-accordion-columns .sow-accordion-panel {
  border-top: 0.0625rem solid rgba(106, 79, 60, 0.12) !important;
}

.sunset-faq {
  margin: 2rem auto 0;
}
.sunset-faq details {
  border-bottom: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
.sunset-faq summary {
  padding: 1.35rem 1.6rem;
  cursor: pointer;
  font-family: Jost, sans-serif;
  font-weight: 700;
  list-style: none;
}
.sunset-faq p {
  padding: 0 1.6rem 1.5rem;
}

/**
* BREADCRUMBS
**/
.c-breadcrumbs {
  margin-bottom: 1rem;
  padding-top: 0.75rem;
}
.c-blog-category-archive .c-breadcrumbs {
  padding: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-blog-category-archive .c-breadcrumbs {
    margin-bottom: 3rem;
  }
}
.single:not(.single-product) .c-breadcrumbs {
  margin: 0 0 -0.0625rem;
}
.c-row--no-padding-vertical .c-breadcrumbs {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.c-breadcrumbs__inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.c-breadcrumbs__inner span span {
  display: none;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #7a5b45;
}
.c-breadcrumbs__inner span span:first-child, .c-breadcrumbs__inner span span:nth-last-child(2), .c-breadcrumbs__inner span span:last-child {
  display: inline;
}
.c-breadcrumbs__inner span span:first-child:not(:last-child)::after, .c-breadcrumbs__inner span span:nth-last-child(2)::after {
  content: "•";
  display: inline-block;
  margin: 0 0.125rem;
  transform: translateY(2px);
  font-size: 1.125rem;
  color: #6a4f3c;
}
.c-breadcrumbs__inner span span a {
  color: #6a4f3c;
  text-decoration: none;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.page-template-page-resources .c-breadcrumbs {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .page-template-page-resources .c-breadcrumbs {
    margin-bottom: 3.75rem;
  }
}
.c-breadcrumbs span {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #6a4f3c;
}
.c-breadcrumbs span a {
  color: #6a4f3c;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-breadcrumbs span span + span {
  margin-left: 0.125rem;
}
@media only screen and (min-width: 64em) {
  .c-breadcrumbs span span + span {
    margin-left: 0.25rem;
  }
}
.c-breadcrumbs span span a {
  margin-right: 0.125rem;
}
@media only screen and (min-width: 64em) {
  .c-breadcrumbs span span a {
    margin-right: 0.25rem;
  }
}

/**
* BUTTON
**/
.c-button.no-variation {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #ebe7df !important;
  border-color: #d7cfc0 !important;
  color: #6a4f3c !important;
}
@media only screen and (min-width: 40em) {
  .c-button.no-variation {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button.no-variation {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-button.no-variation {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button.no-variation.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button.no-variation.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button.no-variation:hover {
  background-color: #d7cfc0 !important;
  border-color: #d7cfc0 !important;
}
.c-button.loading {
  padding-left: 1rem !important;
  padding-right: 2rem !important;
}
.c-button.loading:after {
  font-family: WooCommerce;
  content: "\e01c";
  vertical-align: top;
  font-weight: 400;
  position: absolute;
  top: 0;
  margin-left: 0.625rem;
  right: auto;
  animation: spin 2s linear infinite;
}

.sunset-button {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.sunset-button--dark {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: #6a4f3c;
  color: #fff !important;
  background-color: #6a4f3c !important;
}
.sunset-button--dark:hover, .sunset-button--dark:focus-visible {
  border-color: #7a5b46;
  color: #fff !important;
  background-color: #7a5b46 !important;
}
.sunset-button--coral {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: #6a4f3c;
  color: #fff !important;
  background-color: #6a4f3c !important;
}
.sunset-button--coral:hover, .sunset-button--coral:focus-visible {
  border-color: #503c2d;
  background-color: #503c2d !important;
}
.sunset-button:not(.sunset-button--dark):not(.sunset-button--coral):hover, .sunset-button:not(.sunset-button--dark):not(.sunset-button--coral):focus-visible {
  color: #fff;
  background: #7a5b46;
}

/**
* BUTTON--ARROW
**/
.c-button--arrow {
  color: #6a4f3c;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.c-button--arrow svg {
  height: 1.25rem;
  width: auto;
  margin-left: 0.625rem;
  transition: transform 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.no-touchevents .c-button--arrow:hover svg {
  transform: translateX(5px);
}

/**
* BUTTON--CONVERSION
**/
.c-button--conversion {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .c-button--conversion {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--conversion {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-button--conversion {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--conversion.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--conversion.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--conversion, .c-button--conversion:hover {
  background-color: #7a5b46 !important;
  color: #ebe7df !important;
  border-color: #7a5b46;
}
.no-touchevents .c-button--conversion:hover {
  background-color: #9a7359 !important;
  border-color: #9a7359 !important;
}

/**
* BUTTON--ERROR
**/
.c-button--error {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #f8d7da;
  border-color: #721c24;
  color: #721c24;
}
@media only screen and (min-width: 40em) {
  .c-button--error {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--error {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-button--error {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--error.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--error.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--error:visited, .c-button--error:hover {
  background-color: #f8d7da;
  color: #721c24;
}
.no-touchevents .c-button--error:hover {
  background-color: #721c24;
  color: #fff;
}

/**
* BUTTON--HOLLOW
**/
.c-button--hollow {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .c-button--hollow {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--hollow {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-button--hollow {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--hollow.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--hollow.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--hollow, .c-button--hollow:hover {
  background-color: transparent;
  color: #7a5b45 !important;
  border-color: #7a5b45;
}
.no-touchevents .c-button--hollow:hover {
  color: #ebe7df !important;
  background-color: #6a4f3c !important;
  border-color: #6a4f3c !important;
}

/**
* BUTTON--HOLLOW-WHITE
**/
.c-button--hollow-white {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: transparent;
  color: #ebe7df !important;
  border-color: #ebe7df;
}
@media only screen and (min-width: 40em) {
  .c-button--hollow-white {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--hollow-white {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-button--hollow-white {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--hollow-white.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--hollow-white.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--hollow-white, .c-button--hollow-white:hover {
  background-color: transparent;
  color: #ebe7df;
  border-color: #ebe7df;
}
.no-touchevents .c-button--hollow-white:hover {
  color: #6a4f3c !important;
  background-color: #ebe7df !important;
  border-color: #ebe7df !important;
}

/**
* BUTTON--INLINE
**/
.c-button--inline {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  border: none !important;
  color: #fff !important;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
  text-underline-offset: 0.125rem;
  text-transform: uppercase;
}
.c-button--inline:visited, .c-button--inline:hover {
  background-color: transparent;
  text-decoration: underline;
}
.c-button--inline:hover {
  color: #7a5b46 !important;
}

/**
* BUTTON--SECONDARY
**/
.c-button--secondary {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #fff;
  color: #6a4f3c;
  border-color: #fff;
}
@media only screen and (min-width: 40em) {
  .c-button--secondary {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-button--secondary {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-button--secondary {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-button--secondary.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-button--secondary.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-button--secondary:visited, .c-button--secondary:hover {
  background-color: #fff;
  color: #6a4f3c;
}
.no-touchevents .c-button--secondary:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

/**
* BUTTONS
**/
.c-buttons--horizontal-align-centre {
  text-align: center;
}
.c-buttons--horizontal-align-centre .c-button {
  margin: 0 0.25rem;
}
@media only screen and (min-width: 40em) {
  .c-buttons--horizontal-align-centre .c-button {
    min-width: 8.125rem;
  }
}
.c-buttons--grid {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.c-buttons--grid .c-button {
  width: 100%;
  margin: 0 0 1.25rem;
}
@media only screen and (min-width: 40em) {
  .c-buttons--grid .c-button {
    width: calc(50% - 25px);
    margin: 0 0.625rem 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-buttons--grid .c-button {
    width: calc(33% - 25px);
  }
}
@media only screen and (min-width: 80em) {
  .c-buttons--grid .c-button {
    width: calc(25% - 25px);
  }
}

/**
* CTA
**/
.c-cta .c-cta__preheading {
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 400;
  margin-bottom: 0.75rem !important;
}
@media only screen and (min-width: 40em) {
  .c-cta .c-cta__preheading {
    font-size: 0.6875rem;
  }
}
.c-cta__heading:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .c-cta__heading:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-cta__background.has-video .c-cta__iframe {
  padding-bottom: 56.24%;
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.c-cta__background.has-video .c-cta__iframe iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: scale(1.2);
  transform-origin: 50% 50%;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  border: none;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  background-position: 50% 50%;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.33);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster span:before, .c-cta__background.has-video .c-cta__iframe .videoPoster span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: border-color 300ms;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster span:before {
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid white;
  border-radius: 100%;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster span:after {
  width: 0;
  height: 0;
  margin: -19px 0 0 -10px;
  border-left: 40px solid white;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster:hover span:before, .c-cta__background.has-video .c-cta__iframe .videoPoster:focus span:before {
  border-color: black;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster:hover span:after, .c-cta__background.has-video .c-cta__iframe .videoPoster:focus span:after {
  border-left-color: black;
}
.c-cta__background.has-video .c-cta__iframe .videoPoster:hover {
  cursor: pointer;
}
.c-cta__background.has-video .c-cta__iframe.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms;
}
.c-cta__headings:not(:last-child), .c-cta__text:not(:last-child), .c-cta__buttons:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta__headings:not(:last-child), .c-cta__text:not(:last-child), .c-cta__buttons:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-cta__inner .crop {
  padding-bottom: 65%;
  position: relative;
  margin-bottom: 1rem;
}
.c-cta__inner .crop .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.c-cta__inner .img-fit + .c-cta__headings {
  padding-top: 1.375rem;
}
@media only screen and (min-width: 64em) {
  .c-cta__inner .img-fit + .c-cta__headings {
    padding-top: 1.75rem;
  }
}
.c-cta__image svg {
  max-width: 6.25rem;
  height: auto;
  fill: #deddd4;
}
.c-cta__text {
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-cta__text:not(:last-child) {
  margin-bottom: 2.5rem;
}
.c-cta__text li {
  font-size: 1rem;
  line-height: 1.6;
  list-style-type: disc;
}
.c-cta__text li:not(:last-child) {
  margin-bottom: 0.25rem;
}
.c-cta__text li a {
  color: #6a4f3c;
  text-decoration: underline;
}
.c-cta__text h1,
.c-cta__text h2,
.c-cta__text h3,
.c-cta__text h4,
.c-cta__text h5,
.c-cta__text h6 {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-cta__text h1 {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-cta__text h1 {
    font-size: 3.125rem;
  }
}
.c-cta__text h2 {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-cta__text h2 {
    font-size: 2.75rem;
  }
}
.c-cta__text h3 {
  font-size: 1.875rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .c-cta__text h3 {
    font-size: 2rem;
  }
}
.c-cta__text h4 {
  font-size: 1.375rem;
  line-height: 1.1;
}
@media only screen and (min-width: 40em) {
  .c-cta__text h4 {
    font-size: 1.625rem;
  }
}
.c-cta__text blockquote {
  margin: 1.875rem 0 1.5rem;
  padding: 0 1rem 0 2.5rem;
  border: none;
}
@media only screen and (min-width: 64em) {
  .c-cta__text blockquote {
    margin: 3rem 0 1.5rem;
  }
}
.c-cta__text blockquote:last-child {
  margin-bottom: 0;
}
.c-cta__text blockquote li {
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-cta__text blockquote li a {
  color: #6a4f3c;
  text-decoration: underline;
}
.c-cta__text blockquote p {
  display: inline;
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-cta__text blockquote p:before, .c-cta__text blockquote p:after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
}
.c-cta__text blockquote p:before {
  margin-left: -2.5rem;
  margin-right: 0.5rem;
  transform: translateY(-6px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE3MC42NjciIGhlaWdodD0iMTcwLjY2NyIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGQ9Ik0yMC45IDIzLjdDNy40IDM3LjcuNyA1NC43LjYgNzUgLjUgODUgLjggODcuMiAyLjggOTEuNSA3LjYgMTAyIDE2LjEgMTA4IDI3LjMgMTA4LjhjNi4xLjQgNy4zLjIgMTMuMi0yLjcgNy40LTMuNyAxMS43LTguMyAxNC41LTE1LjkgMy43LTkuOCAxLjgtMTkuNy01LjItMjcuNy00LjMtNC45LTEyLjMtOS41LTE2LjYtOS41LTEuMiAwLTIuNS0uNi0yLjgtMS40LS44LTIuMSAxLjQtOS40IDQuNy0xNS45bDMtNS43LTUuMi01LjVjLTIuOS0zLTUuNy01LjUtNi4zLTUuNS0uNyAwLTMuMiAyLjEtNS43IDQuN3ptOC45IDMuNiAzLjMgMy40LTIuNSA1Yy0zLjIgNi4zLTUuMSAxNC4yLTQuMiAxNy42LjUgMi4xIDEuNSAyLjcgNS44IDMuNyAxNi45IDMuNiAyNS41IDIwLjEgMTcuOSAzNC43LTggMTUuNi0zMC4yIDE3LjgtNDAuMiA0QzEuNSA4NC4xIDIuMyA2My4xIDEyIDQzLjVjMy40LTYuOSAxMi40LTE5LjQgMTQuMS0xOS41LjMgMCAyIDEuNSAzLjcgMy4zek05MS45IDIzLjdjLTEzLjUgMTQtMjAuMiAzMS0yMC4zIDUxLjMtLjEgMTAgLjIgMTIuMiAyLjIgMTYuNSA0LjggMTAuNSAxMy4zIDE2LjUgMjQuNSAxNy4zIDYuMS40IDcuMy4yIDEzLjItMi43IDcuNC0zLjcgMTEuNy04LjMgMTQuNS0xNS45IDMuNy05LjggMS44LTE5LjctNS4yLTI3LjctNC4zLTQuOS0xMi4zLTkuNS0xNi42LTkuNS0xLjIgMC0yLjUtLjYtMi44LTEuNC0uOC0yLjEgMS40LTkuNCA0LjctMTUuOWwzLTUuNy01LjItNS41Yy0yLjktMy01LjctNS41LTYuMy01LjUtLjcgMC0zLjIgMi4xLTUuNyA0Ljd6bTguOSAzLjYgMy4zIDMuNC0yLjQgNC45Qzk4LjUgNDIgOTYuNSA1MCA5Ny4zIDUzLjNjLjYgMi4xIDEuNiAyLjcgNS45IDMuNyAxNi42IDMuNSAyNS4yIDE5LjIgMTguNCAzMy41LTguMSAxNy4yLTMxIDE5LjUtNDEuMyA0LjItNy44LTExLjYtNi43LTMyLjQgMi43LTUxLjMgMy41LTcgMTIuNS0xOS4zIDE0LjEtMTkuNC4zIDAgMiAxLjUgMy43IDMuM3oiLz48L3N2Zz4=");
}
.c-cta__text blockquote p:after {
  margin-left: 0.75rem;
  transform: translateY(4px);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE3MC42NjciIGhlaWdodD0iMTcwLjY2NyIgdmlld0JveD0iMCAwIDEyOCAxMjgiPjxwYXRoIGQ9Ik0xNi4zIDIyQzkgMjUuNyA0LjggMzAuNCAyIDM3LjgtMS43IDQ3LjYuMiA1Ny41IDcuMiA2NS41YzQuMyA0LjkgMTIuMyA5LjUgMTYuNiA5LjUgMS4yIDAgMi41LjYgMi44IDEuNC44IDIuMS0xLjQgOS40LTQuNyAxNS45bC0zIDUuNyA1LjIgNS41YzIuOSAzIDUuNyA1LjUgNi4zIDUuNSAxLjYgMCA5LjctOC41IDEzLjYtMTQuM0M1Mi40IDgyIDU2LjMgNjkgNTYuNCA1M2MuMS0xMC0uMi0xMi4yLTIuMi0xNi41LTQuOS0xMC42LTEzLjQtMTYuNi0yNC43LTE3LjItNi4zLS40LTcuNi0uMi0xMy4yIDIuN3ptMjIuOCAzLjhDNTEgMzEuOSA1NS4zIDQ1LjcgNTEuNiA2NS4yYy0yLjUgMTIuOS04LjkgMjYtMTcuMSAzNS4zbC0zLjYgMy45LTMuNS0zLjUtMy41LTMuNSAyLjQtNWMzLjItNi40IDUuMi0xNC40IDQuNC0xNy43LS42LTIuMS0xLjYtMi43LTUuOS0zLjdDOC41IDY3LjYtLjMgNTIuMSA2LjEgMzhjNi0xMy4yIDIwLjYtMTguNyAzMy0xMi4yek04Ny4zIDIyQzgwIDI1LjcgNzUuOCAzMC40IDczIDM3LjhjLTMuNyA5LjgtMS44IDE5LjcgNS4yIDI3LjcgNC4zIDQuOSAxMi4zIDkuNSAxNi42IDkuNSAxLjIgMCAyLjUuNiAyLjggMS40LjggMi4xLTEuNCA5LjQtNC43IDE1LjlsLTMgNS43IDUuMiA1LjVjMi45IDMgNS43IDUuNSA2LjMgNS41IDEuNiAwIDkuNy04LjUgMTMuNi0xNC4zQzEyMy40IDgyIDEyNy4zIDY5IDEyNy40IDUzYy4xLTEwLS4yLTEyLjItMi4yLTE2LjUtNC45LTEwLjYtMTMuNC0xNi42LTI0LjctMTcuMi02LjMtLjQtNy42LS4yLTEzLjIgMi43em0yMi42IDMuNmMxMiA2IDE2LjUgMTkuOSAxMi43IDM5LjYtMi42IDEzLjMtOC4yIDI1LTE2LjkgMzQuOWwtMy43IDQuMy0zLjYtMy41LTMuNS0zLjUgMi41LTUuMWMzLjItNi4zIDUuMS0xNC4yIDQuMi0xNy42LS41LTIuMS0xLjUtMi43LTUuOC0zLjctMTMuNC0yLjgtMjEuOS0xMy43LTIwLjUtMjYuMSAyLTE2LjkgMTkuNi0yNi43IDM0LjYtMTkuM3oiLz48L3N2Zz4=");
}
.c-cta__text blockquote p:nth-of-type(1):before {
  content: "";
}
.c-cta__text blockquote p:last-child:after {
  content: "";
}
.c-cta__text p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-cta__text p:last-child {
  margin-bottom: 0;
}
.c-cta__text p a[href*=twitter], .c-cta__text p a[href*=facebook], .c-cta__text p a[href*=instagram], .c-cta__text p a[href*=youtube], .c-cta__text p a[href*=tiktok], .c-cta__text p a[href*=linkedin] {
  padding-left: 2rem;
  position: relative;
  min-height: 1.25rem;
}
.c-cta__text p a svg {
  height: 1.125rem;
  width: auto;
  position: absolute;
  left: 0.1875rem;
  fill: #6a4f3c;
  top: 0.125rem;
  transform: none;
  margin-left: 0.25rem;
}
.c-cta__buttons .c-button {
  width: auto;
}
@media (min-width: 1024px) {
  .c-cta.large-2-4 {
    width: 20%;
  }
}

body.sunset-site .sunset-widget-listings-heading .c-cta__inner {
  display: grid;
  width: min(100%, 1360px);
  margin: 0 auto;
  align-items: end;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-widget-listings-heading .c-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-widget-listings-heading .c-cta__headings {
    margin-bottom: 0;
  }
}

/**
* CTA--DECORATION
**/
.c-cta--decoration .c-cta__inner .img-fit img {
  max-height: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media only screen and (min-width: 64em) {
  .c-cta--decoration .c-cta__inner .img-fit img {
    max-height: 5.625rem;
  }
}

/**
* CTA--HERO
**/
@media only screen and (min-width: 64em) {
  .c-cta--hero {
    height: calc(100vh - 370px);
    min-height: 31.25rem;
    display: flex;
    align-items: center;
  }
}
.c-cta--hero .c-cta__inner {
  max-width: 43.75rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--hero .c-cta__buttons .c-button {
    min-width: 10.9375rem;
  }
}

/**
* CTA--HORIZONTAL-ALIGN-CENTER
**/
.c-cta--horizontal-align-center {
  text-align: center;
}
.c-cta--horizontal-align-center.no-variation .c-cta__buttons .c-button:only-child, .c-cta--horizontal-align-center.no-variation:not(.c-cta--lead):not(.c-cta--layout-image-left):not(.c-cta--layout-image-right) .c-cta__buttons .c-button:only-child {
  width: auto;
}
@media only screen and (min-width: 64em) {
  .c-cta--horizontal-align-center .c-cta__buttons .c-button {
    margin: 0 0.375rem;
  }
}
.c-cta--horizontal-align-center .c-cta__text ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
@media only screen and (min-width: 64em) {
  .c-cta--horizontal-align-center .c-cta__text ul {
    align-items: center;
    text-align: center;
  }
}
.c-cta--horizontal-align-center .c-cta__text ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

/**
* CTA--HORIZONTAL-ALIGN-RIGHT
**/
.c-cta--horizontal-align-right {
  text-align: right;
}

/**
* CTA--INLINE
**/
.c-cta--inline {
  text-align: center;
}
.c-cta--inline .c-cta__heading {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--inline .c-cta__heading {
    text-align: right;
    margin: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--inline .c-cta__headings {
    position: absolute;
    width: 50%;
    transform: translateY(-2px);
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--inline .c-cta__inner {
    position: relative;
    margin: 0 auto;
    max-width: 56.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--inline .c-cta__text, .c-cta--inline .c-cta__buttons {
    text-align: left;
    width: calc(50% - 20px);
    margin-left: calc(50% + 20px);
  }
}

/**
* CTA--LAYOUT-BREAKER
**/
.c-cta--layout-breaker {
  position: relative;
  text-align: left;
  margin: 0 1.5rem;
  overflow: hidden;
}
.c-cta--layout-breaker .c-cta__background {
  height: 0;
  padding-bottom: 100%;
}
.c-cta--layout-breaker .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 0;
}
.c-cta--layout-breaker .c-cta__content {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  right: 1.25rem;
  left: 1.25rem;
}
.c-cta--layout-breaker .c-cta__content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12.5rem;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 0;
}
.touchevents .c-cta--layout-breaker .c-cta__content:after {
  height: 100%;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content {
  cursor: pointer;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover:after {
  height: 100%;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__text, .no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__buttons {
  transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__text {
  transition: 0.75s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.no-touchevents .c-cta--layout-breaker .c-cta__content:hover .c-cta__buttons {
  transition: 0.75s 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-cta--layout-breaker .c-cta__inner {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 0.625rem 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__inner {
    padding: 0.75rem 1.125rem;
  }
}
.c-cta--layout-breaker .c-cta__heading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__heading {
    font-size: 3.125rem;
  }
}
.c-cta--layout-breaker .c-cta__heading span {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-cta--layout-breaker .c-cta__headings {
  z-index: 2;
}
.c-cta--layout-breaker .c-cta__text, .c-cta--layout-breaker .c-cta__buttons {
  position: absolute;
  left: 1rem;
  right: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__text, .c-cta--layout-breaker .c-cta__buttons {
    left: 1rem;
    right: 1rem;
  }
}
.no-touchevents .c-cta--layout-breaker .c-cta__text, .no-touchevents .c-cta--layout-breaker .c-cta__buttons {
  transform: translateY(70px);
  pointer-events: none;
  opacity: 0;
  transition: none;
}
.c-cta--layout-breaker .c-cta__buttons {
  bottom: 1rem;
}
.c-cta--layout-breaker .c-cta__buttons .c-button--arrow {
  color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__buttons .c-button--arrow {
    font-size: 2.75rem;
  }
}
.c-cta--layout-breaker .c-cta__buttons .c-button--arrow svg {
  fill: #fff;
  height: 2.5rem;
  margin-left: 0.875rem;
}
.c-cta--layout-breaker .c-cta__buttons .c-button--hollow {
  color: #fff !important;
  border-color: #fff;
}
.no-touchevents .c-cta--layout-breaker .c-cta__buttons .c-button--hollow:hover {
  background-color: #fff;
  color: #6a4f3c !important;
}
.c-cta--layout-breaker .c-cta__text {
  bottom: 3.25rem;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.c-cta--layout-breaker .c-cta__text strong {
  font-family: Jost, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 40em) {
  .c-cta--layout-breaker .c-cta__text {
    bottom: 3.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-breaker .c-cta__text {
    bottom: 3.75rem;
  }
}
.c-cta--layout-breaker.dark-text .c-cta__heading {
  color: #6a4f3c;
}

/**
* CTA--LAYOUT-IMAGE
**/
.c-cta--layout-image-left, .c-cta--layout-image-right {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left, .c-cta--layout-image-right {
    min-height: 34.375rem;
    height: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.eighteen-six, .c-cta--layout-image-right.eighteen-six {
    min-height: 18.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.two-three, .c-cta--layout-image-right.two-three {
    min-height: 45rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.three-two, .c-cta--layout-image-right.three-two {
    min-height: 29.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.sixteen-nine, .c-cta--layout-image-right.sixteen-nine {
    min-height: 21.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.four-three, .c-cta--layout-image-right.four-three {
    min-height: 26.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.one-one, .c-cta--layout-image-right.one-one {
    min-height: 41.25rem;
  }
}
.c-row--valign-bottom .c-cta--layout-image-left, .c-row--valign-bottom .c-cta--layout-image-right {
  justify-content: flex-end;
}
.c-row--valign-stretch .c-cta--layout-image-left, .c-row--valign-stretch .c-cta--layout-image-right {
  justify-content: stretch;
}
.c-row--valign-center .c-cta--layout-image-left, .c-row--valign-center .c-cta--layout-image-right {
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-center, .c-cta--layout-image-right.c-cta--align-center {
    justify-content: center;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-top, .c-cta--layout-image-right.c-cta--align-top {
    justify-content: flex-start;
    padding-top: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-bottom, .c-cta--layout-image-right.c-cta--align-bottom {
    justify-content: flex-start;
    padding-bottom: 0;
  }
}
.c-cta--layout-image-left .c-cta__content, .c-cta--layout-image-right .c-cta__content {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__content, .c-cta--layout-image-right .c-cta__content {
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__inner, .c-cta--layout-image-right .c-cta__inner {
    padding: 3rem 0;
    max-width: 31.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-cta--layout-image-left .c-cta__background, .c-cta--layout-image-right .c-cta__background {
  position: relative;
  padding-bottom: 65%;
  outline: 0.0625rem solid rgba(255, 255, 255, 0.25);
  outline-offset: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background, .c-cta--layout-image-right .c-cta__background {
    position: absolute;
    flex: 0 0 50%;
    width: 50%;
    height: 100%;
    padding-bottom: 0;
  }
}
.c-cta--layout-image-left .c-cta__background .c-cta__image, .c-cta--layout-image-right .c-cta__background .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background .c-cta__image, .c-cta--layout-image-right .c-cta__background .c-cta__image {
    border-radius: 0;
  }
}
.c-cta--layout-image-left .c-cta__background.crop, .c-cta--layout-image-right .c-cta__background.crop {
  height: auto;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop, .c-cta--layout-image-right .c-cta__background.crop {
    min-height: 18.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.one-one, .c-cta--layout-image-left .c-cta__background.crop.two-three, .c-cta--layout-image-right .c-cta__background.crop.one-one, .c-cta--layout-image-right .c-cta__background.crop.two-three {
    min-height: 25rem;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.one-one, .c-cta--layout-image-right .c-cta__background.crop.one-one {
  padding-bottom: 100%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.one-one, .c-cta--layout-image-right .c-cta__background.crop.one-one {
    padding-bottom: 50%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.sixteen-nine, .c-cta--layout-image-right .c-cta__background.crop.sixteen-nine {
  padding-bottom: 56.24%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.sixteen-nine, .c-cta--layout-image-right .c-cta__background.crop.sixteen-nine {
    padding-bottom: 28.12%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.four-three, .c-cta--layout-image-right .c-cta__background.crop.four-three {
  padding-bottom: 70%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.four-three, .c-cta--layout-image-right .c-cta__background.crop.four-three {
    padding-bottom: 35%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.three-two, .c-cta--layout-image-right .c-cta__background.crop.three-two {
  padding-bottom: 78%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.three-two, .c-cta--layout-image-right .c-cta__background.crop.three-two {
    padding-bottom: 39%;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.eighteen-six, .c-cta--layout-image-right .c-cta__background.crop.eighteen-six {
  padding-bottom: 50%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.eighteen-six, .c-cta--layout-image-right .c-cta__background.crop.eighteen-six {
    padding-bottom: 25%;
    min-height: 15.625rem;
  }
}
.c-cta--layout-image-left .c-cta__background.crop.two-three, .c-cta--layout-image-right .c-cta__background.crop.two-three {
  padding-bottom: 120%;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop.two-three, .c-cta--layout-image-right .c-cta__background.crop.two-three {
    padding-bottom: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left, .c-cta--layout-image-right {
    min-height: 22.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left.c-cta--align-top .c-cta__inner, .c-cta--layout-image-right.c-cta--align-top .c-cta__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.c-cta--layout-image-left .c-cta__heading, .c-cta--layout-image-right .c-cta__heading {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background, .c-cta--layout-image-right .c-cta__background {
    position: absolute;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-left .c-cta__background.crop, .c-cta--layout-image-right .c-cta__background.crop {
    position: absolute;
    min-height: 22.5rem;
  }
}

/**
* CTA--LAYOUT-IMAGE-LEFT
**/
@media (min-width: 1024px) {
  .c-cta--layout-image-left .c-cta__content {
    padding-left: 50%;
  }
}
@media (min-width: 1024px) {
  .c-cta--layout-image-left .c-cta__inner {
    padding-left: 44px;
  }
}
@media (min-width: 1024px) {
  .c-cta--layout-image-left .c-cta__background {
    left: 0;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-cta--layout-image-left {
    flex-direction: column;
  }
}

body.sunset-site .sunset-widget-feature {
  min-height: 520px;
  background: #ebe7df;
}
body.sunset-site .sunset-widget-feature .c-cta__content {
  min-height: 520px;
}
body.sunset-site .sunset-widget-feature .c-cta__inner {
  max-width: 680px;
  padding: 3rem clamp(2rem, 4vw, 4rem);
}
body.sunset-site .sunset-widget-feature .c-cta__headings {
  margin-bottom: 0 !important;
}
body.sunset-site .sunset-widget-feature .c-cta__heading {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-widget-feature .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-widget-feature .c-cta__text {
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
body.sunset-site .sunset-widget-feature .c-cta__text p {
  margin-bottom: 1rem;
}
body.sunset-site .sunset-widget-feature .c-cta__text ul {
  margin: 0;
  padding-left: 1.2rem;
}
body.sunset-site .sunset-widget-feature .c-cta__text li {
  margin-bottom: 0.2rem;
  line-height: 1.45;
}
body.sunset-site .sunset-widget-feature .c-cta__background.crop {
  min-height: 520px;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-widget-feature .c-cta__content {
    min-height: 0;
  }
  body.sunset-site .sunset-widget-feature .c-cta__background.crop {
    min-height: 420px;
  }
}

/**
 * CTA--LAYOUT-IMAGE-RIGHT
*/
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right.c-cta--layout-image-right-short {
    min-height: 23.5rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right.c-cta--layout-image-right-short .c-cta__heading {
    margin-bottom: 4.5625rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right .c-cta__content {
    padding-right: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right .c-cta__inner {
    padding-right: 2.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-right .c-cta__background {
    right: 0;
  }
}

/**
* CTA--LAYOUT-IMAGE-SMALL-IMAGE
**/
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-small-image.c-cta--layout-image-right, .c-cta--layout-image-small-image.c-cta--layout-image-left {
    min-height: 31.25rem;
  }
  .c-cta--layout-image-small-image.c-cta--layout-image-right .c-cta__background, .c-cta--layout-image-small-image.c-cta--layout-image-left .c-cta__background {
    width: 25%;
  }
  .c-cta--layout-image-small-image.c-cta--layout-image-right .c-cta__background.one-one, .c-cta--layout-image-small-image.c-cta--layout-image-left .c-cta__background.one-one {
    height: 0;
    padding-bottom: 25%;
  }
  .c-cta--layout-image-small-image.c-cta--layout-image-right .c-cta__content, .c-cta--layout-image-small-image.c-cta--layout-image-left .c-cta__content {
    flex: 0 0 75%;
  }
  .c-cta--layout-image-small-image.c-cta--layout-image-right .c-cta__inner, .c-cta--layout-image-small-image.c-cta--layout-image-left .c-cta__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-small-image.c-cta--layout-image-left .c-cta__content {
    padding-left: 25%;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta--layout-image-small-image.c-cta--layout-image-right .c-cta__content {
    padding-right: 25%;
  }
}

/**
* CTA--LEAD
**/
@media only screen and (min-width: 64em) {
  .c-cta--lead {
    margin-right: 16.6666666667%;
    margin-left: 16.6666666667%;
  }
}

.c-cta--uppercase-heading .c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  text-transform: uppercase;
}
.c-cta--uppercase-heading h1.c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
.c-cta--uppercase-heading h2.c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
.c-cta--uppercase-heading h3.c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
.c-cta--uppercase-heading h4.c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
.c-cta--uppercase-heading h5.c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
.c-cta--uppercase-heading h6.c-cta__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}

/**
* CTA-GRID
**/
.c-cta-grid {
  display: flex;
  flex-direction: column-reverse;
}
.c-cta-grid--align-left {
  text-align: left;
}
.c-cta-grid--align-centre {
  text-align: center;
}
.c-cta-grid--align-centre .c-cta-grid__grid {
  justify-content: center;
}
.c-cta-grid--align-right {
  text-align: right;
}
.c-cta-grid__initial {
  order: 3;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__initial {
    margin-bottom: 3.125rem;
  }
}
.c-cta-grid__initial .c-cta__heading {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__initial .c-cta__heading {
    margin-bottom: 1.875rem;
  }
}
.c-cta-grid__buttons {
  text-align: center;
  order: 1;
}
@media only screen and (min-width: 40em) {
  .c-cta-grid__buttons .c-button:only-child {
    min-width: 16.25rem;
  }
}
.c-cta-grid__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  order: 2;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__grid {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.buttons-below-grid .c-cta-grid__grid, .c-cta-grid__grid:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .buttons-below-grid .c-cta-grid__grid, .c-cta-grid__grid:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}
.c-cta-grid__grid .c-cta {
  margin: 0 0 1.25rem;
  padding: 0 0.625rem;
}
.c-row--column-large .c-cta-grid__grid .c-cta {
  margin: 0 0 2.5rem;
  padding: 0 1.25rem;
}
.c-cta-grid__grid .c-cta__background {
  position: relative;
}
.c-cta-grid__grid .c-cta__content {
  margin: 0;
}
[data-stretch-type=full] .c-cta-grid__grid .c-cta__content, [data-stretch-type=full-stretched] .c-cta-grid__grid .c-cta__content {
  margin: 0;
}
.c-cta-grid__grid .c-cta__text:not(:last-of-type) {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .c-cta-grid__grid .c-cta__text:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}
.c-cta-grid__grid .c-cta__inner.crop {
  padding-bottom: 100%;
  position: relative;
}
.c-cta-grid__grid .c-cta__inner.crop .c-cta__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__grid .c-cta--layout-breaker.large-4 {
    width: calc(33.333% - 6px);
  }
}
.c-cta-grid__grid .c-cta--layout-breaker .c-cta__content {
  margin: 0;
}
.c-cta-grid__grid.flickity-enabled .flickity-prev-next-button {
  right: 0.625rem;
  top: 0;
  transform: translateY(calc(-100% - 8px));
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__grid.flickity-enabled .flickity-prev-next-button {
    transform: translateY(calc(-100% - 32px));
  }
}
.c-cta-grid__grid.flickity-enabled .flickity-prev-next-button:focus {
  outline: none;
}
.c-cta-grid__grid.flickity-enabled .flickity-prev-next-button.previous {
  left: auto;
  right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid__grid.flickity-enabled .flickity-prev-next-button.previous {
    right: 2.5rem;
  }
}
.c-cta-grid__grid.flickity-enabled .flickity-prev-next-button.next {
  right: 0;
}
.c-cta-grid.page-dots-is-true .flickity-enabled {
  padding-bottom: 2.5rem;
}
.c-cta-grid.page-dots-is-true .flickity-enabled .flickity-page-dots {
  bottom: 1rem;
}

.sunset-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ebe7df;
}
.sunset-stats__item {
  padding: 2.1rem 1.5rem;
  text-align: center;
}
.sunset-stats__item strong {
  display: block;
  font-size: 1.375rem;
  line-height: 1.1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  .sunset-stats__item strong {
    font-size: 1.625rem;
  }
}
.sunset-stats__item span {
  color: rgba(106, 79, 60, 0.65);
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 40em) {
  .sunset-stats__item span {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 47.9375em) {
  .sunset-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .sunset-stats__item {
    border-bottom: 1px solid rgba(106, 79, 60, 0.16);
  }
}

@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-widget-stats .c-cta-grid__grid {
    gap: 2rem;
    padding: 2rem 1rem;
  }
}
body.sunset-site .sunset-widget-stats .c-cta {
  text-align: center;
  margin: 0;
}
body.sunset-site .sunset-widget-stats .c-cta__content,
body.sunset-site .sunset-widget-stats .c-cta__headings {
  margin: 0 !important;
}
body.sunset-site .sunset-widget-stats .c-cta__text p {
  margin: 0;
  color: #7a5b46 !important;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 700;
  letter-spacing: 0.13em;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-widget-stats .c-cta__text p {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-widget-stats .c-cta-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-widget-stats .c-cta-grid__grid {
    grid-template-columns: 1fr;
  }
}

/**
* CTA-GRID--ALIGN-CENTER
**/
.c-cta-grid--align-center .c-cta-grid__grid {
  justify-content: center;
}

/**
* CTA-GRID--ALIGN-CONTENT-BOTTOM
**/
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__background {
  padding-bottom: 80%;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__background {
    padding-bottom: 65%;
  }
}
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__heading {
  text-transform: none;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  margin-bottom: 0;
}
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__heading:not(:last-child), .c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__headings:not(:last-child) {
  margin-bottom: 1rem;
}
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__content {
  display: flex;
  align-items: flex-end;
}
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12.5rem;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  height: 50%;
}
.no-touchevents .c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__content:hover .c-cta__inner {
  transform: translateY(0);
}
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__inner {
  height: auto;
}
.no-touchevents .c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__inner {
  transform: translateY(50px);
  transition: 0.5s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-cta-grid--align-content-bottom .c-cta--layout-breaker .c-cta__buttons {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  transition: 0.5s 0.15s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/**
* CTA-GRID--ALTERNATIVE-IMAGE-TEXT-ORDER
**/
@media only screen and (max-width: 63.9375em) {
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation:nth-of-type(even) .c-cta__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation:nth-of-type(even) .c-cta__inner .crop {
    order: 3;
  }
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation:nth-of-type(even) .c-cta__inner .c-cta__headings {
    order: 2;
  }
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation:nth-of-type(even) .c-cta__inner .c-cta__buttons {
    order: 1;
  }
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner {
  background-color: #6a4f3c;
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner {
    margin-left: 1.875rem;
    margin-right: 1.875rem;
  }
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner .c-button {
  color: #fff;
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner .c-button svg {
  fill: #fff;
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner .crop {
  padding-bottom: 100%;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner .crop {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner .crop .c-cta__image {
  background-color: #fff;
  box-shadow: 0 0 1.25rem rgba(106, 79, 60, 0.15);
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner > *:not(.crop) {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner > *:not(.crop) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner > *:not(.crop):last-child {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner > *:not(.crop):last-child {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--alternative-image-text-order .c-cta-grid__grid .c-cta.no-variation .c-cta__inner .c-cta__headings:nth-of-type(1) {
    padding-top: 1.5rem;
  }
}

/**
* CTA-GRID--BRANDS
**/
.c-cta-grid--brands .c-cta-grid__grid .c-cta__heading, .c-cta-grid--brands .c-cta-grid__grid .c-cta__subheading {
  font-size: 0.875rem;
  line-height: 1.6;
}
.c-cta-grid--brands .c-cta-grid__grid .c-cta__heading {
  font-family: Jost, sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.c-cta-grid--brands .c-cta-grid__grid .c-cta__subheading {
  color: #7a5b45;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-cta-grid--brands .c-cta-grid__grid .c-cta__headings {
  margin-bottom: 0.75rem;
}
.c-cta-grid--brands .c-cta-grid__grid .c-cta__inner .crop {
  padding-bottom: 100%;
  margin-bottom: 0.75rem;
}
.c-cta-grid--brands .c-cta-grid__grid .c-cta__buttons .c-button {
  display: block;
}

/**
* CTA-GRID--ICONS
**/
.c-cta-grid--icons .c-cta-grid__grid .c-cta__content {
  max-width: 15.5rem;
  margin-left: auto;
  margin-right: auto;
}
.c-cta-grid--icons .c-cta-grid__grid .c-cta__headings {
  margin-bottom: 0.5rem;
}
.c-cta-grid--icons .c-cta-grid__grid .c-cta__heading:last-child {
  margin-bottom: 0;
}
.c-cta-grid--icons .c-cta-grid__grid .c-cta__inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.c-cta-grid--icons .c-cta-grid__grid .c-cta__inner .img-fit {
  width: 2.5rem;
}
.c-cta-grid--icons .c-cta-grid__grid .c-cta__text p {
  font-size: 0.875rem;
  line-height: 1.6;
}

/**
* CTA-GRID--IS-SLIDER
**/
@media only screen and (max-width: 39.9375em) {
  .c-cta-grid--is-slider .c-cta-grid__grid {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-cta-grid--is-slider .c-cta-grid__grid .c-cta {
    width: calc(100% - 100px);
    padding: 0 0 0 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-cta-grid--is-slider .c-cta-grid__grid .c-cta--layout-image-left .c-cta__background, .c-cta-grid--is-slider .c-cta-grid__grid .c-cta--layout-image-right .c-cta__background {
    position: absolute;
  }
}

/**
* CTA-GRID--IS-SLIDER-MOBILE
**/
@media only screen and (max-width: 39.9375em) {
  .c-cta-grid--is-slider-mobile {
    margin-right: -1.25rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-cta-grid--is-slider-mobile .c-cta-grid__grid.flickity-enabled {
    margin-left: -1.25rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-cta-grid--is-slider-mobile .c-cta-grid__grid.flickity-enabled .c-cta.small-12 {
    width: calc(100% - 100px);
    padding: 0 0 0 1.25rem;
    margin: 0;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-cta-grid--is-slider-mobile .c-cta-grid__grid.flickity-enabled .c-cta__content {
    left: 0.625rem;
    right: 0;
    padding-left: 0;
  }
  .c-cta-grid--is-slider-mobile .c-cta-grid__grid.flickity-enabled .c-cta__content:after {
    left: 0.625rem;
  }
}

/**
* CTA-GRID--STYLE-MUTED-BACKGROUND
**/
.c-cta-grid--style-muted-background .c-cta-grid__grid {
  margin: 0;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.c-cta-grid--style-muted-background .c-cta-grid__grid .c-cta {
  margin: 0;
  position: relative;
}
.c-cta-grid--style-muted-background .c-cta-grid__grid .c-cta:after {
  content: "";
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  top: 0.625rem;
  bottom: 0.625rem;
  background-color: #6a4f3c;
  border: 0.0625rem solid #7a5b46;
  pointer-events: none;
  z-index: 0;
}
.c-cta-grid--style-muted-background .c-cta-grid__grid .c-cta__preheading {
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}
@media only screen and (min-width: 40em) {
  .c-cta-grid--style-muted-background .c-cta-grid__grid .c-cta__preheading {
    font-size: 0.6875rem;
  }
}
.c-cta-grid--style-muted-background .c-cta-grid__grid .c-cta__content {
  padding: 2rem 1.5rem;
  position: relative;
  z-index: 1;
}
.c-cta-grid--style-muted-background .c-cta-grid__grid .c-cta__content p strong {
  color: #7a5b46;
}

/**
* ERROR-PAGE
**/
.c-error-page {
  margin: 0;
}
.c-error-page > li {
  list-style-type: none;
}
.c-error-page .c-cta--layout-image-right .c-cta__heading, .c-error-page .c-cta--layout-image-left .c-cta__heading {
  font-size: 7.5rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-error-page .c-cta--layout-image-right .c-cta__heading, .c-error-page .c-cta--layout-image-left .c-cta__heading {
    font-size: 12.5rem;
    line-height: 1;
  }
}
@media only screen and (min-width: 64em) {
  .c-error-page div[class^=menu] {
    text-align: center;
  }
}
.c-error-page div[class^=menu] .menu-item {
  display: inline-block;
}
.c-error-page div[class^=menu] .menu-item a {
  color: #deddd4;
  text-decoration: underline;
  padding: 0 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-error-page div[class^=menu] .menu-item a {
    padding: 0 2.1875rem;
  }
}

/**
* FORM
**/
.gform_wrapper,
.c-form {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.gform_wrapper.ui-datepicker .ui-datepicker-header select,
.c-form.ui-datepicker .ui-datepicker-header select {
  background-image: none;
}
.gform_wrapper .gform_heading, .gform_wrapper.gravity-theme .gform_heading, .gform_wrapper.gf_browser_chrome .gform_heading,
.c-form .gform_heading,
.c-form.gravity-theme .gform_heading,
.c-form.gf_browser_chrome .gform_heading {
  display: none;
}
.gform_wrapper .gsection, .gform_wrapper.gravity-theme .gsection, .gform_wrapper.gf_browser_chrome .gsection,
.c-form .gsection,
.c-form.gravity-theme .gsection,
.c-form.gf_browser_chrome .gsection {
  padding: 0;
  margin: 0.75rem 0 0;
  border: none;
}
.gform_wrapper .gsection .gsection_title, .gform_wrapper.gravity-theme .gsection .gsection_title, .gform_wrapper.gf_browser_chrome .gsection .gsection_title,
.c-form .gsection .gsection_title,
.c-form.gravity-theme .gsection .gsection_title,
.c-form.gf_browser_chrome .gsection .gsection_title {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.gform_wrapper .gfield_choice_all_toggle, .gform_wrapper.gravity-theme .gfield_choice_all_toggle, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle,
.c-form .gfield_choice_all_toggle,
.c-form.gravity-theme .gfield_choice_all_toggle,
.c-form.gf_browser_chrome .gfield_choice_all_toggle {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper .gfield_choice_all_toggle, .gform_wrapper.gravity-theme .gfield_choice_all_toggle, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle,
.c-form .gfield_choice_all_toggle,
.c-form.gravity-theme .gfield_choice_all_toggle,
.c-form.gf_browser_chrome .gfield_choice_all_toggle {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gfield_choice_all_toggle, .gform_wrapper.gravity-theme .gfield_choice_all_toggle, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle,
.c-form .gfield_choice_all_toggle,
.c-form.gravity-theme .gfield_choice_all_toggle,
.c-form.gf_browser_chrome .gfield_choice_all_toggle {
    min-width: 8.75rem;
  }
}
.no-touchevents .gform_wrapper .gfield_choice_all_toggle, .no-touchevents .gform_wrapper.gravity-theme .gfield_choice_all_toggle, .no-touchevents .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle,
.no-touchevents .c-form .gfield_choice_all_toggle,
.no-touchevents .c-form.gravity-theme .gfield_choice_all_toggle,
.no-touchevents .c-form.gf_browser_chrome .gfield_choice_all_toggle {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.gform_wrapper .gfield_choice_all_toggle.text-large, .gform_wrapper.gravity-theme .gfield_choice_all_toggle.text-large, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle.text-large,
.c-form .gfield_choice_all_toggle.text-large,
.c-form.gravity-theme .gfield_choice_all_toggle.text-large,
.c-form.gf_browser_chrome .gfield_choice_all_toggle.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gfield_choice_all_toggle.text-large, .gform_wrapper.gravity-theme .gfield_choice_all_toggle.text-large, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle.text-large,
.c-form .gfield_choice_all_toggle.text-large,
.c-form.gravity-theme .gfield_choice_all_toggle.text-large,
.c-form.gf_browser_chrome .gfield_choice_all_toggle.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.gform_wrapper .gfield_choice_all_toggle, .gform_wrapper .gfield_choice_all_toggle:hover, .gform_wrapper.gravity-theme .gfield_choice_all_toggle, .gform_wrapper.gravity-theme .gfield_choice_all_toggle:hover, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle, .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle:hover,
.c-form .gfield_choice_all_toggle,
.c-form .gfield_choice_all_toggle:hover,
.c-form.gravity-theme .gfield_choice_all_toggle,
.c-form.gravity-theme .gfield_choice_all_toggle:hover,
.c-form.gf_browser_chrome .gfield_choice_all_toggle,
.c-form.gf_browser_chrome .gfield_choice_all_toggle:hover {
  background-color: transparent;
  color: #7a5b45 !important;
  border-color: #7a5b45;
}
.no-touchevents .gform_wrapper .gfield_choice_all_toggle:hover, .no-touchevents .gform_wrapper.gravity-theme .gfield_choice_all_toggle:hover, .no-touchevents .gform_wrapper.gf_browser_chrome .gfield_choice_all_toggle:hover,
.no-touchevents .c-form .gfield_choice_all_toggle:hover,
.no-touchevents .c-form.gravity-theme .gfield_choice_all_toggle:hover,
.no-touchevents .c-form.gf_browser_chrome .gfield_choice_all_toggle:hover {
  color: #ebe7df !important;
  background-color: #6a4f3c !important;
  border-color: #6a4f3c !important;
}
.gform_wrapper .gfield_checkbox, .gform_wrapper.gravity-theme .gfield_checkbox, .gform_wrapper.gf_browser_chrome .gfield_checkbox,
.c-form .gfield_checkbox,
.c-form.gravity-theme .gfield_checkbox,
.c-form.gf_browser_chrome .gfield_checkbox {
  -moz-column-count: 2;
       column-count: 2;
  margin-left: 0.625rem;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper .gfield_checkbox, .gform_wrapper.gravity-theme .gfield_checkbox, .gform_wrapper.gf_browser_chrome .gfield_checkbox,
.c-form .gfield_checkbox,
.c-form.gravity-theme .gfield_checkbox,
.c-form.gf_browser_chrome .gfield_checkbox {
    -moz-column-count: 3;
         column-count: 3;
  }
}
.gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice, .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice,
.c-form .gfield_checkbox .gchoice,
.c-form.gravity-theme .gfield_checkbox .gchoice,
.c-form.gf_browser_chrome .gfield_checkbox .gchoice {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.gform_wrapper .gfield_checkbox .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label, .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice label,
.c-form .gfield_checkbox .gchoice label,
.c-form.gravity-theme .gfield_checkbox .gchoice label,
.c-form.gf_browser_chrome .gfield_checkbox .gchoice label {
  margin: 0;
}
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper .gfield_checkbox .gchoice label, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label, .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice label,
.c-form .gfield_checkbox .gchoice label,
.c-form.gravity-theme .gfield_checkbox .gchoice label,
.c-form.gf_browser_chrome .gfield_checkbox .gchoice label {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}
.gform_wrapper .gfield_checkbox .gchoice label:after, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:after, .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice label:after,
.c-form .gfield_checkbox .gchoice label:after,
.c-form.gravity-theme .gfield_checkbox .gchoice label:after,
.c-form.gf_browser_chrome .gfield_checkbox .gchoice label:after {
  background-color: #fff;
}
.gform_wrapper .gfield_checkbox .gchoice input[type=radio], .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox], .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=radio], .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input[type=radio], .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input[type=checkbox],
.c-form .gfield_checkbox .gchoice input[type=radio],
.c-form .gfield_checkbox .gchoice input[type=checkbox],
.c-form.gravity-theme .gfield_checkbox .gchoice input[type=radio],
.c-form.gravity-theme .gfield_checkbox .gchoice input[type=checkbox],
.c-form.gf_browser_chrome .gfield_checkbox .gchoice input[type=radio],
.c-form.gf_browser_chrome .gfield_checkbox .gchoice input[type=checkbox] {
  margin: 0.3125rem 0.625rem 0 0;
}
.gform_wrapper .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_wrapper .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_wrapper.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after, .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input[type=radio]:checked + label:after, .gform_wrapper.gf_browser_chrome .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after,
.c-form .gfield_checkbox .gchoice input[type=radio]:checked + label:after,
.c-form .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after,
.c-form.gravity-theme .gfield_checkbox .gchoice input[type=radio]:checked + label:after,
.c-form.gravity-theme .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after,
.c-form.gf_browser_chrome .gfield_checkbox .gchoice input[type=radio]:checked + label:after,
.c-form.gf_browser_chrome .gfield_checkbox .gchoice input[type=checkbox]:checked + label:after {
  border-color: #6a4f3c;
}
.c-account .gform_wrapper .gform_fields, .c-account .gform_wrapper.gravity-theme .gform_fields, .c-account .gform_wrapper.gf_browser_chrome .gform_fields,
.c-account .c-form .gform_fields,
.c-account .c-form.gravity-theme .gform_fields,
.c-account .c-form.gf_browser_chrome .gform_fields {
  align-items: start;
}
.gform_wrapper .gform_fields .gfield select,
.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form .gform_fields .gfield select,
.c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gravity-theme .gform_fields .gfield select,
.c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gf_browser_chrome .gform_fields .gfield select,
.c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  box-shadow: none;
  color: #fff;
  border-bottom: 0.0625rem solid #fff !important;
  background-color: transparent;
  line-height: 2.25rem;
  border: none;
  border-radius: 0;
  height: 2.125rem;
  line-height: 2rem;
  padding: 0 !important;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_fields .gfield select,
.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form .gform_fields .gfield select,
.c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gravity-theme .gform_fields .gfield select,
.c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gf_browser_chrome .gform_fields .gfield select,
.c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    line-height: 2.25rem;
  }
}
.gform_wrapper .gform_fields .gfield select:focus,
.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper.gravity-theme .gform_fields .gfield select:focus,
.gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper.gf_browser_chrome .gform_fields .gfield select:focus,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.c-form .gform_fields .gfield select:focus,
.c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.c-form.gravity-theme .gform_fields .gfield select:focus,
.c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.c-form.gf_browser_chrome .gform_fields .gfield select:focus,
.c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper .gform_fields .gfield select::-moz-placeholder, .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield select::-moz-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .gform_wrapper.gf_browser_chrome .gform_fields .gfield select::-moz-placeholder, .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .c-form .gform_fields .gfield select::-moz-placeholder, .c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .c-form.gravity-theme .gform_fields .gfield select::-moz-placeholder, .c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder, .c-form.gf_browser_chrome .gform_fields .gfield select::-moz-placeholder, .c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #7a5b46;
}
.gform_wrapper .gform_fields .gfield select::placeholder,
.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield select::placeholder,
.gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .gform_wrapper.gf_browser_chrome .gform_fields .gfield select::placeholder,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.c-form .gform_fields .gfield select::placeholder,
.c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.c-form.gravity-theme .gform_fields .gfield select::placeholder,
.c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder,
.c-form.gf_browser_chrome .gform_fields .gfield select::placeholder,
.c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #7a5b46;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_fields .gfield select,
.gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form .gform_fields .gfield select,
.c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gravity-theme .gform_fields .gfield select,
.c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gf_browser_chrome .gform_fields .gfield select,
.c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 2.375rem;
    line-height: 2.25rem;
  }
}
.c-row--style-secondary .gform_wrapper .gform_fields .gfield select,
.c-row--style-secondary .gform_wrapper .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-row--style-secondary .gform_wrapper.gravity-theme .gform_fields .gfield select,
.c-row--style-secondary .gform_wrapper.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-row--style-secondary .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.c-row--style-secondary .gform_wrapper.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-row--style-secondary .c-form .gform_fields .gfield select,
.c-row--style-secondary .c-form .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-row--style-secondary .c-form.gravity-theme .gform_fields .gfield select,
.c-row--style-secondary .c-form.gravity-theme .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-row--style-secondary .c-form.gf_browser_chrome .gform_fields .gfield select,
.c-row--style-secondary .c-form.gf_browser_chrome .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #fff;
}
.gform_wrapper .gform_fields .gfield .gfield_label, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .gfield_label, .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_label, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_label,
.c-form .gform_fields .gfield .gfield_label,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .gfield_label,
.c-form.gravity-theme .gform_fields .gfield .gfield_label,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .gfield_label,
.c-form.gf_browser_chrome .gform_fields .gfield .gfield_label,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .gfield_label {
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 600;
  color: #b18e75;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper .gform_fields .gfield .gfield_label, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .gfield_label, .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_label, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_label,
.c-form .gform_fields .gfield .gfield_label,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .gfield_label,
.c-form.gravity-theme .gform_fields .gfield .gfield_label,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .gfield_label,
.c-form.gf_browser_chrome .gform_fields .gfield .gfield_label,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .gfield_label {
    font-size: 0.6875rem;
  }
}
.gform_wrapper .gform_fields .gfield .gfield_required, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .gfield_required, .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_required, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_required, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_required, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_required,
.c-form .gform_fields .gfield .gfield_required,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .gfield_required,
.c-form.gravity-theme .gform_fields .gfield .gfield_required,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .gfield_required,
.c-form.gf_browser_chrome .gform_fields .gfield .gfield_required,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .gfield_required {
  padding: 0;
}
.gform_wrapper .gform_fields .gfield .gfield_required .gfield_required_text, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .gfield_required .gfield_required_text, .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_required .gfield_required_text, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_required .gfield_required_text, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_required .gfield_required_text, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .gfield_required .gfield_required_text,
.c-form .gform_fields .gfield .gfield_required .gfield_required_text,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .gfield_required .gfield_required_text,
.c-form.gravity-theme .gform_fields .gfield .gfield_required .gfield_required_text,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .gfield_required .gfield_required_text,
.c-form.gf_browser_chrome .gform_fields .gfield .gfield_required .gfield_required_text,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .gfield_required .gfield_required_text {
  font-style: normal;
}
.gform_wrapper .gform_fields .gfield select, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield select, .gform_wrapper.gravity-theme .gform_fields .gfield select, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield select, .gform_wrapper.gf_browser_chrome .gform_fields .gfield select, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield select,
.c-form .gform_fields .gfield select,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield select,
.c-form.gravity-theme .gform_fields .gfield select,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield select,
.c-form.gf_browser_chrome .gform_fields .gfield select,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield select {
  padding-right: 1.5rem;
  background-color: #fff;
}
.gform_wrapper .gform_fields .gfield select, .gform_wrapper .gform_fields .gfield select:-webkit-autofill, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield select, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield select:-webkit-autofill, .gform_wrapper.gravity-theme .gform_fields .gfield select, .gform_wrapper.gravity-theme .gform_fields .gfield select:-webkit-autofill, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield select, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield select:-webkit-autofill, .gform_wrapper.gf_browser_chrome .gform_fields .gfield select, .gform_wrapper.gf_browser_chrome .gform_fields .gfield select:-webkit-autofill, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield select, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield select:-webkit-autofill,
.c-form .gform_fields .gfield select,
.c-form .gform_fields .gfield select:-webkit-autofill,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield select,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield select:-webkit-autofill,
.c-form.gravity-theme .gform_fields .gfield select,
.c-form.gravity-theme .gform_fields .gfield select:-webkit-autofill,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield select,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield select:-webkit-autofill,
.c-form.gf_browser_chrome .gform_fields .gfield select,
.c-form.gf_browser_chrome .gform_fields .gfield select:-webkit-autofill,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield select,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield select:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
}
.gform_wrapper .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea, .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea,
.c-form .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea,
.c-form.gravity-theme .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea,
.c-form.gf_browser_chrome .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  box-shadow: none;
  color: #fff;
  border-bottom: 0.0625rem solid #fff !important;
  background-color: transparent;
  line-height: 2.25rem;
  border: none;
  border-radius: 0;
  padding: 0.25rem 0 !important;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea, .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea,
.c-form .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea,
.c-form.gravity-theme .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea,
.c-form.gf_browser_chrome .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea {
    line-height: 2.25rem;
  }
}
.gform_wrapper .gform_fields .gfield textarea:focus, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea:focus, .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea:focus, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea:focus,
.c-form .gform_fields .gfield textarea:focus,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea:focus,
.c-form.gravity-theme .gform_fields .gfield textarea:focus,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea:focus,
.c-form.gf_browser_chrome .gform_fields .gfield textarea:focus,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea:focus {
  outline: none;
  box-shadow: none;
}
.gform_wrapper .gform_fields .gfield textarea::-moz-placeholder, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea::-moz-placeholder, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea::-moz-placeholder, .c-form .gform_fields .gfield textarea::-moz-placeholder, .c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea::-moz-placeholder, .c-form.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, .c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea::-moz-placeholder, .c-form.gf_browser_chrome .gform_fields .gfield textarea::-moz-placeholder, .c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea::-moz-placeholder {
  color: #7a5b46;
}
.gform_wrapper .gform_fields .gfield textarea::placeholder, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea::placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea::placeholder, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea::placeholder,
.c-form .gform_fields .gfield textarea::placeholder,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea::placeholder,
.c-form.gravity-theme .gform_fields .gfield textarea::placeholder,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea::placeholder,
.c-form.gf_browser_chrome .gform_fields .gfield textarea::placeholder,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea::placeholder {
  color: #7a5b46;
}
.gform_wrapper .gform_fields .gfield textarea, .gform_wrapper .gform_fields .gfield textarea.large, .gform_wrapper .gform_fields .gfield textarea.medium, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea.large, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea.medium, .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .gform_wrapper.gravity-theme .gform_fields .gfield textarea.large, .gform_wrapper.gravity-theme .gform_fields .gfield textarea.medium, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea.large, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea.medium, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.large, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.medium, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.large, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.medium,
.c-form .gform_fields .gfield textarea,
.c-form .gform_fields .gfield textarea.large,
.c-form .gform_fields .gfield textarea.medium,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea.large,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea.medium,
.c-form.gravity-theme .gform_fields .gfield textarea,
.c-form.gravity-theme .gform_fields .gfield textarea.large,
.c-form.gravity-theme .gform_fields .gfield textarea.medium,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea.large,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea.medium,
.c-form.gf_browser_chrome .gform_fields .gfield textarea,
.c-form.gf_browser_chrome .gform_fields .gfield textarea.large,
.c-form.gf_browser_chrome .gform_fields .gfield textarea.medium,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea.large,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea.medium {
  height: 12.5rem;
}
.gform_wrapper .gform_fields .gfield textarea.small, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea.small, .gform_wrapper.gravity-theme .gform_fields .gfield textarea.small, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea.small, .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.small, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea.small,
.c-form .gform_fields .gfield textarea.small,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea.small,
.c-form.gravity-theme .gform_fields .gfield textarea.small,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea.small,
.c-form.gf_browser_chrome .gform_fields .gfield textarea.small,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea.small {
  height: 7.8125rem;
}
.c-row--style-secondary .gform_wrapper .gform_fields .gfield textarea, .c-row--style-secondary .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield textarea, .c-row--style-secondary .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-row--style-secondary .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield textarea, .c-row--style-secondary .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea, .c-row--style-secondary .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea,
.c-row--style-secondary .c-form .gform_fields .gfield textarea,
.c-row--style-secondary .c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield textarea,
.c-row--style-secondary .c-form.gravity-theme .gform_fields .gfield textarea,
.c-row--style-secondary .c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield textarea,
.c-row--style-secondary .c-form.gf_browser_chrome .gform_fields .gfield textarea,
.c-row--style-secondary .c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield textarea {
  background-color: #fff;
}
.gform_wrapper .gform_fields .gfield .ginput_complex label,
.gform_wrapper .gform_fields .gfield .ginput_complex legend, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .ginput_complex label,
.c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .ginput_complex legend, .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex label,
.gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex legend, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex label,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex legend, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_complex label,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_complex legend, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_complex label,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_complex legend,
.c-form .gform_fields .gfield .ginput_complex label,
.c-form .gform_fields .gfield .ginput_complex legend,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .ginput_complex label,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .ginput_complex legend,
.c-form.gravity-theme .gform_fields .gfield .ginput_complex label,
.c-form.gravity-theme .gform_fields .gfield .ginput_complex legend,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .ginput_complex label,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .ginput_complex legend,
.c-form.gf_browser_chrome .gform_fields .gfield .ginput_complex label,
.c-form.gf_browser_chrome .gform_fields .gfield .ginput_complex legend,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .ginput_complex label,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .ginput_complex legend {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.gform_wrapper .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.gform_wrapper .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)), .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.c-form .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-form .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.c-form.gravity-theme .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-form.gravity-theme .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)),
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_address .ginput_full:not(:last-of-type),
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)) {
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio, .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio,
.c-form .gform_fields .gfield .ginput_container_radio .gfield_radio,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .ginput_container_radio .gfield_radio,
.c-form.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio,
.c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice, .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.c-form .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.c-form.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-start;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper,
.c-form .gform_fields .gfield.days-of-the-week-wrapper,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper,
.c-form .gform_fields .gfield.days-of-the-week-wrapper,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper {
    padding-top: 2.4375rem;
  }
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .days-of-the-week-wrapper__inner {
  display: none;
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield {
  width: 100%;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield_html {
  margin-bottom: -0.125rem;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half {
    width: auto;
    display: flex;
    align-items: center;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half + .gfield--width-half {
    margin-left: 1rem;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number], .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number], .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number], .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number], .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number], .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number],
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number],
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number],
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number],
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number],
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number],
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_container_time input[type=number] {
    padding: 0;
    text-align: center;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .ginput_complex {
    align-items: center;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .hour_minute_colon {
    font-style: normal;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description {
    width: auto;
    padding: 0 0.3125rem 0 0;
    display: block;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description p {
    font-style: normal;
    text-transform: lowercase;
  }
  .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg,
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.gfield--width-half .gfield_description svg {
    display: none;
  }
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield:not(.is-active) input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #eae0d1;
  pointer-events: none;
  box-shadow: 0 0 0px 1000px #eae0d1 inset !important;
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-wrapper .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) {
  padding-top: 0.1875rem;
}
.gform_wrapper .gform_fields .gfield.small-heading-section, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.small-heading-section, .gform_wrapper.gravity-theme .gform_fields .gfield.small-heading-section, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.small-heading-section, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.small-heading-section, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.small-heading-section,
.c-form .gform_fields .gfield.small-heading-section,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.small-heading-section,
.c-form.gravity-theme .gform_fields .gfield.small-heading-section,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.small-heading-section,
.c-form.gf_browser_chrome .gform_fields .gfield.small-heading-section,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.small-heading-section {
  margin-top: 0;
  border: none !important;
  margin-bottom: 0.75rem !important;
}
.gform_wrapper .gform_fields .gfield.small-heading-section .gsection_title, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.small-heading-section .gsection_title, .gform_wrapper.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title,
.c-form .gform_fields .gfield.small-heading-section .gsection_title,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.small-heading-section .gsection_title,
.c-form.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title,
.c-form.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title {
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 600;
  color: #b18e75;
  text-transform: none;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper .gform_fields .gfield.small-heading-section .gsection_title, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.small-heading-section .gsection_title, .gform_wrapper.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title,
.c-form .gform_fields .gfield.small-heading-section .gsection_title,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.small-heading-section .gsection_title,
.c-form.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.small-heading-section .gsection_title,
.c-form.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.small-heading-section .gsection_title {
    font-size: 0.6875rem;
  }
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice,
.c-form .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gchoice {
  margin-bottom: 1rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 1rem;
}
.gform_wrapper .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label, .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label,
.c-form .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label,
.c-form.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label,
.c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.days-of-the-week-checkboxes.vertical-checkboxes .gfield_checkbox .gform-field-label {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.vertical-checkboxes, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.vertical-checkboxes, .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes,
.c-form .gform_fields .gfield.vertical-checkboxes,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.vertical-checkboxes,
.c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes,
.c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes {
  padding: 0.75rem 0;
}
.gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_checkbox, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_checkbox, .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox,
.c-form .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-form .gform_fields .gfield.vertical-checkboxes .gfield_checkbox,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.vertical-checkboxes .gfield_checkbox,
.c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox,
.c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox {
  -moz-column-count: 1;
       column-count: 1;
  margin-left: 0;
}
.gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice, .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice,
.c-form .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-form .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice,
.c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice,
.c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_radio .gchoice,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.vertical-checkboxes .gfield_checkbox .gchoice {
  margin-bottom: 0.75rem;
}
.gform_wrapper .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gravity-theme .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gravity-theme .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-form.gf_browser_chrome .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.uneditable .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: #eae0d1 !important;
  pointer-events: none;
  box-shadow: 0 0 0px 1000px #eae0d1 inset !important;
}
.gform_wrapper .gform_fields .gfield .validation_message--hidden-on-empty, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield .validation_message--hidden-on-empty, .gform_wrapper.gravity-theme .gform_fields .gfield .validation_message--hidden-on-empty, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield .validation_message--hidden-on-empty, .gform_wrapper.gf_browser_chrome .gform_fields .gfield .validation_message--hidden-on-empty, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield .validation_message--hidden-on-empty,
.c-form .gform_fields .gfield .validation_message--hidden-on-empty,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield .validation_message--hidden-on-empty,
.c-form.gravity-theme .gform_fields .gfield .validation_message--hidden-on-empty,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield .validation_message--hidden-on-empty,
.c-form.gf_browser_chrome .gform_fields .gfield .validation_message--hidden-on-empty,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield .validation_message--hidden-on-empty {
  display: none !important;
}
.gform_wrapper .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty), .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-form .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-form.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty),
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  padding-top: 0.5rem;
}
.gform_wrapper .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p, .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p,
.c-form .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p,
.c-form.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p,
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) p {
  width: calc(100% - 21px);
  margin: 0;
}
.gform_wrapper .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg, .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg,
.c-form .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg,
.c-form.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg,
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_below .gfield_description:not(.validation_message--hidden-on-empty) svg {
  width: 0.8125rem;
  margin-right: 0.5rem;
  margin-top: 0.1875rem;
}
.gform_wrapper .gform_fields .gfield.field_description_above .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_above .gfield_description, .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_description, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description,
.c-form .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_above .gfield_description,
.c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_description,
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description {
  padding-top: 1rem;
}
.gform_wrapper .gform_fields .gfield.field_description_above .gfield_description,
.gform_wrapper .gform_fields .gfield.field_description_above .gfield_description p, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_above .gfield_description p, .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_description,
.gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_description p, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_description p, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description,
.gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description p, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description p,
.c-form .gform_fields .gfield.field_description_above .gfield_description,
.c-form .gform_fields .gfield.field_description_above .gfield_description p,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_above .gfield_description p,
.c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_description,
.c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_description p,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_description p,
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description,
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description p,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_description p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.gform_wrapper .gform_fields .gfield.field_description_above .gfield_label + .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper .gform_fields .gfield.field_description_above .gfield_label + .gfield_description, .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_label + .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper.gravity-theme .gform_fields .gfield.field_description_above .gfield_label + .gfield_description, .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_label + .gfield_description, .c-account .woocommerce-MyAccount-content .gform_wrapper.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_label + .gfield_description,
.c-form .gform_fields .gfield.field_description_above .gfield_label + .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form .gform_fields .gfield.field_description_above .gfield_label + .gfield_description,
.c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_label + .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gravity-theme .gform_fields .gfield.field_description_above .gfield_label + .gfield_description,
.c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_label + .gfield_description,
.c-account .woocommerce-MyAccount-content .c-form.gf_browser_chrome .gform_fields .gfield.field_description_above .gfield_label + .gfield_description {
  padding-top: 0;
}
.gform_wrapper .gform_footer, .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gf_browser_chrome .gform_footer,
.c-form .gform_footer,
.c-form.gravity-theme .gform_footer,
.c-form.gf_browser_chrome .gform_footer {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_footer, .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gf_browser_chrome .gform_footer,
.c-form .gform_footer,
.c-form.gravity-theme .gform_footer,
.c-form.gf_browser_chrome .gform_footer {
    justify-content: flex-end;
  }
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_footer input.button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit], .gform_wrapper.gf_browser_chrome .gform_footer input.button,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit],
.c-form .gform_footer input.button,
.c-form .gform_footer input[type=submit],
.c-form.gravity-theme .gform_footer input.button,
.c-form.gravity-theme .gform_footer input[type=submit],
.c-form.gf_browser_chrome .gform_footer input.button,
.c-form.gf_browser_chrome .gform_footer input[type=submit] {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #ebe7df !important;
  border-color: #d7cfc0 !important;
  color: #6a4f3c !important;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_footer input.button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit], .gform_wrapper.gf_browser_chrome .gform_footer input.button,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit],
.c-form .gform_footer input.button,
.c-form .gform_footer input[type=submit],
.c-form.gravity-theme .gform_footer input.button,
.c-form.gravity-theme .gform_footer input[type=submit],
.c-form.gf_browser_chrome .gform_footer input.button,
.c-form.gf_browser_chrome .gform_footer input[type=submit] {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_footer input.button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit], .gform_wrapper.gf_browser_chrome .gform_footer input.button,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit],
.c-form .gform_footer input.button,
.c-form .gform_footer input[type=submit],
.c-form.gravity-theme .gform_footer input.button,
.c-form.gravity-theme .gform_footer input[type=submit],
.c-form.gf_browser_chrome .gform_footer input.button,
.c-form.gf_browser_chrome .gform_footer input[type=submit] {
    min-width: 8.75rem;
  }
}
.no-touchevents .gform_wrapper .gform_footer input.button,
.no-touchevents .gform_wrapper .gform_footer input[type=submit], .no-touchevents .gform_wrapper.gravity-theme .gform_footer input.button,
.no-touchevents .gform_wrapper.gravity-theme .gform_footer input[type=submit], .no-touchevents .gform_wrapper.gf_browser_chrome .gform_footer input.button,
.no-touchevents .gform_wrapper.gf_browser_chrome .gform_footer input[type=submit],
.no-touchevents .c-form .gform_footer input.button,
.no-touchevents .c-form .gform_footer input[type=submit],
.no-touchevents .c-form.gravity-theme .gform_footer input.button,
.no-touchevents .c-form.gravity-theme .gform_footer input[type=submit],
.no-touchevents .c-form.gf_browser_chrome .gform_footer input.button,
.no-touchevents .c-form.gf_browser_chrome .gform_footer input[type=submit] {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.gform_wrapper .gform_footer input.button.text-large,
.gform_wrapper .gform_footer input[type=submit].text-large, .gform_wrapper.gravity-theme .gform_footer input.button.text-large,
.gform_wrapper.gravity-theme .gform_footer input[type=submit].text-large, .gform_wrapper.gf_browser_chrome .gform_footer input.button.text-large,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit].text-large,
.c-form .gform_footer input.button.text-large,
.c-form .gform_footer input[type=submit].text-large,
.c-form.gravity-theme .gform_footer input.button.text-large,
.c-form.gravity-theme .gform_footer input[type=submit].text-large,
.c-form.gf_browser_chrome .gform_footer input.button.text-large,
.c-form.gf_browser_chrome .gform_footer input[type=submit].text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper .gform_footer input.button.text-large,
.gform_wrapper .gform_footer input[type=submit].text-large, .gform_wrapper.gravity-theme .gform_footer input.button.text-large,
.gform_wrapper.gravity-theme .gform_footer input[type=submit].text-large, .gform_wrapper.gf_browser_chrome .gform_footer input.button.text-large,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit].text-large,
.c-form .gform_footer input.button.text-large,
.c-form .gform_footer input[type=submit].text-large,
.c-form.gravity-theme .gform_footer input.button.text-large,
.c-form.gravity-theme .gform_footer input[type=submit].text-large,
.c-form.gf_browser_chrome .gform_footer input.button.text-large,
.c-form.gf_browser_chrome .gform_footer input[type=submit].text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper.gravity-theme .gform_footer input.button:hover,
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .gform_wrapper.gf_browser_chrome .gform_footer input.button:hover,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit]:hover,
.c-form .gform_footer input.button:hover,
.c-form .gform_footer input[type=submit]:hover,
.c-form.gravity-theme .gform_footer input.button:hover,
.c-form.gravity-theme .gform_footer input[type=submit]:hover,
.c-form.gf_browser_chrome .gform_footer input.button:hover,
.c-form.gf_browser_chrome .gform_footer input[type=submit]:hover {
  background-color: #d7cfc0 !important;
  border-color: #d7cfc0 !important;
}
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit], .gform_wrapper.gravity-theme .gform_footer input.button,
.gform_wrapper.gravity-theme .gform_footer input[type=submit], .gform_wrapper.gf_browser_chrome .gform_footer input.button,
.gform_wrapper.gf_browser_chrome .gform_footer input[type=submit],
.c-form .gform_footer input.button,
.c-form .gform_footer input[type=submit],
.c-form.gravity-theme .gform_footer input.button,
.c-form.gravity-theme .gform_footer input[type=submit],
.c-form.gf_browser_chrome .gform_footer input.button,
.c-form.gf_browser_chrome .gform_footer input[type=submit] {
    width: 100%;
  }
}
.gform_wrapper__preheading,
.c-form__preheading {
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  color: #7a5b46;
}
@media only screen and (min-width: 40em) {
  .gform_wrapper__preheading,
.c-form__preheading {
    font-size: 0.9375rem;
    letter-spacing: 0.125rem;
  }
}
.gform_wrapper__heading,
.c-form__heading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .gform_wrapper__heading,
.c-form__heading {
    font-size: 2.75rem;
  }
}
.gform_wrapper__text,
.c-form__text {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.gform_confirmation_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .gform_confirmation_wrapper {
    margin-top: 2.5rem;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message {
  background-color: #fff;
  padding: 0.625rem 1.125rem;
}
@media only screen and (min-width: 64em) {
  .gform_confirmation_wrapper .gform_confirmation_message {
    padding: 1rem 1.5rem;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .gform_confirmation_wrapper .gform_confirmation_message h2 {
    font-size: 2.75rem;
  }
}
.gform_confirmation_wrapper .gform_confirmation_message p {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.gform_confirmation_wrapper .gform_confirmation_message img {
  max-width: 4rem;
}

/**
* HEADING
**/
.c-heading__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
}
.c-heading__heading:not(:last-child) {
  margin-bottom: 1rem;
}
.c-heading__heading span,
.c-heading__heading strong {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-heading h1.c-heading__heading {
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-heading h1.c-heading__heading {
    font-size: 2rem;
  }
}
.c-heading h2.c-heading__heading {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-heading h2.c-heading__heading {
    font-size: 3.125rem;
  }
}
.c-heading h3.c-heading__heading {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-heading h3.c-heading__heading {
    font-size: 2.75rem;
  }
}
.c-heading h4.c-heading__heading,
.c-heading h5.c-heading__heading {
  font-size: 1.875rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .c-heading h4.c-heading__heading,
.c-heading h5.c-heading__heading {
    font-size: 2rem;
  }
}
.c-heading h6.c-heading__heading {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
}
.c-heading__subheading {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .c-heading__subheading {
    font-size: 2rem;
  }
}

/**
* HEADING--HERO
**/
.c-heading--hero .c-heading__heading {
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-heading--hero .c-heading__heading {
    font-size: 2.5rem;
  }
}
.c-heading--hero.c-heading--align-left .c-heading__heading {
  position: relative;
  padding-bottom: 1.5rem;
}
.c-heading--hero.c-heading--align-left .c-heading__heading:after {
  content: "";
  position: absolute;
  background-color: #7a5b46;
  height: 0.1875rem;
  width: 5rem;
  bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c-heading--hero.c-heading--align-left .c-heading__heading:after {
    height: 0.25rem;
    width: 7.5rem;
  }
}
.c-heading--hero.c-heading--align-left .c-heading__heading:after {
  left: 0;
}
.c-heading--hero.c-heading--align-centre .c-heading__heading {
  position: relative;
  padding-bottom: 1.5rem;
}
.c-heading--hero.c-heading--align-centre .c-heading__heading:after {
  content: "";
  position: absolute;
  background-color: #7a5b46;
  height: 0.1875rem;
  width: 5rem;
  bottom: 0;
}
@media only screen and (min-width: 40em) {
  .c-heading--hero.c-heading--align-centre .c-heading__heading:after {
    height: 0.25rem;
    width: 7.5rem;
  }
}
.c-heading--hero.c-heading--align-centre .c-heading__heading:after {
  left: 50%;
  transform: translateX(-50%);
}

/**
* HERO
**/
.c-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 63.9375em) {
  .c-hero {
    display: flex;
    flex-direction: column;
  }
}
.c-hero .c-hero, .c-hero .c-hero__background {
  min-height: 23.125rem;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero, .c-hero .c-hero__background {
    min-height: 37.5rem;
  }
}
.c-hero .c-hero__heading {
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  max-width: 52.5rem;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__heading {
    color: #fff;
  }
}
.c-hero .c-hero__heading span {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__heading {
    margin-bottom: 0.875rem;
  }
}
.c-hero .c-hero__subheading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__subheading {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__subheading {
    font-size: 1.75rem;
    line-height: 1;
  }
}
.c-hero .c-hero__preheading {
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 40em) {
  .c-hero .c-hero__preheading {
    font-size: 0.9375rem;
    letter-spacing: 0.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__preheading {
    line-height: 1;
    color: rgba(255, 255, 255, 0.82) !important;
  }
}
.c-hero .c-hero__text {
  margin-top: 0.625rem;
}
.c-hero .c-hero__text p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #deddd4;
  max-width: 40rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  .c-hero .c-hero__text p {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 40em) {
  .c-hero .c-hero__text p {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__text p {
    color: rgba(255, 255, 255, 0.92) !important;
  }
}
.c-hero .c-hero__text p span,
.c-hero .c-hero__text p strong {
  font-family: Jost, sans-serif;
  font-weight: 700;
}
.c-hero .c-hero__text p:last-child {
  margin-bottom: 0;
}
.c-hero .c-hero__content {
  inset: 0;
  z-index: 2;
  padding: 1.75rem 1rem 3.5rem;
  position: absolute;
  z-index: 2;
  top: auto;
  left: auto;
  width: min(100% - 60px, 1360px);
  min-height: 620px;
  margin: 0 auto;
  padding: 6rem 0;
  transform: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  top: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__content {
    padding: 2.5rem 1.5rem 4.5rem;
    width: min(100% - 120px, 1360px);
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-hero .c-hero__content {
    position: relative;
    height: auto;
    min-height: 0;
    padding: 0 0 2.5rem;
    width: 100%;
  }
}
.c-hero .c-hero__content.text-color-is-dark {
  color: #6a4f3c;
}
.c-hero .c-hero__content.text-color-is-light {
  color: #deddd4;
}
.c-hero .c-hero__content.text-color-is-light .c-hero__heading, .c-hero .c-hero__content.text-color-is-light .c-hero__subheading, .c-hero .c-hero__content.text-color-is-light .c-hero__preheading, .c-hero .c-hero__content.text-color-is-light .c-hero__text {
  color: #deddd4;
}
.c-hero .c-hero__content.text-color-is-light .c-button--hollow {
  color: #7a5b46 !important;
  border-color: #7a5b46 !important;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__content.text-color-is-light .c-button--hollow {
    border-color: #deddd4 !important;
    color: #deddd4 !important;
  }
  .c-hero .c-hero__content.text-color-is-light .c-button--hollow:hover {
    background-color: #deddd4 !important;
    color: #6a4f3c !important;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__content.text-color-is-light .c-button--conversion {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #6a4f3c !important;
  }
}
.c-hero .c-hero__inner {
  width: min(100%, 53.75rem);
  text-align: left;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__inner {
    margin-top: 0;
  }
}
.c-hero .c-hero__headings {
  max-width: 53.75rem;
  margin: 0 auto;
}
.c-hero .c-hero__background {
  position: relative;
  background-position: center;
  background-size: cover;
}
.c-hero .c-hero__background:after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.9), rgba(17, 17, 17, 0) 72%);
  content: "";
  pointer-events: none;
}
.c-hero .c-hero__buttons {
  padding-top: 1.75rem;
}
.c-hero .c-hero__buttons .c-button {
  width: auto;
  text-transform: uppercase;
}
.c-hero .c-hero__buttons .c-button--inline {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--hollow {
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: Jost, sans-serif;
    font-weight: 600;
    height: 2.25rem;
    line-height: 2rem;
    min-width: 4.375rem;
    padding: 0 0.75rem;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #6a4f3c !important;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border: 0.125rem solid #7a5b46;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    background-color: transparent;
    color: #ebe7df !important;
    border-color: #ebe7df;
  }
}
@media only screen and (min-width: 64em) and (min-width: 40em) {
  .c-hero .c-hero__buttons .c-button--hollow {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--hollow {
    min-width: 8.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .no-touchevents .c-hero .c-hero__buttons .c-button--hollow {
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--hollow.text-large {
    font-size: 1rem;
    line-height: 1.6;
    font-family: Jost, sans-serif;
    font-weight: 600;
    height: 2.875rem;
    line-height: 2.5rem;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--hollow.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--hollow, .c-hero .c-hero__buttons .c-button--hollow:hover {
    background-color: transparent;
    color: #ebe7df;
    border-color: #ebe7df;
  }
}
@media only screen and (min-width: 64em) {
  .no-touchevents .c-hero .c-hero__buttons .c-button--hollow:hover {
    color: #6a4f3c !important;
    background-color: #ebe7df !important;
    border-color: #ebe7df !important;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--conversion {
    font-size: 0.875rem;
    line-height: 1.6;
    font-family: Jost, sans-serif;
    font-weight: 600;
    height: 2.25rem;
    line-height: 2rem;
    min-width: 4.375rem;
    padding: 0 0.75rem;
    display: inline-block;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #6a4f3c !important;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border: 0.125rem solid #7a5b46;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    background-color: #ebe7df !important;
    border-color: #d7cfc0 !important;
    color: #6a4f3c !important;
  }
}
@media only screen and (min-width: 64em) and (min-width: 40em) {
  .c-hero .c-hero__buttons .c-button--conversion {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--conversion {
    min-width: 8.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .no-touchevents .c-hero .c-hero__buttons .c-button--conversion {
    transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--conversion.text-large {
    font-size: 1rem;
    line-height: 1.6;
    font-family: Jost, sans-serif;
    font-weight: 600;
    height: 2.875rem;
    line-height: 2.5rem;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--conversion.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero .c-hero__buttons .c-button--conversion:hover {
    background-color: #d7cfc0 !important;
    border-color: #d7cfc0 !important;
  }
}
.c-hero .c-hero__buttons .c-button.no-variation {
  background-color: #7a5b46;
}
.c-hero .c-hero__buttons .c-button + .c-button {
  margin-left: 0.5rem;
}
.c-hero.background-is-cover .c-hero__inner, .c-hero.background-is-contain .c-hero__inner {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .c-hero.background-is-cover .c-hero__inner, .c-hero.background-is-contain .c-hero__inner {
    padding: 3.75rem 1rem 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-cover .c-hero__inner > *:not(.c-hero__actions), .c-hero.background-is-contain .c-hero__inner > *:not(.c-hero__actions) {
    margin: 0 auto;
  }
}
.c-hero.background-is-cover .c-hero__inner .c-hero__headings, .c-hero.background-is-contain .c-hero__inner .c-hero__headings {
  order: 2;
  margin-bottom: 1rem;
}
.c-hero.background-is-cover .c-hero__inner .c-hero__text, .c-hero.background-is-contain .c-hero__inner .c-hero__text {
  order: 1;
  max-width: 43.75rem;
}
.c-hero.background-is-cover .c-hero__inner .c-hero__actions, .c-hero.background-is-contain .c-hero__inner .c-hero__actions {
  order: 3;
  max-width: 7.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-cover .c-hero__inner .c-hero__actions, .c-hero.background-is-contain .c-hero__inner .c-hero__actions {
    max-width: 13.4375rem;
    bottom: 1rem;
    top: auto;
  }
}
.c-hero.background-is-cover .c-hero__inner .c-hero__actions img, .c-hero.background-is-contain .c-hero__inner .c-hero__actions img {
  max-height: 3.4375rem;
}
@media only screen and (max-width: 63.9375em) {
  .c-hero.background-is-cover {
    flex-direction: column;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-cover .c-hero__background {
    min-height: 31.875rem;
    width: 50%;
    height: 31.875rem;
    position: relative;
    z-index: 1;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-hero.background-is-cover .c-hero__content {
    left: auto;
    top: auto;
    position: relative;
    transform: none;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-cover .c-hero__content {
    width: 100%;
    padding-left: 50%;
    text-align: center;
    height: 100%;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-hero.background-is-contain {
  background-color: #eee8df;
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-contain {
    min-height: 25rem;
  }
}
.c-hero.background-is-contain .c-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  left: auto;
  top: auto;
  transform: none;
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-contain .c-hero__content {
    flex-direction: row;
    flex-wrap: wrap;
    height: 31.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-contain .c-hero__content .c-hero__inner {
    width: calc(100% - 550px);
    justify-content: center;
  }
}
.c-hero.background-is-contain .c-hero__content .img-fit {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 64em) {
  .c-hero.background-is-contain .c-hero__content .img-fit {
    height: 28.125rem;
    width: 28.125rem;
    margin: 2.5rem 1.25rem 0 3.75rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.c-hero.background-is-contain .c-hero__content .img-fit.cover {
  margin: 0 3.75rem 0 0;
}
.c-hero.background-is-contain .c-hero__content .img-fit img {
  width: auto;
}

/**
* HERO--SHORT
**/
.c-hero--short .c-hero__back {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-hero--short .c-hero__back {
    margin-bottom: 2.5rem;
  }
}
.c-hero--short .c-hero__background:after {
  display: none;
}
@media only screen and (min-width: 64em) {
  .c-hero--short .c-hero__background {
    margin-left: 50%;
    width: 50%;
  }
}
.c-hero--short .c-hero__content {
  color: #6a4f3c;
}
@media only screen and (min-width: 64em) {
  .c-hero--short .c-hero__content {
    width: calc(50% - 50px);
    left: 0;
    margin: 0;
  }
}
.c-hero--short .c-hero__content .c-hero__text p, .c-hero--short .c-hero__content .c-hero__preheading, .c-hero--short .c-hero__content .c-hero__heading, .c-hero--short .c-hero__content .c-hero__subheading {
  color: #6a4f3c !important;
}
.c-hero--short .c-hero__content .c-button--hollow {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .c-hero--short .c-hero__content .c-button--hollow {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero--short .c-hero__content .c-button--hollow {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-hero--short .c-hero__content .c-button--hollow {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-hero--short .c-hero__content .c-button--hollow.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-hero--short .c-hero__content .c-button--hollow.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-hero--short .c-hero__content .c-button--hollow, .c-hero--short .c-hero__content .c-button--hollow:hover {
  background-color: transparent;
  color: #7a5b45 !important;
  border-color: #7a5b45;
}
.no-touchevents .c-hero--short .c-hero__content .c-button--hollow:hover {
  color: #ebe7df !important;
  background-color: #6a4f3c !important;
  border-color: #6a4f3c !important;
}

/**
* HERO--TALL
**/
.c-hero--tall .c-hero__background {
  min-height: 15.625rem;
}
@media only screen and (min-width: 40em) {
  .c-hero--tall .c-hero__background {
    min-height: 25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-hero--tall .c-hero__background {
    min-height: 40.625rem;
    height: calc(100vh - 240px);
  }
}

/**
* HERO-SLIDER
**/
.c-hero-slider.pageDots-is--true {
  margin-bottom: 1.875rem;
}
.c-hero-slider .flickity-enabled .flickity-prev-next-button.previous {
  left: 1rem;
}
.c-hero-slider .flickity-enabled .flickity-prev-next-button.next {
  right: 1rem;
}
.c-hero-slider .flickity-enabled .flickity-page-dots {
  bottom: -1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-hero-slider .flickity-enabled .flickity-page-dots {
    bottom: -1.5rem;
  }
}
body .c-hero-slider .js-flickity.text-color-is-light .flickity-prev-next-button svg path {
  stroke: #fff;
}

.sunset-split {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
}
.sunset-split--reverse {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}
.sunset-split__copy {
  max-width: 650px;
}
.sunset-split__copy p {
  color: rgba(106, 79, 60, 0.7);
}
.sunset-split__image {
  min-height: 560px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sunset-feature-list {
  display: grid;
  gap: 0.85rem;
  margin: 1.75rem 0 2.25rem;
  padding: 0;
  list-style: none;
}
.sunset-feature-list li {
  position: relative;
  padding-left: 1.2rem;
}
.sunset-feature-list li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #6a4f3c;
  content: "";
}

.sunset-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.sunset-cards--four {
  grid-template-columns: repeat(4, 1fr);
}

.sunset-card {
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
.sunset-card__image {
  width: 100%;
  aspect-ratio: 1.32;
  -o-object-fit: cover;
     object-fit: cover;
}
.sunset-card__body {
  padding: 1.65rem;
}
.sunset-card h3 {
  margin-bottom: 0.75rem;
}
.sunset-card p {
  color: rgba(106, 79, 60, 0.72) !important;
}

.sunset-page-hero {
  padding: clamp(5rem, 10vw, 9rem) 0;
  background: #ebe7df;
}
.sunset-page-hero__inner {
  max-width: 900px;
}
.sunset-page-hero h1 {
  max-width: 850px;
  margin-bottom: 1.6rem;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
}
@media only screen and (min-width: 40em) {
  .sunset-page-hero h1 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-page-hero h1 {
    font-size: 3.75rem;
  }
}
.sunset-page-hero p {
  max-width: 720px;
  color: rgba(106, 79, 60, 0.72) !important;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  .sunset-page-hero p {
    font-size: 1.125rem;
  }
}

.sunset-panel {
  padding: clamp(2rem, 5vw, 4.5rem);
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}

.sunset-contact-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(3rem, 8vw, 8rem);
}

@media only screen and (max-width: 63.9375em) {
  .sunset-cards--four {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  .sunset-split,
.sunset-split--reverse,
.sunset-contact-grid {
    grid-template-columns: 1fr;
  }
  .sunset-split__image {
    min-height: 380px;
  }
  .sunset-cards,
.sunset-cards--four {
    grid-template-columns: 1fr;
  }
}
/**
* ICONS-LIST
**/
.c-icons-list__headings {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-icons-list__headings {
    margin-bottom: 1.5rem;
  }
}
.c-icons-list__heading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-icons-list__heading {
    font-size: 2.75rem;
  }
}
.c-icons-list__heading span,
.c-icons-list__heading strong {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-icons-list__heading {
    margin-bottom: 1.5rem;
  }
}
.c-icons-list__subheading {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-icons-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem 1.25rem;
}
.c-icons-list.align-center .c-icons-list__menu {
  justify-content: center;
}
@media only screen and (min-width: 64em) {
  .c-icons-list.align-right .c-icons-list__menu {
    justify-content: center;
  }
}
.c-icons-list__image {
  margin: 0 auto;
}
.c-icons-list__image img {
  max-height: 5.625rem;
  width: auto;
}
@media only screen and (min-width: 40em) {
  .c-icons-list__image img {
    max-height: 7.5rem;
  }
}

/**
* IMAGE-GRID
**/
.c-image-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 -0.375rem -0.375rem !important;
}
@media only screen and (min-width: 40em) {
  .c-image-grid {
    flex-direction: row;
  }
}
.c-image-grid--slider {
  margin: 0 0 -0.625rem !important;
}
@media only screen and (min-width: 64em) {
  .c-image-grid--slider {
    margin: 0 0 -1.25rem !important;
  }
}
.c-image-grid .c-image-grid__slider {
  margin: 0;
}
.c-image-grid .c-image-grid__slider .crop {
  margin: 0;
}
@media only screen and (max-width: 39.9375em) {
  .c-image-grid .c-image-grid__slider .flickity-prev-next-button {
    top: auto;
    bottom: 0;
    transform: translateY(100%);
  }
  .c-image-grid .c-image-grid__slider .flickity-prev-next-button.previous {
    left: -0.5rem;
  }
  .c-image-grid .c-image-grid__slider .flickity-prev-next-button.next {
    right: -0.5rem;
  }
}
.c-image-grid .c-image-grid__thumbnails {
  margin: -2.75rem 0 0;
}
@media only screen and (min-width: 64em) {
  .c-image-grid .c-image-grid__thumbnails {
    margin-top: -3.4375rem;
  }
}
.c-image-grid .c-image-grid__thumbnails.is-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-image-grid .c-image-grid__thumbnails .c-image-grid__item {
  width: calc(33.333% - 30px);
  margin: 0 0.5rem;
  cursor: pointer;
  position: relative;
  list-style-type: none;
}
@media only screen and (min-width: 64em) {
  .c-image-grid .c-image-grid__thumbnails .c-image-grid__item {
    width: 6.5625rem;
    margin: 0 1rem;
  }
}
.c-image-grid .c-image-grid__thumbnails .c-image-grid__item:after {
  content: "";
  position: absolute;
  background-color: rgba(106, 79, 60, 0.44);
  left: 0;
  right: 0;
  top: 0;
  height: 6.125rem;
  border-radius: 50%;
}
.c-image-grid .c-image-grid__thumbnails .c-image-grid__item .crop {
  padding-bottom: calc(100% - 8px);
  border: 0.1875rem solid #6a4f3c;
  border-radius: 50%;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .c-image-grid .c-image-grid__thumbnails .c-image-grid__item .crop {
    padding-bottom: 5.8125rem;
  }
}
.c-image-grid .c-image-grid__thumbnails .c-image-grid__item .c-image-grid__image {
  border-radius: 50%;
}
.c-image-grid .c-image-grid__thumbnails .c-image-grid__item.is-selected:after {
  background-color: transparent;
}
.c-image-grid .c-image-grid__item .crop {
  padding-bottom: 80%;
  position: relative;
}
.c-image-grid .c-image-grid__item .c-image-grid__background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.c-interactive-map__canvas {
  height: 26.5625rem;
}
@media only screen and (min-width: 40em) {
  .c-interactive-map__canvas {
    height: 31.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__canvas {
    height: 38.75rem;
  }
}
.c-interactive-map .gm-style-iw-d {
  padding: 1rem 1.5rem !important;
}
.c-interactive-map .gm-style-iw-chr {
  position: absolute;
  right: -0.5rem !important;
  top: -0.375rem !important;
}
.c-interactive-map__subheading {
  color: #6a4f3c !important;
  font-size: 1.75rem !important;
}
@media only screen and (min-width: 64em) {
  .c-interactive-map__subheading {
    font-size: 1.75rem !important;
  }
}
.c-interactive-map__info-window {
  color: #6a4f3c !important;
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}

.lodgify-listings {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.lodgify-listings .lodgify-address {
  color: #deddd4;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.09375rem;
  font-family: Jost, sans-serif;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .lodgify-listings .lodgify-address {
    font-size: 0.9375rem;
    letter-spacing: 0.125rem;
  }
}
.lodgify-listings .lodgify-address svg {
  height: 1.375rem;
  width: auto;
}
.c-text .lodgify-listings ul {
  -moz-column-count: 1;
       column-count: 1;
}
.c-text .lodgify-listings ul li {
  padding-left: 0 !important;
}

.lodgify-listing {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.08);
  overflow: hidden;
  padding: 1.75rem;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .lodgify-listing {
    padding: 2.5rem 2.5rem 7.5rem;
    width: calc(50% - 16px);
  }
}
.lodgify-listing__price--overlay {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  margin: 0;
  padding: 0.25rem 0.85rem;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 0.35rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  line-height: 1;
}
.lodgify-listing__price--overlay strong {
  font-size: 12px;
}
.lodgify-listing__price--overlay span {
  font-size: 11px;
}
.lodgify-listing__highlights {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem !important;
  margin: 0.25rem 0 1rem !important;
  padding: 0;
  list-style: none;
  -moz-column-count: unset !important;
       column-count: unset !important;
}
.lodgify-listing__highlight {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 0.3125rem;
  font-size: 0.75rem;
  line-height: 1.6;
  font-size: 0.75rem !important;
  width: calc(33% - 8px);
  padding: 0 !important;
}
.lodgify-listing__highlight:before {
  display: none !important;
}
.lodgify-listing__highlight i {
  font-size: 1.1rem;
  color: #7a5b46;
  font-family: "Phosphor" !important;
  font-style: normal;
  font-weight: normal;
}
.lodgify-listing .lodgify-image {
  margin: -1.75rem -1.75rem 1.75rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-listing .lodgify-image {
    margin: -2.5rem -2.5rem 2.5rem;
  }
}

.lodgify-buttons {
  padding-top: 2rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-buttons {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}

.lodgify-book-now {
  font-size: 1rem;
  line-height: 1.6;
}
.lodgify-book-now .css-1n6bo {
  padding: 0;
  box-shadow: none;
  border: none;
}
.lodgify-book-now .css-kvuu3i {
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.6;
  background-color: transparent;
  color: #deddd4;
}
.lodgify-book-now .css-1bgqbnd {
  background-color: transparent;
}
.lodgify-book-now .css-1bgqbnd .value-wrapper.has-value {
  margin-top: 1em;
}
.lodgify-book-now .css-nt943z.styled-override,
.lodgify-book-now .css-1ejx9af.styled-override {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #ebe7df !important;
  border-color: #d7cfc0 !important;
  color: #6a4f3c !important;
}
@media only screen and (min-width: 40em) {
  .lodgify-book-now .css-nt943z.styled-override,
.lodgify-book-now .css-1ejx9af.styled-override {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .lodgify-book-now .css-nt943z.styled-override,
.lodgify-book-now .css-1ejx9af.styled-override {
    min-width: 8.75rem;
  }
}
.no-touchevents .lodgify-book-now .css-nt943z.styled-override,
.no-touchevents .lodgify-book-now .css-1ejx9af.styled-override {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lodgify-book-now .css-nt943z.styled-override.text-large,
.lodgify-book-now .css-1ejx9af.styled-override.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-book-now .css-nt943z.styled-override.text-large,
.lodgify-book-now .css-1ejx9af.styled-override.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.lodgify-book-now .css-nt943z.styled-override:hover,
.lodgify-book-now .css-1ejx9af.styled-override:hover {
  background-color: #d7cfc0 !important;
  border-color: #d7cfc0 !important;
}
.lodgify-book-now .css-5hu7jr.styled-override {
  font-size: 1.375rem;
  line-height: 1.1;
  font-family: Cormorant Garamond, serif;
  font-weight: 500;
  color: #deddd4;
}
@media only screen and (min-width: 40em) {
  .lodgify-book-now .css-5hu7jr.styled-override {
    font-size: 1.625rem;
  }
}
.lodgify-book-now .css-fe2sc1.styled-override {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #deddd4;
  font-family: "Jost", sans-serif !important;
}

.lodgify-image-modal,
.lodgify-slider {
  margin: -1.75rem -1.75rem 1.75rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-image-modal,
.lodgify-slider {
    margin: -2.5rem -2.5rem 2.5rem;
  }
}
.lodgify-image-modal .lodgify-slide,
.lodgify-slider .lodgify-slide {
  width: 100%;
  display: block;
}
.lodgify-image-modal .lodgify-slide img,
.lodgify-slider .lodgify-slide img {
  width: 100%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  display: block;
}

.lodgify-slider .flickity-viewport {
  aspect-ratio: 16/9;
  height: auto !important;
  max-height: 28.125rem;
}
.lodgify-slider .flickity-slider,
.lodgify-slider .lodgify-slide {
  height: 100%;
}
.lodgify-slider .lodgify-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lodgify-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 299;
  background-color: rgba(106, 79, 60, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.9375rem;
}
.lodgify-modal__close-background {
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lodgify-modal__close {
  position: absolute !important;
  right: 1rem;
  top: 1.75rem;
  z-index: 11;
  padding: 0 10px;
  min-width: 100px;
  height: 40px;
  line-height: 36px;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 63.9375em) {
  .lodgify-modal__close {
    right: 0;
    top: 0;
    font-size: 0.625rem !important;
  }
}
.lodgify-modal__inner {
  background-color: #7a5b45;
  border-radius: 0;
  transform: scale(1.2);
  transform-origin: 50% 50%;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  max-width: 50rem;
  max-height: calc(100vh - 20px);
  max-height: calc(100dvh - 20px);
  position: relative;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2rem rgba(255, 255, 255, 0.15);
}
.lodgify-modal__inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4.375rem;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(180deg, rgba(122, 91, 69, 0) 0%, #7a5b45 100%);
}
.lodgify-modal__content {
  overflow-y: scroll;
  flex: 1 1 auto;
  min-height: 0;
  padding: 1.5rem 1.5rem 2rem;
  z-index: 2;
  position: relative;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  overflow-x: hidden;
}
.lodgify-modal__content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
@media only screen and (min-width: 64em) {
  .lodgify-modal__content {
    padding: 2.5rem 2.5rem 4.25rem;
  }
}
.lodgify-modal__content .lodgify-policy-column {
  padding-top: 1.5rem;
}
.lodgify-modal.is-open {
  opacity: 1;
  pointer-events: initial;
}
.lodgify-modal.is-open .lodgify-modal__inner {
  transform: scale(1);
  transition: all 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lodgify-info > .lodgify-description > p {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.lodgify-info .border-bottom {
  border-bottom: 0.0625rem solid #deddd4;
  padding-bottom: 2rem;
  margin-bottom: 2rem !important;
}
.lodgify-info .border-bottom.lodgify-description {
  padding-bottom: 1.5rem !important;
}

.lodgify-widget {
  margin-top: 10px;
}

.lodgify-price {
  font-weight: 600;
  margin-bottom: 0.3rem;
}

body.sunset-site .lodgify-listings {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}
body.sunset-site .lodgify-listing {
  min-width: 0;
  width: 100% !important;
  height: 100%;
  padding: 0 !important;
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
body.sunset-site .lodgify-listing .lodgify-info {
  display: flex;
  height: 100%;
  padding: 0 1.4rem 1.5rem !important;
  flex-direction: column;
}
body.sunset-site .lodgify-listing .lodgify-image {
  margin: 0 -1.4rem 1.4rem !important;
  flex: 0 0 auto;
}
body.sunset-site .lodgify-listing img {
  width: 100%;
  aspect-ratio: 1.25;
  -o-object-fit: cover;
     object-fit: cover;
}
body.sunset-site .lodgify-listing h4 {
  margin-bottom: 0.6rem;
  font-size: 1.375rem;
  line-height: 1.1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .lodgify-listing h4 {
    font-size: 1.625rem;
  }
}
body.sunset-site .lodgify-listing h5 {
  margin-bottom: 1rem;
  color: #7a5b46 !important;
  font-size: 0.6875rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .lodgify-listing h5 {
    font-size: 0.6875rem;
  }
}
body.sunset-site .lodgify-listing .border-bottom {
  margin-bottom: 0.75rem !important;
  padding-bottom: 1rem;
}
body.sunset-site .lodgify-listing .lodgify-address svg {
  display: none;
}
body.sunset-site .lodgify-listing .lodgify-description {
  display: -webkit-box;
  margin-bottom: 1.35rem;
  overflow: hidden;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
body.sunset-site .lodgify-listing .lodgify-description p {
  color: rgba(106, 79, 60, 0.68) !important;
  font-size: 0.75rem;
  line-height: 1.6;
}
body.sunset-site .lodgify-listings > .lodgify-listing .lodgify-buttons {
  display: none !important;
}
body.sunset-site .lodgify-modal {
  display: none !important;
}
body.sunset-site .sunset-pod-card__actions {
  margin-top: auto;
}
body.sunset-site .sunset-pod-card__link {
  width: 100%;
}
body.sunset-site .lodgify-single-property .lodgify-listing {
  border: 0;
}
body.sunset-site .lodgify-single-property .lodgify-listing .lodgify-info {
  padding: 0;
}
body.sunset-site .lodgify-single-property .lodgify-listing .lodgify-image {
  margin: 0 0 2rem;
}
body.sunset-site .lodgify-availability {
  max-width: none;
}
body.sunset-site .lodgify-availability h3 {
  margin: 1.5rem 0;
}
body.sunset-site .lodgify-availability__layout {
  gap: clamp(2rem, 5vw, 5rem);
}
body.sunset-site .lodgify-availability__nav select {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  background-color: #ebe7df !important;
  border-color: #d7cfc0 !important;
  color: #6a4f3c !important;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .lodgify-availability__nav select {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site .lodgify-availability__nav select {
    min-width: 8.75rem;
  }
}
.no-touchevents body.sunset-site .lodgify-availability__nav select {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.sunset-site .lodgify-availability__nav select.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .lodgify-availability__nav select.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
body.sunset-site .lodgify-availability__nav select:hover {
  background-color: #d7cfc0 !important;
  border-color: #d7cfc0 !important;
}
body.sunset-site .lodgify-availability-day {
  min-height: 82px;
  border: 1px solid rgba(106, 79, 60, 0.16);
}
body.sunset-site .lodgify-availability--available {
  background: #e3eadf;
}
body.sunset-site .lodgify-availability--booked,
body.sunset-site .lodgify-availability--past,
body.sunset-site .lodgify-availability--unavailable-checkin {
  color: rgba(106, 79, 60, 0.42);
  background: #eeeae5;
}
body.sunset-site .lodgify-availability--booked .lodgify-availability-day__price,
body.sunset-site .lodgify-availability--past .lodgify-availability-day__price,
body.sunset-site .lodgify-availability--unavailable-checkin .lodgify-availability-day__price {
  display: none;
}
body.sunset-site .lodgify-month-nav,
body.sunset-site .lodgify-month-select,
body.sunset-site .lodgify-modal__inner {
  border-radius: 0;
}
body.sunset-site .lodgify-month-nav {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .lodgify-month-nav {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site .lodgify-month-nav {
    min-width: 8.75rem;
  }
}
.no-touchevents body.sunset-site .lodgify-month-nav {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body.sunset-site .lodgify-month-nav.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .lodgify-month-nav.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
body.sunset-site .lodgify-month-nav, body.sunset-site .lodgify-month-nav:hover {
  background-color: transparent;
  color: #7a5b45 !important;
  border-color: #7a5b45;
}
.no-touchevents body.sunset-site .lodgify-month-nav:hover {
  color: #ebe7df !important;
  background-color: #6a4f3c !important;
  border-color: #6a4f3c !important;
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .lodgify-listings {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .lodgify-listings {
    grid-template-columns: 1fr;
  }
  body.sunset-site .lodgify-availability__layout {
    display: block;
  }
}

.lodgify-listing-filters {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-listing-filters {
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.lodgify-listing-filters label, .lodgify-listing-filters__field, .lodgify-listing-filters__clear {
  color: #7a5b46;
}
.lodgify-listing-filters__amenities {
  display: flex;
  align-items: center;
}
.lodgify-listing-filters__amenities summary {
  list-style: none;
}
.lodgify-listing-filters__amenities[open] .lodgify-listing-filters__amenity-menu {
  opacity: 1;
  pointer-events: initial;
}
.lodgify-listing-filters__amenities[open] .lodgify-listing-filters__amenity-options {
  transform: translateX(0);
  transition: 0.6s all ease-in-out;
}
.lodgify-listing-filters__amenities .lodgify-listing-filters__amenity-menu {
  position: fixed;
  right: 0;
  background-color: rgba(122, 91, 70, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.lodgify-listing-filters__amenities .lodgify-listing-filters__amenity-options {
  width: calc(100% - 40px);
  max-width: 25rem;
  background-color: #ebe7df;
  padding: 3.75rem 2rem;
  transform: translateX(-100%);
  transition: 0.2s all ease-in-out;
  height: 100vh;
  overflow-y: scroll;
}
.lodgify-listing-filters__amenities .lodgify-listing-filters__amenity-options button[data-close-amenity-filter] {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-listing-filters__amenities .lodgify-listing-filters__amenity-options-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .lodgify-listing-filters__amenities .lodgify-listing-filters__amenity-option {
    min-width: calc(50% - 12px);
  }
}
.lodgify-listing-filters__check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
}
.lodgify-listing-filters__check input {
  margin: 0;
}
.lodgify-listing-filters select,
.lodgify-listing-filters input {
  background-color: transparent;
  border-color: #d7cfc0;
  border-radius: 0.25rem;
  background-color: #ebe7df;
}
.lodgify-listing-filters__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.lodgify-listing-filters__fields {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-listing-filters__fields {
    gap: 1.5rem;
    margin-bottom: 0;
  }
}

.lodgify-property-highlights {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .lodgify-property-highlights {
    gap: 2rem;
  }
}
.lodgify-property-highlights__list {
  -moz-column-count: 2 !important;
       column-count: 2 !important;
}
@media only screen and (min-width: 40em) {
  .lodgify-property-highlights__list {
    -moz-column-count: 3 !important;
         column-count: 3 !important;
  }
}
.lodgify-property-highlights__item {
  display: flex;
  flex-direction: column;
}
.lodgify-property-highlights__item:before {
  display: none !important;
}
.lodgify-property-highlights__item i {
  font-size: 1.5rem;
}

/**
 * OUR STORY
 * Registered SiteOrigin row and widget variations for the Our Story page.
 */
.c-row--our-story-contained {
  width: min(100%, 1360px);
}
@media only screen and (max-width: 47.9375em) {
  .c-row--our-story-contained {
    width: min(100% - 32px, 1360px);
  }
}

body.sunset-site .sunset-story-hero {
  padding: clamp(2rem, 4vw, 4rem) 24px;
}
body.sunset-site .sunset-story-hero .c-cta__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
body.sunset-site .sunset-story-hero .c-cta__heading {
  max-width: 850px;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-story-hero .c-cta__heading {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-story-hero .c-cta__heading {
    font-size: 3.75rem;
  }
}
body.sunset-site .sunset-story-hero .c-cta__text {
  max-width: 720px;
}
body.sunset-site .sunset-story-hero .c-cta__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-story-hero .c-cta__text p {
    font-size: 1.125rem;
  }
}
body.sunset-site .sunset-story-split {
  min-height: 620px;
  background: #fff;
}
body.sunset-site .sunset-story-split .c-cta__content {
  min-height: 620px;
}
body.sunset-site .sunset-story-split .c-cta__inner {
  max-width: 680px;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem) !important;
}
body.sunset-site .sunset-story-split .c-cta__headings {
  margin-bottom: 0 !important;
}
body.sunset-site .sunset-story-split .c-cta__heading {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-story-split .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-story-split .c-cta__text {
  margin-bottom: 1.75rem;
}
body.sunset-site .sunset-story-split .c-cta__text p {
  margin-bottom: 1.1rem;
}
body.sunset-site .sunset-story-split .c-cta__background.crop {
  min-height: 100%;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-story-split .c-cta__content {
    min-height: 0;
  }
  body.sunset-site .sunset-story-split .c-cta__inner {
    max-width: none;
  }
  body.sunset-site .sunset-story-split .c-cta__background.crop {
    min-height: 440px;
  }
}
body.sunset-site .sunset-story-details .c-cta-grid__initial,
body.sunset-site .sunset-story-details .c-cta-grid__grid,
body.sunset-site .sunset-story-values .c-cta-grid__initial,
body.sunset-site .sunset-story-values .c-cta-grid__grid {
  width: min(100%, 1360px);
  margin-right: auto;
  margin-left: auto;
}
body.sunset-site .sunset-story-details .c-cta-grid__initial,
body.sunset-site .sunset-story-values .c-cta-grid__initial {
  margin-bottom: 2.5rem;
}
body.sunset-site .sunset-story-details .c-cta-grid__initial .c-cta__heading,
body.sunset-site .sunset-story-values .c-cta-grid__initial .c-cta__heading {
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-story-details .c-cta-grid__initial .c-cta__heading,
body.sunset-site .sunset-story-values .c-cta-grid__initial .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-story-details .c-cta-grid__grid,
body.sunset-site .sunset-story-values .c-cta-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
body.sunset-site .sunset-story-details .c-cta-grid__grid > *,
body.sunset-site .sunset-story-values .c-cta-grid__grid > * {
  width: auto !important;
  max-width: none !important;
}
body.sunset-site .sunset-story-details .c-cta,
body.sunset-site .sunset-story-values .c-cta {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block;
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0;
  float: none;
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
body.sunset-site .sunset-story-details .c-cta__content,
body.sunset-site .sunset-story-details .c-cta__inner,
body.sunset-site .sunset-story-values .c-cta__content,
body.sunset-site .sunset-story-values .c-cta__inner {
  min-height: 100%;
}
body.sunset-site .sunset-story-details .c-cta__inner,
body.sunset-site .sunset-story-values .c-cta__inner {
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
body.sunset-site .sunset-story-details .c-cta__headings,
body.sunset-site .sunset-story-values .c-cta__headings {
  margin: 0 !important;
}
body.sunset-site .sunset-story-details .c-cta__heading,
body.sunset-site .sunset-story-values .c-cta__heading {
  margin-bottom: 0.8rem;
  font-size: 1.375rem;
  line-height: 1.1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-story-details .c-cta__heading,
body.sunset-site .sunset-story-values .c-cta__heading {
    font-size: 1.625rem;
  }
}
body.sunset-site .sunset-story-details .c-cta__text,
body.sunset-site .sunset-story-values .c-cta__text {
  margin: 0 !important;
}
body.sunset-site .sunset-story-details .c-cta__text p,
body.sunset-site .sunset-story-values .c-cta__text p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-story-details .c-cta-grid__grid,
body.sunset-site .sunset-story-values .c-cta-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-story-details .c-cta-grid__grid,
body.sunset-site .sunset-story-values .c-cta-grid__grid {
    grid-template-columns: 1fr;
  }
}
body.sunset-site .sunset-story-details .c-cta__text ul {
  margin-left: 1.25rem;
}
body.sunset-site .sunset-story-details .c-cta__text ul li {
  position: relative;
  margin-bottom: 0.55rem;
  font-size: 0.875rem;
  line-height: 1.6;
}
body.sunset-site .sunset-story-ethos {
  min-height: 560px;
}
body.sunset-site .sunset-story-ethos .c-cta__content {
  min-height: 560px;
}
body.sunset-site .sunset-story-ethos .c-cta__inner {
  max-width: 680px;
  padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 5vw, 5rem) !important;
}
body.sunset-site .sunset-story-ethos .c-cta__headings {
  margin-bottom: 0 !important;
}
body.sunset-site .sunset-story-ethos .c-cta__heading {
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-story-ethos .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-story-ethos .c-cta__text {
  margin-bottom: 1.75rem;
}
body.sunset-site .sunset-story-ethos .c-cta__text p {
  margin-bottom: 1.15rem;
}
body.sunset-site .sunset-story-ethos .c-cta__background.crop {
  min-height: 100%;
  padding-bottom: 0 !important;
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-story-ethos .c-cta__content {
    min-height: 0;
  }
  body.sunset-site .sunset-story-ethos .c-cta__inner {
    max-width: none;
  }
  body.sunset-site .sunset-story-ethos .c-cta__background.crop {
    min-height: 420px;
  }
}
body.sunset-site .sunset-story-heading .c-cta__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
body.sunset-site .sunset-story-heading .c-cta__heading {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-story-heading .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-story-heading .c-cta__text {
  max-width: 780px;
}
body.sunset-site .sunset-story-heading .c-cta__text p {
  margin: 0;
}
body.sunset-site .sunset-story-contact .c-cta__inner {
  width: min(100%, 850px);
  margin: 0 auto;
}
body.sunset-site .sunset-story-contact .c-cta__text {
  margin-bottom: 1.75rem;
}
body.sunset-site .sunset-story-contact .c-cta__text p {
  color: rgba(106, 79, 60, 0.72) !important;
}
body.sunset-site .sunset-story-contact .c-cta__text a {
  color: #6a4f3c !important;
  font-weight: 600;
}
body.sunset-site .sunset-story-contact .c-cta__buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/**
 * CONTACT
 * Registered SiteOrigin row and widget variations for page 25.
 */
.c-row--contact-main {
  width: min(100% - 48px, 1360px);
  margin: clamp(4rem, 8vw, 7rem) auto;
}
.c-row--contact-main > .panel-grid-cell:first-child {
  padding-right: clamp(1rem, 3vw, 3rem);
}
.c-row--contact-main > .panel-grid-cell:last-child {
  padding-left: clamp(1rem, 3vw, 3rem);
}
@media only screen and (max-width: 63.9375em) {
  .c-row--contact-main {
    width: min(100% - 32px, 1360px);
  }
  .c-row--contact-main > .panel-grid-cell:first-child,
.c-row--contact-main > .panel-grid-cell:last-child {
    padding-right: 0;
    padding-left: 0;
  }
  .c-row--contact-main > .panel-grid-cell:first-child {
    margin-bottom: 2rem;
  }
}

body.sunset-site .sunset-contact-hero .c-cta__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
body.sunset-site .sunset-contact-hero .c-cta__text {
  max-width: 760px;
}
body.sunset-site .sunset-contact-hero .c-cta__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-contact-hero .c-cta__text p {
    font-size: 1.125rem;
  }
}
body.sunset-site .sunset-contact-details {
  height: 100%;
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}
body.sunset-site .sunset-contact-details .c-cta__heading {
  max-width: 520px;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-contact-details .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-contact-details .c-cta__text {
  max-width: 560px;
}
body.sunset-site .sunset-contact-details .c-cta__text p {
  margin-bottom: 1.5rem;
}
body.sunset-site .sunset-contact-details .c-cta__text ul {
  margin: 0 0 2rem 1.25rem;
  padding: 0;
  list-style: none;
}
body.sunset-site .sunset-contact-details .c-cta__text li {
  margin-bottom: 0.7rem;
}
body.sunset-site .sunset-contact-details .c-cta__text a {
  color: #6a4f3c !important;
  font-weight: 500;
  -webkit-text-decoration-color: rgba(106, 79, 60, 0.35);
          text-decoration-color: rgba(106, 79, 60, 0.35);
  text-underline-offset: 0.2em;
}
body.sunset-site .sunset-contact-details .c-cta__text a:hover, body.sunset-site .sunset-contact-details .c-cta__text a:focus {
  color: #6a4f3c !important;
}
body.sunset-site .sunset-contact-details address {
  color: rgba(106, 79, 60, 0.72);
  font-style: normal;
}
body.sunset-site .sunset-contact-form {
  max-width: none;
  margin: 0;
  padding: clamp(2rem, 4vw, 3.5rem);
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
body.sunset-site .sunset-contact-form .c-form__heading {
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-contact-form .c-form__heading {
    font-size: 2.75rem;
  }
}
body.sunset-site .sunset-contact-form .c-form__text {
  margin-bottom: 2rem;
  color: rgba(106, 79, 60, 0.72);
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome {
  max-width: none;
  margin: 0;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme form,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome form {
  margin: 0;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields {
  row-gap: 1.5rem;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gfield,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gfield {
  margin: 0;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gfield_label,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gfield_label {
  margin-bottom: 0.55rem !important;
  color: #6a4f3c !important;
  font-family: "Jost", sans-serif;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gfield_required,
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gfield_required_text,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gfield_required,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gfield_required_text {
  color: #d66d5b !important;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=text],
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=email],
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=tel],
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=text],
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=email],
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=tel],
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea {
  width: 100% !important;
  border: 1px solid rgba(106, 79, 60, 0.16) !important;
  border-radius: 0 !important;
  background: #f7f3ed !important;
  box-shadow: none !important;
  color: #6a4f3c !important;
  font-family: "Jost", sans-serif;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=text]:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=email]:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=tel]:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=text]:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=email]:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=tel]:focus,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea:focus {
  border-color: #6a4f3c !important;
  outline: 2px solid rgba(106, 79, 60, 0.22) !important;
  outline-offset: 1px;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=text],
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=email],
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield input[type=tel],
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=text],
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=email],
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield input[type=tel] {
  min-height: 52px;
  text-indent: 1rem;
  padding-top: 0.75rem !important;
  padding-right: 1rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_fields .gfield textarea,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_fields .gfield textarea {
  min-height: 160px;
  padding: 1rem !important;
  resize: vertical;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .ginput_complex,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .ginput_complex {
  gap: 1rem;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .ginput_complex label,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .ginput_complex label {
  margin-top: 0.4rem;
  color: rgba(106, 79, 60, 0.68);
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_footer,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_footer {
  margin: 2rem 0 0 !important;
  padding: 0 !important;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_button,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_button {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: #6a4f3c;
  color: #fff !important;
  background-color: #6a4f3c !important;
  margin: 0 !important;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_button:hover, body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_button:focus-visible,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_button:hover,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_button:focus-visible {
  border-color: #503c2d;
  background-color: #503c2d !important;
}
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .validation_message,
body.sunset-site .sunset-contact-form .gform_wrapper.gravity-theme .gform_validation_errors,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .validation_message,
body.sunset-site .sunset-contact-form .gform_wrapper.gf_browser_chrome .gform_validation_errors {
  color: #721c24;
}
body.sunset-site .sunset-contact-closing .c-cta__inner {
  width: min(100%, 850px);
  margin: 0 auto;
}
body.sunset-site .sunset-contact-closing .c-cta__heading {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-contact-closing .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-contact-closing .c-cta__text {
  margin-bottom: 1.75rem;
}
body.sunset-site .sunset-contact-closing .c-cta__text p {
  color: rgba(106, 79, 60, 0.72) !important;
}
body.sunset-site .sunset-contact-closing .c-cta__text a {
  color: #6a4f3c !important;
  font-weight: 600;
}
body.sunset-site .sunset-contact-closing .c-cta__buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-contact-hero {
    padding-right: 16px;
    padding-left: 16px;
  }
  body.sunset-site .sunset-contact-form {
    padding: 1.5rem;
  }
  body.sunset-site .sunset-contact-closing {
    width: min(100% - 32px, 1100px);
  }
}

/**
 * BLOG
 * Registered SiteOrigin variations for the /blogs/ index and native posts.
 */
body.sunset-site .sunset-blog-hero .c-cta__inner {
  width: min(100%, 1360px);
  margin: 0 auto;
}
body.sunset-site .sunset-blog-hero .c-cta__heading {
  max-width: 900px;
  margin-bottom: 1.25rem;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-blog-hero .c-cta__heading {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-blog-hero .c-cta__heading {
    font-size: 3.75rem;
  }
}
body.sunset-site .sunset-blog-hero .c-cta__text {
  max-width: 760px;
}
body.sunset-site .sunset-blog-hero .c-cta__text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-blog-hero .c-cta__text p {
    font-size: 1.125rem;
  }
}
body.sunset-site .sunset-blog-posts .c-posts__title {
  margin-bottom: clamp(2rem, 4vw, 3rem);
  color: #6a4f3c;
  text-transform: none;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-blog-posts .c-posts__title {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-blog-posts .c-posts__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.25rem, 3vw, 2rem);
  margin: 0;
}
body.sunset-site .sunset-blog-posts .c-posts__list::after {
  display: none;
}
body.sunset-site .sunset-blog-posts .c-posts__item {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.sunset-site .sunset-blog-posts .c-posts__item-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}
body.sunset-site .sunset-blog-posts .c-posts__anchor {
  inset: 0;
  z-index: 3;
  padding: 0;
}
body.sunset-site .sunset-blog-posts .c-posts__background {
  position: relative;
  width: 100%;
  margin: 0;
  padding-bottom: 62%;
  overflow: hidden;
  background: #f7f3ed;
}
body.sunset-site .sunset-blog-posts .c-posts__background > div,
body.sunset-site .sunset-blog-posts .c-posts__background > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  background-size: cover;
  transition: transform 0.35s ease;
}
body.sunset-site .sunset-blog-posts .c-posts__item:hover .c-posts__background > div,
body.sunset-site .sunset-blog-posts .c-posts__item:hover .c-posts__background > img {
  transform: scale(1.025);
}
body.sunset-site .sunset-blog-posts .c-posts__content {
  position: static;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
body.sunset-site .sunset-blog-posts .c-posts__heading {
  min-height: 0 !important;
  margin-bottom: 1rem;
  color: #6a4f3c;
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  body.sunset-site .sunset-blog-posts .c-posts__heading {
    font-size: 2rem;
  }
}
body.sunset-site .sunset-blog-posts .c-posts__categories {
  order: -1;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
  display: none;
}
body.sunset-site .sunset-blog-posts .c-posts__categories li,
body.sunset-site .sunset-blog-posts .c-posts__categories a {
  color: #7a5b46 !important;
}
body.sunset-site .sunset-blog-posts .c-posts__meta {
  margin-bottom: 0.85rem;
  color: rgba(106, 79, 60, 0.58);
  font-size: 0.75rem;
  line-height: 1.6;
}
body.sunset-site .sunset-blog-posts .c-posts__excerpt {
  margin-bottom: 1.5rem;
  color: rgba(106, 79, 60, 0.72);
  font-size: 0.875rem;
  line-height: 1.6;
}
body.sunset-site .sunset-blog-posts .c-posts__buttons {
  position: static;
  z-index: 4;
  margin-top: auto;
}
body.sunset-site .sunset-blog-posts .c-posts__buttons .c-button {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: #6a4f3c;
  color: #fff !important;
  background-color: #6a4f3c !important;
}
body.sunset-site .sunset-blog-posts .c-posts__buttons .c-button:hover, body.sunset-site .sunset-blog-posts .c-posts__buttons .c-button:focus-visible {
  border-color: #7a5b46;
  color: #fff !important;
  background-color: #7a5b46 !important;
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-blog-posts .c-posts__list {
    grid-template-columns: 1fr;
  }
}

body.sunset-site.single-post .site-content {
  background: #f8f5f0;
}
body.sunset-site.single-post .site-content > .ast-container {
  display: block;
  width: min(100% - 48px, 1180px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(4rem, 8vw, 7rem) 0;
}
body.sunset-site.single-post #primary {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
body.sunset-site.single-post article.post {
  margin: 0;
  padding: 0;
  background: transparent;
}
body.sunset-site.single-post .entry-header {
  max-width: 960px;
  margin: 0 auto clamp(2rem, 5vw, 4rem);
  text-align: center;
}
body.sunset-site.single-post .entry-title {
  margin-bottom: 1.25rem;
  color: #6a4f3c;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 40em) {
  body.sunset-site.single-post .entry-title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  body.sunset-site.single-post .entry-title {
    font-size: 3.75rem;
  }
}
body.sunset-site.single-post .entry-meta {
  color: rgba(106, 79, 60, 0.58);
  font-family: "Jost", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
body.sunset-site.single-post .entry-meta a {
  color: inherit;
}
body.sunset-site.single-post .post-thumb {
  max-width: 1080px;
  margin: 0 auto clamp(3rem, 6vw, 5rem);
}
body.sunset-site.single-post .post-thumb img {
  width: 100%;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.sunset-site.single-post .entry-content {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(106, 79, 60, 0.84);
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  body.sunset-site.single-post .entry-content {
    font-size: 1.125rem;
  }
}
body.sunset-site.single-post .entry-content .sunset-single-featured {
  width: min(1080px, 100vw - 48px);
  margin: 0 0 clamp(3rem, 6vw, 5rem) 50%;
  transform: translateX(-50%);
}
body.sunset-site.single-post .entry-content .sunset-single-featured img {
  width: 100%;
  max-height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
}
body.sunset-site.single-post .entry-content h2,
body.sunset-site.single-post .entry-content h3,
body.sunset-site.single-post .entry-content h4 {
  padding-top: clamp(1.5rem, 4vw, 3rem);
  color: #6a4f3c;
  font-family: "Cormorant Garamond", serif !important;
  line-height: 1.15 !important;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
body.sunset-site.single-post .entry-content h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-size: clamp(2.35rem, 4vw, 3.125rem) !important;
}
@media only screen and (min-width: 64em) {
  body.sunset-site.single-post .entry-content h2 {
    font-size: 3.125rem;
  }
}
body.sunset-site.single-post .entry-content h3 {
  font-size: 2.25rem;
  line-height: 1;
  font-size: clamp(1.85rem, 3vw, 2.5rem) !important;
}
@media only screen and (min-width: 64em) {
  body.sunset-site.single-post .entry-content h3 {
    font-size: 2.75rem;
  }
}
body.sunset-site.single-post .entry-content h4 {
  font-size: 1.875rem;
  line-height: 1;
  font-size: clamp(1.5rem, 2.5vw, 2rem) !important;
}
@media only screen and (min-width: 40em) {
  body.sunset-site.single-post .entry-content h4 {
    font-size: 2rem;
  }
}
body.sunset-site.single-post .entry-content p {
  margin-bottom: 1.4rem;
  color: rgba(106, 79, 60, 0.84) !important;
}
body.sunset-site.single-post .entry-content ul,
body.sunset-site.single-post .entry-content ol {
  margin: 0 0 1.6rem 1.25rem;
}
body.sunset-site.single-post .entry-content li {
  margin-bottom: 0.55rem;
  color: rgba(106, 79, 60, 0.84) !important;
}
body.sunset-site.single-post .entry-content a {
  color: #7a5b46;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
body.sunset-site.single-post .entry-content strong {
  color: #6a4f3c;
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site.single-post .site-content > .ast-container {
    width: min(100% - 32px, 1180px);
  }
  body.sunset-site.single-post .entry-content .sunset-single-featured {
    width: min(1080px, 100vw - 32px);
  }
}

/**
 * PODS
 * Registered SiteOrigin row and widget variations for individual pod pages.
 */
body.sunset-site .sunset-pod-intro,
body.sunset-site .sunset-pod-details {
  background: #fff;
}
body.sunset-site .sunset-pod-intro .c-cta__inner,
body.sunset-site .sunset-pod-details .c-cta__inner {
  max-width: 680px;
  padding: 2rem 2rem 1.25rem;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-pod-intro .c-cta__inner,
body.sunset-site .sunset-pod-details .c-cta__inner {
    padding: 3.125rem;
  }
}
@media only screen and (min-width: 80em) {
  body.sunset-site .sunset-pod-intro .c-cta__inner,
body.sunset-site .sunset-pod-details .c-cta__inner {
    padding: 6.25rem;
  }
}
body.sunset-site .sunset-pod-intro .c-cta__headings,
body.sunset-site .sunset-pod-details .c-cta__headings {
  margin-bottom: 0 !important;
}
body.sunset-site .sunset-pod-intro .c-cta__text,
body.sunset-site .sunset-pod-details .c-cta__text {
  margin-bottom: 1.75rem;
}
body.sunset-site .sunset-pod-intro .c-cta__text p,
body.sunset-site .sunset-pod-intro .c-cta__text li,
body.sunset-site .sunset-pod-details .c-cta__text p,
body.sunset-site .sunset-pod-details .c-cta__text li {
  margin-bottom: 1rem;
}
body.sunset-site .sunset-pod-intro .c-cta__text ul,
body.sunset-site .sunset-pod-details .c-cta__text ul {
  margin-left: 1.25rem;
}
body.sunset-site .sunset-pod-intro .c-cta__background.crop,
body.sunset-site .sunset-pod-details .c-cta__background.crop {
  min-height: 100%;
  padding-bottom: 0 !important;
}
body.sunset-site .sunset-pod-amenities .c-cta-grid__initial,
body.sunset-site .sunset-pod-amenities .c-cta-grid__grid {
  width: min(100%, 1360px);
  margin-right: auto;
  margin-left: auto;
}
body.sunset-site .sunset-pod-amenities .c-cta-grid__initial {
  margin-bottom: 0;
}
body.sunset-site .sunset-pod-amenities .c-cta-grid__initial .c-cta-grid__grid {
  margin: 0;
}
body.sunset-site .sunset-pod-amenities .c-cta-grid__initial .c-cta-grid__grid .c-cta__heading {
  margin-bottom: 0.5rem;
}
body.sunset-site .sunset-pod-amenities .c-cta-grid__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}
body.sunset-site .sunset-pod-amenities .c-cta-grid__grid > * {
  width: auto !important;
  max-width: none !important;
}
body.sunset-site .sunset-pod-amenities .c-cta {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  display: block;
  width: auto !important;
  min-height: 100%;
  margin: 0 !important;
  padding: 0;
  float: none;
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
body.sunset-site .sunset-pod-amenities .c-cta__content,
body.sunset-site .sunset-pod-amenities .c-cta__inner {
  min-height: 100%;
}
body.sunset-site .sunset-pod-amenities .c-cta__inner {
  padding: clamp(1.75rem, 3vw, 2.5rem);
}
body.sunset-site .sunset-pod-amenities .c-cta__headings {
  margin: 0 !important;
}
body.sunset-site .sunset-pod-amenities .c-cta__text {
  margin: 0 !important;
}
body.sunset-site .sunset-pod-amenities .c-cta__text p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-pod-amenities .c-cta-grid__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-pod-amenities .c-cta-grid__grid {
    grid-template-columns: 1fr;
  }
}
body.sunset-site .sunset-pod-availability {
  margin: 0 auto;
}
body.sunset-site .sunset-pod-booking {
  text-align: center;
}
body.sunset-site .sunset-pod-booking .c-cta__inner {
  width: min(100%, 850px);
  margin: 0 auto;
}
body.sunset-site .sunset-pod-booking .c-cta__heading {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-pod-booking .c-cta__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-pod-booking .c-cta__text {
  margin-bottom: 1.75rem;
}
body.sunset-site .sunset-pod-booking .c-cta__text p {
  color: rgba(106, 79, 60, 0.72) !important;
}
body.sunset-site .sunset-pod-booking .c-cta__buttons {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}
body.sunset-site .sunset-pod-booking .c-button {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: #6a4f3c;
  color: #fff !important;
  background-color: #6a4f3c !important;
}
body.sunset-site .sunset-pod-booking .c-button:hover, body.sunset-site .sunset-pod-booking .c-button:focus-visible {
  border-color: #7a5b46;
  color: #fff !important;
  background-color: #7a5b46 !important;
}
body.sunset-site .sunset-pod-booking .c-button--conversion {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: #6a4f3c;
  color: #fff !important;
  background-color: #6a4f3c !important;
}
body.sunset-site .sunset-pod-booking .c-button--conversion:hover, body.sunset-site .sunset-pod-booking .c-button--conversion:focus-visible {
  border-color: #503c2d;
  background-color: #503c2d !important;
}
body.sunset-site .sunset-pod-booking .c-button--hollow {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
  display: inline-flex;
  min-height: 3.25rem;
  padding: 0.8125rem 1.625rem;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0.0625rem solid #6a4f3c;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
  border-color: currentColor;
  color: inherit !important;
  background-color: transparent !important;
}
body.sunset-site .sunset-pod-booking .c-button--hollow:hover, body.sunset-site .sunset-pod-booking .c-button--hollow:focus-visible {
  border-color: #7a5b46;
  color: #fff !important;
  background-color: #7a5b46 !important;
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-pod-booking {
    width: min(100% - 32px, 1100px);
  }
}

/**
* POSTS
**/
.c-posts__navigation {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-posts__navigation .c-posts__navigation-results {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.c-posts__navigation .c-posts__navigation-inner,
.c-posts__navigation .c-posts__navigation-inner > p {
  display: flex;
  justify-content: center;
}
.c-posts__navigation .c-posts__navigation-inner > * {
  margin-left: 0.25rem;
}
.c-posts__navigation .page-numbers {
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-align: center;
  border-radius: 0;
}
.c-posts__navigation .page-numbers:not(.prev):not(.next) {
  background-color: #deddd4;
  color: #6a4f3c;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  line-height: 2rem;
}
.c-posts__navigation .page-numbers:not(.prev):not(.next).current, .c-posts__navigation .page-numbers:not(.prev):not(.next):hover {
  background-color: #6a4f3c;
  font-family: Jost, sans-serif;
  font-weight: 600;
  color: #fff;
}
.c-posts__navigation .page-numbers.prev, .c-posts__navigation .page-numbers.next {
  display: block;
  border: 0.0625rem solid #6a4f3c;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(1px);
}
.c-posts__navigation .page-numbers.prev:hover, .c-posts__navigation .page-numbers.next:hover {
  background-color: #6a4f3c;
}
.c-posts__navigation .page-numbers.prev:hover svg path, .c-posts__navigation .page-numbers.next:hover svg path {
  stroke: #fff;
}
.c-posts__anchor {
  position: absolute;
  left: 0.625rem;
  right: 0.625rem;
  padding-bottom: 56.24%;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.c-posts__title {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .c-posts__title {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts__title {
    margin-bottom: 1.5rem;
  }
}
.c-posts__title span,
.c-posts__title strong {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-posts > .c-posts__buttons {
  text-align: center;
}
.c-posts .c-posts__list {
  margin: 0 -0.625rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 0;
  position: relative;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list {
    margin: 0 -0.9375rem 1.875rem;
  }
}
.c-posts .c-posts__list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.625rem;
  right: 0.625rem;
  height: 0.0625rem;
  background-color: #e7dbca;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list:after {
    left: 0.9375rem;
    right: 0.9375rem;
  }
}
.offer-modal--is-active .c-posts .c-posts__list .c-modal {
  opacity: 1;
  pointer-events: initial;
  transform: scale(1);
}
.c-posts .c-posts__list .c-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.c-posts .c-posts__list .c-modal__close:before, .c-posts .c-posts__list .c-modal__close:after {
  background-color: #fff;
}
.c-posts .c-posts__list .c-modal__close:hover:before, .c-posts .c-posts__list .c-modal__close:hover:after {
  background-color: #fff;
}
.c-posts .c-posts__list .c-modal__inner {
  background-color: #6a4f3c;
  color: #fff;
  padding: 1rem;
  transform: scale(1.1);
  transform-origin: 50% 50%;
  transition: none;
}
.offer-modal--is-active .c-posts .c-posts__list .c-modal__inner {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .c-modal__inner {
    padding: 2rem;
  }
}
.c-posts .c-posts__list .c-modal__content {
  transform: translateY(0);
  transition: none;
}
.offer-modal--is-active .c-posts .c-posts__list .c-modal__content {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-posts .c-posts__list .c-modal__content .c-posts__item {
  width: 100%;
  margin: 0;
}
.c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__heading {
  color: #fff;
}
.c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__badge {
  position: absolute;
  top: 8px;
  z-index: 1;
  background: #fff;
  padding: 4px 8px;
  display: inline-block;
  border-radius: 4px;
  left: 8px;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__item-inner {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__item-inner {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    row-gap: 1.25rem;
  }
}
.c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__item-inner p a {
  color: #fff;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__content {
    width: 52%;
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__content .c-posts__buttons {
    right: 0;
    left: calc(48% + 20px);
    bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list .c-modal__content .c-posts__item .c-posts__background {
    margin: 0;
    width: 48%;
    padding-bottom: 48% !important;
  }
}
.c-posts .c-posts__list .sku_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.c-posts .c-posts__list .sku_wrapper h5,
.c-posts .c-posts__list .sku_wrapper span {
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #6a4f3c;
  margin: 0;
}
.c-posts .c-posts__list .sku_wrapper span {
  margin: 0 0 0 0.125rem;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-posts .c-posts__list .flickity-page-dots {
  bottom: -3.125rem !important;
}
.c-posts .c-posts__list.product-slider {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 3.125rem;
}
.c-posts .c-posts__list.product-slider .woocommerce {
  width: 100%;
}
.c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] {
  margin-bottom: 0;
  display: block !important;
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-12] {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-12] .price-wrapper {
    left: 1.25rem;
    right: 1.25rem;
  }
}
.c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-6] {
  width: calc(50% - 20px);
}
.c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-4] {
  width: calc(33% - 20px);
}
.c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-small=small-3] {
  width: calc(25% - 22px);
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-medium=medium-6] {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-medium=medium-4] {
    width: calc(33% - 20px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-medium=medium-3] {
    width: calc(25% - 22px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-6] {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-4] {
    width: calc(33% - 20px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-3] {
    width: calc(33% - 18px);
  }
}
@media only screen and (min-width: 80em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-3] {
    width: calc(25% - 18px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-20] {
    width: calc(33% - 16px);
  }
}
@media only screen and (min-width: 89.9375em) {
  .c-posts .c-posts__list.product-slider .woocommerce ul.products[class*=columns-] li.product[data-size-large=large-20] {
    width: calc(20% - 18px);
  }
}
.c-posts .c-posts__list.post-slider {
  padding-bottom: 3.125rem;
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list.post-slider {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.c-posts .c-posts__list.post-slider.flickity-enabled .flickity-prev-next-button {
  right: 0.625rem;
  top: 0;
  transform: translateY(calc(-100% - 8px));
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.post-slider.flickity-enabled .flickity-prev-next-button {
    transform: translateY(calc(-100% - 32px));
  }
}
.c-posts .c-posts__list.post-slider.flickity-enabled .flickity-prev-next-button:focus {
  outline: none;
}
.c-posts .c-posts__list.post-slider.flickity-enabled .flickity-prev-next-button.previous {
  left: auto;
  right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__list.post-slider.flickity-enabled .flickity-prev-next-button.previous {
    right: 2.5rem;
  }
}
.c-posts .c-posts__list.post-slider.flickity-enabled .flickity-prev-next-button.next {
  right: 0;
}
.c-posts .c-posts__list.post-slider .c-posts__item {
  margin-bottom: 0;
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list.post-slider .c-posts__item {
    width: calc(100% - 100px);
    padding: 0 0 0 1.25rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-posts .c-posts__list.post-slider .c-posts__item-inner {
    margin: 0;
  }
}
.c-posts .c-posts__list:not(.product-slider) ul.products[class*=columns-] {
  display: flex;
  flex-wrap: wrap;
}
.c-posts .c-posts__item {
  position: relative;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item {
    margin-bottom: 2.5rem;
  }
}
.c-posts .c-posts__item.type-offers .c-posts__item-inner {
  border-radius: 0.25rem;
  background-color: #deddd4;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.type-offers .c-posts__item-inner {
    padding-bottom: 4.375rem;
    height: 100%;
    position: relative;
  }
}
.c-posts .c-posts__item.type-offers .c-posts__anchor {
  display: none;
}
.c-posts .c-posts__item.type-offers .c-posts__background {
  padding-bottom: 100%;
  margin-bottom: 1.5rem;
}
.c-posts .c-posts__item.type-offers .c-posts__content {
  padding: 0 1.5rem;
  position: static;
}
.c-posts .c-posts__item.type-offers .c-posts__content .c-posts__heading {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.type-offers .c-posts__content .c-posts__heading {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.type-offers .c-posts__content .c-posts__buttons {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .c-posts .c-posts__item.type-offers .c-posts__content .c-posts__buttons .c-button {
    flex-grow: 1;
  }
}
.c-posts .c-posts__item.large-3 .c-posts__heading {
  min-height: 3rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__item-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
  }
}
.c-posts .c-posts__item.large-12 .c-posts__heading {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__item.large-12 .c-posts__heading {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__background, .c-posts .c-posts__item.large-12 .c-posts__anchor {
    width: calc(100% - 428px);
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__anchor, .c-posts .c-posts__item.large-12 .c-posts__background {
    padding-bottom: 45%;
  }
}
.c-posts .c-posts__item.large-12 .c-posts__background > div {
  background-position: 50% 10%;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__content {
    padding: 0.75rem 1.5rem;
    width: 26.75rem;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__anchor {
    right: auto;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__excerpt {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__buttons, .c-posts .c-posts__item.large-12 .c-posts__meta, .c-posts .c-posts__item.large-12 .c-posts__author {
    position: absolute;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__meta, .c-posts .c-posts__item.large-12 .c-posts__author {
    bottom: 3rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__meta {
    left: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__author {
    right: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item.large-12 .c-posts__buttons {
    bottom: 0.1875rem;
    left: 1.5rem;
    right: 1.5rem;
    width: auto;
  }
}
.c-posts .c-posts__item-inner {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: stretch;
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__item-inner {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.c-posts .c-posts__excerpt, .c-posts .c-posts__heading {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.c-posts .c-posts__background, .c-posts .c-posts__content {
  width: 100%;
}
.c-posts .c-posts__author {
  text-align: right;
}
.c-posts .c-posts__background {
  padding-bottom: 56.24%;
  margin-bottom: 0.75rem;
  position: relative;
}
.c-posts .c-posts__background > div:not(.c-posts__meta) {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.c-posts .c-posts__background .c-posts__meta {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  background-color: #deddd4;
  border-radius: 0.3125rem;
  padding: 0.5rem;
}
.c-posts .c-posts__background .c-posts__meta span {
  line-height: 1;
  color: #fff;
}
.c-posts .c-posts__content {
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.c-posts .c-posts__content .c-button {
  display: block;
}
.c-posts .c-posts__content .c-posts__headings, .c-posts .c-posts__content .c-posts__excerpt, .c-posts .c-posts__content .c-posts__buttons {
  width: 100%;
}
.c-posts .c-posts__content .c-posts__heading {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-posts .c-posts__content .c-posts__meta, .c-posts .c-posts__content .c-posts__author {
  width: 50%;
  text-transform: uppercase;
  color: #7a5b45;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  width: 50%;
  margin-bottom: 1rem;
}
.c-posts .c-posts__content .c-posts__headings {
  order: 1;
}
.c-posts .c-posts__content .c-posts__excerpt {
  order: 2;
}
.c-posts .c-posts__content .c-posts__meta {
  order: 3;
}
.c-posts .c-posts__content .c-posts__author {
  order: 4;
}
.c-posts .c-posts__content .c-posts__buttons {
  order: 5;
}
.c-posts .c-posts__ordering {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__ordering {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__ordering {
    margin-bottom: 3.75rem;
  }
}
.c-posts .c-posts__ordering-heading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__ordering-heading {
    font-size: 2.75rem;
  }
}
.c-posts .c-posts__ordering .button-group .c-button + .c-button {
  margin-left: 0.75rem;
}
.c-posts .c-posts__ordering .button-group .c-button.no-variation {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.25rem;
  line-height: 2rem;
  min-width: 4.375rem;
  padding: 0 0.75rem;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #6a4f3c !important;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: 0.125rem solid #7a5b46;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__ordering .button-group .c-button.no-variation {
    min-width: 7.5rem;
    height: 3.125rem;
    line-height: 2.875rem;
    padding: 0 2rem;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__ordering .button-group .c-button.no-variation {
    min-width: 8.75rem;
  }
}
.no-touchevents .c-posts .c-posts__ordering .button-group .c-button.no-variation {
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.c-posts .c-posts__ordering .button-group .c-button.no-variation.text-large {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  height: 2.875rem;
  line-height: 2.5rem;
  padding: 0 2rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__ordering .button-group .c-button.no-variation.text-large {
    height: 3.375rem;
    line-height: 3rem;
    padding: 0 2.375rem;
  }
}
.c-posts .c-posts__ordering .button-group .c-button.no-variation, .c-posts .c-posts__ordering .button-group .c-button.no-variation:hover {
  background-color: #7a5b46 !important;
  color: #ebe7df !important;
  border-color: #7a5b46;
}
.no-touchevents .c-posts .c-posts__ordering .button-group .c-button.no-variation:hover {
  background-color: #9a7359 !important;
  border-color: #9a7359 !important;
}
.c-posts .c-posts__headings {
  order: 3;
}
.c-posts .c-posts__headings.flex {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__headings.flex {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__headings.flex {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 2.5rem;
  }
}
.c-posts .c-posts__heading {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .c-posts .c-posts__heading {
    font-size: 1.125rem;
  }
}
.c-posts .c-posts__author {
  order: 2;
}
.c-posts .c-posts__categories, .c-posts .c-posts__comment-count {
  order: 4;
}
.c-posts .c-posts__categories {
  position: absolute;
  top: -0.5rem;
  left: 0.5rem;
  margin: 0;
}
.c-posts .c-posts__categories li {
  list-style-type: none;
  background-color: #6a4f3c;
  color: #fff;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  line-height: 1.6;
  height: 1.625rem;
  line-height: 1.5rem;
}
.c-posts .c-posts__excerpt {
  order: 5;
}
.c-posts .c-posts__buttons {
  order: 6;
}
.c-posts .c-posts__buttons.all {
  margin-top: 2.5rem;
}
.c-posts .c-posts__buttons.all .c-button {
  min-width: 11.25rem;
}
@media only screen and (min-width: 64em) {
  .c-posts .c-posts__buttons.all .c-button {
    min-width: 16.25rem;
  }
}
.c-posts .c-posts__excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
/**
* SINGLE
**/
.c-single__inner {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.c-single__header-inner {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}
.c-single__excerpt:not(:last-child), .c-single__heading:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-single__excerpt:not(:last-child), .c-single__heading:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.c-single__subheading:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .c-single__subheading:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.c-single__excerpt {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-single__heading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-single__heading {
    font-size: 3.125rem;
  }
}
.c-single__subheading {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a5b45;
}
@media only screen and (min-width: 40em) {
  .c-single__subheading {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__buttons, .c-single__meta {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__buttons {
    bottom: 0;
  }
}
.c-single__buttons .c-button {
  width: 100%;
}
.c-single__meta {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 64em) {
  .c-single__meta {
    bottom: 3rem;
    margin-bottom: 0;
  }
}
.c-single__meta .c-single__text {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #7a5b45;
  display: block;
}
.c-single__meta .c-single__text:not(:last-child) {
  margin-bottom: 0.5rem;
}
.c-single__header {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-single__header {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding-top: 2rem;
    align-items: stretch;
  }
}
.c-single__header .c-single__background, .c-single__header .c-single__intro {
  width: 100%;
}
@media only screen and (min-width: 64em) {
  .c-single__header .c-single__background {
    width: calc(100% - 482px);
  }
}
@media only screen and (min-width: 64em) {
  .c-single__header .c-single__intro {
    width: 30.125rem;
    padding: 0 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
.c-single__image {
  margin-bottom: 0;
  width: 100%;
}
.c-single__content {
  max-width: 56.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 40em) {
  .c-single__content {
    margin-bottom: 3.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content {
    margin-bottom: 4.375rem;
  }
}
.c-single__content h2,
.c-single__content h3,
.c-single__content h4,
.c-single__content h5,
.c-single__content h6 {
  padding-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-single__content h2 {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-single__content h2 {
    font-size: 3.125rem;
  }
}
.c-single__content h3 {
  font-size: 2.25rem;
  line-height: 1;
}
@media only screen and (min-width: 64em) {
  .c-single__content h3 {
    font-size: 2.75rem;
  }
}
.c-single__content h4,
.c-single__content h5,
.c-single__content h6 {
  font-size: 1.875rem;
  line-height: 1;
}
@media only screen and (min-width: 40em) {
  .c-single__content h4,
.c-single__content h5,
.c-single__content h6 {
    font-size: 2rem;
  }
}
.c-single__content p {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-single__content p:last-child {
  margin-bottom: 0;
}
.c-single__content p a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  border: none !important;
  color: #fff !important;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
  text-underline-offset: 0.125rem;
  text-transform: uppercase;
}
.c-single__content p a:visited, .c-single__content p a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.c-single__content p a:hover {
  color: #7a5b46 !important;
}
.c-single__content p .size-blog-post-full-size {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-full-size {
    margin-top: 1.875rem;
  }
}
.c-single__content p .size-blog-post-half-size {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-half-size {
    display: inline-block;
    max-width: calc(50% - 10px);
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-half-size.alignleft {
    margin-right: 0.3125rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content p .size-blog-post-half-size.alignright {
    margin-left: 0.3125rem;
  }
}
.c-single__content blockquote {
  margin: 1rem 0;
  border: none;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  padding: 0 2.375rem;
}
@media only screen and (min-width: 40em) {
  .c-single__content blockquote {
    margin: 1.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote {
    margin: 2rem 0;
  }
}
.c-single__content blockquote svg {
  width: auto;
  height: 1.5rem;
  fill: #deddd4;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote svg {
    height: 1.75rem;
  }
}
.c-single__content blockquote p {
  font-size: 2.25rem;
  line-height: 1;
  font-style: italic;
  color: #deddd4;
  order: 1;
  margin-bottom: 0;
  display: inline;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote p {
    font-size: 2.75rem;
  }
}
.c-single__content blockquote p svg {
  transform: translateY(12px) rotate(180deg);
  margin-left: 0.875rem;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote p svg {
    margin-left: 1rem;
  }
}
.c-single__content blockquote > svg {
  margin-right: 0.625rem;
  transform: translateY(-6px);
  left: 0;
  top: 0;
  position: absolute;
}
@media only screen and (min-width: 64em) {
  .c-single__content blockquote > svg {
    margin-right: 0.75rem;
  }
}
.c-single__background {
  position: relative;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-single__background {
    margin-bottom: 0;
  }
}
.c-single__background.crop {
  padding-bottom: 56.25%;
}
.c-single__background.crop .c-single__image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media only screen and (min-width: 64em) {
  .c-single[post-type=marketing-posts] .c-single__background, .c-single[post-type=marketing-posts] .c-single__intro {
    width: 50%;
  }
}
.c-single[post-type=marketing-posts] .download-link {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  color: #7a5b45;
  display: block;
  min-height: 1.3125rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 1.5rem;
  position: relative;
  cursor: pointer;
}
.c-single[post-type=marketing-posts] .download-link sup {
  display: none;
}
.c-single[post-type=marketing-posts] .download-link svg {
  height: 1.5rem;
  width: auto;
  position: absolute;
  left: 0;
  fill: #7a5b45;
}
.no-touchevents .c-single[post-type=marketing-posts] .download-link:hover {
  color: #6a4f3c;
}
.no-touchevents .c-single[post-type=marketing-posts] .download-link:hover svg {
  fill: #6a4f3c;
}
.c-single[post-type=marketing-posts] .dlm-downloads {
  margin: 0;
  padding: 0;
}
.c-single[post-type=marketing-posts] .dlm-downloads li {
  list-style-type: none;
}
.c-single[post-type=marketing-posts] .dlm-downloads li:not(:last-child) {
  margin-bottom: 0.875rem;
}
@media only screen and (min-width: 64em) {
  .c-single[post-type=marketing-posts] .dlm-downloads li:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.sunset-pod-hero {
  padding: clamp(4rem, 8vw, 8rem) 0 3rem;
}
.sunset-pod-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: center;
}
.sunset-pod-hero__image {
  width: 100%;
  min-height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sunset-pod-hero h1 {
  margin-bottom: 1.2rem;
}
.sunset-pod-hero p {
  color: rgba(106, 79, 60, 0.72);
}

.sunset-gallery {
  display: grid;
  grid-template-columns: 1.65fr 0.8fr 0.8fr;
  grid-template-rows: repeat(2, 300px);
  gap: 1rem;
}
.sunset-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sunset-gallery img:first-child {
  grid-row: 1/span 2;
}

@media only screen and (max-width: 47.9375em) {
  .sunset-pod-hero__grid {
    grid-template-columns: 1fr;
  }
  .sunset-pod-hero__image {
    min-height: 380px;
  }
  .sunset-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 320px 180px;
  }
  .sunset-gallery img:first-child {
    grid-column: 1/span 2;
    grid-row: auto;
  }
  .sunset-gallery img:nth-child(n+4) {
    display: none;
  }
}
/**
* SLIDER
**/
.c-slider__cell {
  width: calc(100% - 80px);
}
@media only screen and (min-width: 40em) {
  .c-slider__cell {
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .c-slider__cell {
    width: 34.333%;
  }
}
@media only screen and (min-width: 80em) {
  .c-slider__cell {
    width: 25%;
  }
}
.c-slider--testimonials__heading {
  font-size: 2.25rem;
  line-height: 1;
  color: #7a5b46;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials__heading {
    font-size: 2.75rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials__heading {
    margin-bottom: 2.5rem;
  }
}
.c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-page-dots {
  bottom: -2.5rem;
}
@media only screen and (min-width: 64em) {
  .c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-page-dots {
    bottom: -3.125rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-prev-next-button {
    transform: translateY(-100%);
    top: -1rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-prev-next-button.previous {
    left: auto;
    right: 4.125rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c-product-testimonials.c-row--style-tertiary .c-slider .flickity-enabled .flickity-prev-next-button.next {
    right: 1rem;
  }
}

/**
* SLIDER--TESTIMONIALS
**/
.c-slider--testimonials {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials {
    padding-bottom: 3.75rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-slider--testimonials {
    padding-top: 1.25rem;
  }
}
[data-stretch-type=full-stretched] .c-slider--testimonials {
  padding-left: 1.25rem;
}
@media only screen and (min-width: 64em) {
  [data-stretch-type=full-stretched] .c-slider--testimonials {
    padding-left: 2.5rem;
  }
}
.c-slider--testimonials__content {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials__content {
    margin-bottom: 3.125rem;
  }
}
.c-slider--testimonials__heading {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  color: #6a4f3c;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials__heading {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-slider--testimonials__heading {
    max-width: calc(100% - 100px);
  }
}
.c-slider--testimonials__heading span,
.c-slider--testimonials__heading strong {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
.c-slider--testimonials__slider {
  position: relative;
}
.c-slider--testimonials .c-slider__cell {
  width: 100%;
}
.c-slider--testimonials .c-slider__cell .c-testimonials__inner {
  max-width: 52.5rem;
  margin: auto;
}
.c-slider--testimonials .flickity-prev-next-button {
  background-color: transparent;
}
.no-touchevents .c-slider--testimonials .flickity-prev-next-button svg {
  transition: none;
}
.no-touchevents .c-slider--testimonials .flickity-prev-next-button:hover svg {
  transition: 0.2s transform cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.c-slider--testimonials .flickity-prev-next-button.previous {
  left: auto;
  top: auto;
  bottom: 16px;
  transform: none;
  right: 3.75rem;
}
.c-slider--testimonials .flickity-prev-next-button.next {
  top: auto;
  bottom: 16px;
  transform: none;
  right: 1rem;
}
.c-slider--testimonials .flickity-prev-next-button svg {
  color: #7a5b46;
}
.c-slider--testimonials .flickity-prev-next-button.next, .c-slider--testimonials .flickity-prev-next-button.previous {
  top: 0;
  transform: translateY(-64px);
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials .flickity-prev-next-button.next, .c-slider--testimonials .flickity-prev-next-button.previous {
    transform: translateY(-90px);
  }
}
.c-slider--testimonials .flickity-prev-next-button.next {
  right: 1.875rem;
}
.c-slider--testimonials .flickity-prev-next-button.next:hover {
  right: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials .flickity-prev-next-button.next {
    right: 3.75rem;
  }
  .c-slider--testimonials .flickity-prev-next-button.next:hover {
    right: 3.125rem;
  }
}
.c-slider--testimonials .flickity-prev-next-button.previous {
  left: auto;
  right: 5.625rem;
}
.c-slider--testimonials .flickity-prev-next-button.previous:hover {
  right: 5.625rem;
  left: auto;
}
@media only screen and (max-width: 63.9375em) {
  .c-slider--testimonials .flickity-prev-next-button.previous {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials .flickity-prev-next-button.previous {
    right: 7.5rem;
  }
  .c-slider--testimonials .flickity-prev-next-button.previous:hover {
    right: 8.125rem;
  }
}
.c-slider--testimonials .flickity-page-dots {
  bottom: -1.5625rem;
  max-width: calc(100% - 32px);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.625rem !important;
}
.c-slider--testimonials .flickity-page-dots .dot {
  background-color: #deddd4;
  border: none;
  opacity: 1;
  min-width: 0.9375rem;
  max-width: 2rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  flex-grow: 1;
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials .flickity-page-dots .dot {
    min-width: 1.25rem;
    max-width: 2.5rem;
    height: 0.1875rem;
    border-radius: 0.125rem;
  }
}
.c-slider--testimonials .flickity-page-dots .dot:hover {
  background-color: #7a5b45;
}
.no-touchevents .c-slider--testimonials .flickity-page-dots .dot:hover {
  background-color: rgba(106, 79, 60, 0.8);
}
.c-slider--testimonials .flickity-page-dots .dot.is-selected {
  background-color: #6a4f3c;
  transition: 0.22s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media only screen and (min-width: 64em) {
  .c-slider--testimonials .flickity-page-dots {
    bottom: -3.125rem !important;
  }
}

.sunset-pod-gallery {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-inline: auto;
  padding-inline: 1rem;
  padding: 0 !important;
  /*
   * Old Masonry elements are no longer needed.
   */
}
@media only screen and (min-width: 48em) {
  .sunset-pod-gallery {
    gap: 1rem;
    padding-inline: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-pod-gallery {
    gap: 1rem;
    padding-inline: 1rem;
  }
}
.sunset-pod-gallery__group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  width: 100%;
}
@media only screen and (min-width: 48em) {
  .sunset-pod-gallery__group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 240px;
    gap: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-pod-gallery__group {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-template-rows: repeat(2, 280px);
    gap: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-pod-gallery__group--feature-left .sunset-pod-gallery__item--feature {
    grid-column: 1/span 2;
    grid-row: 1/span 2;
    height: 36.5rem;
  }
  .sunset-pod-gallery__group--feature-left .sunset-pod-gallery__item:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
  }
  .sunset-pod-gallery__group--feature-left .sunset-pod-gallery__item:nth-child(3) {
    grid-column: 4;
    grid-row: 1;
  }
  .sunset-pod-gallery__group--feature-left .sunset-pod-gallery__item:nth-child(4) {
    grid-column: 3;
    grid-row: 2;
  }
  .sunset-pod-gallery__group--feature-left .sunset-pod-gallery__item:nth-child(5) {
    grid-column: 4;
    grid-row: 2;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-pod-gallery__group--feature-right .sunset-pod-gallery__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .sunset-pod-gallery__group--feature-right .sunset-pod-gallery__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .sunset-pod-gallery__group--feature-right .sunset-pod-gallery__item:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .sunset-pod-gallery__group--feature-right .sunset-pod-gallery__item:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .sunset-pod-gallery__group--feature-right .sunset-pod-gallery__item--feature {
    grid-column: 3/span 2;
    grid-row: 1/span 2;
    height: 36.5rem;
  }
  .sunset-pod-gallery__group--feature-right .sunset-pod-gallery__item--feature:last-child:nth-of-type(2) {
    grid-column: 2/span 3 !important;
  }
}
.sunset-pod-gallery__item {
  position: relative !important;
  inset: auto !important;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: 280px;
  min-height: 0;
  margin: 0 !important;
  padding: 0;
  float: none !important;
  overflow: hidden;
  transform: none !important;
}
@media only screen and (min-width: 48em) {
  .sunset-pod-gallery__item {
    height: 240px;
  }
  .sunset-pod-gallery__item--feature {
    grid-column: 1/-1;
    height: 480px;
  }
}
@media only screen and (min-width: 64em) {
  .sunset-pod-gallery__item {
    height: 100%;
  }
  .sunset-pod-gallery__item--feature {
    height: 100%;
  }
}
.sunset-pod-gallery__item:hover .sunset-pod-gallery__image {
  transform: scale(1.025);
}
.sunset-pod-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 400ms ease;
}
.sunset-pod-gallery__sizer, .sunset-pod-gallery__gutter {
  display: none;
}

/**
* SOCIAL-ICONS
**/
.c-social-icons__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 40em) {
  .c-social-icons__list {
    justify-content: flex-start;
  }
}
.c-social-icons__icon {
  height: 1.25rem;
  width: auto;
  margin: 0 0.3125rem;
}
@media only screen and (min-width: 64em) {
  .c-social-icons__icon {
    margin-left: 0;
    height: 1.375rem;
  }
}
.c-social-icons__icon + .c-social-icons__icon {
  margin-left: 0.75rem;
}
@media only screen and (min-width: 64em) {
  .c-social-icons__icon + .c-social-icons__icon {
    margin-left: 1rem;
  }
}
.c-social-icons__icon svg {
  fill: #6a4f3c;
  width: auto;
  height: 100%;
}
.no-touchevents .c-social-icons__icon:hover svg {
  fill: #8b674e;
  transition: 0.2s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

/**
* TESTIMONIALS
**/
.c-testimonials__rating {
  display: none;
}
.c-testimonials__content {
  position: relative;
  padding: 0.9375rem;
}
@media only screen and (min-width: 64em) {
  .c-testimonials__content {
    padding: 1.25rem;
  }
}
.c-testimonials__cite {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  order: 3;
  color: #fff;
}
body .c-testimonials__cite, body .entry-content .c-testimonials__cite {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-testimonials__quote-mark {
  position: absolute;
  top: 0;
  left: 0;
}
.c-testimonials__quote-mark svg {
  width: 3.75rem;
  height: auto;
  fill: #7a5b46;
}
@media only screen and (min-width: 40em) {
  .c-testimonials__quote-mark svg {
    width: 5.1875rem;
  }
}
.c-testimonials__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.c-testimonials__name-cite {
  order: 1;
  margin-bottom: 0.75rem;
}
.c-testimonials__name {
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
  margin-bottom: 2.5rem;
  order: 1;
  color: #7a5b46 !important;
}
@media only screen and (min-width: 64em) {
  .c-testimonials__name {
    font-size: 3.125rem;
  }
}
.c-testimonials__background {
  width: 6.625rem;
  height: 6.625rem;
  position: absolute;
  right: 0;
  top: -1rem;
  z-index: 1;
}
.c-testimonials__quote {
  order: 2;
  margin-bottom: 2.5rem;
}
.c-testimonials__quote p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
  margin: 0;
}

body.sunset-site .sunset-widget-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0 auto;
  padding: 0 0 clamp(4rem, 8vw, 7rem);
}
body.sunset-site .sunset-widget-testimonials > .c-testimonials__preheading,
body.sunset-site .sunset-widget-testimonials > .c-testimonials__heading,
body.sunset-site .sunset-widget-testimonials > .c-testimonials__subheading {
  grid-column: 1/-1;
}
body.sunset-site .sunset-widget-testimonials > .c-testimonials__preheading {
  margin-bottom: -0.5rem;
}
body.sunset-site .sunset-widget-testimonials > .c-testimonials__heading {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 400;
}
@media only screen and (min-width: 64em) {
  body.sunset-site .sunset-widget-testimonials > .c-testimonials__heading {
    font-size: 3.125rem;
  }
}
body.sunset-site .sunset-widget-testimonials > .c-testimonials {
  border: 1px solid rgba(106, 79, 60, 0.16);
  background: #fff;
}
body.sunset-site .sunset-widget-testimonials .c-testimonials__inner {
  padding: 1.65rem;
}
body.sunset-site .sunset-widget-testimonials .c-testimonials__name {
  margin: 1rem 0 0;
  font-size: 0.75rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 700;
}
body.sunset-site .sunset-widget-testimonials .c-testimonials__quote p {
  color: rgba(106, 79, 60, 0.72) !important;
  font-style: italic;
}
@media only screen and (max-width: 63.9375em) {
  body.sunset-site .sunset-widget-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 47.9375em) {
  body.sunset-site .sunset-widget-testimonials {
    grid-template-columns: 1fr;
  }
}

/**
* TEXT
**/
.c-text__heading {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
  margin-bottom: 1rem;
}
.c-text li {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-text ol {
  margin-bottom: 1.5rem;
}
.c-text ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}
.c-text ol li a {
  color: #6a4f3c;
  text-decoration: underline;
}
.c-text ul {
  -moz-column-count: 1;
       column-count: 1;
  text-align: left;
  padding: 0;
}
@media only screen and (min-width: 40em) {
  .c-text ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (min-width: 64em) {
  .c-text ul {
    -moz-column-count: 3;
         column-count: 3;
    display: inline-block;
  }
}
.c-text ul li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  padding: 0 0 0.75rem;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 40em) {
  .c-text ul li {
    padding: 0.375rem 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-text ul li {
    padding: 0.5rem 2rem;
  }
}
.c-text ul li:before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 0.0625rem;
  margin-right: 0.75rem;
  background-color: #fff;
}
@media only screen and (min-width: 64em) {
  .c-text ul li:before {
    width: 1.75rem;
  }
}
.c-text__content h3:not(:last-child),
.c-text__content h4:not(:last-child) {
  margin-bottom: 1.25rem;
}
.c-text__content p {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-text__content p strong {
  font-family: Jost, sans-serif;
  font-weight: 600;
}
.c-text__content p:last-child {
  margin-bottom: 0;
}
.c-text__content p a {
  font-size: 1rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 600;
  border: none !important;
  color: #fff !important;
  text-decoration: underline;
  background-color: transparent;
  padding: 0;
  height: auto;
  line-height: 1;
  min-width: 0;
  text-underline-offset: 0.125rem;
  text-transform: uppercase;
}
.c-text__content p a:visited, .c-text__content p a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.c-text__content p a:hover {
  color: #7a5b46 !important;
}
.c-text--hero .c-text__content p {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 40em) {
  .c-text--hero .c-text__content p {
    font-size: 1.125rem;
  }
}

body.sunset-site .sunset-widget-listings-grid .c-text__content {
  width: min(100%, 1360px);
  margin: 0 auto;
}

/**
** Additonal row component files
*/
/**
* ROW--CTA-FORM-LOCKUP
**/
.c-row--cta-form-lockup .panel-grid-cell .widget {
  padding: 1.5rem;
  border: 0.0625rem solid #deddd4;
  background-color: #7a5b45;
}
@media only screen and (min-width: 64em) {
  .c-row--cta-form-lockup .panel-grid-cell .widget {
    padding: 2.5rem;
  }
}

/**
* ROW--CTA-LAYOUT-BREAKER-LOCKUP
**/
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup:not(.c-row--margin-none) {
    margin-bottom: 21.875rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .panel-grid:nth-of-type(2) {
    margin-top: -17.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(odd) {
    transform: translateY(280px);
  }
}
.c-row--cta-layout-breaker-lockup .c-heading {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .c-heading {
    margin-bottom: 6.25rem;
  }
}
.c-row--cta-layout-breaker-lockup .c-heading__heading {
  margin-bottom: 1rem;
}
.c-row--cta-layout-breaker-lockup .c-heading__heading:last-child {
  margin-bottom: 0;
}
.c-row--cta-layout-breaker-lockup .c-heading__subheading {
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: Jost, sans-serif;
  font-weight: 400;
}
.c-row--cta-layout-breaker-lockup .c-heading__subheading:last-child {
  margin-bottom: 0;
}
.c-row--cta-layout-breaker-lockup .c-text {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .c-text {
    margin-bottom: 3.125rem;
  }
}
.c-row--cta-layout-breaker-lockup .c-text:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.0625rem;
  background-color: #7a5b45;
  z-index: 1;
}
.c-row--cta-layout-breaker-lockup .c-text__heading {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1875rem;
  color: #7a5b45;
  margin-bottom: 0;
  background-color: #fff;
  padding-right: 1rem;
  display: inline-block;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .c-row--cta-layout-breaker-lockup .c-text__heading {
    font-size: 2rem;
  }
}
.c-row--cta-layout-breaker-lockup .c-text__heading span,
.c-row--cta-layout-breaker-lockup .c-text__heading strong {
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .c-cta-grid__grid .c-cta--layout-breaker:nth-of-type(odd) {
    transform: translateY(280px);
  }
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker {
  margin: 0;
  overflow: initial;
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__image {
  bottom: 1.5625rem;
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__background, .c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__item {
  padding-bottom: 120%;
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__item {
  width: 100%;
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__content {
  left: 0;
  right: 0;
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 12.5rem;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 70%, rgb(0, 0, 0) 100%);
  height: 100%;
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__background:after {
  left: 0;
  right: 0;
}
@media only screen and (max-width: 63.9375em) {
  .c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__background:after {
    background: linear-gradient(180deg, rgba(222, 221, 212, 0) 0, rgba(222, 221, 212, 0.6) 70%);
  }
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__inner {
    padding: 2rem;
  }
}
.c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__headings {
  margin: 0;
}
.no-touchevents .c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__headings {
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .c-cta--layout-breaker .c-cta__anchor {
    bottom: 5rem;
  }
}
.no-touchevents .c-row--cta-layout-breaker-lockup .c-cta--layout-breaker:hover .c-cta__headings {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 64em) {
  .c-row--cta-layout-breaker-lockup .c-cta-grid__grid {
    align-items: flex-start;
  }
}
.c-row--cta-layout-breaker-lockup .row-is-visible .c-heading__heading,
.c-row--cta-layout-breaker-lockup .row-is-visible .c-text__heading {
  transform: translateX(0);
  opacity: 1;
  transition: all 1s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-row--cta-layout-breaker-lockup .row-is-visible .c-text:after {
  transition: all 1s 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 100%;
  opacity: 1;
}

/**
* ROW--CTA-LAYOUT-IMAGE-REVERSE-MOBILE
**/
@media only screen and (max-width: 63.9375em) {
  .c-row--cta-layout-image-reverse-mobile .c-cta--layout-image-right, .c-row--cta-layout-image-reverse-mobile .c-cta--layout-image-left {
    flex-direction: column-reverse;
  }
}

/**
* ROW--FAQS
**/
.c-row--faqs .c-cta-grid .c-cta-grid__grid {
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid:before, .c-row--faqs .c-cta-grid .c-cta-grid__grid:after {
  position: absolute;
  width: auto;
  top: -0.625rem;
  border-top: 0.25rem solid #6a4f3c;
  bottom: 0;
  background-color: #fff;
  z-index: 0;
  box-shadow: 0 0 1.875rem rgba(106, 79, 60, 0.15);
  pointer-events: none;
}
@media only screen and (min-width: 64em) {
  .c-row--faqs .c-cta-grid .c-cta-grid__grid:before, .c-row--faqs .c-cta-grid .c-cta-grid__grid:after {
    width: calc(50% - 20px);
    top: -1.25rem;
  }
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid:before {
  left: 0.625rem;
  right: 0.625rem;
  content: "";
}
@media only screen and (min-width: 64em) {
  .c-row--faqs .c-cta-grid .c-cta-grid__grid:before {
    right: auto;
  }
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid:after {
  right: 0.625rem;
}
@media only screen and (min-width: 64em) {
  .c-row--faqs .c-cta-grid .c-cta-grid__grid:after {
    content: "";
  }
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta {
  z-index: 1;
  position: relative;
  align-self: flex-start;
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta .c-cta__content, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation .c-cta__content {
  margin-bottom: 0;
  box-shadow: none;
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta .c-cta__inner, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation .c-cta__inner {
  margin: 0 2rem;
  padding: 1.25rem 0 0;
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta .c-cta__inner > div:not(.crop), .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation .c-cta__inner > div:not(.crop) {
  padding: 0;
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta .c-cta__headings, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation .c-cta__headings {
  margin-bottom: 1rem;
}
.c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta .c-cta__heading, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation .c-cta__heading {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Cormorant Garamond, serif;
  font-weight: 600;
}
@media only screen and (min-width: 40em) {
  .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta .c-cta__heading, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation .c-cta__heading {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta:not(:nth-of-type(1)) .c-cta__inner, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation:not(:nth-of-type(1)) .c-cta__inner {
    border-top: 0.0625rem solid #d8c4a6;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta:not(:nth-of-type(1)):not(:nth-of-type(2)) .c-cta__inner, .c-row--faqs .c-cta-grid .c-cta-grid__grid .c-cta.no-variation:not(:nth-of-type(1)):not(:nth-of-type(2)) .c-cta__inner {
    border-top: 0.0625rem solid #d8c4a6;
  }
}

/**
* ROW--HEADER-PADDING
**/
.c-row--header-padding {
  padding-top: calc(5rem + 46px);
  margin-top: -5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--header-padding {
    padding-top: calc(6.3125rem + 32px);
    margin-top: -6.3125rem;
  }
}

/**
* ROW--HERO-CTA-LOCKUP
**/
.c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner {
  box-shadow: none;
  display: flex;
  flex-direction: column-reverse;
  background-color: transparent;
}
.c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner .c-cta__headings, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner .c-cta__headings, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner .c-cta__headings, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner .c-cta__headings {
  order: 3;
}
.c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner .c-cta__actions, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner .c-cta__actions, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner .c-cta__actions, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner .c-cta__actions {
  order: 4;
  margin-bottom: 1rem;
}
.c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner .c-cta__actions-item, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner .c-cta__actions-item, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner .c-cta__actions-item, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner .c-cta__actions-item {
  max-height: 1.5rem;
  max-width: 5rem;
}
@media only screen and (min-width: 64em) {
  .c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner .c-cta__actions-item, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner .c-cta__actions-item, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner .c-cta__actions-item, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner .c-cta__actions-item {
    max-height: 1.875rem;
    max-width: 7.8125rem;
  }
}
.c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner .c-cta__text, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner .c-cta__text, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner .c-cta__text, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner .c-cta__text {
  order: 2;
}
.c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner .c-cta__buttons, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner .c-cta__buttons, .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner .c-cta__buttons, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner .c-cta__buttons {
  order: 1;
}
@media only screen and (min-width: 64em) {
  .c-row--hero-cta-lockup .c-cta--layout-image-right .c-cta__inner, .c-row--hero-cta-lockup .c-cta--layout-image-right.c-cta .c-cta__inner {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--hero-cta-lockup .c-cta--layout-image-left .c-cta__inner, .c-row--hero-cta-lockup .c-cta--layout-image-left.c-cta .c-cta__inner {
    margin-left: 0;
  }
}

.c-row--overflow-visible {
  z-index: 1 !important;
}

/**
* ROW--POSTS-WITH-SIDEBAR
**/
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) {
    width: 20rem !important;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .widget {
  background-color: #eee8df;
  padding: 0.875rem 0.625rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul {
  padding: 0;
  margin: 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul li {
  list-style-type: none;
  margin-bottom: 0.375rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul li:not(:last-of-type) {
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) ul li a {
  font-size: 1rem;
  line-height: 1.6;
  color: #deddd4;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .widget-title,
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__title {
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0.4375rem;
}
@media only screen and (min-width: 40em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .widget-title,
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__title {
    font-size: 1.125rem;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__item {
  margin-bottom: 0.75rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__item:not(:last-of-type) .c-posts__item-inner {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #e6e6e6;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__item-inner {
  flex-direction: row;
  margin: 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__background {
  padding-bottom: 28%;
  width: 38%;
  position: relative;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__content {
  width: 62%;
  background-color: transparent;
  padding-top: 0;
  margin-left: 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(1) .c-posts__heading {
  font-size: 1rem;
  line-height: 1.6;
}
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) {
    width: calc(100% - 21.25rem) !important;
    margin-left: 1.25rem;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__item {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__item {
    margin-bottom: 2.0625rem;
  }
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__content {
  flex-direction: column;
  padding: 0.625rem 0;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__categories {
  order: 1;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__headings {
  order: 2;
  min-height: 4.5rem;
  margin-bottom: 0.3125rem;
}
.c-row--posts-with-sidebar .panel-grid-cell:nth-of-type(2) .c-posts__meta {
  order: 3;
}

/**
* ROW--SCROLL-TO
**/
.c-row--scroll-to {
  padding-top: 6.3125rem;
  margin-top: -6.3125rem;
}

/**
* ROW--SMALL-MAX-WIDTH
**/
.c-row--small-max-width {
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

/**
* ROW--STRETCH-RIGHT
**/
@media only screen and (min-width: 64em) {
  .c-row--stretch-right .panel-grid-cell {
    padding-right: 3.75rem;
  }
}
@media only screen and (min-width: 93.75em) {
  .c-row--stretch-right .panel-grid-cell {
    padding-right: calc(1 * (100vw - 90rem) / 2);
  }
}

/**
* ROW--STRETCH-RIGHT
**/
@media only screen and (min-width: 64em) {
  .c-row--stretch-right .panel-grid-cell {
    padding-left: 3.75rem !important;
  }
}
@media only screen and (min-width: 93.75em) {
  .c-row--stretch-right .panel-grid-cell {
    padding-left: calc(1 * (100vw - 90rem) / 2) !important;
  }
}

/**
* ROW--STYLE-DARK-GRAY
**/
.c-row--style-dark-gray {
  background-color: #7a5b45;
  padding: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 40em) {
  .c-row--style-dark-gray {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-dark-gray {
    padding: 4rem;
  }
}
.c-row--style-dark-gray[data-stretch-type=full], .c-row--style-dark-gray[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-dark-gray[data-stretch-type=full], .c-row--style-dark-gray[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-dark-gray[data-stretch-type=full], .c-row--style-dark-gray[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}
.c-row--style-dark-gray .c-button--hollow {
  color: #fff;
  border-color: #fff;
}
body .c-row--style-dark-gray .s-entry p a:not(.c-button):not(.button) {
  color: #fff;
}
body .c-row--style-dark-gray .flickity-enabled .flickity-page-dots .dot:hover {
  background-color: #fff;
}
body .c-row--style-dark-gray .flickity-enabled .flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

/**
* ROW--STYLE-MUTED
**/
.c-row--style-muted {
  background-color: #f7f3ed;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-row--style-muted {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-muted {
    padding: 4rem;
  }
}
.c-row--style-muted[data-stretch-type=full], .c-row--style-muted[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-muted[data-stretch-type=full], .c-row--style-muted[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-muted[data-stretch-type=full], .c-row--style-muted[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-MUTED-BLACK-BORDER
**/
.c-row--style-muted-black-border {
  background-color: #f7f3ed;
  border: 0.1875rem solid #6a4f3c;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-row--style-muted-black-border {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-muted-black-border {
    padding: 4rem;
  }
}
.c-row--style-muted-black-border[data-stretch-type=full], .c-row--style-muted-black-border[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-muted-black-border[data-stretch-type=full], .c-row--style-muted-black-border[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-muted-black-border[data-stretch-type=full], .c-row--style-muted-black-border[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-muted-black-border {
    border-width: 0.25rem;
  }
}

/**
* ROW--STYLE-PRIMARY
**/
.c-row--style-primary {
  background-color: #7a5b46;
  color: #fff;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-row--style-primary {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-primary {
    padding: 4rem;
  }
}
.c-row--style-primary[data-stretch-type=full], .c-row--style-primary[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-primary[data-stretch-type=full], .c-row--style-primary[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-primary[data-stretch-type=full], .c-row--style-primary[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}

/**
* ROW--STYLE-SECONDARY
**/
.c-row--style-secondary {
  background-color: #deddd4;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-row--style-secondary {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-secondary {
    padding: 4rem;
  }
}
.c-row--style-secondary[data-stretch-type=full], .c-row--style-secondary[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-secondary[data-stretch-type=full], .c-row--style-secondary[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-secondary[data-stretch-type=full], .c-row--style-secondary[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-secondary .panel-layout {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.c-row--style-secondary.c-row--small-max-width {
  padding: 1.5rem 2rem;
}

/**
* ROW--STYLE-STONE
**/
.c-row--style-stone {
  background-color: #ebe7df;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-row--style-stone {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-stone {
    padding: 4rem;
  }
}
.c-row--style-stone[data-stretch-type=full], .c-row--style-stone[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-stone[data-stretch-type=full], .c-row--style-stone[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-stone[data-stretch-type=full], .c-row--style-stone[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-stone .panel-layout {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.c-row--style-stone .sunset-widget-stats {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}
@media only screen and (min-width: 64em) {
  .c-row--style-stone .sunset-widget-stats {
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
  }
}
.c-row--style-stone.c-row--small-max-width {
  padding: 1.5rem 2rem;
}

/**
* ROW--STYLE-TERTIARY
**/
.c-row--style-tertiary {
  background-color: #eee8df;
  padding: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .c-row--style-tertiary {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-tertiary {
    padding: 4rem;
  }
}
.c-row--style-tertiary[data-stretch-type=full], .c-row--style-tertiary[data-stretch-type=full-stretchde] {
  padding: 1.5rem 0;
}
@media only screen and (min-width: 40em) {
  .c-row--style-tertiary[data-stretch-type=full], .c-row--style-tertiary[data-stretch-type=full-stretchde] {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 64em) {
  .c-row--style-tertiary[data-stretch-type=full], .c-row--style-tertiary[data-stretch-type=full-stretchde] {
    padding: 4rem 0;
  }
}

/**
* ROW--TEXT-POLICIES
**/
.c-row--text-policies {
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-row--text-policies {
    padding-top: 3.125rem;
  }
}
.c-row--text-policies .c-text__heading {
  text-align: center;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64em) {
  .c-row--text-policies .c-text__heading {
    margin-bottom: 3rem;
  }
}
/*# sourceMappingURL=style.css.map */
