/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss ***!
  \*****************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./app/scss/main.scss (1) ***!
  \*********************************************************************************************************************************************/
.archive .page-title,
.archive .category-header,
.category .page-title,
.category .category-header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 64vh;
  min-height: 420px;
  overflow: hidden;
  padding: 24px;
  text-align: center;
  background: #2b2b3c;
  z-index: 0;
}
.archive .page-title__image,
.archive .category-header__image,
.category .page-title__image,
.category .category-header__image {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.archive .page-title__image img,
.archive .category-header__image img,
.category .page-title__image img,
.category .category-header__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6);
  transform: scale(1.06);
}
.archive .page-title__content,
.archive .category-title,
.category .page-title__content,
.category .category-title {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.archive .page-title h1,
.archive .category-title h1,
.category .page-title h1,
.category .category-title h1 {
  max-width: 1100px;
  margin: auto;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.1;
  color: #ffffff;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}
.archive .post-thumbnail img,
.category .post-thumbnail img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .archive .post-thumbnail img,
  .category .post-thumbnail img {
    height: 300px;
  }
}

.category-content {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .category-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .category-content {
    width: 100%;
  }
}
.category-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .category-content {
    margin-top: 48px;
  }
}
.category-content__item {
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  background-color: #4a6584;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 768px) {
  .category-content__item {
    width: calc(50% - 32px);
    margin-bottom: 64px;
    padding-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .category-content__item {
    width: calc(33.33% - 32px);
  }
}
.category-content__item h2 {
  margin: 8px 0;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
.category-content__link {
  padding: 0 24px;
}

.primary-button,
.load-more,
.search-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  min-width: 160px;
  height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 24px !important;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  background-color: #4dbcd9;
  cursor: pointer !important;
  transition: background-color 0.4s ease-in-out;
}
.primary-button:hover, .primary-button:active, .primary-button:focus-visible,
.load-more:hover,
.load-more:active,
.load-more:focus-visible,
.search-submit:hover,
.search-submit:active,
.search-submit:focus-visible {
  color: #ffffff;
  background-color: rgb(112.6, 201.4, 224.6);
}

.primary-button.button-color--midnight-navy {
  background-color: #2b2b3c;
}
.primary-button.button-color--midnight-navy:hover, .primary-button.button-color--midnight-navy:active, .primary-button.button-color--midnight-navy:focus-visible {
  color: #ffffff;
  background-color: rgb(85.4, 85.4, 99);
}

.primary-button.button-color--coral-pink {
  background-color: #e88b8b;
}
.primary-button.button-color--coral-pink:hover, .primary-button.button-color--coral-pink:active, .primary-button.button-color--coral-pink:focus-visible {
  color: #ffffff;
  background-color: rgb(236.6, 162.2, 162.2);
}

.primary-button.button-color--rust-orange {
  background-color: #c96e3f;
}
.primary-button.button-color--rust-orange:hover, .primary-button.button-color--rust-orange:active, .primary-button.button-color--rust-orange:focus-visible {
  color: #ffffff;
  background-color: rgb(211.8, 139, 101.4);
}

.primary-button.button-color--terracotta {
  background-color: #b5593e;
}
.primary-button.button-color--terracotta:hover, .primary-button.button-color--terracotta:active, .primary-button.button-color--terracotta:focus-visible {
  color: #ffffff;
  background-color: rgb(195.8, 122.2, 100.6);
}

.primary-button.button-color--sky-blue {
  background-color: #8fd1e8;
}
.primary-button.button-color--sky-blue:hover, .primary-button.button-color--sky-blue:active, .primary-button.button-color--sky-blue:focus-visible {
  color: #ffffff;
  background-color: rgb(165.4, 218.2, 236.6);
}

.primary-button.button-color--peach-glow {
  background-color: #f5b896;
}
.primary-button.button-color--peach-glow:hover, .primary-button.button-color--peach-glow:active, .primary-button.button-color--peach-glow:focus-visible {
  color: #ffffff;
  background-color: rgb(247, 198.2, 171);
}

.primary-button.button-color--lavender-mist {
  background-color: #c5bdd4;
}
.primary-button.button-color--lavender-mist:hover, .primary-button.button-color--lavender-mist:active, .primary-button.button-color--lavender-mist:focus-visible {
  color: #ffffff;
  background-color: rgb(208.6, 202.2, 220.6);
}

.primary-button.button-color--deep-plum {
  background-color: #4a3d5e;
}
.primary-button.button-color--deep-plum:hover, .primary-button.button-color--deep-plum:active, .primary-button.button-color--deep-plum:focus-visible {
  color: #ffffff;
  background-color: rgb(110.2, 99.8, 126.2);
}

.primary-button.button-color--ochre {
  background-color: #fcb813;
}
.primary-button.button-color--ochre:hover, .primary-button.button-color--ochre:active, .primary-button.button-color--ochre:focus-visible {
  color: #ffffff;
  background-color: rgb(252.6, 198.2, 66.2);
}

.primary-button.button-color--sage-green {
  background-color: #A8B087;
}
.primary-button.button-color--sage-green:hover, .primary-button.button-color--sage-green:active, .primary-button.button-color--sage-green:focus-visible {
  color: #ffffff;
  background-color: rgb(185.4, 191.8, 159);
}

.primary-button.button-color--slate-blue {
  background-color: #4a6584;
}
.primary-button.button-color--slate-blue:hover, .primary-button.button-color--slate-blue:active, .primary-button.button-color--slate-blue:focus-visible {
  color: #ffffff;
  background-color: rgb(110.2, 131.8, 156.6);
}

.primary-button.button-color--turquoise {
  background-color: #4dbcd9;
}
.primary-button.button-color--turquoise:hover, .primary-button.button-color--turquoise:active, .primary-button.button-color--turquoise:focus-visible {
  color: #ffffff;
  background-color: rgb(112.6, 201.4, 224.6);
}

.primary-button.button-color--black {
  background-color: #222222;
}
.primary-button.button-color--black:hover, .primary-button.button-color--black:active, .primary-button.button-color--black:focus-visible {
  color: #ffffff;
  background-color: rgb(78.2, 78.2, 78.2);
}

.read-more {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #e88b8b;
}
.read-more:after {
  content: "\f30b";
  margin-left: 4px;
  font-family: fontawesome;
  transition: margin 0.2s linear;
}
.read-more:hover:after {
  margin-left: 8px;
}

.load-more {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .load-more {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .load-more {
    width: 100%;
  }
}
.load-more {
  width: fit-content !important;
  margin-bottom: 32px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  z-index: 0;
}
html.active {
  overflow-y: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
  font-weight: 200;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  line-height: 1.2;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}

h1 {
  font-size: clamp(2.5rem, 1.5rem + 3vw, 4.5rem);
}

h2 {
  font-size: clamp(2rem, 1.3rem + 2vw, 3rem);
}

h3 {
  font-size: clamp(1.5rem, 1.1rem + 1vw, 1.6rem);
}

p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: unset;
}

a, a:hover {
  text-decoration: none;
  color: inherit;
  font-weight: bold;
}

li {
  margin-bottom: 4px;
  list-style-type: none;
  list-style-position: inside;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

img {
  max-width: 100%;
}

.entry-footer {
  display: none;
}

.container {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .show-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .two-column {
    column-count: 2;
    column-gap: 32px;
  }
}

.icon-checkmark {
  display: block;
  margin-bottom: 8px;
}
.icon-checkmark:before {
  content: "\f00c";
  margin-right: 8px;
  font-family: fontawesome;
}

.padding--xsmall {
  padding-top: 16px;
  padding-bottom: 16px;
}

.padding--small {
  padding-top: 32px;
  padding-bottom: 32px;
}

.padding--medium {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.padding--large {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--large {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.padding--xlarge {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .padding--xlarge {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.width--small {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

.comments-area {
  display: none;
}

.fa-hand-point-right:before {
  margin-right: 8px;
  font-family: fontawesome;
}

.linkedin:after {
  content: "\f0e1";
  font-family: fontawesome;
}

.instagram:after {
  content: "\f16d";
  font-family: fontawesome;
}

.facebook:after {
  content: "\f39e";
  font-family: fontawesome;
}

.pinterest:after {
  content: "\f231";
  font-family: fontawesome;
}

.email:after {
  content: "\f0e0";
  font-family: fontawesome;
}

.twitter:after {
  content: "\f099";
  font-family: fontawesome;
}

.youtube:after {
  content: "\f167";
  font-family: fontawesome;
}

.legal-pages {
  margin: 120px 0 64px;
}
.legal-pages .entry-title {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  font-family: "DM Sans", sans-serif;
}
.legal-pages a, .legal-pages a:hover {
  color: #2b2b3c;
  text-decoration: underline;
}

.background-color--midnight-navy {
  background-color: #2b2b3c;
}
.background-color--warm-white {
  background-color: #f5f0e8;
}
.background-color--coral-pink {
  background-color: rgb(237.75, 168, 168);
}
.background-color--rust-orange {
  background-color: #c96e3f;
}
.background-color--terracotta {
  background-color: rgb(183.96, 95.64, 69.72);
}
.background-color--sky-blue {
  background-color: #8fd1e8;
}
.background-color--peach-glow {
  background-color: #f5b896;
}
.background-color--lavender-mist {
  background-color: #c5bdd4;
}
.background-color--deep-plum {
  background-color: #4a3d5e;
}
.background-color--ochre {
  background-color: #fcb813;
}
.background-color--sage-green {
  background-color: rgb(189.75, 195.75, 165);
}
.background-color--slate-blue {
  background-color: #4a6584;
}
.background-color--turquoise {
  background-color: #4dbcd9;
}
.background-color--white {
  background-color: #ffffff;
}
.background-color--black {
  background-color: #222222;
}

.color--midnight-navy {
  color: #2b2b3c;
}
.color--warm-white {
  color: #f5f0e8;
}
.color--coral-pink {
  color: #e88b8b;
}
.color--rust-orange {
  color: #c96e3f;
}
.color--terracotta {
  color: #b5593e;
}
.color--sky-blue {
  color: #8fd1e8;
}
.color--peach-glow {
  color: #f5b896;
}
.color--lavender-mist {
  color: #c5bdd4;
}
.color--deep-plum {
  color: #4a3d5e;
}
.color--ochre {
  color: #fcb813;
}
.color--sage-green {
  color: #A8B087;
}
.color--slate-blue {
  color: #4a6584;
}
.color--turquoise {
  color: #4dbcd9;
}
.color--white {
  color: #ffffff;
}
.color--black {
  color: #222222;
}

.site-footer {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-footer {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .site-footer {
    width: 100%;
  }
}
.site-footer {
  max-width: 100%;
}
.site-footer__wrapper {
  margin-top: auto;
  padding: 32px 0 0;
  background: #4a6584;
  color: #ffffff;
}
@media (max-width: 811px) {
  .site-footer__wrapper {
    font-size: 14px;
  }
}
.site-footer__socials {
  display: flex;
  margin-top: 20px;
}
.site-footer__socials a:after {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.site-footer__socials a:last-of-type:after {
  margin-right: unset;
}
.site-footer p {
  margin-bottom: unset;
}
.site-footer a, .site-footer a:hover {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.site-footer .wp-block-columns {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .site-footer .wp-block-columns {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .site-footer .wp-block-columns {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .site-footer .wp-block-columns {
    justify-content: space-between;
  }
}
.site-footer .widget-area__wrapper {
  padding-bottom: 32px;
}
.site-footer .wp-block-column {
  flex: 1;
}
.site-footer .wp-block-column:first-of-type {
  align-self: center;
}
@media (max-width: 811px) {
  .site-footer .wp-block-column:first-of-type {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .site-footer .wp-block-column:first-of-type {
    flex: 1.6;
  }
}
@media (max-width: 811px) {
  .site-footer .wp-block-image {
    text-align: center;
  }
}
.site-footer .wp-block-image {
  width: 320px;
  height: 96px;
}
.site-footer .wp-block-image img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    align-items: unset;
  }
}
.site-footer .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
  flex-basis: unset !important;
}

.widgettitle {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .widgettitle {
    text-align: left;
  }
}

.menu-footer-menu-container ul {
  column-count: 2;
  column-gap: 32px;
}

#menu-footer-menu,
#menu-footer-menu ul,
#menu-footer-menu li {
  list-style: none !important;
}

.wpforms-container.wpforms-container-full {
  width: 100%;
}

.wpforms-submit {
  min-width: 100%;
}

@media (min-width: 768px) {
  .page-id-590 .two-column-block .column {
    flex-direction: row;
    max-height: 640px;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .page-id-590 .two-column-block .column--two:before {
    content: "";
    width: 1px;
    height: 100vh;
    margin-right: 80px;
    background-color: #222222;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #2b2b3c;
  transition: left 0.6s ease-in-out;
}
@media (min-width: 768px) {
  .site-header {
    width: 33%;
  }
}
@media (min-width: 1280px) {
  .site-header {
    width: 16%;
  }
}
.active .site-header {
  left: 0;
}
.site-header__logo {
  display: none;
}

.main-navigation {
  padding: 120px 0 48px;
  margin: 0;
}
@media (min-width: 768px) {
  .main-navigation {
    padding: 140px 0 48px;
  }
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.main-navigation li {
  position: relative;
  color: #e88b8b;
  font-size: 24px;
}
.main-navigation li a {
  display: block;
  padding: 28px 40px;
  color: inherit;
  font-weight: 200;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.main-navigation li.current-menu-item > a,
.main-navigation li:hover > a {
  color: #2b2b3c;
  background-color: #f5b896;
}
.main-navigation li.menu-item-has-children {
  background-color: rgba(255, 255, 255, 0.04);
}
.main-navigation li.menu-item-has-children > a {
  color: #ffffff;
}
.main-navigation li.menu-item-has-children:hover > a {
  color: #2b2b3c;
  background-color: #f5b896;
}
.main-navigation .sub-menu {
  padding: 12px 0 20px;
  background-color: rgba(255, 255, 255, 0.04);
}
.main-navigation .sub-menu li {
  font-size: 20px;
}
.main-navigation .sub-menu li a {
  padding: 14px 40px 14px 64px;
  color: #ffffff;
}
.main-navigation .sub-menu li:hover a {
  color: #2b2b3c;
  background-color: #f5b896;
}
@media (max-height: 520px) {
  .main-navigation {
    padding-top: 110px;
  }
  .main-navigation li a {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .main-navigation .sub-menu li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.site-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 8;
}

html.active .site-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-toggle {
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 999;
  border: 0;
  font-size: 0;
  background: 0;
}
@media (min-width: 768px) {
  .menu-toggle {
    top: 16px;
    right: 16px;
  }
}
.menu-toggle:after {
  content: "\f0c9";
  font-family: fontawesome;
  font-size: 32px;
  color: #fcb813;
}
@media (min-width: 768px) {
  .menu-toggle:after {
    font-size: 40px;
  }
}

.active .menu-toggle:after {
  content: "\f00d";
  font-family: fontawesome;
}

.page-template-page-no-builder .entry-content {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-template-page-no-builder .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .page-template-page-no-builder .entry-content {
    width: 100%;
  }
}
.page-template-page-no-builder .entry-content {
  margin-bottom: 64px;
}
.page-template-page-no-builder .entry-content ul li {
  margin-bottom: 20px;
  list-style-type: disc;
}
.page-template-page-no-builder .entry-content ol li {
  margin-bottom: 20px;
  list-style-type: armenian;
}
.page-template-page-no-builder .entry-header h1 {
  margin: 24px 0 32px;
}

.single-post .post-thumbnail img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
.single-post .entry-content {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-post .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .single-post .entry-content {
    width: 100%;
  }
}
.single-post .entry-content {
  max-width: 1080px;
}
.single-post .entry-content__title {
  margin: 64px 0 32px;
  font-size: 32px;
  line-height: 40px;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .single-post .entry-content__title {
    font-size: 48px;
    line-height: 56px;
  }
}
.single-post .entry-content .wp-block-image {
  margin: 32px auto;
  width: 100%;
}
.single-post .entry-content .wp-block-image figure {
  width: 100%;
}
.single-post .entry-content .wp-block-image img {
  width: 100%;
}
.single-post .post-navigation {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .single-post .post-navigation {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .single-post .post-navigation {
    width: 100%;
  }
}
.single-post .post-navigation {
  max-width: 1200px;
  margin: 64px auto 32px;
}
.single-post .nav-links {
  display: flex;
  justify-content: space-between;
  color: #2b2b3c;
  font-family: "DM Sans", sans-serif;
}
.single-post .nav-previous .nav-title:before {
  content: "\f177";
  margin-right: 4px;
  font-family: fontawesome;
}
.single-post .nav-next .nav-title:after {
  content: "\f30b";
  margin-left: 4px;
  font-family: fontawesome;
}
.single-post h2 {
  margin-top: 32px;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .single-post h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
.single-post h3 {
  margin: 32px 0 16px;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .single-post h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.single-post hr {
  margin-bottom: 32px;
}
.single-post ol, .single-post ul {
  margin: 16px 16px 0;
}
.single-post li {
  margin-bottom: 8px;
}

.search-results .category-header, .search-no-results .category-header, .error404 .category-header {
  height: 560px;
}
.search-results .entry-content, .search-no-results .entry-content, .error404 .entry-content {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .search-results .entry-content, .search-no-results .entry-content, .error404 .entry-content {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .search-results .entry-content, .search-no-results .entry-content, .error404 .entry-content {
    width: 100%;
  }
}
.search-results .entry-content, .search-no-results .entry-content, .error404 .entry-content {
  padding: 80px 0;
}
.search-results .articles, .search-no-results .articles, .error404 .articles {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .search-results .articles, .search-no-results .articles, .error404 .articles {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .search-results .articles, .search-no-results .articles, .error404 .articles {
    width: 100%;
  }
}
.search-results .articles, .search-no-results .articles, .error404 .articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-results article, .search-no-results article, .error404 article {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .search-results article, .search-no-results article, .error404 article {
    width: calc(50% - 32px);
  }
}
.search-results .search-form, .search-no-results .search-form, .error404 .search-form {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .search-results .search-form, .search-no-results .search-form, .error404 .search-form {
    display: flex;
    align-items: center;
  }
}
.search-results .search-field:not(.search-submit), .search-no-results .search-field:not(.search-submit), .error404 .search-field:not(.search-submit) {
  width: 290px;
  max-width: 100%;
  margin-right: 8px;
  padding-bottom: 4px;
  border: 0;
  border-bottom: 1px solid #2b2b3c;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 768px) {
  .search-results .search-field:not(.search-submit), .search-no-results .search-field:not(.search-submit), .error404 .search-field:not(.search-submit) {
    width: 320px;
  }
}
.search-results .search-submit, .search-no-results .search-submit, .error404 .search-submit {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .search-results .search-submit, .search-no-results .search-submit, .error404 .search-submit {
    width: fit-content;
    margin-top: unset;
  }
}
.search-results img, .search-no-results img, .error404 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-results .entry-meta, .search-no-results .entry-meta, .error404 .entry-meta {
  display: none;
}

.anchor-block, .anchor {
  scroll-margin-top: 120px;
}

.carousel-block .slick-list {
  cursor: ew-resize;
}
.carousel-block .slick-track {
  display: flex;
}
.carousel-block .slick-slide {
  height: 560px;
  margin: 0 16px;
}
@media (min-width: 768px) {
  .carousel-block .slick-slide {
    height: 320px;
  }
}
@media (min-width: 1280px) {
  .carousel-block .slick-slide {
    height: 560px;
  }
}
.carousel-block .slick-slide > div {
  height: 100%;
}
.carousel-block .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-block .slick-prev {
  border: unset;
  background: unset;
  font-size: 0;
}
.carousel-block .slick-prev:before {
  content: "\f177";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 40px);
  padding: 0 8px;
  border: 1px solid #222222;
  border-radius: 24px;
  font-size: 24px;
  font-family: fontawesome;
  color: #222222;
  background-color: #cccccc;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.carousel-block .slick-prev:hover:before {
  background-color: rgb(224.4, 224.4, 224.4);
}
.carousel-block .slick-next {
  border: unset;
  background: unset;
  font-size: 0;
}
.carousel-block .slick-next:before {
  content: "\f178";
  position: absolute;
  right: calc(50% - 44px);
  bottom: -16px;
  padding: 0 8px;
  border: 1px solid #222222;
  border-radius: 24px;
  font-size: 24px;
  font-family: fontawesome;
  color: #222222;
  background-color: #cccccc;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}
.carousel-block .slick-next:hover:before {
  background-color: rgb(224.4, 224.4, 224.4);
}

.faq-block {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .faq-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .faq-block {
    width: 100%;
  }
}
.faq-block {
  max-width: 900px;
}
.faq-block__heading {
  margin-bottom: 32px;
  text-align: center;
}
.faq-block__item {
  margin-bottom: 24px;
}
.faq-block__item:last-child {
  margin-bottom: 0;
}
.faq-block__item.active .faq-block__question:after {
  content: "\f106";
}
.faq-block__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: clamp(1.4rem, 1.1rem + 1vw, 1rem);
  cursor: pointer;
}
.faq-block__question:after {
  content: "\f107";
  font-size: 26px;
  font-family: "FontAwesome";
}
.faq-block__answer {
  display: none;
  padding-bottom: 32px;
}
.faq-block .arrow {
  margin-left: 12px;
}

.hero-block {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-block__section {
  position: relative;
  height: 64vh;
  overflow: clip;
  clip-path: inset(0);
  z-index: 0;
}
.hero-block__section.height--1 {
  height: 100vh;
}
.hero-block__section.height-- .hero-block__logo {
  max-width: 240px;
  margin: 0 auto 16px;
}
.hero-block__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 64vh;
  overflow: hidden;
  z-index: -10;
  pointer-events: none;
}
.hero-block__wrapper.height--1 {
  height: 100vh;
}
.hero-block__image {
  position: absolute;
  inset: 0;
  will-change: transform;
}
.hero-block__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.6);
  transform: scale(1.06);
}
.hero-block__content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 64vh;
  padding: 24px;
  text-align: center;
  z-index: 1;
}
.hero-block__content-wrapper.height--1 {
  height: 100vh;
}
.hero-block__logo {
  max-width: 480px;
  margin: 0 auto;
}
.hero-block__content {
  position: relative;
  z-index: 11;
}
.hero-block__heading {
  max-width: 320px;
  margin: auto;
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1.1;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  will-change: transform;
}
@media (min-width: 768px) {
  .hero-block__heading {
    max-width: 500px;
  }
}
@media (min-width: 1024px) {
  .hero-block__heading {
    max-width: 1100px;
  }
}
.hero-block__description {
  max-width: 560px;
  margin: 32px auto 0;
  font-size: clamp(1rem, 5vw, 1.2rem);
  line-height: 1.4;
}
.hero-block__button {
  width: fit-content;
  margin: 40px auto 0;
}

@supports (animation-timeline: scroll()) {
  .hero-block__image {
    animation-name: heroParallaxImage;
    animation-timing-function: linear;
    animation-fill-mode: both;
    animation-duration: 1ms;
    animation-timeline: scroll(root);
  }
  .hero-block__content-wrapper {
    animation-name: heroParallaxHeading;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    animation-duration: 1ms;
    animation-timeline: scroll(root);
  }
  @keyframes heroParallaxImage {
    from {
      transform: translate3d(0, 0vh, 0) scale(1.06);
    }
    to {
      transform: translate3d(0, -16vh, 0) scale(1.1);
    }
  }
  @keyframes heroParallaxHeading {
    from {
      transform: translate3d(0, 0vh, 0);
    }
    to {
      transform: translate3d(0, -44vh, 0);
    }
  }
}
.hero-block__wrapper:not(.height--1) .hero-block__image {
  animation-name: heroParallaxImage64 !important;
}

@keyframes heroParallaxImage64 {
  from {
    transform: translate3d(0, 0vh, 0) scale(1.06);
  }
  to {
    transform: translate3d(0, -16vh, 0) scale(1.22);
  }
}
.hero-block__section ~ section,
.hero-block__section ~ div {
  position: relative;
  z-index: 2;
}

@media (max-width: 811px) {
  .instagram-block__wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.instagram-block__heading {
  text-align: center;
}

.locations-block {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .locations-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .locations-block {
    width: 100%;
  }
}
.locations-block__wrapper {
  background-color: #ffffff;
  color: #222222;
}
.locations-block__heading {
  margin-bottom: 32px;
  text-align: center;
  color: #222222;
}
.locations-block__description {
  max-width: 640px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}
.locations-block__location {
  width: 100%;
  height: 500px;
  margin-bottom: 40px;
  border-radius: 16px;
  overflow: hidden;
}
.locations-block .map-info-window {
  font-size: 16px;
  line-height: 1.2;
  color: #222222;
  font-weight: 600;
  white-space: nowrap;
  padding: 2px 4px;
}

.location-cards {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .location-cards {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .location-cards {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .location-cards {
    display: flex;
    column-gap: 24px;
    row-gap: 24px;
    flex-wrap: wrap;
  }
}
.location-cards__card {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid #2b2b3c;
  border-radius: 4px;
  overflow: hidden;
  color: #222222;
}
@media (min-width: 768px) {
  .location-cards__card {
    width: calc((100% - 24px) / 2);
    margin-bottom: unset;
  }
}
@media (min-width: 1024px) {
  .location-cards__card {
    width: calc((100% - 72px) / 4);
  }
}
.location-cards__name {
  display: flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
}
.location-cards__icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  color: #222222;
}
.location-cards__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.location-cards__description {
  margin-top: 16px;
}
.location-cards__link {
  margin-top: auto;
}
.location-cards .primary-button {
  width: 100%;
  height: 40px;
  margin-top: 24px;
  border-radius: 2px;
}

.one-column-block {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .one-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .one-column-block {
    width: 100%;
  }
}
.one-column-block {
  overflow: hidden;
}
.one-column-block.column-width--small {
  max-width: 640px;
}
.one-column-block.column-width--medium {
  max-width: 1024px;
}
.one-column-block__heading {
  margin-bottom: 32px;
  text-align: center;
}
.one-column-block__heading.font-size--large {
  font-size: clamp(2.4rem, 6vw, 5rem);
}
.one-column-block__description {
  font-size: 1rem;
  line-height: 1.4;
}
.one-column-block__description.font-size--larger {
  font-size: 1.2rem;
}
.one-column-block__description.description-width--small {
  max-width: 480px;
  margin: auto;
}
@media (min-width: 1024px) {
  .one-column-block__description.description-width--small {
    max-width: 560px;
  }
}
.one-column-block__description.description-width--medium {
  max-width: 800px;
  margin: auto;
}
.one-column-block__description h1, .one-column-block__description h2, .one-column-block__description h3, .one-column-block__description h4, .one-column-block__description h5 {
  margin: 24px 0 8px;
}
.one-column-block__description li {
  margin: 0 0 8px 16px;
  list-style-type: disc;
}
.one-column-block__button.button-alignment--center {
  width: fit-content;
  margin: 40px auto 0;
}
.one-column-block__button.button-alignment--right {
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
}

.rooms-block {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .rooms-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .rooms-block {
    width: 100%;
  }
}
.rooms-block__rooms {
  row-gap: 40px;
}
@media (min-width: 768px) {
  .rooms-block__rooms {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: unset;
  }
}
.rooms-block__room {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .rooms-block__room {
    width: calc(50% - 32px);
    margin-bottom: unset;
  }
}
.rooms-block__room:last-of-type {
  margin-bottom: unset;
}
.rooms-block__carousel,
.rooms-block .slick-list,
.rooms-block .slick-track {
  background: transparent;
  line-height: 0;
}
.rooms-block__image {
  height: 400px !important;
}
@media (min-width: 1024px) {
  .rooms-block__image {
    height: 560px !important;
  }
}
.rooms-block__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rooms-block__title {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .rooms-block__title {
    margin-top: 48px;
  }
}
.rooms-block__button {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .rooms-block__button {
    margin-top: 48px;
  }
}
.rooms-block .slick-slider {
  position: relative;
}
.rooms-block .slick-prev {
  border: unset;
  background: unset;
  font-size: 0;
}
.rooms-block .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  z-index: 4;
  width: 36px;
  height: 36px;
  background: url(https://thestayonmarion.com/wp-content/uploads/2026/05/chevron_left.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.rooms-block .slick-prev:hover:before {
  color: rgb(56.1, 56.1, 56.1);
}
.rooms-block .slick-next {
  border: unset;
  background: unset;
  font-size: 0;
}
.rooms-block .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -32px;
  z-index: 4;
  width: 36px;
  height: 36px;
  background: url(https://thestayonmarion.com/wp-content/uploads/2026/05/chevron_right.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.rooms-block .slick-next:hover:before {
  color: rgb(56.1, 56.1, 56.1);
}

.spacer-block--single {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .spacer-block--single {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.spacer-block--double {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .spacer-block--double {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.three-column-block {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .three-column-block {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }
}
.three-column-block__column {
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  padding: 80px 40px;
}
@media (min-width: 768px) {
  .three-column-block__column {
    grid-template-rows: 120px 240px 1fr;
    row-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .three-column-block__column {
    grid-template-rows: 140px 360px 1fr;
  }
}
@media (min-width: 1280px) {
  .three-column-block__column {
    grid-template-rows: 80px 480px 1fr;
  }
}
.three-column-block__heading {
  align-self: start;
  margin: 0;
  font-size: 2.4rem;
  text-align: center;
}
.three-column-block__image {
  align-self: start;
  width: 100%;
  max-width: 420px;
  aspect-ratio: 1/1;
  overflow: hidden;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.three-column-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.three-column-block__column:nth-child(1) .three-column-block__image {
  -webkit-mask-image: url("https://thestayonmarion.com/wp-content/uploads/2026/05/TheStay_FlowerShape.png");
  mask-image: url("https://thestayonmarion.com/wp-content/uploads/2026/05/TheStay_FlowerShape.png");
}
.three-column-block__column:nth-child(2) .three-column-block__image {
  -webkit-mask-image: url("https://thestayonmarion.com/wp-content/uploads/2026/05/TheStay_BurstShape.png");
  mask-image: url("https://thestayonmarion.com/wp-content/uploads/2026/05/TheStay_BurstShape.png");
}
.three-column-block__column:nth-child(3) .three-column-block__image {
  -webkit-mask-image: url("https://thestayonmarion.com/wp-content/uploads/2026/05/TheStay_AsteriskShape.png");
  mask-image: url("https://thestayonmarion.com/wp-content/uploads/2026/05/TheStay_AsteriskShape.png");
}
.three-column-block__text {
  align-self: start;
  width: 100%;
  margin-top: 0;
}
.three-column-block__subheading {
  max-width: 400px;
  margin: 0 auto;
  font-size: 1.4rem;
}
.three-column-block__description {
  max-width: 400px;
  margin: 16px auto 0;
  font-size: 1rem;
  line-height: 1.24;
}
.three-column-block ul {
  margin-top: 16px;
}
.three-column-block li {
  margin-bottom: 16px;
  list-style-type: disc;
}

.two-column-block {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .two-column-block {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .two-column-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .two-column-block {
    display: flex;
    justify-content: space-between;
  }
}
.two-column-block.column-alignment--top {
  align-items: flex-start;
}
.two-column-block.column-alignment--top .column {
  align-items: flex-start;
}
.two-column-block.column-layout--equal .column {
  padding: 24px 0;
}
.two-column-block.column-layout--equal .column__heading {
  max-width: 560px;
}
.two-column-block.column-layout--equal .column__description {
  max-width: 500px;
}
@media (min-width: 768px) {
  .two-column-block.column-layout--left-narrow .column:first-of-type {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .two-column-block.column-layout--left-narrow .column:last-of-type {
    width: 70%;
    padding-left: 120px;
  }
}
.two-column-block.column-layout--left-narrow .column__description {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .two-column-block.column-layout--right-narrow .column:first-of-type {
    width: 70%;
    padding-right: 120px;
  }
}
@media (min-width: 768px) {
  .two-column-block.column-layout--right-narrow .column:last-of-type {
    width: 30%;
  }
}
.two-column-block.column-layout--right-narrow .column__description {
  font-size: 18px;
  line-height: 26px;
}
.two-column-block .column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .two-column-block .column {
    width: calc(50% - 32px);
  }
}
.two-column-block .column__image {
  width: 100%;
  height: auto;
}
.two-column-block .column__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.two-column-block .column__description a, .two-column-block .column__description a:hover {
  color: #fcb813;
}
.two-column-block .primary-button {
  margin: 32px auto 0;
}
@media (min-width: 768px) {
  .two-column-block .primary-button {
    margin: 32px 0 0;
  }
}
.two-column-block li {
  margin: 0 0 12px 12px;
  list-style-type: disc;
  list-style-position: unset;
}

/*# sourceMappingURL=main-styles.css.map*/