@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Merlin;
  src: url('../fonts/merlin.woff2') format("woff2"), url('../fonts/merlin.eot') format("embedded-opentype"), url('../fonts/merlin.woff') format("woff"), url('../fonts/merlin.ttf') format("truetype"), url('../fonts/merlin.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Maximo;
  src: url('../fonts/MAXIMO-Normal.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --af-yellow: #f7d1aa;
  --af-blue: #405b7c;
  --black: black;
  --af-grey: #d4d1d1;
  --af-brown: #5e4841;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-content: stretch flex-start;
  place-items: center start;
  display: grid;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-menu-box {
  float: left;
  clear: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.faicon {
  color: #0baa32;
  margin-bottom: 7px;
  margin-right: 8px;
  font-weight: 400;
  display: block;
}

.faicon.iconformfield {
  color: #97a4b4;
  margin-top: 5px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: "Fa solid 900", sans-serif;
}

.navigation-logo-box {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.main-navigation {
  z-index: 1000;
  width: auto;
  height: 160px;
  box-shadow: none;
  padding-right: 0;
  position: relative;
  inset: 0% 0% auto;
}

.main-navigation.g-header-footer-background-color {
  z-index: 4000;
  flex-direction: column;
  height: auto;
  padding: 1rem 2rem;
  display: flex;
  position: absolute;
}

.navigation-link {
  color: var(--white);
  text-transform: uppercase;
  flex: none;
  align-items: center;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.navigation-link:hover {
  background-color: #0000;
  border-bottom: 3px #ff7fb8;
}

.navigation-link:focus {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px #e87229;
}

.navigation-link.w--current {
  border-style: none none dotted;
  border-color: #fc0409 #fc0409 var(--af-yellow);
  color: var(--white);
  text-transform: uppercase;
  border-bottom-width: 1px;
  padding: .5rem .75rem;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link.w--current:hover {
  border-bottom-color: #fd77b3;
}

.navigation-link.w--open {
  height: auto;
}

.navigation-link.navigation-button {
  border: 1px solid var(--af-yellow);
  margin-left: .4rem;
  padding: .5rem .75rem;
  display: none;
}

.navigation-link.navigation-button:hover {
  border-color: var(--af-yellow);
  color: var(--af-yellow);
}

.sticky-navigation-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: center start;
  display: grid;
}

.sticky-navigation-menu {
  background-color: #0000;
  justify-content: flex-end;
  display: block;
}

.sticky-navigation {
  z-index: 10000;
  border: 1px #000;
  border-bottom-color: #508ad8;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: fixed;
  inset: 0 0 auto;
  transform: translate(0, -180px);
  box-shadow: -1px 2px 16px 2px #000000ba;
}

.error-message {
  width: auto;
  padding-top: 14px;
  padding-bottom: 6px;
}

.success-message {
  color: #97a4b4;
  background-color: #0000;
  width: auto;
  margin-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field {
  color: #97a4b4;
  border: 1px solid #d3dff0;
  border-radius: 3px;
  width: 99%;
  height: 50px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: border-color .35s;
}

.text-field:hover, .text-field:focus {
  border-color: #c8d4e2;
}

.text-field.withicon {
  clear: none;
  background-color: #fff;
  border-right-width: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding-left: 15px;
  display: flex;
}

.text-field.withicon:hover {
  border-right-width: 2px;
}

.text-field.withicon:focus {
  border-right-width: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-field.withicon._100 {
  border-width: 1px;
  border-color: var(--af-blue);
  background-color: #e9e2e2;
  width: 100%;
  margin-right: 0;
}

.text-field.withicon._50 {
  clear: none;
  width: 48%;
  margin-right: 17px;
}

.text-field.withicon._50.rightsidefield {
  border-width: 1px;
  border-color: var(--af-blue);
  background-color: #e9e2e2;
  width: 48%;
  margin-right: 0;
}

.text-field.withicon._50.leftsidefield {
  border-width: 1px;
  border-color: var(--af-blue);
  background-color: #e9e2e2;
  width: 48%;
  margin-right: 4%;
}

.footer {
  z-index: 10000;
  background-color: var(--af-blue);
  border-top: 1px #597a96;
  width: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.mobile-navigation-link-item {
  text-align: center;
}

.mobile-navigation-link-item.link-item-3 {
  color: var(--white);
}

.m-nav-toggle-description {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}

.mobile-navigation {
  z-index: 20000;
  display: block;
  position: absolute;
}

.m-nav-close-icon-wrapper {
  color: #0000;
}

.contact-us-form-fields {
  flex-flow: wrap;
  align-items: stretch;
  display: flex;
}

.contact-form-wrapper {
  margin-top: 0;
  position: relative;
}

.bold-text-10 {
  opacity: .49;
  color: #97a4b4;
  font-size: 150%;
}

.messagre-field {
  border: 1px solid var(--af-blue);
  color: #97a4b4;
  background-color: #e9e2e2;
  border-radius: 3px;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  line-height: 20px;
  transition: border-color .35s;
}

.messagre-field:hover, .messagre-field:focus {
  border-color: #c8d4e2;
}

.contact-form-title-instructions {
  border-bottom: 1px #d3dff0;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}

.actual-text-field-2 {
  color: #97a4b4;
  background-color: #0000;
  border: 1px #d3dff0;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  line-height: 20px;
  transition: border-color .35s;
}

.actual-text-field-2:hover, .actual-text-field-2:focus {
  border-color: #c8d4e2;
}

.send-and-recaptcha {
  flex-direction: column;
  display: flex;
}

.contact-form {
  width: 100%;
  display: flex;
}

.submit-button-2 {
  background-color: var(--af-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 3px;
  width: auto;
  margin-top: 6px;
  margin-right: 47px;
  padding-top: 17px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color .2s;
  display: block;
}

.submit-button-2:hover {
  background-color: #597a96cc;
}

.contact-form-box {
  width: 100%;
  height: auto;
}

.header-rese-as {
  z-index: 21;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Merlin, sans-serif;
  font-size: 800%;
  font-weight: 500;
  line-height: 20%;
  position: static;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.mobile-navigation-list-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: block;
}

.resenas {
  z-index: 999;
  background-color: var(--af-grey);
  border-bottom: 0 #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.image-16 {
  width: 15px;
}

.body {
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 14%;
}

.parallaxbginicio {
  z-index: 1999;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  background-color: #0000;
  width: auto;
  height: 160px;
  position: relative;
  inset: 0%;
}

.logonotext {
  width: 20%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.logo-nav {
  width: 24rem;
  max-width: none;
}

.bluegradientscreen {
  background-image: linear-gradient(#49495e 11%, #0000);
  height: 160px;
  position: relative;
}

.stickey-navigation-menu-box {
  float: left;
  clear: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.sticky-navigation-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  border-radius: 0;
  flex: none;
  padding: .5rem .75rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

.sticky-navigation-link:hover {
  color: var(--white);
  background-color: #0000;
  border-bottom: 3px #ff7fb8;
}

.sticky-navigation-link:focus {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 3px #e87229;
}

.sticky-navigation-link.w--current {
  border-style: none none dotted;
  border-width: 1px;
  border-color: #fc0409 #fc0409 var(--af-yellow);
  color: var(--white);
  text-transform: none;
  background-color: #0000;
  border-radius: 0;
  padding: .5rem .75rem;
  font-size: .8rem;
  font-weight: 600;
}

.sticky-navigation-link.w--current:hover {
  border-bottom-color: #fd77b3;
}

.sticky-navigation-link.navigation-button {
  border: 1px solid var(--af-yellow);
  margin-left: .5rem;
  padding: .5rem .75rem;
  display: none;
}

.link-block-9.w--current {
  display: flex;
}

.navigation-menu-grid {
  background-color: #0000;
  margin-right: 3em;
}

.email-signup-form {
  z-index: 999;
  color: #b5a17d;
  background-image: url('../images/ZAXIC_logo_BG_LTBLUE_BLEND.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-attachment: fixed;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 25px 40px;
  display: flex;
  position: relative;
  inset: 0% 0% auto auto;
}

.email-signup-form.g-email-subscription-form {
  z-index: 10000;
  background-color: #f7d1aa;
  background-image: none;
  padding: 2rem;
  display: none;
  position: static;
}

.success-message-2 {
  background-color: #0000;
  padding: 0;
}

.form {
  flex-direction: row;
  align-items: stretch;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-weight: 700;
  display: flex;
}

.text-block-40 {
  color: #344753;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.email {
  border: 1px solid var(--af-blue);
  width: 20rem;
  height: 2rem;
  color: var(--af-blue);
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding: .125rem 1em .125em;
  font-family: Montserrat, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.submit {
  width: 2rem;
  color: var(--af-blue);
  background-color: #0000;
  padding: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}

.error-message-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 0;
}

.bluegradientscreensticky {
  background-color: #405b7c;
  width: 100vw;
  padding: .05rem 2rem;
  position: static;
}

.footer-logo {
  width: 7rem;
  max-width: none;
}

.footer-column1 {
  object-fit: fill;
  margin-right: 3rem;
}

.footer-column-4 {
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-columns {
  background-color: #0000;
  border-top: 1px #898a8e;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.address {
  color: var(--white);
  text-align: left;
  white-space: nowrap;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-style: normal;
  line-height: 160%;
}

.bold-text-12 {
  color: var(--af-blue);
  font-size: 100%;
  font-weight: 800;
}

.footer-copyright {
  border-top: 1px dotted #898a8e;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  max-height: 200px;
  padding: 1rem 2rem;
  display: flex;
}

.whatsapp-chat {
  width: 100%;
  margin-top: 16px;
  display: none;
}

.copyright {
  color: var(--white);
  white-space: nowrap;
  margin-right: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1;
}

.copyright-year {
  color: var(--white);
  margin-right: 60px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.rese-as {
  width: 100%;
  margin-top: 1rem;
  font-size: .75rem;
  line-height: 1;
  display: block;
}

.thankyoumsg {
  margin-top: 20px;
  font-size: 240%;
}

.signuptext {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 1vw;
  display: block;
}

.footer-column-2 {
  flex-flow: column;
  align-items: flex-start;
  margin-right: 3rem;
  display: flex;
}

.social {
  text-align: right;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1em;
  display: flex;
}

.text-block-48 {
  color: var(--white);
  object-fit: fill;
  flex-wrap: nowrap;
  flex: 0 auto;
  margin-right: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.7vw;
  line-height: 1;
  display: block;
}

.social-link-block {
  margin-right: 7px;
  text-decoration: none;
}

.ecwid-initialization {
  display: none;
}

.callout-text-and-image {
  z-index: 3000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 20%;
  display: flex;
  position: relative;
}

.text-callout-with-color-bg-and-small-image {
  z-index: 4000;
  background-image: url('../images/pinky.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 0 #ddd;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.m-nav-toggle-inner-3 {
  box-shadow: none;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #222439;
  border: 1px dotted #f2f2f2;
  border-bottom-style: none;
  border-radius: 20px 20px 0 0;
  justify-content: center;
  align-items: center;
  padding: 17px 18px 17px 25px;
  transition: transform .25s cubic-bezier(.215, .61, .355, 1);
  display: none;
  position: relative;
}

.m-nav-toggle-inner-3:active {
  transform: scale(.88);
}

.m-nav-toggle-inner-3.close {
  background-color: #f2f2f2;
  padding: 18px;
  display: none;
}

.mobile-navigation-menu-content-3 {
  z-index: 5000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0 auto;
  overflow: auto;
}

.m-nav-link-2 {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 54px;
  text-decoration: none;
}

.m-nav-link-2.navigation-button {
  border: 1px dotted var(--white);
  display: none;
}

.mobile-navigation-toggle-open-3 {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 0;
}

.bold-text-16 {
  font-family: "Fa solid 900", sans-serif;
}

.mobile-navigation-toggle-close-3 {
  z-index: 1;
  text-decoration: none;
  display: block;
  position: absolute;
  bottom: 0;
}

.mobile-navigation-overlay-3 {
  z-index: 5000;
  background-color: #405b7c;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.mobile-navigation-toggle-2 {
  z-index: 99;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.social-icon {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 2.8vw;
  font-style: normal;
  line-height: 1;
  display: block;
}

.social-icon.brands {
  color: var(--black);
  text-align: left;
  font-family: "Fa brands 400", sans-serif;
  font-size: 100%;
  line-height: 30px;
  text-decoration: none;
}

.social-icon.solid {
  color: var(--af-blue);
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
}

.icon-spacer {
  margin-right: 10px;
  font-size: 30px;
}

.icon-set {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.icon-set-sublabel {
  align-self: auto;
  width: 80px;
  margin-right: 20px;
}

.icon-categories {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 10px;
  display: flex;
}

.icon-category {
  flex-flow: column;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 20px;
  display: flex;
}

.icon-category-label {
  font-size: 20px;
  font-weight: 700;
}

.icon-set-column {
  flex-direction: column;
  display: flex;
}

.icon-library-page-header {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  font-size: 40px;
  font-weight: 800;
}

.page-wrapper {
  font-family: Work Sans, sans-serif;
  overflow: hidden;
}

.page-wrapper.montserrat {
  font-family: Montserrat, sans-serif;
}

.main-wrapper {
  position: static;
}

.oxxo-svg-embed {
  width: 50px;
  color: var(--black);
}

.html-embed-17 {
  width: 100px;
}

.body-2 {
  background-color: var(--af-blue);
}

.color-library-page-header {
  margin-top: 10px;
  margin-bottom: 40px;
  margin-left: 10px;
  font-size: 40px;
  font-weight: 800;
}

.color-categories {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 10px;
  display: flex;
}

.color-set-column {
  flex-direction: column;
  margin-right: 40px;
  display: flex;
}

.color-category {
  flex-flow: column;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 40px;
  margin-right: 20px;
  display: flex;
}

.color-category-label {
  font-size: 20px;
  font-weight: 700;
}

.color-setting {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.color-sublabel {
  align-self: auto;
  width: 80px;
  margin-right: 20px;
}

.color-spacer {
  margin-right: 10px;
  font-size: 30px;
}

.g-email-subscription-form {
  background-color: #49495ee3;
}

.left-arrow {
  opacity: .8;
  margin-top: 200px;
  transition: opacity .3s;
  position: relative;
}

.left-arrow:hover {
  opacity: 1;
}

.slide-nav-4 {
  font-size: 9px;
  display: block;
}

.slide-nav-4.hide, .arrow {
  display: none;
}

.property-slider-photo {
  width: 100vw;
  min-width: auto;
  max-width: none;
  display: block;
}

.header-image {
  z-index: 3000;
  height: auto;
  position: relative;
  inset: 0%;
}

.mask {
  position: static;
}

.right-arrow-2 {
  opacity: .8;
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  transition: opacity .3s;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.right-arrow-2:hover {
  opacity: 1;
}

.slide-color-overlay {
  background-color: #405b7ca3;
  background-image: linear-gradient(#405b7c4d, #405b7c4d);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.footer-column-3 {
  white-space: nowrap;
  object-fit: fill;
  flex-direction: column;
  margin-right: 3rem;
  display: block;
}

.link-block-19 {
  color: var(--white);
  align-items: center;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-49 {
  border-bottom: 1px dotted var(--af-blue);
  color: var(--white);
  padding-bottom: 5px;
  font-size: 100%;
}

.header-image-about-me {
  z-index: 3000;
  background-image: url('../images/Home1_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.page-content {
  z-index: 4000;
  background-color: var(--af-grey);
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.content-column-left {
  flex: 0 auto;
  width: 32%;
  margin-right: 40px;
}

.content-column-right {
  flex: 0 auto;
  width: 80%;
  margin-left: 40px;
}

.content-header-image {
  width: 100vw;
  height: auto;
  margin-top: -219px;
  display: none;
  overflow: hidden;
}

.about-me-title {
  border-bottom: 1px none var(--af-brown);
  margin-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.heading {
  color: var(--af-blue);
  margin-top: 2rem;
  margin-bottom: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}

.heading.topspacing {
  margin-top: 40px;
}

.heading.with-spacing {
  margin-top: 2rem;
  margin-bottom: .5rem;
  line-height: 1.3;
}

.heading.with-spacing.newservice {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.heading.with-small-spacing {
  margin-top: 20px;
}

.heading.new-service {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
}

.heading.no-spacing {
  margin-top: 0;
}

.content-page-header-text {
  color: #ffffffd4;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph-content {
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 2;
}

.paragraph-content.centered {
  text-align: center;
  font-size: .9rem;
  line-height: 200%;
}

.paragraph-content-white {
  width: 100%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 110%;
  line-height: 140%;
}

.paragraph-content-white.centered {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.color-overlay-white {
  background-color: #ffffff96;
  position: absolute;
  inset: 0%;
}

.social-for-mobile {
  display: none;
}

.content-page-header {
  color: var(--white);
  margin-left: 2rem;
  position: absolute;
  inset: auto 0% -2%;
}

.slidea, .slideb {
  height: 100vh;
  position: static;
}

.slidec, .slided {
  position: static;
}

.slider-desktop {
  height: 100vh;
  position: static;
  overflow: hidden;
}

.slider-mobile {
  height: 100vh;
  display: none;
  position: static;
  overflow: hidden;
}

.slide-color-overlay-darker {
  background-color: #405b7cc7;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.contact-info {
  flex-direction: column;
  display: flex;
}

.address-dark {
  color: var(--black);
  text-align: left;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-style: normal;
  line-height: 160%;
}

.footer-headings {
  color: var(--white);
  margin-bottom: .5vh;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.contact-info-dark {
  flex-direction: column;
  display: flex;
}

.address-first {
  border-bottom: 1px dotted var(--af-blue);
  width: auto;
  color: var(--black);
  text-align: left;
  white-space: normal;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 100%;
  font-style: normal;
  line-height: 160%;
}

.phone-number-dark {
  border-bottom: 1px none var(--af-blue);
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: .9rem;
  line-height: 120%;
}

.email-dark {
  border-bottom: 1px dotted var(--af-blue);
  color: var(--black);
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 100%;
}

.bold-day-of-week {
  color: var(--af-yellow);
  font-size: 100%;
  font-weight: 600;
}

.google-map-div {
  z-index: 4000;
  border: 1px solid var(--af-blue);
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 50vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map {
  border-top: 1px none var(--af-blue);
  width: 100%;
  height: 50vh;
}

.heading-white {
  color: var(--white);
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 140%;
  font-weight: 500;
}

.slide-text-large {
  color: #ffffffd6;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 4.5vw;
  line-height: 1.5;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hours {
  color: var(--af-yellow);
  text-align: left;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-style: normal;
  line-height: 1.7;
}

.slide-div {
  background-color: #405b7ca3;
  background-image: url('../images/Home1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.holistic-treatments-matrix {
  background-color: var(--af-grey);
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.holistic-treatment-box {
  flex: 0 auto;
  width: 50%;
  height: auto;
  margin-right: 40px;
}

.holistic-treatment-box.end-box {
  margin-left: 40px;
  margin-right: 0;
}

.holistic-treatments-header {
  background-color: #d5d1d1;
  align-content: flex-start;
  align-items: flex-start;
  padding: 2rem 2rem 0;
  display: block;
}

.xxl-heading {
  color: var(--af-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  transition: opacity .275s;
}

.slide-color-overlay-for-slides {
  background-color: #405b7ca3;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.schedule-link-button {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.lottie-animation-of-calendar {
  width: 50%;
}

.text-block-50 {
  width: 50%;
  font-family: Montserrat, sans-serif;
  font-size: 250%;
}

.text-block-50:hover {
  color: var(--white);
}

.link-block-20 {
  color: var(--af-blue);
  text-decoration: none;
  display: flex;
}

.book-now-button {
  border: 1px solid var(--af-blue);
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  padding: 10px;
  font-size: .8rem;
  display: flex;
}

.book-now-button:hover {
  background-color: var(--af-blue);
}

.book-now-link-block {
  width: auto;
  color: var(--af-blue);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.div-block, .binder-div, .div-block-2 {
  display: flex;
}

.div-block-3 {
  margin-right: 5px;
}

._2-columns-auto {
  border-bottom: 1px dotted var(--af-blue);
  flex-flow: row;
  align-items: center;
  width: 100%;
  min-width: 44%;
  padding-top: 3px;
  display: flex;
}

.icon-column {
  margin-right: .5rem;
}

.icon-text {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.bold-text-17 {
  font-weight: 400;
}

.book-now-for-mobile-only {
  display: none;
}

.header-image-services {
  z-index: 3000;
  background-image: url('../images/Home2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.header-image-contact {
  z-index: 3000;
  background-image: url('../images/Rogue_River_Oregon_USA.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.spacer-for-mobiile {
  display: none;
}

.contact-info-white {
  flex-direction: column;
  display: flex;
}

.social-icon-white {
  color: var(--white);
  font-family: "Fa brands 400", sans-serif;
  font-size: 200%;
  font-style: normal;
  display: block;
}

.social-icon-white.brands {
  color: var(--black);
  text-align: left;
  font-family: "Fa brands 400", sans-serif;
  font-size: 100%;
  line-height: 30px;
  text-decoration: none;
}

.social-icon-white.solid {
  color: var(--white);
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

._2-columns-auto-white {
  border-bottom: 1px dotted var(--white);
  flex-flow: row;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-top: 1.5vh;
  padding-bottom: 1.5vh;
  display: flex;
}

._2-columns-auto-white.top-no-space {
  padding-top: 0;
}

.contact-text-white {
  border-bottom: 1px none var(--af-blue);
  color: var(--white);
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.3;
}

.cloneable-container-default {
  background-color: #f7f7fb;
  border-radius: 20px;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 8px;
  display: block;
  transform: translate(0);
}

.accordion-item-title---brix {
  color: #170f49;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}

.accordion-item---brix {
  cursor: pointer;
  background-color: #fff;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.accordion-item---brix.accordion-1---brix {
  border: 2px solid #0000;
  margin-bottom: 32px;
  padding: 20px;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-item---brix.accordion-1---brix:hover {
  box-shadow: 0 14px 21px #4a3aff0f;
}

.accordion-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.arrow-line---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  width: 11px;
  min-height: 2px;
  position: absolute;
}

.arrow-line---brix._1---brix {
  left: 7px;
  transform: rotate(45deg);
}

.arrow-line---brix._2---brix {
  background-color: var(--af-blue);
  color: var(--af-blue);
  right: 7px;
  transform: rotate(-45deg);
}

.accordion-paragraph---brix {
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 2;
}

.accordion-item-wrapper---brix {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper---brix.preview-page {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.accordion-trigger---brix {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-arrow-wrap---brix {
  background-color: #fff;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-height: 50px;
  display: flex;
  box-shadow: 0 5px 16px #080f340f;
}

.accordion-arrow-wrapper---brix {
  z-index: 200;
  color: #4a3aff;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  transform: rotate(90deg);
}

.div-block-4 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.all-accordians {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-right: 40px;
  display: flex;
}

.accordian-photo {
  width: 40%;
}

.image-18 {
  width: 100%;
}

.slide-div-1 {
  background-color: #405b7ca3;
  background-image: url('../images/Home1_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide-div-2 {
  background-color: #405b7ca3;
  background-image: url('../images/Home2.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide-div-copy {
  background-color: #405b7ca3;
  background-image: url('../images/Home3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.slide-div-4 {
  background-color: #405b7ca3;
  background-image: url('../images/Home1_1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.testimonial-rows {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.div-block-6 {
  flex: 0 auto;
  width: 25%;
}

.testimonials-columns {
  flex: 0 auto;
  width: 50%;
  margin-right: 40px;
}

.text-block-51, .paragraph {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 2;
}

.testimonial-quote {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 3;
}

.testimonial-author {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}

.bold-text-18, .bold-text-19 {
  font-size: 2rem;
}

.testimonial-box {
  border-bottom: 1px #dbdbdb;
  flex-direction: column;
  align-content: flex-start;
  width: 70%;
  padding-bottom: 0;
  display: flex;
}

.testimonial-text-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.testimonial-quote-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2;
}

.blue {
  color: #3b2ae5;
}

.testimonial-author-2 {
  color: var(--af-blue);
  margin-top: 30px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.quote-icon {
  opacity: .12;
  color: var(--af-blue);
  font-family: Droid Sans, sans-serif;
  font-size: 50rem;
  font-weight: 400;
  line-height: .1;
  position: static;
  top: -278px;
  left: 64px;
  transform: rotate(-20deg);
}

.testimonial-slider {
  background-color: #0000;
  margin-top: 20px;
}

.testimonial-slide-1 {
  height: auto;
}

.testimonial-slide {
  text-align: left;
  position: static;
  overflow: visible;
}

.mask-testimonials {
  height: auto;
  overflow: hidden;
}

.slide-div-3 {
  background-color: #405b7ca3;
  background-image: url('../images/Home3.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.right-arrow-3, .left-arrow-2 {
  opacity: .33;
  color: var(--af-blue);
}

.slide-nav-5 {
  color: var(--af-blue);
  display: none;
}

.div-block-7 {
  flex-direction: column;
  display: flex;
}

.testimonial-quote-sign-column {
  width: 7%;
}

.testimonial-quote-text-div {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  margin-left: 40px;
  margin-right: 80px;
  display: flex;
}

.div-block-8, .center-testimonial {
  justify-content: center;
  display: flex;
}

.div-block-9 {
  max-height: 200px;
  position: relative;
  top: -158px;
  left: 60px;
}

.quote-icon-div {
  position: relative;
  top: -158px;
  left: 60px;
}

.collection-list-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.collection-item-6 {
  justify-items: start;
  margin-top: 40px;
  place-self: stretch stretch;
}

.collection-item-7 {
  justify-self: center;
}

.googleicon {
  color: #3e90ec;
  margin-left: 10px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.testimonial-quote-text-2 {
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 2;
}

.facebookicon {
  color: #3e90ec;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.testimonial-author-3 {
  color: #405b7c;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
}

.publicadoendiv {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.rating {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.testimonial-quote-2 {
  height: 70%;
}

.stars {
  color: #ecca08;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
}

.testimonial-name-etc {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.yelpicon {
  color: #f50808;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.center-testimonial-2 {
  background-color: #ece8e8;
  border-radius: 10px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.insurance-options {
  background-color: var(--white);
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.logo-matrix {
  width: 100%;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collection-list-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-19 {
  opacity: .43;
  width: 70%;
  padding: 20px;
}

.collection-list-wrapper {
  margin-top: 40px;
}

.new-box {
  background-color: var(--af-yellow);
  border: 1px solid #000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.text-block-52 {
  color: var(--af-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1rem;
}

.new-service {
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.text-block-53 {
  color: #302f2f;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.paragraph-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
}

.text-block-54 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.6;
}

.div-block-10 {
  color: #faf8f8;
  background-color: #405b7c;
  padding: 20px;
}

@media screen and (min-width: 1280px) {
  .resenas {
    padding: 3rem;
  }

  .email {
    font-size: 1.2rem;
  }

  .footer-column1, .footer-column-2 {
    margin-right: 3.5rem;
  }

  .holistic-treatments-matrix {
    padding: 3rem;
  }

  .holistic-treatments-header {
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .slide-div-copy {
    background-image: url('../images/Home3_mobile.jpg');
    background-position: 50%;
  }

  .insurance-options {
    padding: 3rem;
  }
}

@media screen and (min-width: 1440px) {
  .resenas {
    padding: 3rem;
  }

  .email {
    font-size: 1.2rem;
  }

  .holistic-treatments-matrix {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .holistic-treatments-header {
    padding: 3rem 3rem 0;
  }

  .insurance-options {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media screen and (min-width: 1920px) {
  .navigation-logo-box {
    margin-top: 1.4em;
    margin-bottom: 1.4em;
    margin-left: 4em;
  }

  .navigation-link {
    padding: 1em;
  }

  .resenas {
    padding: 4rem;
  }

  .sticky-navigation-link.navigation-button {
    display: none;
  }

  .submit {
    width: 5rem;
    font-size: 3rem;
  }

  .footer-columns {
    padding: 4rem;
  }

  .footer-copyright {
    padding: 2rem 4rem;
  }

  .social {
    font-size: 1.8em;
  }

  .text-block-48 {
    margin-right: 1em;
  }

  .m-nav-link-2.navigation-button {
    display: none;
  }

  .social-icon {
    font-size: 2em;
  }

  .heading.with-spacing {
    margin-top: 1em;
  }

  .holistic-treatments-matrix {
    padding: 4rem;
  }

  .holistic-treatments-header {
    padding-top: 4rem;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .schedule-link-button {
    display: none;
  }

  .insurance-options {
    padding: 4rem;
  }
}

@media screen and (max-width: 991px) {
  .navigation-grid {
    grid-template-columns: 1fr;
  }

  .navigation-menu-box {
    background-color: #f9f9f9;
  }

  .text-field.withicon._50.rightsidefield {
    width: 48%;
  }

  .actual-text-field-2 {
    width: 98%;
  }

  .resenas {
    position: static;
  }

  .logo-nav {
    width: 55vw;
  }

  .stickey-navigation-menu-box {
    background-color: #f9f9f9;
  }

  .link-block-9 {
    justify-content: flex-start;
    align-items: center;
    height: 160px;
    display: flex;
  }

  .link-block-9.w--current {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .navigation-menu-grid {
    margin-right: 0;
  }

  .footer-column-4 {
    flex-direction: column;
    align-items: flex-start;
    display: none;
    position: static;
  }

  .footer-columns {
    flex-wrap: wrap;
  }

  .footer-copyright {
    flex-flow: row;
    align-items: flex-start;
    max-height: none;
  }

  .rese-as {
    font-size: .9rem;
  }

  .callout-text-and-image {
    margin-left: 10%;
    margin-right: 10%;
  }

  .text-callout-with-color-bg-and-small-image {
    flex-wrap: nowrap;
    height: auto;
    margin-bottom: 0;
    padding: 30px;
  }

  .m-nav-toggle-inner-3 {
    z-index: 3000;
    background-color: var(--af-blue);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    display: block;
  }

  .m-nav-toggle-inner-3.close {
    display: block;
  }

  .mobile-navigation-menu-content-3 {
    align-items: center;
  }

  .mobile-navigation-toggle-open-3, .mobile-navigation-toggle-close-3 {
    display: block;
  }

  .mobile-navigation-overlay-3 {
    z-index: 2500;
    display: none;
  }

  .mobile-navigation-toggle-2 {
    z-index: 3000;
    inset: auto 0% 0%;
  }

  .slide-nav-4.hide {
    width: 0%;
    height: 2%;
    position: relative;
  }

  .property-slider-photo {
    width: auto;
    height: 100vh;
  }

  .content-column-left {
    width: 40%;
    margin-right: 10px;
  }

  .heading {
    margin-bottom: .5rem;
  }

  .heading.with-small-spacing {
    margin-top: 47px;
  }

  .paragraph-content {
    font-size: .9rem;
  }

  .social-for-mobile {
    border-top: 1px none var(--af-yellow);
    margin-top: 5px;
    padding-top: 20px;
    display: block;
  }

  .slidea, .slideb, .slidec, .slided, .slider-mobile {
    height: auto;
  }

  .google-map-div {
    flex-wrap: nowrap;
    height: auto;
    margin-bottom: 0;
  }

  .accordion-item-title---brix {
    max-width: 88%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 20px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .testimonial-quote-text {
    font-size: 1rem;
  }

  .quote-icon {
    top: -22%;
    left: -19%;
  }

  .testimonial-slider {
    align-items: center;
    display: flex;
  }

  .collection-list-5 {
    grid-template-columns: 1fr 1fr;
  }

  .collection-item-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .text-field.withicon._100 {
    margin-right: 0;
  }

  .text-field.withicon._50.rightsidefield {
    width: 100%;
  }

  .text-field.withicon._50.leftsidefield {
    width: 100%;
    margin-right: 0;
  }

  .messagre-field {
    width: 100%;
  }

  .contact-form-title-instructions {
    padding-top: 0;
  }

  .contact-form {
    flex-direction: column;
    margin-top: 0;
  }

  .contact-form-box {
    width: 100%;
    margin-left: 0;
  }

  .parallaxbginicio {
    height: 150px;
  }

  .logo-nav {
    width: 65vw;
  }

  .bluegradientscreen {
    height: 150px;
  }

  .navigation-menu-grid {
    margin-right: 0;
  }

  .email-signup-form {
    flex-wrap: wrap;
  }

  .email-signup-form.g-email-subscription-form {
    flex-wrap: wrap;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .footer-column-4 {
    flex-flow: column wrap;
  }

  .footer-columns {
    flex-wrap: wrap;
  }

  .address {
    padding-bottom: 20px;
  }

  .footer-copyright {
    padding-right: 40px;
  }

  .footer-column-2 {
    margin-right: 40px;
  }

  .text-callout-with-color-bg-and-small-image {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: flex-start;
    padding: 30px;
  }

  .mobile-navigation-toggle-open-3 {
    display: block;
  }

  .mobile-navigation-toggle-close-3 {
    display: none;
  }

  .page-content {
    flex-direction: column;
  }

  .content-column-left {
    width: 100%;
  }

  .content-column-right {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .content-header-image {
    max-width: 140%;
  }

  .paragraph-content-white.centered {
    font-size: 100%;
  }

  .slider-desktop {
    display: block;
  }

  .slider-mobile {
    display: none;
  }

  .address-dark, .address-first {
    padding-bottom: 20px;
  }

  .google-map-div {
    flex-flow: column wrap;
    align-content: stretch;
    align-items: flex-start;
  }

  .hours {
    padding-bottom: 20px;
  }

  .holistic-treatments-matrix {
    display: block;
  }

  .holistic-treatment-box {
    width: 100%;
    margin-right: 0;
  }

  .holistic-treatment-box.end-box {
    margin-left: 0;
  }

  .binder-div {
    flex-direction: column;
  }

  .book-now-for-mobile-only {
    margin-top: 40px;
    display: block;
  }

  .book-now-desktop-only {
    display: none;
  }

  .spacer-for-mobiile {
    height: 40px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .cloneable-container-default {
    padding: 30px;
  }

  .accordion-item-title---brix {
    max-width: 80%;
  }

  .accordion-item---brix.accordion-1---brix {
    margin-bottom: 16px;
    padding: 32px;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .accordion-item-wrapper---brix.preview-page {
    width: 100%;
  }

  .accordion-arrow-wrap---brix {
    width: 40px;
    min-height: 40px;
  }

  .all-accordians {
    flex-direction: column;
    margin-right: 0;
  }

  .accordian-photo {
    width: 100%;
    margin-top: 20px;
  }

  .testimonial-box {
    width: 100%;
  }

  .quote-icon {
    font-size: 40rem;
    top: -14%;
    left: -24%;
    transform: translate(19px)rotate(-20deg);
  }

  .right-arrow-3, .left-arrow-2 {
    display: none;
  }

  .collection-list-5 {
    grid-template-columns: 1fr;
  }

  .testimonial-quote-2, .center-testimonial-2 {
    height: auto;
    margin-bottom: 20px;
  }

  .insurance-options {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navigation-logo-box {
    justify-content: center;
  }

  .main-navigation {
    height: 100px;
    position: relative;
  }

  .sticky-navigation-grid {
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .sticky-navigation-menu {
    display: none;
  }

  .sticky-navigation {
    text-align: center;
    transform: translate(0, -95px);
  }

  .messagre-field {
    font-family: Montserrat, sans-serif;
  }

  .contact-form-title-instructions {
    margin-bottom: 0;
    padding-top: 0;
  }

  .actual-text-field-2 {
    font-family: Montserrat, sans-serif;
  }

  .send-and-recaptcha {
    width: auto;
  }

  .contact-form {
    margin-top: -3px;
    padding: 0;
    display: block;
    position: relative;
  }

  .contact-form-box {
    width: 100%;
  }

  .resenas {
    padding: 30px;
  }

  .parallaxbginicio {
    height: 89px;
    margin-top: -3px;
  }

  .logo-nav {
    width: 100%;
  }

  .bluegradientscreen {
    height: 89px;
  }

  .link-block-9 {
    flex: none;
    justify-content: flex-start;
    height: 100px;
  }

  .navigation-menu-grid {
    display: none;
  }

  .text-block-40 {
    font-size: .8rem;
  }

  .email {
    width: 15rem;
  }

  .footer-column1 {
    flex-direction: column;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .footer-columns {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .address {
    font-size: 90%;
  }

  .footer-copyright {
    padding-left: 30px;
    padding-right: 30px;
  }

  .copyright-year {
    width: 100px;
  }

  .footer-column-2 {
    margin-top: 15px;
  }

  .callout-text-and-image {
    margin-left: 5%;
    margin-right: 5%;
  }

  .text-callout-with-color-bg-and-small-image {
    justify-content: flex-start;
    margin-top: -3px;
  }

  .m-nav-toggle-inner-3 {
    z-index: auto;
    position: static;
  }

  .mobile-navigation-menu-content-3 {
    z-index: auto;
  }

  .mobile-navigation-toggle-open-3 {
    z-index: 2500;
    position: fixed;
    inset: auto auto 0%;
  }

  .mobile-navigation-overlay-3 {
    display: none;
  }

  .mobile-navigation-toggle-2 {
    z-index: 3000;
  }

  .left-arrow, .slide-nav-4.hide {
    position: static;
  }

  .property-slider-photo {
    margin-left: 0;
    overflow: hidden;
  }

  .mask {
    overflow: hidden;
  }

  .right-arrow-2 {
    display: none;
    position: static;
  }

  .slide-color-overlay {
    width: 100vw;
    height: 100vh;
  }

  .header-image-about-me {
    height: 40vh;
    display: flex;
  }

  .page-content {
    padding: 30px;
  }

  .content-column-right {
    margin-left: 0;
  }

  .content-header-image {
    width: auto;
    max-width: none;
    height: 60vh;
    overflow: hidden;
  }

  .content-page-header-text {
    font-size: 1.5rem;
  }

  .paragraph-content-white.centered {
    font-size: 90%;
  }

  .social-for-mobile {
    display: none;
  }

  .content-page-header {
    text-align: left;
    flex: 0 auto;
    margin-left: 30px;
    bottom: -1%;
  }

  .slidea {
    height: 100%;
  }

  .slideb {
    height: 100vh;
    overflow: hidden;
  }

  .slidec, .slided {
    height: 100vh;
  }

  .slider-desktop {
    display: none;
  }

  .slider-mobile {
    object-fit: fill;
    flex-flow: row;
    place-content: space-around space-between;
    align-items: stretch;
    height: 100vh;
    display: block;
  }

  .address-first {
    font-size: 90%;
  }

  .google-map-div {
    justify-content: flex-start;
  }

  .heading-white {
    font-size: 120%;
  }

  .slide-text-large {
    margin-left: 30px;
    margin-right: 30px;
  }

  .slide-div {
    z-index: 5000;
    background-color: #0000;
    background-image: none;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .holistic-treatments-matrix {
    padding: 30px;
  }

  .holistic-treatment-box.end-box {
    flex-direction: column;
    margin-left: 0;
    display: flex;
  }

  .holistic-treatments-header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .xxl-heading {
    line-height: 125%;
  }

  .slide-color-overlay-for-slides {
    width: 100vw;
    height: 100vh;
  }

  .schedule-link-button {
    justify-content: center;
  }

  .book-now-button {
    justify-content: flex-start;
  }

  .book-now-link-block {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .header-image-services, .header-image-contact {
    height: 40vh;
    display: flex;
  }

  .image-17 {
    margin-top: 5px;
  }

  .lottie-animation-div {
    text-align: center;
  }

  .accordion-item-title---brix {
    font-size: .8rem;
    line-height: 1.5;
  }

  .accordion-paragraph---brix {
    max-width: 100%;
  }

  .slide-div-1 {
    z-index: 5000;
    background-color: #0000;
    background-image: url('../images/Home1_1.jpg');
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .slide-div-2, .slide-div-copy, .slide-div-4 {
    z-index: 5000;
    background-color: #0000;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .testimonial-box {
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-text-div {
    width: 100%;
  }

  .testimonial-quote-text {
    margin-top: 20px;
    font-size: .8rem;
  }

  .testimonial-author-2 {
    font-size: 1rem;
  }

  .quote-icon {
    font-size: 20rem;
  }

  .testimonial-slider {
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .testimonial-slide {
    margin-top: 0;
  }

  .slide-div-3 {
    z-index: 5000;
    background-color: #0000;
    width: 100vw;
    height: 100vh;
    display: block;
  }

  .right-arrow-3, .left-arrow-2, .testimonial-quote-sign-column {
    display: none;
  }

  .testimonial-quote-text-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .quote-icon-div {
    left: 3px;
  }

  .googleicon {
    font-size: 1rem;
  }

  .testimonial-quote-text-2 {
    margin-top: 20px;
    font-size: .8rem;
  }

  .facebookicon, .testimonial-author-3, .stars {
    font-size: 1rem;
  }

  .insurance-options {
    padding: 30px;
  }
}

#w-node-_701a65ff-c8ec-060c-ee4c-90724c235b90-b136854d {
  place-self: center end;
}

#w-node-_2efc8087-313b-6796-bf16-cd3db3083141-b3083136 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_47ca15ef-d1b7-ef4d-fb54-752b289be0db-b3083136 {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-_2efc8087-313b-6796-bf16-cd3db3083141-b3083136 {
    place-self: center stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2efc8087-313b-6796-bf16-cd3db3083141-b3083136 {
    place-self: stretch start;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Merlin';
  src: url('../fonts/merlin.woff2') format('woff2'), url('../fonts/merlin.eot') format('embedded-opentype'), url('../fonts/merlin.woff') format('woff'), url('../fonts/merlin.ttf') format('truetype'), url('../fonts/merlin.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maximo';
  src: url('../fonts/MAXIMO-Normal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}