/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/main.scss ***!
  \***************************************************************************************************************************************************************************************************************/
:root {
  --Surface-Default: #EFECE6;
  --container-width: calc(100vw - var(--container-gutter));
  --carousel-height: calc(var(--container-width) * .6666);
}
@media (min-width: 1260px) {
  :root {
    --container-width: 1200px;
    --container-gutter: calc((100vw - var(--container-width)) / 2);
    --carousel-cta-height: 380px;
  }
}
@media (min-width: 769px) {
  :root {
    --header-height: 184px;
  }
}
@media (max-width: 1260px) {
  :root {
    --container-gutter: 3rem;
    --carousel-cta-height: 280px;
  }
}
@media (max-width: 1024px) {
  :root {
    --container-gutter: 2rem;
    --carousel-cta-height: 0;
    --header-height: 100px;
  }
}
@media (max-width: 480px) {
  :root {
    --container-gutter: 1.5rem;
  }
}

/*-----Helpers-----*/
.background-image {
  background-position: center;
  background-size: cover;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.unstyled {
  list-style-type: none;
  padding-left: 0;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (min-width: 1025px) {
  .hide-tablet-landscape-up {
    display: none !important;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.parallax {
  position: relative;
  overflow: hidden;
}
.parallax:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image: var(--parallax-image);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% calc(50% + var(--parallax-off, 0px));
}

.parallax__item {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/*-----Fix Flash of Unstyled Text-----*/
.wf-loading {
  opacity: 0;
}

.wf-active {
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
  opacity: 1;
}

.wf-inactive {
  opacity: 1;
}

.alignnone {
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {
  display: block;
}

.gallery-caption {
  display: block;
}

.bypostauthor {
  display: block;
}

html {
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, ul {
  margin-top: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

@font-face {
  font-family: "Black Mango";
  src: url("../fonts/BlackMangoVariableGX.ttf") format("truetype-variations"), url("../fonts/BlackMangoVariableGX.ttf") format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
h1, h2 {
  font-family: "Black Mango", sans-serif;
}

h1 {
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.25;
}

h2 {
  font-size: 3rem;
  line-height: 1.25;
  font-weight: 400;
  color: #575757;
}

h3 {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.ew-eyebrow-heading {
  font-family: "Black Mango", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #77736E;
}

.ew-body-text--large {
  font-size: 1.125rem;
}

@media (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
}
.accordion {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
}

.accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
  margin: 0;
  padding: 0.8rem 0;
  cursor: pointer;
  font-weight: normal;
}

.accordion-thumb::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 7px;
  float: right;
  height: 7px;
  width: 7px;
  margin-right: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* Panel */
.accordion-panel {
  margin: 0;
  padding-bottom: 0.8rem;
  display: none;
}

/* Active */
.accordion-item.is-active .accordion-thumb::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button,
.site-search__submit {
  display: inline-block;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.5rem 1.5rem;
  font-family: "Black Mango", sans-serif;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.button:hover,
.site-search__submit:hover {
  background: #D0C9BE;
}

.button--lborder {
  border-left: 2px solid #77736E;
}
.button--lborder:hover {
  border-color: #D0C9BE;
}

.button--circle {
  z-index: 5;
  display: inline-block;
  background: #fff;
  font-family: "Black Mango", sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .button--circle {
    position: absolute;
    transform: translateY(50%);
    width: var(--carousel-cta-height);
    height: var(--carousel-cta-height);
    border-radius: 50%;
    font-size: 2rem;
    padding: 1rem;
  }
  .button--circle span {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .button--circle {
    font-size: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .button--circle {
    border-radius: 38px;
  }
}
.button--circle span {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #77736E;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition-duration: 0.35s;
  /* Safari */
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
@media (max-width: 1024px) {
  .button--circle span {
    border-radius: 38px;
    padding: 1.25rem 2.5rem;
  }
}
.button--circle:hover span {
  background: #2F2F30;
}

/*-----Forms-----*/
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper li {
  list-style-type: none;
  padding-right: 0 !important;
}
.gform_wrapper .gfield,
.gform_wrapper .ginput_container {
  margin: 0 !important;
}
.gform_wrapper textarea, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  display: block !important;
  padding: 0.5rem !important;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #77736E;
  border-radius: 0 !important;
  background: transparent;
  box-shadow: none;
}
.gform_wrapper textarea::placeholder, .gform_wrapper input:not([type=submit]):not([type=checkbox]):not([type=radio])::placeholder {
  color: #A6A6A6;
}
.gform_wrapper .gform_fields > li:first-of-type input:not([type=submit]) {
  margin-top: 0 !important;
}
.gform_wrapper .gfield--type-text label,
.gform_wrapper .gfield--type-email label,
.gform_wrapper .gfield--type-phone label,
.gform_wrapper .gfield--type-textarea label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper .gfield_checkbox label,
.gform_wrapper .gfield--type-select label {
  display: initial !important;
}
.gform_wrapper textarea {
  margin-bottom: 0;
  height: 100px !important;
}
.gform_wrapper .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.gform_wrapper .button.gform-button {
  margin-top: 0 !important;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1.5rem !important;
  background: #2F2F30;
  color: #fff;
  font-weight: 400 !important;
  font-family: "Open Sans", sans-serif;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
.gform_wrapper .button.gform-button:hover {
  background: #2F2F30 !important;
  cursor: pointer;
}
.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.gform_confirmation_message * {
  font: 400 45px/43px "Open Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #77736E !important;
}

@media (max-width: 768px) {
  .gform_wrapper .button {
    width: auto !important;
  }
}
.site-container {
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1260px) {
  .site-container {
    padding-inline: var(--container-gutter);
  }
}
.site-container--medium {
  max-width: 1000px;
}
.site-container--narrow {
  max-width: 800px;
}

.site-section {
  padding: 75px 0;
}
.site-section.no-top-padding {
  padding-top: 0;
}
.site-section.no-bottom-padding {
  padding-bottom: 0;
}
.site-section.light-top-padding {
  padding-top: 40px;
}
.site-section.light-bottom-padding {
  padding-bottom: 40px;
}
.site-section.extra-top-padding {
  padding-top: 100px;
}
.site-section.extra-bottom-padding {
  padding-bottom: 100px;
}

body.no-scroll {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: contain;
}

.header {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 100;
  padding: 2rem 0;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__shim {
  height: 184px;
}
.header__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__nav .menu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__nav .menu li {
  position: relative;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.header__nav .menu li a {
  display: block;
}
.header__nav .menu > li > a {
  color: #575757;
  padding: 0.5rem 1rem;
  min-width: 240px;
}
.header__nav .menu > li > a:hover {
  background: #D0C9BE;
}
.header__nav-panel {
  height: 100%;
}
.header__toggle {
  border: none;
  background: transparent;
}
.header__toggle:hover {
  cursor: pointer;
}
.header__toggle-wrap {
  display: flex;
  justify-content: start;
  gap: 0.5rem;
}
.header__toggle-label {
  font-family: "Black Mango", sans-serif;
  font-weight: 300;
}
.header__nav-wrap {
  position: fixed;
  inset: 0;
  block-size: 100svh;
  transform: translateY(-100%);
  transition: transform 280ms ease, opacity 280ms ease;
  opacity: 1;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.35);
}
.header__nav-wrap.is-open, .header__nav-wrap[aria-hidden=false] {
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}
.header__nav-wrap.is-closing {
  visibility: visible;
  pointer-events: auto;
}
.header__nav-wrap-inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 4rem 0;
}
.header__social {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
}
.header ul {
  list-style: none;
}
.header a {
  font-family: "Black Mango", sans-serif;
  color: #2F2F30;
  transition: all 0.25s ease;
}
.header a:hover {
  text-decoration: none;
}

@media (min-width: 1025px) {
  .header {
    padding: 4rem 0;
  }
  .header__logo {
    height: 3.5rem;
  }
  .header__nav-wrap {
    max-height: 55vh;
  }
  .header__nav-wrap .header__toggle-wrap {
    margin-top: 14.25px;
  }
  .header .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 14rem;
  }
}
@media (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
  .header__nav-wrap-inner {
    padding: 2rem 0;
    padding-inline: var(--container-gutter);
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header__toggle-label {
    display: none;
  }
  .header__logo {
    height: 2.25rem;
  }
}
.footer {
  padding: 4.5rem 0;
  background: var(--Surface-Default);
}
.footer__grid {
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
}
.footer__grid > * {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media (min-width: 1025px) {
  .footer__grid {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__grid > * {
    width: 50%;
  }
}
.footer__social {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
}
.footer__social svg * {
  color: #575757;
  -webkit-transition-duration: 0.35s;
  /* Safari */
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
.footer__social a:hover svg * {
  fill: #000;
}
.footer__email {
  place-self: start;
}
.footer__left {
  gap: 2rem;
}
.footer__left p {
  margin: auto 0 0;
}
.footer__right h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.footer__right p {
  color: #7E7E7E;
}
.footer__right .gform_wrapper {
  margin-top: 2rem !important;
}
@media (max-width: 1024px) {
  .footer__right .gform_wrapper {
    margin-top: 0.5 !important;
  }
}
.footer__right .gform_fields {
  display: flex !important;
  gap: 0 !important;
}
.footer__right .gfield--type-email {
  width: calc(100% - 111px);
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}
.footer__right .gfield--type-email input {
  height: 45px !important;
}
.footer__right .gform-button.button {
  background: #77736E !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
}
.footer__back-to-top {
  margin-bottom: 2rem;
  place-self: start;
  border: none;
  cursor: pointer;
  background: transparent;
}
@media (max-width: 1024px) {
  .footer__back-to-top {
    order: 2;
    position: relative;
    transform: translateY(3rem);
  }
  .footer__back-to-top:after {
    content: "Back to top";
    position: absolute;
    left: calc(100% + 0.5rem);
    font-family: "Open Sans", sans-serif;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    color: #575757;
  }
}
.footer__back-to-top:hover svg * {
  stroke: #fff;
  fill: #575757;
}
.footer .custom-logo-link {
  place-self: start;
}
@media (min-width: 1025px) {
  .footer__back-to-top {
    margin-bottom: 4rem;
    place-self: end;
  }
}

.error404 main {
  text-align: center;
  padding-top: var(--header-height);
}
.error404 main .site-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.error404 main .site-container h3 {
  margin: 2rem 0 0;
}

main {
  background: var(--Surface-Default);
}

.ew-hero {
  position: relative;
  padding-top: var(--header-height);
  padding-bottom: calc(var(--carousel-height) / 2);
}
.ew-hero__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--Surface-Default) 100%);
  z-index: 1;
}
.ew-hero__pattern {
  position: absolute;
  object-fit: cover;
  object-position: left top;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.ew-hero__content.site-container {
  margin-top: calc(20vh - var(--header-height));
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .ew-hero__content.site-container {
    margin-top: calc(50vh - var(--header-height));
    transform: translateY(-50%);
  }
}
.ew-hero__cta-wrap {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1024px) {
  .ew-hero__cta-wrap {
    margin-top: 3rem;
  }
}
.ew-hero__cta-wrap p {
  font-family: "Black Mango", sans-serif;
}
.ew-hero__cta * {
  -webkit-transition-duration: 0.35s;
  /* Safari */
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
.ew-hero__cta:hover svg {
  fill: #575757;
}
.ew-hero__cta:hover svg path {
  stroke: #fff;
}
.ew-hero h1 {
  font-size: clamp(2.5rem, 4.8vw, 6rem);
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .ew-hero h1 {
    max-inline-size: 60vw;
  }
}
.ew-hero__subheading {
  margin: 0;
  font-size: 1.125rem;
}
@media (min-width: 1025px) {
  .ew-hero__subheading {
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .ew-hero__subheading {
    font-size: 1rem;
  }
}

.ew-carousel {
  --swiper-pagination-bottom: 2rem;
  position: relative;
  margin-top: calc(-1 * var(--carousel-height) / 2);
  width: 100%;
  aspect-ratio: 3/2;
  /* Pagination */
}
.ew-carousel__overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.3) 83%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.ew-carousel__wrap {
  position: relative;
}
.ew-carousel__inner {
  position: relative;
  padding-top: 3rem;
}
@media (min-width: 1025px) {
  .ew-carousel__inner {
    padding-top: 8rem;
  }
}
@media (min-width: 1260px) {
  .ew-carousel__inner:before, .ew-carousel__inner:after {
    content: "";
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 1;
  }
  .ew-carousel__inner:before {
    left: -100%;
    width: 100%;
    height: 40%;
  }
  .ew-carousel__inner:after {
    right: 0;
    transform: translateX(100%);
    height: 66%;
    width: calc(var(--container-gutter) / 2);
  }
}
@media (max-width: 1024px) {
  .ew-carousel__inner .button--circle {
    position: relative;
    margin: 1rem 0 3rem;
  }
}
@media (max-width: 480px) {
  .ew-carousel__inner .button--circle {
    display: block;
  }
  .ew-carousel__inner .button--circle span {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .ew-carousel__inner .button--circle {
    right: 6rem;
    bottom: 0;
  }
}
.ew-carousel .swiper-wrapper {
  align-items: stretch;
}
.ew-carousel .swiper-slide {
  display: grid;
  place-items: center;
}
.ew-carousel .swiper-slide img {
  display: block;
  inline-size: 100%;
  block-size: auto;
  object-fit: cover;
}
.ew-carousel .swiper-pagination {
  position: absolute;
  inset-inline: 0;
  bottom: var(--swiper-pagination-bottom) !important;
  left: var(--swiper-pagination-bottom) !important;
  display: flex;
  justify-content: start;
  gap: 8px;
  z-index: 4;
  pointer-events: auto;
}
.ew-carousel .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  transform: scale(1);
  border: 1px solid #fff;
  transition: transform 200ms ease, background-color 200ms ease;
}
.ew-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.ew-carousel .button--circle {
  z-index: 4;
}

.ew-quote {
  background: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
}
@media (min-width: 1025px) {
  .ew-quote {
    padding-top: calc(4rem + var(--carousel-cta-height) / 2);
    padding-bottom: 14rem;
  }
}
@media (min-width: 1260px) {
  .ew-quote:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(var(--container-gutter) / 2);
    background: linear-gradient(180deg, #EFECE6 0%, #D0C9BE 50%);
  }
}

.ew-about {
  background: #D0C9BE;
}
.ew-about__grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .ew-about__grid {
    flex-direction: row;
    align-items: stretch;
  }
  .ew-about__grid > * {
    width: 50%;
  }
}
.ew-about__content {
  padding: 4rem var(--container-gutter);
}
.ew-about__content h2 {
  margin-bottom: 1.5rem;
}
@media (min-width: 1260px) {
  .ew-about__content {
    padding-right: 6rem;
  }
}
.ew-about__image {
  position: relative;
}
@media (min-width: 1025px) {
  .ew-about__image {
    display: flex;
    flex-direction: column;
    transform: translateY(-4rem);
    min-height: calc(100% + 4rem);
    margin-bottom: -4rem;
  }
  .ew-about__image:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: -2rem;
    height: 100%;
    width: calc(100% + 2rem);
    background: #D0C9BE;
    z-index: -1;
  }
}
.ew-about__image h4 {
  font-family: "Black Mango", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
.ew-about__image-wrap {
  height: 100%;
}
.ew-about__image-wrap img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.ew-about__image-labels {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
  background: #fff;
  text-align: center;
}
@media (max-width: 1024px) {
  .ew-about__image-labels {
    padding: 1.5rem 0 2rem;
  }
}
.ew-about__image-labels * {
  margin: 0;
}

.ew-projects {
  position: relative;
  padding: 3rem 0 1rem;
  background-color: #D0C9BE;
}
@media (min-width: 1025px) {
  .ew-projects {
    padding: 7rem 0 0;
  }
}
.ew-projects__overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.16;
  object-fit: cover;
}
.ew-projects__content {
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  z-index: 1;
}
.ew-projects__content * {
  margin: 0;
}
.ew-projects__content h2 {
  margin-bottom: 1rem;
}
.ew-projects__grid {
  display: grid;
  align-items: stretch;
  gap: 2rem;
  position: relative;
  z-index: 1;
  margin-bottom: -4rem;
}
@media (min-width: 769px) {
  .ew-projects__grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
  }
}
.ew-projects__item {
  display: flex;
  flex-direction: column;
}
.ew-projects__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
  background: var(--Surface-Default);
  padding: 1.5rem;
  box-shadow: 0 4px 16px 0 rgba(119, 115, 110, 0.32);
}
@media (min-width: 769px) {
  .ew-projects__item-content {
    margin: -3rem 1.5rem auto;
    max-width: calc(100% - 3rem);
  }
}
@media (min-width: 1025px) {
  .ew-projects__item-content {
    max-width: calc(100% - 5rem);
    margin: -4rem 2.5rem auto;
  }
}
.ew-projects__item-content * {
  margin: 0;
}
.ew-projects__item-content .button {
  place-self: start;
  margin-top: auto;
}
.ew-projects__item-image {
  aspect-ratio: 5/4;
  overflow: hidden;
}
@media (min-width: 769px) {
  .ew-projects__item-image {
    aspect-ratio: 7/8;
  }
}
.ew-projects__item-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.ew-services {
  background: #fff;
  position: relative;
  padding: 7rem 0 5rem;
}
@media (min-width: 1025px) {
  .ew-services {
    padding: 10rem 0 5rem;
  }
  .ew-services:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(var(--container-gutter) / 2);
    background: var(--Surface-Default);
    z-index: 1;
  }
}
.ew-services__content {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 3rem;
}
@media (min-width: 1025px) {
  .ew-services__content {
    margin-bottom: 5rem;
  }
}
.ew-services__content * {
  margin: 0;
}
.ew-services__content h2 {
  margin-bottom: 1.5rem;
}
.ew-services__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  align-content: center;
}
@media (min-width: 769px) {
  .ew-services__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ew-services__item {
  text-align: center;
}
.ew-services__item-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background: var(--Surface-Default);
  margin-bottom: 0.75rem;
}
@media (min-width: 1025px) {
  .ew-services__item-image {
    margin-bottom: 2rem;
  }
}
.ew-services__item-image img {
  place-self: center;
}
.ew-services__item-title {
  font-family: "Black Mango", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  margin: 0;
  max-width: 150px;
}
.ew-services__cta {
  text-align: center;
  max-width: 300px;
  margin: 5rem auto 0;
}
@media (max-width: 480px) {
  .ew-services__cta {
    margin-top: 3rem;
  }
}
.ew-services__cta a {
  font-size: 1.25rem;
  background: #77736E;
  color: #fff;
  padding: 20px 40px;
  border-radius: 38px;
}
.ew-services__cta a:hover {
  background-color: #2F2F30;
}

.ew-testimonials {
  position: relative;
  padding: 4rem 0;
  background-color: var(--Surface-Default);
}
@media (min-width: 1025px) {
  .ew-testimonials {
    padding: 7rem 0 0;
  }
}
.ew-testimonials__quote {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .ew-testimonials__quote svg {
    height: 80px;
  }
}
.ew-testimonials__heading {
  text-align: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 480px) {
  .ew-testimonials__heading {
    margin-bottom: 2rem;
  }
}
.ew-testimonials__item-content {
  max-width: 790px;
  margin-inline: auto;
  text-align: left;
}
.ew-testimonials__item-content h3 {
  line-height: 1.5;
  margin-bottom: 2rem;
  font-style: italic;
}
.ew-testimonials__item-content p {
  margin: 0;
  font-size: 1.25rem;
}
@media (min-width: 1025px) {
  .ew-testimonials__item-content h3 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .ew-testimonials__item-content {
    max-width: calc(100% - 14rem);
  }
}
@media (max-width: 480px) {
  .ew-testimonials__item-content h3 {
    font-size: 1.25rem;
  }
  .ew-testimonials__item-content p {
    font-size: 1rem;
  }
}
.ew-testimonials .swiper {
  position: static;
}
.ew-testimonials .swiper-button-next, .ew-testimonials .swiper-button-prev {
  border: none;
  height: 4.5rem;
  width: 4.5rem;
  background: transparent;
  top: 50%;
  margin-top: 0;
}
@media (max-width: 768px) {
  .ew-testimonials .swiper-button-next, .ew-testimonials .swiper-button-prev {
    top: calc(100% - 2.5rem);
    height: 3rem;
    width: 3rem;
  }
}
.ew-testimonials .swiper-button-next:after, .ew-testimonials .swiper-button-prev:after {
  display: none;
}
.ew-testimonials .swiper-button-next:hover svg, .ew-testimonials .swiper-button-prev:hover svg {
  fill: #575757;
}
.ew-testimonials .swiper-button-next:hover path, .ew-testimonials .swiper-button-prev:hover path {
  stroke: #fff;
}
.ew-testimonials .swiper-button-next:hover *, .ew-testimonials .swiper-button-prev:hover * {
  -webkit-transition-duration: 0.35s;
  /* Safari */
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
.ew-testimonials .swiper-button-next {
  transform: rotate(-90deg);
  right: var(--container-gutter);
}
@media (max-width: 768px) {
  .ew-testimonials .swiper-button-next {
    right: var(--container-gutter);
  }
}
@media (min-width: 1260px) {
  .ew-testimonials .swiper-button-next {
    right: calc(var(--container-gutter) - 1rem);
  }
}
.ew-testimonials .swiper-button-prev {
  transform: rotate(90deg);
  left: var(--container-gutter);
}
@media (max-width: 768px) {
  .ew-testimonials .swiper-button-prev {
    left: var(--container-gutter);
  }
}
@media (min-width: 1260px) {
  .ew-testimonials .swiper-button-prev {
    left: calc(var(--container-gutter) - 1rem);
  }
}

.ew-faq {
  padding: 10rem 0 10rem;
  position: relative;
}
@media (max-width: 1024px) {
  .ew-faq {
    padding: 5rem 0 7rem;
  }
}
@media (max-width: 480px) {
  .ew-faq {
    padding-bottom: 4rem;
  }
}
.ew-faq:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgb(239, 236, 230) 0%, rgba(239, 236, 230, 0.4) 18%, rgba(239, 236, 230, 0.4) 77%, rgb(239, 236, 230) 100%);
  z-index: 0;
}
.ew-faq__pattern {
  position: absolute;
  object-fit: cover;
  object-position: left top;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.ew-faq__content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 1025px) {
  .ew-faq__content {
    margin-bottom: 3rem;
  }
}
.ew-faq .site-container {
  position: relative;
  z-index: 1;
}
.ew-faq .ew-accordion {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 480px) {
  .ew-faq .ew-accordion {
    gap: 1.25rem;
  }
}
.ew-faq .ew-accordion__item {
  padding: 1.5rem;
  background: var(--Surface-Default);
  box-shadow: 0 4px 16px 0 rgba(119, 115, 110, 0.32);
}
.ew-faq .ew-accordion__item.is-active .ew-accordion__close {
  transform: rotate(90deg);
}
@media (max-width: 480px) {
  .ew-faq .ew-accordion__item {
    padding: 1rem;
  }
}
.ew-faq .ew-accordion__thumb {
  margin: 0;
  cursor: pointer;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .ew-faq .ew-accordion__thumb {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  .ew-faq .ew-accordion__thumb {
    font-size: 1.125rem;
  }
  .ew-faq .ew-accordion__thumb .ew-accordion__title {
    max-width: calc(100% - 2.25rem);
  }
}
.ew-faq .ew-accordion__close {
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
  transition: transform 0.2s ease-out;
  height: 30px;
}
.ew-faq .ew-accordion__close svg {
  height: 30px;
  width: 30px;
}
@media (max-width: 480px) {
  .ew-faq .ew-accordion__close {
    height: 20px;
  }
  .ew-faq .ew-accordion__close svg {
    height: 20px;
    width: 20px;
  }
}
.ew-faq .ew-accordion__panel {
  margin: 0;
  display: none;
}
.ew-faq .ew-accordion__inner {
  padding-top: 1.5rem;
}

.ew-cta__grid {
  display: flex;
  flex-direction: column-reverse;
}
.ew-cta__content {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #fff;
  padding: 2rem;
  gap: 1rem;
}
.ew-cta__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.ew-cta__image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .ew-cta .ew-eyebrow-heading {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .ew-cta__image {
    aspect-ratio: 16/9;
  }
  .ew-cta .button--circle {
    place-self: start;
  }
}
@media (max-width: 480px) {
  .ew-cta .button--circle span {
    display: flex;
  }
}
@media (min-width: 1025px) {
  .ew-cta__grid {
    flex-direction: row;
  }
  .ew-cta__content {
    width: 60%;
    justify-content: center;
    padding: 3rem calc(3rem + var(--carousel-cta-height) / 2) 3rem 6.5rem;
    gap: 0;
  }
  .ew-cta__image {
    width: 40%;
    aspect-ratio: initial;
    overflow: visible;
  }
  .ew-cta .button--circle {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.site-search {
  display: flex;
}
.site-search__field {
  line-height: 1;
  -webkit-appearance: none;
  padding: 5px 10px;
  border: 1px solid #ddd;
  height: 38px;
  border-radius: 0;
  width: calc(100% - 110px);
  font-size: 18px;
}
.site-search__result {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 2px solid #eee;
  text-decoration: none !important;
  -webkit-transition-duration: 0.2s;
  /* Safari */
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}
.site-search__result h2 {
  font-size: 20px;
}
.site-search__result p {
  font-size: 15px;
}
.site-search__result * {
  text-decoration: none !important;
  margin: 0;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #575757;
}

p {
  margin-bottom: 1rem;
}

a {
  -webkit-transition-duration: 0.35s;
  /* Safari */
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
a * {
  -webkit-transition-duration: 0.35s;
  /* Safari */
  transition-duration: 0.35s;
  transition-timing-function: ease-in-out;
}
