.page-hero {
  position: relative;
  display: block;
  width: 100vw;
  height: 41.5em;
  overflow: hidden;
}

.page-hero .hero-image {
  display: block;
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: 85% 20%;
}

@media screen and (min-width: 40em) {
  .page-hero .hero-image {
    width: 100%;
    object-fit: cover;
    object-position: 50% 10%;
  }
}

.page-hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: left;
}

.page-hero .page-title {
  position: relative;
  display: inline-flex;
  flex-flow: column;
  text-align: center;
  font-size: clamp(36px, 4.167vw, 60px);
  font-weight: 700;
  color: var(--color-text-white);
  margin-left: 1em;
  margin-bottom: 2em;
}

.page-hero .page-title small {
  font-size: clamp(14px, 1.389vw, 20px);
  font-weight: 500;
  padding-bottom: 0.5em;
  color: #FFF;
  text-align: left;
}

.page-hero .page-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  top: -0.625em;
  right: -2em;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.689 17.213c0 2.266 1.822 4.103 4.069 4.103H42.5v1.368H22.758c-2.247 0-4.069 1.837-4.069 4.103V44h-1.356V26.787c0-2.266-1.822-4.103-4.069-4.103H1.5v-1.368h11.764c2.247 0 4.069-1.837 4.069-4.102V0h1.356v17.213Z' fill='%23C6A75E'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 40em) {
  .page-hero .hero-overlay {
    align-items: center;
  }

  .page-hero .page-title {
    margin-left: 4em;
    margin-bottom: 0;
  }

  .page-hero .page-title::after {
    width: 62px;
    height: 62px;
    top: -0.25em;
    right: -1.5em;
  }
}

.grid-container {
  padding-top: 0.5em;
  padding-bottom: 0;
}

@media screen and (min-width: 40em) {
  .grid-container {
    padding-top: 1.5em;
    padding-bottom: 1em;
  }
}

.section-caption {
  display: flex;
  flex-flow: column-reverse;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.section-caption h3 {
  display: block;
  font-weight: 700;
  font-size: clamp(24px, 2.778vw, 40px);
  padding-top: 1em;
  border-top: 1px solid var(--color-border);
}

.section-header {
  position: relative;
  display: block;
  padding-left: 1em;
  font-weight: 700;
  font-size: clamp(10px, 1.111vw, 16px);
}

.section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: 0;
  top: 50%;
  margin-top: -3px;
  background-color: var(--color-darkblue);
  border-radius: 50% 50%;
}

@media screen and (min-width: 40em) {
  .section-content {
    padding-top: 1.5em;
  }

  .section-caption {
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--color-border);
  }

  .section-header {
    display: inline-block;
    border-bottom: 0;
  }

  .section-caption h3 {
    display: inline-block;
    padding-top: 0;
    border-top: 0;
  }
}

.post-side-caption {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  width: 1.375em;
  background-color: var(--color-darkblue);
  flex: none;
}

.post-side-caption > span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--color-gold);
  font-weight: 500;
  font-size: clamp(8px, 0.694vw, 10px);
  text-transform: uppercase;
}

@media screen and (min-width: 40em) {
  .post-side-caption {
    width: 2.5em;
  }
}

.post-image > img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#philosophy .card {
  border-radius: .5em;
  padding: 0 1em;
  margin-bottom: 0;
}

#philosophy .post-header {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--color-border);
  padding: 1em 0 1em 0;
}

#philosophy .post-header > h3 {
  position: relative;
  font-weight: 700;
  font-size: clamp(20px, 2.778vw, 40px);
  margin-bottom: 0;
}

#philosophy .post-header > h3::before,
#philosophy .post-header > h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-size: contain;
  background-repeat: no-repeat;
}

#philosophy .post-header > h3::before {
  top: 0;
  left: -2em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.948 5.623 7.097 8.828a3.375 3.375 0 1 1-3.145.947L7 4.499l1.948 1.124Zm7.5 0-1.851 3.205a3.375 3.375 0 1 1-3.145.947L14.5 4.499l1.948 1.124Z' fill='%23C6A75E'/%3E%3C/svg%3E");
}

#philosophy .post-header > h3::after {
  top: 0;
  right: -2em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.177 14.376 1.851-3.205a3.375 3.375 0 1 1 3.145-.948L13.125 15.5l-1.948-1.124Zm-7.5 0 1.851-3.205a3.375 3.375 0 1 1 3.145-.948L5.625 15.5l-1.948-1.124Z' fill='%23C6A75E'/%3E%3C/svg%3E");
}

#philosophy .post-body {
  display: flex;
  flex-flow: column-reverse;
  padding: 1em 0;
  gap: 1em;
}

#philosophy .post-content {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
  text-align: justify;
}

#philosophy .post-image {
  display: inline-block;
  width: 100%;
  flex: none;
  aspect-ratio: 16 / 9;
}

@media screen and (min-width: 40em) {
  #philosophy .card {
    padding: 1em 2em;
  }

  #philosophy .post-header {
    padding: .75em 0 1em 0;
  }

  #philosophy .post-header > h3::before,
  #philosophy .post-header > h3::after {
    width: 40px;
    height: 40px;
    top: 0.125em;
  }

  #philosophy .post-body {
    flex-flow: row;
    padding: 1.5em 0;
    gap: 2em;
  }

  #philosophy .post-content {
    width: 50%;
  }

  #philosophy .post-image {
    width: 50%;
  }
}

#purpose .section-content .section-desc {
  display: none;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
}

#purpose .section-body {
  display: flex;
  flex-flow: column;
  gap: 1em;
}

#purpose .card {
  position: relative;
  border-radius: 0.5em;
  display: flex;
  flex-flow: row;
  margin-bottom: 0;
}

#purpose .post-body {
  display: flex;
  flex-flow: row;
  align-items: center;
}

#purpose .post-image {
  display: inline-block;
  width: 5em;
  height: 5em;
  margin: 1.5em;
  flex: none;
}

#purpose .post-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 1.5em 1em 1em 0;
  font-size: clamp(14px, 1.25vw, 18px);
}

#purpose .post-content .post-caption {
  font-weight: 700;
  font-size: (14px, 1.389vw, 20px);
}

@media screen and (min-width: 40em) {
  #purpose .section-content .section-desc {
    display: block;
  }

  #purpose .post-image {
    width: 7.5em;
    height: 7.5em;
    margin: 2.5em;
  }

  #purpose .post-content {
    padding: 1em 2em 1em 0;
  }
}

@media screen and (min-width: 64em) {
  #purpose .section-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }
}

#goals .section-content {
  margin-top: 2em;
}

#goals > .card {
  background-color: var(--color-darkblue);
  border-radius: 0.5em;
  color: #FFF;
  padding: 1em 0.75em;
}

#goals .section-header::before {
  background-color: var(--color-gold);
}

#goals .section-body {
  display: flex;
  flex-flow: column;
  gap: 1em;
}

#goals .section-body .card {
  border-radius: 0.5em;
  color: var(--color-text-black);
  margin-bottom: 0;
  padding: 1em 1em;
}

#goals .post-header {
  position: relative;
  font-size: clamp(10px, 1.111vw, 16px);
  font-weight: 700;
  margin-left: 1em;
}

#goals .post-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  left: -1em;
  top: 50%;
  margin-top: -2px;
  background-color: var(--color-gold);
  border-radius: 50% 50%;
}

#goals .post-caption {
  font-weight: 700;
  font-size: clamp(24px, 2.222vw, 32px);
  text-align: center;
  padding: 1.5em 0;
}

#goals .achievement .post-caption {
  padding-bottom: 0.5em;
  display: flex;
  flex-flow: row;
  justify-content: center;
}

#goals .achievement .post-caption > h4 {
  font-weight: 700;
  position: relative;
}

#goals .achievement .post-caption > h4::before,
#goals .achievement .post-caption > h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

#goals .achievement .post-caption > h4::before {
  top: -0.125em;
  left: -2.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.948 5.623 7.097 8.828a3.375 3.375 0 1 1-3.145.947L7 4.499l1.948 1.124Zm7.5 0-1.851 3.205a3.375 3.375 0 1 1-3.145.947L14.5 4.499l1.948 1.124Z' fill='%23C6A75E'/%3E%3C/svg%3E");
}

#goals .achievement .post-caption > h4::after {
  top: -0.125em;
  right: -2.5em;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m11.177 14.376 1.851-3.205a3.375 3.375 0 1 1 3.145-.948L13.125 15.5l-1.948-1.124Zm-7.5 0 1.851-3.205a3.375 3.375 0 1 1 3.145-.948L5.625 15.5l-1.948-1.124Z' fill='%23C6A75E'/%3E%3C/svg%3E");
}

#goals .post-content {
  text-align: left;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
}

@media screen and (min-width: 40em) {
  #goals > .card {
    padding: 1.5em 2em;
  }

  #goals .section-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }

  #goals .section-body .card {
    padding: 1em 1.5em 2em 1.5em;
  }

  #goals .section-body .card.achievement {
    grid-column: span 2;
  }

  #goals .post-content {
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  #goals .section-body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
  }

  #goals .section-body .card.achievement {
    grid-column: span 4;
  }
}

#fourKeyFeatures .section-body {
  display: flex;
  flex-flow: column;
  gap: 1em;
  margin-bottom: 1.5em;
}

#fourKeyFeatures .card {
  background-color: #FFF;
  position: relative;
  border-radius: 0.5em;
  display: flex;
  flex-flow: row;
  padding: 0;
  margin-bottom: 0;
  color: var(--color-text-black);
}

#fourKeyFeatures .post-side-caption {
  display: none;
}

#fourKeyFeatures .post-body {
  display: flex;
  flex-flow: column;
  width: 100%;
}

#fourKeyFeatures .post-image {
  display: inline-block;
  margin: 1em;
  aspect-ratio: 16 / 9;
  flex: none;
}

#fourKeyFeatures .post-image > img {
  object-position: 50% 10%;
}

#fourKeyFeatures .post-content {
  display: flex;
  flex-flow: column;
  padding: 0.25em 1em 0.5em 1em;
  flex-grow: 1;
  font-weight: 400;
  font-size: clamp(14px, 1.25vw, 18px);
}

#fourKeyFeatures .post-content .post-caption {
  font-weight: 700;
  font-size: clamp(14px, 1.389vw, 20px);
  margin-bottom: 1em;
}

@media screen and (min-width: 40em) {
  #fourKeyFeatures .post-body {
    flex-flow: row;
    align-items: center;
  }

  #fourKeyFeatures .post-image {
    margin: 1.5em;
    width: 18em;
    aspect-ratio: 16 / 10;
  }

  #fourKeyFeatures .post-image > img {
    object-position: 50% 50%;
  }

  #fourKeyFeatures .post-content {
    padding: 2em 2em 1em 0.75em;
  }

  #fourKeyFeatures .post-side-caption {
    display: flex;
  }
}

@media screen and (min-width: 64em) {
  #fourKeyFeatures .post-image {
    width: 25em;
  }
}
