﻿@import url("https://use.typekit.net/lki4lxr.css");
@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
    outline: unset;
    margin: unset;
    padding: unset;
    border: unset;
    background: unset;
    color: unset;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  body {
    margin: unset;
  }
  button,
  input,
  textarea,
  select {
    position: relative;
    font: inherit;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  div,
  ul,
  ol,
  li {
    position: relative;
    text-wrap: pretty;
  }
  ul,
  ol {
    padding-left: 1em;
  }
  img,
  picture,
  svg,
  canvas {
    position: relative;
    display: block;
    max-inline-size: 100%;
    block-size: auto;
  }
  header,
  footer,
  section,
  article,
  aside {
    position: relative;
  }
  @media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }
}
:root {
  --font-body: nexa, sans-serif;
  --font-head: nexa, sans-serif;
  --color-orange: #E8AA54;
  --color-green: #67833D;
  --x-small-size: clamp(11px, 0cqw + 11px, 11px);
  --small-size: clamp(14px, 0.303030303cqw + 12.5454545455px, 16px);
  --medium-size: clamp(16px, 0.303030303cqw + 14.5454545455px, 18px);
  --xxx-large-size: clamp(28px, 0.6060606061cqw + 25.0909090909px, 32px);
  --xx-large-size: clamp(26px, 0.6060606061cqw + 23.0909090909px, 30px);
  --x-large-size: clamp(22px, 0.6060606061cqw + 19.0909090909px, 26px);
  --large-size: clamp(18px, 0.6060606061cqw + 15.0909090909px, 22px);
}

@media (min-width: 641px) and (max-width: 1280px) {
  .topNavWrap {
    --justifyContent: flex-end !important;
  }
}

.topNav {
  padding: 10px !important;
}
.topNav .st-nav-link {
  font-family: "avenir-lt-pro";
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.07em;
  color: #786968 !important;
}
.topNav .st-nav-link:hover {
  color: #DF7D42 !important;
}
@media (min-width: 641px) and (max-width: 1280px) {
  .topNav .st-nav-link {
    font-size: 13px;
    padding: 10px !important;
  }
}
@container (min-width: 641px) and (max-width: 1280px) {
  .topNav .st-nav-link {
    font-size: 13px;
    padding: 10px !important;
  }
}
.topNav .st-nav-link img {
  width: 233px !important;
  height: 98px !important;
  transition: transform 0.4s;
}
.topNav .st-nav-link img:hover {
  transform: scale(1.1);
}

@media (min-width: 641px) and (max-width: 1280px) {
  .wp-block-smarttouch-navigation:not(.st-layout-unstyled).st-layout-responsive.st-toggle-branded .smarttouch-nav-wrap {
    height: 100vh;
  }
}

.wp-site-blocks {
  max-width: 100%;
  overflow: clip;
}
.wp-site-blocks .smarttouch-button {
  text-align: center;
}
.wp-site-blocks .is-style-section {
  padding-inline: 20px;
  margin-block: 80px;
}
.wp-site-blocks .is-style-section.has-background {
  padding-block: 80px;
}
@media (max-width: 640px) {
  .wp-site-blocks .is-style-section {
    margin-block: 60px;
  }
  .wp-site-blocks .is-style-section.has-background {
    padding-block: 60px;
  }
}
@container (max-width: 640px) {
  .wp-site-blocks .is-style-section {
    margin-block: 60px;
  }
  .wp-site-blocks .is-style-section.has-background {
    padding-block: 60px;
  }
}
.wp-site-blocks > header {
  container-type: inline-size;
  z-index: 99;
  position: relative;
  top: 0;
}
.wp-site-blocks > div {
  container-type: inline-size;
  z-index: 0;
}
.wp-site-blocks > footer {
  container-type: inline-size;
  z-index: 98;
}

.hero {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .masthead-caption {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}
.hero .masthead-caption h1, .hero .masthead-caption h2, .hero .masthead-caption h3, .hero .masthead-caption h4, .hero .masthead-caption h5, .hero .masthead-caption h6, .hero .masthead-caption p {
  color: #fff;
  font: 300 76px/1.5em var(--font-head) !important;
}
@media (max-width: 640px) {
  .hero .masthead-caption h1, .hero .masthead-caption h2, .hero .masthead-caption h3, .hero .masthead-caption h4, .hero .masthead-caption h5, .hero .masthead-caption h6, .hero .masthead-caption p {
    font: 300 32px/1.5em var(--font-head) !important;
  }
}
@container (max-width: 640px) {
  .hero .masthead-caption h1, .hero .masthead-caption h2, .hero .masthead-caption h3, .hero .masthead-caption h4, .hero .masthead-caption h5, .hero .masthead-caption h6, .hero .masthead-caption p {
    font: 300 32px/1.5em var(--font-head) !important;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .hero .masthead-caption h1, .hero .masthead-caption h2, .hero .masthead-caption h3, .hero .masthead-caption h4, .hero .masthead-caption h5, .hero .masthead-caption h6, .hero .masthead-caption p {
    font: 300 62px/1.5em var(--font-head) !important;
  }
}
@container (min-width: 641px) and (max-width: 1280px) {
  .hero .masthead-caption h1, .hero .masthead-caption h2, .hero .masthead-caption h3, .hero .masthead-caption h4, .hero .masthead-caption h5, .hero .masthead-caption h6, .hero .masthead-caption p {
    font: 300 62px/1.5em var(--font-head) !important;
  }
}
.hero .masthead-caption h1.homeCaption, .hero .masthead-caption h2.homeCaption, .hero .masthead-caption h3.homeCaption, .hero .masthead-caption h4.homeCaption, .hero .masthead-caption h5.homeCaption, .hero .masthead-caption h6.homeCaption, .hero .masthead-caption p.homeCaption {
  color: #786968;
  text-shadow: inherit;
}
@keyframes fadeInUpHero-1 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpHero-06 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0.6;
    transform: translateY(0);
  }
}
@keyframes fadeInUpHero-08 {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0.8;
    transform: translateY(0);
  }
}
.hero::after {
  display: none !important;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 18vw;
  background: #E87E54;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
  opacity: 0.6;
  animation-name: fadeInUpHero-06;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 2s;
}
.hero.lightOrange::after {
  background: #E8AA54;
  opacity: 0.8;
  animation-name: fadeInUpHero-08;
}
.hero.lightBlue::after {
  background: #8DCDBB;
  animation-name: fadeInUpHero-06;
}
.hero.community-masthead::after {
  background: #85B657;
  mix-blend-mode: multiply;
  opacity: 1;
  animation-name: fadeInUpHero-1;
}
.hero.amenities-masthead::after {
  background: #E87E54;
  mix-blend-mode: multiply;
  opacity: 1;
  animation-name: fadeInUpHero-1;
}
.hero.school-masthead::after {
  background: #FCC87F;
  mix-blend-mode: multiply;
  opacity: 1;
  animation-name: fadeInUpHero-1;
}

.img-design {
  border-left: solid 1px #000;
  padding-left: 40px;
}
@container (max-width: 1280px) {
  .img-design {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
@media (max-width: 1280px) {
  .img-design {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.img-design img {
  border-radius: 100%;
  max-width: 269px;
}
@media (max-width: 640px) {
  .img-design img {
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design img {
    margin: 0 auto;
  }
}
.img-design .smarttouch-content {
  margin-top: -100px;
  padding-left: 25%;
}
@media (max-width: 640px) {
  .img-design .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
@container (max-width: 640px) {
  .img-design .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
.img-design .smarttouch-content p {
  width: 249px;
  height: 249px;
  background: var(--color-green);
  border-radius: 100%;
  padding: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .img-design .smarttouch-content p {
    width: 249px;
    height: 249px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design .smarttouch-content p {
    width: 249px;
    height: 249px;
    margin: 0 auto;
  }
}

.communitybox .bg-img {
  flex: inherit !important;
}
.communitybox .community-col {
  padding: 0px;
}
@media (max-width: 640px) {
  .communitybox .community-col {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto;
    left: 0% !important;
    top: 0% !important;
    bottom: inherit !important;
  }
}
@container (max-width: 640px) {
  .communitybox .community-col {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto;
    left: 0% !important;
    top: 0% !important;
    bottom: inherit !important;
  }
}
.communitybox .community-col .wp-block-smarttouch-content {
  width: 240px;
  height: 240px;
  background: var(--color-green);
  border-radius: 100%;
  padding: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}
@media (max-width: 640px) {
  .communitybox .community-col .wp-block-smarttouch-content {
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .communitybox .community-col .wp-block-smarttouch-content {
    margin: 0 auto;
  }
}
.communitybox .community-col .wp-block-smarttouch-content .smarttouch-content p:last-child {
  text-transform: uppercase;
}
.communitybox .community-col h2 {
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .communitybox .community-col h2 {
    color: var(--color-orange);
    text-align: center;
    padding-bottom: 0px !important;
  }
}
@container (max-width: 640px) {
  .communitybox .community-col h2 {
    color: var(--color-orange);
    text-align: center;
    padding-bottom: 0px !important;
  }
}
.communitybox .community-col p {
  font-size: 26px;
  line-height: 1.5em;
}
.communitybox .community-col p a {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  color: #fff;
}
.communitybox .col-1-text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 40%;
}
@media (min-width: 1281px) {
  .communitybox .col-1-text {
    bottom: 0;
  }
}
.communitybox .col-1-text .wp-block-smarttouch-content {
  background: #DF7D42;
}
.communitybox .col-1-text .wp-block-smarttouch-content.comtitle {
  background: inherit;
  width: 100%;
  height: auto;
  text-align: left;
  padding: 10px 0px;
}
.communitybox .col-2-text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 20%;
}
@media (min-width: 1281px) {
  .communitybox .col-2-text {
    bottom: 2vw;
  }
}
.communitybox .col-2-text .wp-block-smarttouch-content {
  background: #67833D;
}
.communitybox .col-3-text {
  position: relative;
  bottom: 0;
  left: 0%;
  width: 20%;
}
@media (min-width: 1281px) {
  .communitybox .col-3-text {
    bottom: -5vw;
  }
}
.communitybox .col-3-text .wp-block-smarttouch-content {
  background: #E8AA54;
}
.communitybox .col-4-text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 20%;
}
@media (min-width: 1281px) {
  .communitybox .col-4-text {
    bottom: 6vw;
  }
}
.communitybox .col-4-text .wp-block-smarttouch-content {
  background: #C296DA;
}

.img-design-about {
  border-left: solid 1px #000;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .img-design-about {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.img-design-about img {
  border-radius: 100%;
  margin-left: 25%;
  max-width: 329px;
}
@media (max-width: 640px) {
  .img-design-about img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-about img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.img-design-about .smarttouch-content {
  margin-top: -100px;
  padding-left: 5%;
}
@media (max-width: 640px) {
  .img-design-about .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
@container (max-width: 640px) {
  .img-design-about .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
.img-design-about .smarttouch-content p {
  width: 295px;
  height: 295px;
  background: #DF7D42;
  border-radius: 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .img-design-about .smarttouch-content p {
    width: 295px;
    height: 295px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-about .smarttouch-content p {
    width: 295px;
    height: 295px;
    margin: 0 auto;
  }
}

.projectTeam .smarttouch-flex .wp-block-smarttouch-block {
  border-left: solid 2px #fff;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .projectTeam .smarttouch-flex .wp-block-smarttouch-block {
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
  }
}
@container (max-width: 640px) {
  .projectTeam .smarttouch-flex .wp-block-smarttouch-block {
    padding-left: 20px;
    padding-right: 20px;
    border: 0px;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .projectTeam .smarttouch-flex .wp-block-smarttouch-block {
    border: 0px;
  }
}
@container (min-width: 641px) and (max-width: 1280px) {
  .projectTeam .smarttouch-flex .wp-block-smarttouch-block {
    border: 0px;
  }
}
.projectTeam .smarttouch-flex .wp-block-smarttouch-block:first-child {
  border: 0;
}
.projectTeam .smarttouch-flex .wp-block-smarttouch-block:last-child {
  border-right: solid 2px #fff;
  padding-right: 20px;
}
@media (min-width: 641px) and (max-width: 1280px) {
  .projectTeam .smarttouch-flex .wp-block-smarttouch-block:last-child {
    border: 0px;
  }
}
@container (min-width: 641px) and (max-width: 1280px) {
  .projectTeam .smarttouch-flex .wp-block-smarttouch-block:last-child {
    border: 0px;
  }
}

.goals-gallery > div {
  display: flex !important;
  justify-content: center !important;
  flex-direction: row !important;
  gap: 40px !important;
  flex-wrap: wrap;
}
@media (min-width: 1281px) {
  .goals-gallery > div {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .goals-gallery > div {
    flex-wrap: wrap !important;
  }
}
.goals-gallery > div > div {
  flex: none;
  width: calc(33.33% - 40px);
}
@container (max-width: 640px) {
  .goals-gallery > div > div {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .goals-gallery > div > div {
    width: 100%;
  }
}
@container (max-width: 640px) {
  .goals-gallery > div > div {
    width: 100%;
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .goals-gallery > div > div {
    width: calc(50% - 40px);
  }
}
.goals-gallery > div > div:last-child {
  width: calc(100% - 0px);
}
@container (max-width: 640px) {
  .goals-gallery > div > div:last-child {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .goals-gallery > div > div:last-child {
    width: 100%;
  }
}
@media (min-width: 1281px) {
  .goals-gallery > div > div:last-child {
    width: calc(100% - 40px);
  }
}
@media (min-width: 641px) and (max-width: 1280px) {
  .goals-gallery > div > div:last-child {
    width: calc(100% - 40px);
  }
}
.goals-gallery > div > div .smarttouch-image:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
  z-index: 1;
}
.goals-gallery > div > div .smarttouch-image:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(244, 198, 20, 0);
  transition: all 0.5s ease;
  z-index: 2;
}
.goals-gallery > div > div .smarttouch-overlay {
  z-index: 3;
  padding: 20px;
  display: grid;
  grid-template: auto 0fr/1fr;
  gap: 20px;
  transition: all 0.5s ease;
  align-items: center;
  align-content: center;
  top: 85%;
  height: auto;
  translate: 0 -50%;
  background: transparent;
  text-shadow: unset;
}
.goals-gallery > div > div .smarttouch-overlay h2 {
  font: 400 24px/24px "nexa", serif;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.goals-gallery > div > div .smarttouch-overlay div {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  text-align: center;
}
.goals-gallery > div > div:hover .smarttouch-image:after {
  background: #8e8e8e;
  mix-blend-mode: multiply;
}
.goals-gallery > div > div:hover .smarttouch-overlay {
  grid-template: auto 1fr/1fr;
  top: 50%;
}
.goals-gallery > div > div:hover .smarttouch-overlay h2 {
  color: #fff;
}
.goals-gallery > div > div:hover .smarttouch-overlay div {
  opacity: 1;
}
.goals-gallery > div > div:hover .smarttouch-overlay div p {
  color: #fff;
  line-height: 1.5em;
}
@media (max-width: 640px) {
  .goals-gallery > div > div {
    width: 100%;
  }
}
@container (max-width: 640px) {
  .goals-gallery > div > div {
    width: 100%;
  }
}

.img-design-location {
  border-left: solid 1px #000;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .img-design-location {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.img-design-location img {
  border-radius: 100%;
  margin-left: 25%;
  max-width: 349px;
}
@media (max-width: 640px) {
  .img-design-location img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-location img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.img-design-location .smarttouch-content {
  margin-top: -70px;
  padding-left: 40%;
}
@media (max-width: 640px) {
  .img-design-location .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
@container (max-width: 640px) {
  .img-design-location .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
.img-design-location .smarttouch-content p {
  width: 230px;
  height: 230px;
  background: #8DBAD8;
  border-radius: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .img-design-location .smarttouch-content p {
    width: 230px;
    height: 230px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-location .smarttouch-content p {
    width: 230px;
    height: 230px;
    margin: 0 auto;
  }
}

.curveDesign::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7vw;
  background: #ACCD8D;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}

.curvetopDesign::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 7vw;
  background: #ACCD8D;
  clip-path: polygon(0% 0%, 0% 100%, 0% 100%, 50% 0%, 100% 100%, 50% 100%, 50% 100%, 50% 100%, 100% 100%, 100% 0%);
}

.img-design-community {
  border-left: solid 1px #000;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .img-design-community {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.img-design-community img {
  border-radius: 100%;
  margin-left: 25%;
  max-width: 303px;
}
@media (max-width: 640px) {
  .img-design-community img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-community img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.img-design-community .secondImg img {
  margin-left: 15%;
  margin-top: -180px;
}
@media (max-width: 640px) {
  .img-design-community .secondImg img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-community .secondImg img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.img-design-community .smarttouch-content {
  margin-top: -100px;
  padding-left: 52%;
  z-index: 2;
}
@media (max-width: 640px) {
  .img-design-community .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
@container (max-width: 640px) {
  .img-design-community .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
.img-design-community .smarttouch-content p {
  width: 303px;
  height: 303px;
  background: #AA82C0;
  border-radius: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .img-design-community .smarttouch-content p {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-community .smarttouch-content p {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

.commHeadingText h1, .commHeadingText h2, .commHeadingText h3 {
  color: var(--color-orange);
  text-transform: uppercase;
}
.commHeadingText p {
  color: #786968;
}

.communityMapCircle {
  animation-delay: 2s;
}
.communityMapCircle p {
  width: 341px;
  height: 341px;
  background: #E87E54;
  border-radius: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.img-design-amenities {
  border-left: solid 1px #000;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .img-design-amenities {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.img-design-amenities img {
  border-radius: 100%;
  margin-left: 15%;
  max-width: 313px;
}
@media (max-width: 640px) {
  .img-design-amenities img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-amenities img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.img-design-amenities .smarttouch-content {
  margin-top: -135px;
  padding-left: 44%;
}
@media (max-width: 640px) {
  .img-design-amenities .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
@container (max-width: 640px) {
  .img-design-amenities .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
.img-design-amenities .smarttouch-content p {
  width: 269px;
  height: 269px;
  background: #7CB8D7;
  border-radius: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .img-design-amenities .smarttouch-content p {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-amenities .smarttouch-content p {
    width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}

.amenTitleText h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.amenTitleText p {
  color: #fff;
  margin-bottom: 20px !important;
}

.amenTitleTextImg h1, .amenTitleTextImg h2, .amenTitleTextImg h3, .amenTitleTextImg p {
  color: #fff;
}

.img-design-school {
  border-left: solid 1px #000;
  padding-left: 20px;
}
@media (max-width: 1280px) {
  .img-design-school {
    border-left: solid 0px #000;
    padding-left: 0px;
    margin: 0 auto;
  }
}
.img-design-school img {
  border-radius: 100%;
  margin-left: 15%;
  max-width: 313px;
}
@media (max-width: 640px) {
  .img-design-school img {
    max-width: 300px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-school img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.img-design-school .smarttouch-content {
  margin-top: -105px;
  padding-left: 32%;
}
@media (max-width: 640px) {
  .img-design-school .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
@container (max-width: 640px) {
  .img-design-school .smarttouch-content {
    padding-left: 0%;
    margin-top: 10px;
  }
}
.img-design-school .smarttouch-content p {
  width: 358px;
  height: 358px;
  background: #E87E54;
  border-radius: 100%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  text-wrap: balance;
}
@media (max-width: 640px) {
  .img-design-school .smarttouch-content p {
    width: 320px;
    height: 320px;
    margin: 0 auto;
  }
}
@container (max-width: 640px) {
  .img-design-school .smarttouch-content p {
    width: 320px;
    height: 320px;
    margin: 0 auto;
  }
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

body {
  -webkit-overflow-scrolling: auto !important;
}

.parallax-panel {
  position: sticky;
  top: 0;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .parallax-panel {
    position: relative;
    height: auto;
  }
}
@container (max-width: 1280px) {
  .parallax-panel {
    position: relative;
    height: auto;
  }
}

.block-form p {
  color: #786968;
  font-size: 14px;
}

.blacktitle h1 {
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 640px) {
  .blacktitle h1 {
    color: var(--color-orange);
    text-align: center;
    padding-bottom: 0px !important;
  }
}
@container (max-width: 640px) {
  .blacktitle h1 {
    color: var(--color-orange);
    text-align: center;
    padding-bottom: 0px !important;
  }
}
.blacktitle .boxLcP p:last-child {
  font-size: 12px;
  line-height: 16px;
}

.contactWrap .wp-block-smarttouch-flex {
  max-width: 1150px;
  left: 50%;
  transform: translateX(-50%);
  --block-margin-left: inherit !important;
}
.contactWrap input {
  border: solid 1px #D9D9D9;
  padding: 10px;
  font: 400 14px/1em var(--font-body);
  color: #786968;
  width: 100%;
}
.contactWrap input[type=submit] {
  background: #E8AA54;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 20px;
  border: 0px;
  cursor: pointer;
  font: 700 14px/1em var(--font-body);
  width: auto;
}
.contactWrap .wpcf7-response-output {
  font-size: 14px;
  margin: 1.5em 0em 1em !important;
}

.block-locations:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: #000;
  transform: translateX(-1px);
  z-index: 1;
}
.block-locations .wp-block-smarttouch-grid .smarttouch-grid > div {
  gap: 0;
}
.block-locations .block-location .smarttouch-flex {
  gap: 0px !important;
}
.block-locations .block-location .smarttouch-flex .smarttouch-content {
  font: 400 14px/1.09em var(--font-head);
  color: #786968;
  gap: 5px;
  padding: 10px;
}
.block-locations .block-location .smarttouch-flex .smarttouch-content p:first-child {
  background: #E87E54;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 100%;
  font: 700 14px/1em var(--font-head);
}

@keyframes blink {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(0.75);
  }
}
.pinpoints {
  overflow: hidden;
}
.pinpoints .smarttouch-flex {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: relative;
}
.pinpoints .wp-block-smarttouch-block {
  transform: translate(-50%, -100%);
}
.pinpoints .wp-block-smarttouch-block .smarttouch-content p {
  z-index: 2;
  font: 700 14px/1em var(--font-head);
  color: #e87e54;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
  transition: opacity 0.3s ease;
  text-transform: uppercase;
}
@container (max-width: 1280px) {
  .pinpoints .wp-block-smarttouch-block .smarttouch-content p {
    font-size: 10px;
    padding: 5px;
  }
}
@container (max-width: 1280px) {}
.pinpoints .wp-block-smarttouch-block .smarttouch-content p:last-child {
  width: 2px;
  background: #fff;
  z-index: 1;
  transform: translateX(-1px);
  left: 50%;
  position: absolute;
  border-radius: 0px;
  padding: 0px;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
}
.pinpoints .wp-block-smarttouch-block .smarttouch-content p:last-child span {
  display: none;
}
.pinpoints .wp-block-smarttouch-block .smarttouch-content p:last-child:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -5px;
  transform: translateX(1px);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
}
@container (max-width: 1280px) {}
.pinpoints .wp-block-smarttouch-block .smarttouch-content p:last-child.dotBottom:before {
  top: inherit;
  bottom: 0;
}
@container (max-width: 1280px) {}

footer p a {
  text-decoration: none;
}
