/**
 * @project           villages-adoption-portal
 * @author            JDA Worldwide
 * @version           1.0.06
 * @build             Tue, Sep 16, 2025 11:19 AM ET
 * @release           690cb9ea4977d815bfce909a54f2fcec746a86da [develop]
 * @copyright         Copyright (c) 2025 
**/
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://use.typekit.net/fam3iut.css");
@import url("https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&display=swap");
:root {
  --color-success: #28a745;
  --color-success-light: rgba(40, 167, 69, 0.1);
  --color-success-dark: rgb(30.1449275362, 125.8550724638, 52);
  --color-error: #dc3545;
  --color-error-light: rgba(220, 53, 69, 0.1);
  --color-error-dark: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  --color-warning: #ffc107;
  --color-warning-light: rgba(255, 193, 7, 0.1);
  --color-warning-dark: rgb(211, 158.25, 0);
}

.has-script-font-family {
  font-family: "canvas-script", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.has-sans-serif-font-family {
  font-family: "Raleway", sans-serif;
}

:root {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  cursor: default;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "lnum" 1;
          font-feature-settings: "lnum" 1;
}

.wp-site-blocks *,
.editor-styles-wrapper * {
  position: relative;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.wp-site-blocks ::-moz-selection, .editor-styles-wrapper ::-moz-selection {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.wp-site-blocks ::selection,
.editor-styles-wrapper ::selection {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}

body.buddyboss-theme .container,
body.buddyboss-theme .container-fluid,
body.buddyboss-theme .bp-sitewide-notice-wrap {
  width: 1600px;
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}
@media (min-width: 740px) {
  body.buddyboss-theme .container,
  body.buddyboss-theme .container-fluid,
  body.buddyboss-theme .bp-sitewide-notice-wrap {
    padding-left: 23px;
    padding-right: 36px;
  }
}
body.buddyboss-theme .bb-footer,
body.buddyboss-theme .header-search-wrap,
body.buddyboss-theme .site-content,
body.buddyboss-theme .site-header,
body.buddyboss-theme .site .bp-sitewide-notice {
  padding-left: 0;
  padding-right: 0;
}
body.buddyboss-theme.my-profile .site-content, body.buddyboss-theme.my-account .site-content {
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
}
body.buddyboss-theme.my-profile .content-area, body.buddyboss-theme.my-account .content-area {
  padding: 0;
}
@media (max-width: 799px) {
  body.buddyboss-theme .site-header {
    position: fixed;
    width: 100%;
    z-index: 610;
  }
  body.buddyboss-theme .site-content {
    margin-top: 95px;
  }
}
body.buddyboss-theme #message-threads {
  margin: 15px 0;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Block Attribute Classes
 * These classes implement global styles rendered by a block's settings.
*/
.color-primary,
.color_primary,
.has-primary-color {
  color: var(--wp--preset--color--primary);
}

.bg-primary,
.bg_primary,
.has-primary-background-color {
  background-color: var(--wp--preset--color--primary);
}

.color-primary-alt,
.color_primary-alt,
.has-primary-alt-color {
  color: var(--wp--preset--color--primary-alt);
}

.bg-primary-alt,
.bg_primary-alt,
.has-primary-alt-background-color {
  background-color: var(--wp--preset--color--primary-alt);
}

.color-secondary,
.color_secondary,
.has-secondary-color {
  color: var(--wp--preset--color--secondary);
}

.bg-secondary,
.bg_secondary,
.has-secondary-background-color {
  background-color: var(--wp--preset--color--secondary);
}

.color-tertiary,
.color_tertiary,
.has-tertiary-color {
  color: var(--wp--preset--color--tertiary);
}

.bg-tertiary,
.bg_tertiary,
.has-tertiary-background-color {
  background-color: var(--wp--preset--color--tertiary);
}

.color-offwhite,
.color_offwhite,
.has-offwhite-color {
  color: var(--wp--preset--color--offwhite);
}

.bg-offwhite,
.bg_offwhite,
.has-offwhite-background-color {
  background-color: var(--wp--preset--color--offwhite);
}

.color-base,
.color_base,
.has-base-color {
  color: var(--wp--preset--color--base);
}

.bg-base,
.bg_base,
.has-base-background-color {
  background-color: var(--wp--preset--color--base);
}

.color-contrast,
.color_contrast,
.has-contrast-color {
  color: var(--wp--preset--color--contrast);
}

.bg-contrast,
.bg_contrast,
.has-contrast-background-color {
  background-color: var(--wp--preset--color--contrast);
}

.color-dark-grey,
.color_dark-grey,
.has-dark-grey-color {
  color: var(--wp--preset--color--dark-grey);
}

.bg-dark-grey,
.bg_dark-grey,
.has-dark-grey-background-color {
  background-color: var(--wp--preset--color--dark-grey);
}

.color-mid-grey,
.color_mid-grey,
.has-mid-grey-color {
  color: var(--wp--preset--color--mid-grey);
}

.bg-mid-grey,
.bg_mid-grey,
.has-mid-grey-background-color {
  background-color: var(--wp--preset--color--mid-grey);
}

.color-light-grey,
.color_light-grey,
.has-light-grey-color {
  color: var(--wp--preset--color--light-grey);
}

.bg-light-grey,
.bg_light-grey,
.has-light-grey-background-color {
  background-color: var(--wp--preset--color--light-grey);
}

.color-success,
.color_success,
.has-success-color {
  color: #28a745;
}

.bg-success,
.bg_success,
.has-success-background-color {
  background-color: #28a745;
}

.color-error,
.color_error,
.has-error-color {
  color: #dc3545;
}

.bg-error,
.bg_error,
.has-error-background-color {
  background-color: #dc3545;
}

.color-warning,
.color_warning,
.has-warning-color {
  color: #ffc107;
}

.bg-warning,
.bg_warning,
.has-warning-background-color {
  background-color: #ffc107;
}

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

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

.has-text-align-right {
  text-align: right;
}

.font-size-level-0, .font-level-0 {
  font-size: var(--wp--preset--font-size--level-0);
}

.font-size-level-1, .font-level-1 {
  font-size: var(--wp--preset--font-size--level-1);
}

.font-size-level-2, .font-level-2 {
  font-size: var(--wp--preset--font-size--level-2);
}

.font-size-level-3, .font-level-3 {
  font-size: var(--wp--preset--font-size--level-3);
}

.font-size-level-4, .font-level-4 {
  font-size: var(--wp--preset--font-size--level-4);
}

.font-size-level-5, .font-level-5 {
  font-size: var(--wp--preset--font-size--level-5);
}

.font-size-level-6, .font-level-6 {
  font-size: var(--wp--preset--font-size--level-6);
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.grid-container {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.m-0 {
  margin: 0rem !important;
}

.m-t-0 {
  margin-top: 0rem !important;
}

.m-r-0 {
  margin-right: 0rem !important;
}

.m-b-0 {
  margin-bottom: 0rem !important;
}

.m-l-0 {
  margin-left: 0rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-t-2 {
  margin-top: 2rem !important;
}

.m-r-2 {
  margin-right: 2rem !important;
}

.m-b-2 {
  margin-bottom: 2rem !important;
}

.m-l-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-t-4 {
  margin-top: 4rem !important;
}

.m-r-4 {
  margin-right: 4rem !important;
}

.m-b-4 {
  margin-bottom: 4rem !important;
}

.m-l-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-t-5 {
  margin-top: 5rem !important;
}

.m-r-5 {
  margin-right: 5rem !important;
}

.m-b-5 {
  margin-bottom: 5rem !important;
}

.m-l-5 {
  margin-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-t-6 {
  margin-top: 6rem !important;
}

.m-r-6 {
  margin-right: 6rem !important;
}

.m-b-6 {
  margin-bottom: 6rem !important;
}

.m-l-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-t-7 {
  margin-top: 7rem !important;
}

.m-r-7 {
  margin-right: 7rem !important;
}

.m-b-7 {
  margin-bottom: 7rem !important;
}

.m-l-7 {
  margin-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-t-8 {
  margin-top: 8rem !important;
}

.m-r-8 {
  margin-right: 8rem !important;
}

.m-b-8 {
  margin-bottom: 8rem !important;
}

.m-l-8 {
  margin-left: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-t-9 {
  margin-top: 9rem !important;
}

.m-r-9 {
  margin-right: 9rem !important;
}

.m-b-9 {
  margin-bottom: 9rem !important;
}

.m-l-9 {
  margin-left: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-t-10 {
  margin-top: 10rem !important;
}

.m-r-10 {
  margin-right: 10rem !important;
}

.m-b-10 {
  margin-bottom: 10rem !important;
}

.m-l-10 {
  margin-left: 10rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.p-t-0 {
  padding-top: 0rem !important;
}

.p-r-0 {
  padding-right: 0rem !important;
}

.p-b-0 {
  padding-bottom: 0rem !important;
}

.p-l-0 {
  padding-left: 0rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-t-2 {
  padding-top: 2rem !important;
}

.p-r-2 {
  padding-right: 2rem !important;
}

.p-b-2 {
  padding-bottom: 2rem !important;
}

.p-l-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-t-4 {
  padding-top: 4rem !important;
}

.p-r-4 {
  padding-right: 4rem !important;
}

.p-b-4 {
  padding-bottom: 4rem !important;
}

.p-l-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-t-5 {
  padding-top: 5rem !important;
}

.p-r-5 {
  padding-right: 5rem !important;
}

.p-b-5 {
  padding-bottom: 5rem !important;
}

.p-l-5 {
  padding-left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-t-6 {
  padding-top: 6rem !important;
}

.p-r-6 {
  padding-right: 6rem !important;
}

.p-b-6 {
  padding-bottom: 6rem !important;
}

.p-l-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-t-7 {
  padding-top: 7rem !important;
}

.p-r-7 {
  padding-right: 7rem !important;
}

.p-b-7 {
  padding-bottom: 7rem !important;
}

.p-l-7 {
  padding-left: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-t-8 {
  padding-top: 8rem !important;
}

.p-r-8 {
  padding-right: 8rem !important;
}

.p-b-8 {
  padding-bottom: 8rem !important;
}

.p-l-8 {
  padding-left: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-t-9 {
  padding-top: 9rem !important;
}

.p-r-9 {
  padding-right: 9rem !important;
}

.p-b-9 {
  padding-bottom: 9rem !important;
}

.p-l-9 {
  padding-left: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-t-10 {
  padding-top: 10rem !important;
}

.p-r-10 {
  padding-right: 10rem !important;
}

.p-b-10 {
  padding-bottom: 10rem !important;
}

.p-l-10 {
  padding-left: 10rem !important;
}

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

.tvoi-grid {
  container: tvoi-grid/inline-size;
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr;
  grid-template-columns: repeat(4, 1fr);
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 800px) {
  .tvoi-grid {
    display: grid;
    gap: 18px;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(9, 1fr);
    justify-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.bb-grid.site-content-grid {
  margin-left: 0;
  margin-right: 0;
  display: grid;
  gap: 18px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (min-width: 1300px) {
  .bb-grid.site-content-grid {
    display: grid;
    gap: 18px;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(10, 1fr);
    justify-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.bb-grid.site-content-grid .content-area {
  grid-column: 1/-1;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1300px) {
  .bb-grid.site-content-grid .content-area {
    grid-column: 1/-2;
  }
}

.grid-column {
  grid-column: 1/-1;
}
@container tvoi-grid (width > 480px) {
  .grid-column--span-1 {
    grid-column: span 1;
  }
  .grid-column--offset-1 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-1 .grid-column__inner {
    grid-column: 2/-1;
  }
  .grid-column--span-2 {
    grid-column: span 2;
  }
  .grid-column--offset-2 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-2 .grid-column__inner {
    grid-column: 3/-1;
  }
  .grid-column--span-3 {
    grid-column: span 3;
  }
  .grid-column--offset-3 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-3 .grid-column__inner {
    grid-column: 4/-1;
  }
  .grid-column--span-4 {
    grid-column: span 4;
  }
  .grid-column--offset-4 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-4 .grid-column__inner {
    grid-column: 5/-1;
  }
  .grid-column--span-5 {
    grid-column: span 5;
  }
  .grid-column--offset-5 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-5 .grid-column__inner {
    grid-column: 6/-1;
  }
  .grid-column--span-6 {
    grid-column: span 6;
  }
  .grid-column--offset-6 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-6 .grid-column__inner {
    grid-column: 7/-1;
  }
  .grid-column--span-7 {
    grid-column: span 7;
  }
  .grid-column--offset-7 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-7 .grid-column__inner {
    grid-column: 8/-1;
  }
  .grid-column--span-8 {
    grid-column: span 8;
  }
  .grid-column--offset-8 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-8 .grid-column__inner {
    grid-column: 9/-1;
  }
  .grid-column--span-9 {
    grid-column: span 9;
  }
  .grid-column--offset-9 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-9 .grid-column__inner {
    grid-column: 10/-1;
  }
  .grid-column--span-10 {
    grid-column: span 10;
  }
  .grid-column--offset-10 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--offset-10 .grid-column__inner {
    grid-column: 11/-1;
  }
}
@container tvoi-grid (width > 740px) {
  .grid-column--md-span-1 {
    grid-column: span 1;
  }
  .grid-column--md-offset-1 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-1 .grid-column__inner {
    grid-column: 2/-1;
  }
  .grid-column--md-span-2 {
    grid-column: span 2;
  }
  .grid-column--md-offset-2 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-2 .grid-column__inner {
    grid-column: 3/-1;
  }
  .grid-column--md-span-3 {
    grid-column: span 3;
  }
  .grid-column--md-offset-3 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-3 .grid-column__inner {
    grid-column: 4/-1;
  }
  .grid-column--md-span-4 {
    grid-column: span 4;
  }
  .grid-column--md-offset-4 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-4 .grid-column__inner {
    grid-column: 5/-1;
  }
  .grid-column--md-span-5 {
    grid-column: span 5;
  }
  .grid-column--md-offset-5 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-5 .grid-column__inner {
    grid-column: 6/-1;
  }
  .grid-column--md-span-6 {
    grid-column: span 6;
  }
  .grid-column--md-offset-6 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-6 .grid-column__inner {
    grid-column: 7/-1;
  }
  .grid-column--md-span-7 {
    grid-column: span 7;
  }
  .grid-column--md-offset-7 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-7 .grid-column__inner {
    grid-column: 8/-1;
  }
  .grid-column--md-span-8 {
    grid-column: span 8;
  }
  .grid-column--md-offset-8 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-8 .grid-column__inner {
    grid-column: 9/-1;
  }
  .grid-column--md-span-9 {
    grid-column: span 9;
  }
  .grid-column--md-offset-9 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-9 .grid-column__inner {
    grid-column: 10/-1;
  }
  .grid-column--md-span-10 {
    grid-column: span 10;
  }
  .grid-column--md-offset-10 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--md-offset-10 .grid-column__inner {
    grid-column: 11/-1;
  }
}
@container tvoi-grid (width > 980px) {
  .grid-column--lg-span-1 {
    grid-column: span 1;
  }
  .grid-column--lg-offset-1 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-1 .grid-column__inner {
    grid-column: 2/-1;
  }
  .grid-column--lg-span-2 {
    grid-column: span 2;
  }
  .grid-column--lg-offset-2 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-2 .grid-column__inner {
    grid-column: 3/-1;
  }
  .grid-column--lg-span-3 {
    grid-column: span 3;
  }
  .grid-column--lg-offset-3 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-3 .grid-column__inner {
    grid-column: 4/-1;
  }
  .grid-column--lg-span-4 {
    grid-column: span 4;
  }
  .grid-column--lg-offset-4 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-4 .grid-column__inner {
    grid-column: 5/-1;
  }
  .grid-column--lg-span-5 {
    grid-column: span 5;
  }
  .grid-column--lg-offset-5 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-5 .grid-column__inner {
    grid-column: 6/-1;
  }
  .grid-column--lg-span-6 {
    grid-column: span 6;
  }
  .grid-column--lg-offset-6 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-6 .grid-column__inner {
    grid-column: 7/-1;
  }
  .grid-column--lg-span-7 {
    grid-column: span 7;
  }
  .grid-column--lg-offset-7 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-7 .grid-column__inner {
    grid-column: 8/-1;
  }
  .grid-column--lg-span-8 {
    grid-column: span 8;
  }
  .grid-column--lg-offset-8 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-8 .grid-column__inner {
    grid-column: 9/-1;
  }
  .grid-column--lg-span-9 {
    grid-column: span 9;
  }
  .grid-column--lg-offset-9 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-9 .grid-column__inner {
    grid-column: 10/-1;
  }
  .grid-column--lg-span-10 {
    grid-column: span 10;
  }
  .grid-column--lg-offset-10 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--lg-offset-10 .grid-column__inner {
    grid-column: 11/-1;
  }
}
@container tvoi-grid (width > 1300px) {
  .grid-column--xl-span-1 {
    grid-column: span 1;
  }
  .grid-column--xl-offset-1 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-1 .grid-column__inner {
    grid-column: 2/-1;
  }
  .grid-column--xl-span-2 {
    grid-column: span 2;
  }
  .grid-column--xl-offset-2 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-2 .grid-column__inner {
    grid-column: 3/-1;
  }
  .grid-column--xl-span-3 {
    grid-column: span 3;
  }
  .grid-column--xl-offset-3 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-3 .grid-column__inner {
    grid-column: 4/-1;
  }
  .grid-column--xl-span-4 {
    grid-column: span 4;
  }
  .grid-column--xl-offset-4 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-4 .grid-column__inner {
    grid-column: 5/-1;
  }
  .grid-column--xl-span-5 {
    grid-column: span 5;
  }
  .grid-column--xl-offset-5 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-5 .grid-column__inner {
    grid-column: 6/-1;
  }
  .grid-column--xl-span-6 {
    grid-column: span 6;
  }
  .grid-column--xl-offset-6 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-6 .grid-column__inner {
    grid-column: 7/-1;
  }
  .grid-column--xl-span-7 {
    grid-column: span 7;
  }
  .grid-column--xl-offset-7 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-7 .grid-column__inner {
    grid-column: 8/-1;
  }
  .grid-column--xl-span-8 {
    grid-column: span 8;
  }
  .grid-column--xl-offset-8 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-8 .grid-column__inner {
    grid-column: 9/-1;
  }
  .grid-column--xl-span-9 {
    grid-column: span 9;
  }
  .grid-column--xl-offset-9 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-9 .grid-column__inner {
    grid-column: 10/-1;
  }
  .grid-column--xl-span-10 {
    grid-column: span 10;
  }
  .grid-column--xl-offset-10 {
    display: grid;
    grid-template-columns: subgrid;
  }
  .grid-column--xl-offset-10 .grid-column__inner {
    grid-column: 11/-1;
  }
}
.grid-column__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: var(--wp--preset--font-size--level-0);
  margin-bottom: 20px;
}
.grid-column__header a {
  font-weight: bold;
}
.grid-column__title {
  font-size: var(--wp--preset--font-size--level-1);
  font-style: normal;
  font-weight: 600;
  line-height: 141.4%;
  /* 25.452px */
  letter-spacing: 0.45px;
  margin: 0;
}
.grid-column__actions a:not(.button) {
  text-decoration: underline;
}
.grid-column__inner + .grid-column__inner {
  margin-top: 30px;
}
.grid-column--stretch .grid-column__inner,
.grid-column--stretch .grid-column__content,
.grid-column--stretch .tvoi-card {
  height: 100%;
}

.site-header .site-header-container {
  gap: 10px;
}
.site-header i.bb-icon-l {
  font-size: 28px;
}

.page-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-header__title {
  color: var(--wp--preset--color--tertiary);
  font-size: var(--wp--preset--font-size--level-2);
  font-style: normal;
  line-height: 141.4%;
  letter-spacing: 0.65px;
  margin: 0;
  font-weight: 600;
}
.page-header__greeting {
  color: var(--wp--preset--color--primary);
  font-style: normal;
  line-height: 141.4%;
  letter-spacing: 0.85px;
  margin: 0;
  font-size: var(--wp--preset--font-size--level-2);
}
@media (min-width: 1300px) {
  .page-header__greeting {
    font-size: var(--wp--preset--font-size--level-3);
  }
}
.page-header__name, body.bp-user .page-header__title {
  font-family: "canvas-script", sans-serif;
  color: var(--wp--preset--color--secondary);
  font-size: var(--wp--preset--font-size--level-3);
  font-style: normal;
  font-weight: 250;
  line-height: 171.4%;
  display: none;
}
@media (min-width: 980px) {
  .page-header__name, body.bp-user .page-header__title {
    display: inline;
  }
}
@media (min-width: 1300px) {
  .page-header__name, body.bp-user .page-header__title {
    font-size: var(--wp--preset--font-size--level-4);
  }
}
.page-header__separator {
  display: none;
}
@media (min-width: 980px) {
  .page-header__separator {
    display: inline;
  }
}

.header-menu {
  margin: 0;
  padding: 0;
}

body.groups .groups-search,
body.groups .groups-type-navs,
body.groups .bp-secondary-header {
  display: none;
}

@media (min-width: 800px) {
  header.entry-header {
    display: none;
  }
}

#site-navigation #primary-navbar {
  min-width: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bb-template-v2.bb-buddypanel .buddypanel {
  border-right: 0.5px solid #5F5F5F;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bb-template-v2.bb-buddypanel .buddypanel .site-branding .site-title img {
  max-height: 45px;
}
.bb-template-v2.bb-buddypanel .buddypanel .side-panel-inner .buddypanel-avatar {
  width: 48px;
  border-radius: 100%;
}
body:not(.buddypanel-open).bb-template-v2.bb-buddypanel .buddypanel .side-panel-inner .buddypanel-avatar {
  margin: 0 auto;
}

.bb-template-v2.bb-buddypanel .buddypanel .side-panel-inner .bb-toggle-panel {
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.bb-template-v2.bb-buddypanel .buddypanel .side-panel-inner .bb-toggle-panel i {
  font-size: 24px;
}
.bb-template-v2.bb-buddypanel .buddypanel .side-panel-inner .bb-toggle-panel i.bb-icon-l {
  font-size: 32px;
}

.side-panel-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 99%;
}
.side-panel-menu-container .buddypanel-menu {
  height: 100%;
}
.side-panel-menu-container .menu-item--spacer {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
}
.side-panel-menu-container .panel-footer .bb-toggle-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.side-panel-menu-container .panel-footer .bb-toggle-panel i {
  min-width: 48px;
}
.side-panel-menu-container .panel-footer .bb-toggle-panel span {
  font-size: var(--wp--preset--font-size--level-0);
  margin-left: -5px;
  vertical-align: middle;
}
.side-panel-menu-container .side-panel-menu i {
  font-size: 24px;
  margin: 0 !important;
  color: var(--wp--preset--color--primary);
}

body:not(.buddypanel-open) .side-panel-menu-container .panel-footer .bb-toggle-panel span {
  opacity: 0;
  width: 0;
  visibility: hidden;
}

.bb-template-v2.bb-buddypanel .side-panel-menu .menu-item__separator {
  min-height: 0;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item {
  margin: 2px 0;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item:first-child {
  margin-top: 0;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item--tall {
  min-height: 60px;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.current-menu-item > a,
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.current-menu-item > a:hover,
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.current-menu-item > a:focus {
  background-color: var(--bb-primary-color);
  color: var(--bb-body-background-color);
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.current-menu-item > a i:not(.bb-icon-angle-down),
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.current-menu-item > a:hover i:not(.bb-icon-angle-down),
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.current-menu-item > a:focus i:not(.bb-icon-angle-down) {
  color: var(--bb-sidenav-text-hover);
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.user-avatar {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.user-avatar img {
  margin-left: 4px;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.user-avatar span[data-badge] {
  position: relative;
  overflow: visible;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item.user-avatar span[data-badge]::before {
  content: attr(data-badge);
  position: absolute;
  top: 100%;
  left: 0;
  font-weight: 200;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item > a > i ~ span:not(.count) {
  margin-left: 5px;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item svg {
  min-width: 48px;
  margin-left: 0;
  fill: var(--wp--preset--color--secondary);
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item svg .tvoi-icon-path {
  fill: inherit;
  opacity: 1;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item svg .tvoi-icon-path--translucent {
  opacity: 0.4;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span.fa-stack {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  border: none;
  margin-left: 0;
  margin-right: 15px;
  min-width: 24px;
  padding: 0;
  text-align: center;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: block;
}
@media (min-width: 800px) {
  .bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span.fa-stack {
    min-width: 48px;
    margin-right: 0;
  }
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span.fa-stack i {
  font-size: 24px;
  margin: 0;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span.fa-stack[data-badge] {
  position: relative;
  overflow: visible;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span.fa-stack[data-badge]::before {
  border: solid 1px var(--wp--preset--color--offwhite);
  content: attr(data-badge);
  color: var(--wp--preset--color--offwhite);
  position: absolute;
  top: 0;
  left: 50%;
  font-size: 10px;
  width: 14px;
  height: 14px;
  background-color: var(--wp--preset--color--tertiary);
  z-index: 1;
  line-height: 11px;
  border-radius: 100%;
  -webkit-transform: translate(50%);
          transform: translate(50%);
  text-align: center;
  font-family: sans-serif;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item span.fa-stack + span {
  margin-left: 5px;
  vertical-align: middle;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item:not(.current-menu-item) i {
  color: var(--wp--preset--color--secondary);
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item {
  padding-right: 5px;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item i {
  opacity: 1 !important;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item:hover svg, .bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item:focus svg {
  fill: currentColor;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item:hover span.fa-stack[data-badge]::before, .bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item:focus span.fa-stack[data-badge]::before {
  border-color: var(--wp--preset--color--primary);
}
body.buddypanel-open.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-menu-item span {
  white-space: normal;
}

.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-user-avatar {
  padding-top: 0;
}
.bb-template-v2.bb-buddypanel .side-panel-menu li.menu-item a.bb-user-avatar:hover {
  background: transparent;
  color: var(--wp--preset--color--dark-grey);
}
.bb-template-v2.bb-buddypanel .side-panel-menu hr {
  border: none;
  background-color: var(--wp--preset--color--dark-grey);
  height: 1px;
  min-height: 1px;
  margin: 10px 10px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
body:not(.buddypanel-open).bb-template-v2.bb-buddypanel .side-panel-menu hr {
  margin: 10px 0;
}

#page .footer-widget-area.bb-footer {
  padding-top: 60px;
  padding-bottom: 40px;
}
#page .footer-widget-area.bb-footer .container {
  padding-left: 50px;
  padding-right: 50px;
}
#page .footer-widget-area.bb-footer a {
  color: var(--wp--preset--color--offwhite);
}
#page .footer-widget-area.bb-footer .bb-grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 543px) {
  #page .footer-widget-area.bb-footer .bb-grid {
    gap: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page .footer-widget-area.bb-footer .widget_block {
  padding: 0;
  margin: 0;
}
#page .footer-widget-area.bb-footer .wp-block-image {
  margin: 0;
}

button[disabled],
input[type=submit][disabled] {
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--light-grey);
  border-color: transparent !important;
  cursor: not-allowed;
}
button[disabled]:hover,
input[type=submit][disabled]:hover {
  color: var(--wp--preset--color--base);
  background-color: var(--wp--preset--color--light-grey);
  border-color: transparent !important;
  cursor: not-allowed;
}

#buddypress .button-wrapper .button {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  min-height: 34px;
  padding: 6px 20px;
  -webkit-transition: none;
  transition: none;
  width: 100%;
}
#buddypress .button-wrapper .button.button-primary {
  background: #763D4E;
  border-color: #763D4E;
  color: #fff;
}
#buddypress .button-wrapper .button.button-primary:hover, #buddypress .button-wrapper .button.button-primary:focus {
  background: #845060;
  border-color: #845060;
}
#buddypress .button-wrapper .button.button-outline {
  background-color: var(--bb-content-background-color);
  color: var(--bb-headings-color);
  border: 1px solid var(--bb-content-border-color);
}
#buddypress .button-wrapper .button.button-outline:hover, #buddypress .button-wrapper .button.button-outline:focus {
  background-color: var(--bb-secondary-button-background-hover);
  color: var(--bb-secondary-button-text-hover);
  border: 1px solid var(--bb-secondary-button-border-hover);
}

.has-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.gform_button, #user_switching_switch_on:not(.message) a, .bb-template-v2 .menu-item.cta a {
  background-color: var(--wp--preset--color--primary);
  border-radius: 10px;
  border-color: transparent !important;
  border-width: 2px;
  border-style: solid;
  color: var(--wp--preset--color--offwhite);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--level-0);
  font-weight: 600;
  line-height: 1.42;
  padding-top: 0.9rem;
  padding-right: 2.5rem;
  padding-bottom: 0.8rem;
  padding-left: 2.5rem;
  text-decoration: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.gform_button:hover, #user_switching_switch_on:not(.message) a:hover, .bb-template-v2 .menu-item.cta a:hover, .gform_button:focus, #user_switching_switch_on:not(.message) a:focus, .bb-template-v2 .menu-item.cta a:focus {
  background-color: var(--wp--preset--color--offwhite);
  border-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary);
  --gf-local-bg-color: var(--wp--preset--color--offwhite);
  --gf-local-border-color: var(--wp--preset--color--primary);
  --gf-local-shadow: none;
  --gf-local-color: var(--wp--preset--color--primary);
}

.bb-template-v2 .menu-item.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bb-template-v2 .menu-item.cta:hover a, .bb-template-v2 .menu-item.cta:focus a {
  color: var(--wp--preset--color--offwhite);
}
.bb-template-v2 .menu-item.cta a {
  height: auto;
}
.bb-template-v2 .menu-item.cta a:hover, .bb-template-v2 .menu-item.cta a:focus {
  color: var(--wp--preset--color--primary);
}

.tvoi-card {
  container: tvoi-card/inline-size;
  display: block;
  text-decoration: none;
  background: #FFF;
  color: var(--wp--preset--color--dark-grey);
  font-size: 16px;
  padding: 22px 22px 32px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08) !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tvoi-card--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.tvoi-card--flex .tvoi-card__icon {
  margin: 0;
}
.tvoi-card--flex .tvoi-card__content p {
  margin: 0;
}
.tvoi-card--create {
  background: var(--wp--preset--color--offwhite);
  padding: 0;
}
@media (min-width: 740px) {
  .tvoi-card--create {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }
}
.tvoi-card--create .tvoi-card__icon {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 24px;
  padding: 20px;
}
.tvoi-card--create .tvoi-card__title {
  font-size: var(--wp--preset--font-size--level-2);
  margin-bottom: 1rem;
}
.tvoi-card--create p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.tvoi-card--create .tvoi-card__steps {
  padding: 26px 25px 26px 0;
  background: var(--wp--preset--color--base);
}
.tvoi-card--create .tvoi-card__steps-title {
  position: relative;
  padding-left: 68px;
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--wp--preset--color--dark-grey);
  line-height: 1.4;
  background: rgba(96, 66, 80, 0.13);
}
.tvoi-card--create .tvoi-card__steps-title:before {
  content: "+";
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 28px;
}
.tvoi-card--create .tvoi-card__steps-list {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: step;
}
.tvoi-card--create .tvoi-card__steps-list li {
  position: relative;
  padding-left: 68px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  font-size: 16px;
  color: var(--wp--preset--color--dark-grey);
  line-height: 1.4;
}
.tvoi-card--create .tvoi-card__steps-list li:before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.tvoi-card--create .tvoi-card__steps-list li:last-child {
  margin-bottom: 0;
}
.tvoi-card--create .tvoi-card__actions {
  padding: 59px 56px;
}
.tvoi-card > :last-child {
  margin-bottom: 0;
}
.buddypress .buddypress-wrap .tvoi-card .tvoi-card__button, .tvoi-card__button {
  padding: 22px 22px 32px;
  background: transparent;
  color: var(--wp--preset--color--dark-grey);
}
.buddypress .buddypress-wrap .tvoi-card .tvoi-card__button .tvoi-card__title, .tvoi-card__button .tvoi-card__title {
  margin: 0;
}
.buddypress .buddypress-wrap .tvoi-card .tvoi-card__button p, .tvoi-card__button p {
  margin: 0;
}
.buddypress .buddypress-wrap .tvoi-card .tvoi-card__button:hover, .buddypress .buddypress-wrap .tvoi-card .tvoi-card__button:focus, .tvoi-card__button:hover, .tvoi-card__button:focus {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.buddypress .buddypress-wrap .tvoi-card .tvoi-card__button:hover .tvoi-card__title, .buddypress .buddypress-wrap .tvoi-card .tvoi-card__button:focus .tvoi-card__title, .tvoi-card__button:hover .tvoi-card__title, .tvoi-card__button:focus .tvoi-card__title {
  color: var(--wp--preset--color--base);
}
.buddypress .buddypress-wrap .tvoi-card__link:hover, .buddypress .buddypress-wrap .tvoi-card__link:focus, .tvoi-card__link:hover, .tvoi-card__link:focus {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
.buddypress .buddypress-wrap .tvoi-card__link:hover .tvoi-card__title, .buddypress .buddypress-wrap .tvoi-card__link:focus .tvoi-card__title, .tvoi-card__link:hover .tvoi-card__title, .tvoi-card__link:focus .tvoi-card__title {
  color: var(--wp--preset--color--base);
}
.tvoi-card--has-list {
  padding: 10px 30px;
}
.tvoi-card__icon {
  display: inline-block;
  font-size: 31px;
  color: var(--wp--preset--color--primary);
  padding: 16px;
  background-color: var(--wp--preset--color--offwhite);
  border-radius: 100%;
  margin: 0 0 22px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tvoi-card__icon i {
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 1.25em;
}
body.buddypress .buddypress-wrap .tvoi-card .tvoi-card__title, .buddypress-wrap .tvoi-card #members-list.grid.bp-list.members-group-list .item-entry-header, .tvoi-card__title {
  color: var(--wp--preset--color--tertiary);
  font-size: var(--wp--preset--font-size--level-1);
  font-style: normal;
  font-weight: 600;
  line-height: 141.4%;
  letter-spacing: 0.45px;
  margin: 0 0 0.5rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tvoi-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tvoi-card__list-item {
  color: var(--wp--preset--color--tertiary);
  margin: 0;
  padding: 25px 0;
  border-top: 1px solid var(--wp--preset--color--light-grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tvoi-card__list-item:first-child {
  border-top: none;
  margin-top: 0;
}
.tvoi-card__list-item a i {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tvoi-card__list-item a:hover .tvoi-card__list-item__icon--outline, .tvoi-card__list-item a:focus .tvoi-card__list-item__icon--outline {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--base);
}
.tvoi-card__list-item a:hover:has(.fa-arrow-right-long) .fa-arrow-right-long, .tvoi-card__list-item a:focus:has(.fa-arrow-right-long) .fa-arrow-right-long {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.tvoi-card__list-item__icon {
  font-size: 16px;
  color: var(--wp--preset--color--secondary);
  margin-right: 0.35rem;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.tvoi-card__list-item__icon--outline {
  background-color: var(--wp--preset--color--base);
  border: 2px solid var(--wp--preset--color--secondary);
  border-radius: 5px;
  padding: 7px;
}
.tvoi-card__list-item-content {
  display: grid;
  grid-template-areas: "category action" "title action";
  width: 100%;
}
.tvoi-card__list-item-category {
  grid-area: category;
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 141.4%;
  letter-spacing: 0.45px;
  margin: 0;
}
.tvoi-card__list-item-title {
  grid-area: title;
  color: var(--wp--preset--color--tertiary);
  font-size: var(--wp--preset--font-size--level-1);
  font-style: normal;
  font-weight: 400;
  line-height: 141.4%;
  letter-spacing: 0.45px;
  margin: 0;
}
.tvoi-card__list-item-action {
  grid-area: action;
  color: var(--wp--preset--color--secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 141.4%;
  letter-spacing: 0.45px;
  margin: 0;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  align-self: center;
  justify-self: flex-end;
}
@container tvoi-card (width <= 550px) {
  body:not(.has-sidebar) .buddypress-wrap .tvoi-card .members-group-list .item-entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@container tvoi-card (width > 550px) and (width < 825px) {
  body:not(.has-sidebar) .buddypress-wrap .tvoi-card .members-group-list .item-entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@container tvoi-card (width >= 825px) {
  body:not(.has-sidebar) .buddypress-wrap .tvoi-card .members-group-list .item-entry {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.form-group label:has(+ input:required, + select:required)::after {
  content: " *";
  color: var(--color-error);
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  outline: 0;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.form-submit {
  margin-top: 2rem;
  text-align: center;
}
.form-submit .btn-primary {
  min-width: 200px;
}

.form-messages {
  margin-top: 1rem;
}

.alert {
  padding: 1rem;
  border-radius: 0.375rem;
  margin-bottom: 1rem;
}
.alert.alert-success {
  background-color: var(--color-success-light);
  border: 1px solid var(--color-success);
  color: var(--color-success-dark);
}
.alert.alert-danger {
  background-color: var(--color-error-light);
  border: 1px solid var(--color-error);
  color: var(--color-error-dark);
}

#pass-strength-result {
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  text-align: center;
}
#pass-strength-result.strength-0 {
  background-color: var(--color-error-light);
  border: 1px solid var(--color-error);
  color: var(--color-error-dark);
}
#pass-strength-result.strength-1 {
  background-color: var(--color-warning-light);
  border: 1px solid var(--color-warning);
  color: var(--color-warning-dark);
}
#pass-strength-result.strength-2 {
  background-color: var(--color-warning-light);
  border: 1px solid var(--color-warning);
  color: var(--color-warning-dark);
}
#pass-strength-result.strength-3 {
  background-color: var(--color-success-light);
  border: 1px solid var(--color-success);
  color: var(--color-success-dark);
}
#pass-strength-result.strength-4 {
  background-color: var(--color-success-light);
  border: 1px solid var(--color-success);
  color: var(--color-success-dark);
}

.standard-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.standard-form .password-entry,
.standard-form .password-entry-confirm {
  margin-bottom: 0.5rem;
}

.wp-block-acf-admin-form .acf-fields > .acf-field {
  border-top: none;
}
.wp-block-acf-admin-form .acf-form-submit {
  padding: 12px;
}
.wp-block-acf-admin-form .select2-container.-acf {
  z-index: 1000;
}
.wp-block-acf-admin-form .acf-form-success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-acf-admin-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding-left: 8px;
}
.wp-block-acf-admin-form .tvoi-complete-adoption-form button {
  display: block;
}
.wp-block-acf-admin-form #send_message_form .select2-selection {
  border: none;
}
.wp-block-acf-admin-form .compose #buddypress #send_message_form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  margin-bottom: 0;
}
.wp-block-acf-admin-form .compose #buddypress #send_message_form .select2-search__field {
  min-height: 32px;
}

.tvoi-form {
  margin: 1.5rem 0;
}
.tvoi-form--group-type {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tvoi-form--group-type select,
.tvoi-form--group-type button {
  width: 100%;
}
@container tvoi-card (width > 550px) {
  .tvoi-form--group-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}

/**
 * Message Notification Component
 *
 * Styles for the notification message displayed above BuddyBoss message boxes
 */
.tvoi-message-notification {
  margin-bottom: 15px;
  padding: 10px 30px 10px 10px;
  background-color: #f7f7f7;
  border-left: 4px solid var(--wp--preset--color--primary);
  font-size: 14px;
  color: #333;
}
.tvoi-message-notification p {
  margin: 1em 0 0;
}
.tvoi-message-notification p:first-child {
  margin: 0;
}

/**
 * Message Report Styles
 */
/* Report button styling */
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) {
  /* General message styling for all messages */
  /* Other user message styling */
  /* Current user message styling */
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap {
  border-radius: 8px;
  margin: 0;
  padding: 12px 15px;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap {
  background-color: rgba(240, 240, 240, 0.5);
  border-left: 3px solid #e0e0e0;
  position: relative;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap .message-metadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap .message-metadata .actions {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap .bp-message-content {
  padding: 5px 0;
  color: #333;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) {
  background-color: rgba(138, 78, 96, 0.05);
  border-left: none;
  border-right: 3px solid var(--wp--preset--color--primary);
  position: relative;
  border-radius: 8px;
  margin: 0;
  padding: 12px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) .bp-avatar-wrap {
  margin-right: 0;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) .bp-avatar-wrap .bp-user-avatar .avatar {
  margin-left: 0;
  margin-right: 0;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) .bp-message-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: right;
  width: 100%;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) .bp-message-content {
  font-weight: 500;
  color: #333;
  padding: 5px 0;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) .message-metadata {
  color: #666;
  text-align: right;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator) .message-metadata .bp-user-link {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}
.buddypress .buddypress-wrap #bp-message-thread-list li:not(.divider-date) .bp-single-message-wrap:has(.tvoi-current-user-indicator).tvoi-message-reported {
  background-color: rgba(255, 0, 0, 0.05);
  border-right: 3px solid #ff0000;
}
.buddypress .buddypress-wrap #bp-message-thread-list .tvoi-message-reported-text {
  color: #d32f2f;
  font-size: 12px;
  font-style: italic;
  margin-left: 10px;
  padding: 2px 6px;
  background-color: rgba(211, 47, 47, 0.1);
  border-radius: 3px;
}
.buddypress .buddypress-wrap #bp-message-thread-list .tvoi-report-message-btn {
  background-color: transparent;
  border: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 500;
  white-space: nowrap;
}
.buddypress .buddypress-wrap #bp-message-thread-list .tvoi-report-message-btn:hover {
  background-color: rgba(138, 78, 96, 0.1);
  color: var(--wp--preset--color--secondary);
}
.buddypress .buddypress-wrap #bp-message-thread-list .tvoi-report-message-btn:focus {
  outline: 2px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.buddypress .buddypress-wrap #bp-message-thread-list .tvoi-report-message-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Current user indicator styling */
.tvoi-current-user-indicator {
  display: inline-block;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 4px;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

/* Custom notification styling */
.tvoi-notification {
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
  -webkit-animation: tvoi-notification-slide-in 0.3s ease-out;
          animation: tvoi-notification-slide-in 0.3s ease-out;
}
.tvoi-notification.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.tvoi-notification.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@-webkit-keyframes tvoi-notification-slide-in {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes tvoi-notification-slide-in {
  from {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal__close {
  position: absolute;
  z-index: 10000;
  inset: 1rem 1rem auto auto;
  font-size: var(--wp--preset--font-size--level-1);
  cursor: pointer;
}
.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 1000px;
  min-height: 50vh;
  max-height: 90vh;
  padding: 2rem;
  background-color: var(--wp--preset--color--base);
  border-radius: 10px;
}
.modal__content {
  height: 100%;
  overflow-y: auto;
}

.jump-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 10000;
  -webkit-transition: opacity 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: opacity 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.jump-overlay__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100px;
  margin: 0 auto 2rem auto;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-animation: wiggle 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
          animation: wiggle 2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}
.jump-overlay__text {
  max-width: 200px;
  margin: 0 auto;
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--level-1);
  line-height: 1.15;
  text-align: center;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  20% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
  20% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  30% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  40% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

body:where(.single-family-profile),
body:where(.page-template-single-family-profile) {
  container: family-profile/inline-size;
  overflow-x: unset !important;
}
body:where(.single-family-profile) .family-profile__favorite,
body:where(.page-template-single-family-profile) .family-profile__favorite {
  padding: 0.75rem 1rem;
  margin: 0;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  line-height: 1;
  border: 1px solid var(--wp--preset--color--primary);
  outline: 0;
  font-size: var(--wp--preset--font-size--level-1);
  cursor: pointer;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
body:where(.single-family-profile) .family-profile__favorite:hover,
body:where(.page-template-single-family-profile) .family-profile__favorite:hover {
  background: var(--wp--preset--color--secondary);
}
body:where(.single-family-profile) .is-favorite,
body:where(.single-family-profile) .is-not-favorite,
body:where(.page-template-single-family-profile) .is-favorite,
body:where(.page-template-single-family-profile) .is-not-favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@container family-profile (width > 740px) {
  body:where(.single-family-profile) .is-sticky,
  body:where(.single-family-profile) .is-position-sticky,
  body:where(.page-template-single-family-profile) .is-sticky,
  body:where(.page-template-single-family-profile) .is-position-sticky {
    position: sticky;
    top: 8rem;
  }
}
body:where(.single-family-profile):not(.single-family-profile--is-favorite) .is-favorite, body:where(.single-family-profile):not(.page-template-single-family-profile--is-favorite) .is-favorite,
body:where(.page-template-single-family-profile):not(.single-family-profile--is-favorite) .is-favorite,
body:where(.page-template-single-family-profile):not(.page-template-single-family-profile--is-favorite) .is-favorite {
  display: none !important;
}
body:where(.single-family-profile):not(.single-family-profile--is-favorite) .is-not-favorite, body:where(.single-family-profile):not(.page-template-single-family-profile--is-favorite) .is-not-favorite,
body:where(.page-template-single-family-profile):not(.single-family-profile--is-favorite) .is-not-favorite,
body:where(.page-template-single-family-profile):not(.page-template-single-family-profile--is-favorite) .is-not-favorite {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body:where(.single-family-profile).single-family-profile--is-favorite .is-favorite, body:where(.single-family-profile).page-template-single-family-profile--is-favorite .is-favorite,
body:where(.page-template-single-family-profile).single-family-profile--is-favorite .is-favorite,
body:where(.page-template-single-family-profile).page-template-single-family-profile--is-favorite .is-favorite {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
body:where(.single-family-profile).single-family-profile--is-favorite .is-not-favorite, body:where(.single-family-profile).page-template-single-family-profile--is-favorite .is-not-favorite,
body:where(.page-template-single-family-profile).single-family-profile--is-favorite .is-not-favorite,
body:where(.page-template-single-family-profile).page-template-single-family-profile--is-favorite .is-not-favorite {
  display: none !important;
}
body:where(.single-family-profile) .section,
body:where(.page-template-single-family-profile) .section {
  position: relative;
  margin: 0;
  padding: 4rem 2rem;
}
body:where(.single-family-profile) .section .section,
body:where(.page-template-single-family-profile) .section .section {
  padding-left: 0;
  padding-right: 0;
}
body:where(.single-family-profile) .container--family-profile, body:where(.single-family-profile) .container--family-profile--flex, body:where(.single-family-profile) .container--family-profile--flex-reverse,
body:where(.page-template-single-family-profile) .container--family-profile,
body:where(.page-template-single-family-profile) .container--family-profile--flex,
body:where(.page-template-single-family-profile) .container--family-profile--flex-reverse {
  max-width: 1140px;
  margin: 0 auto;
}
body:where(.single-family-profile) .container--family-profile--flex, body:where(.single-family-profile) .container--family-profile--flex-reverse,
body:where(.page-template-single-family-profile) .container--family-profile--flex,
body:where(.page-template-single-family-profile) .container--family-profile--flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@container family-profile (width > 740px) {
  body:where(.single-family-profile) .container--family-profile--flex, body:where(.single-family-profile) .container--family-profile--flex-reverse,
  body:where(.page-template-single-family-profile) .container--family-profile--flex,
  body:where(.page-template-single-family-profile) .container--family-profile--flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  body:where(.single-family-profile) .container--family-profile--flex > *, body:where(.single-family-profile) .container--family-profile--flex-reverse > *,
  body:where(.page-template-single-family-profile) .container--family-profile--flex > *,
  body:where(.page-template-single-family-profile) .container--family-profile--flex-reverse > * {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body:where(.single-family-profile) .container--family-profile--flex-reverse,
  body:where(.page-template-single-family-profile) .container--family-profile--flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
body:where(.single-family-profile) img,
body:where(.page-template-single-family-profile) img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:where(.single-family-profile) .next-section,
body:where(.page-template-single-family-profile) .next-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: unset;
  margin: unset;
  color: inherit;
  background: transparent !important;
  line-height: 1;
  border: 0 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}
body:where(.single-family-profile) .next-section:hover, body:where(.single-family-profile) .next-section:focus, body:where(.single-family-profile) .next-section:active, body:where(.single-family-profile) .next-section:focus-visible,
body:where(.page-template-single-family-profile) .next-section:hover,
body:where(.page-template-single-family-profile) .next-section:focus,
body:where(.page-template-single-family-profile) .next-section:active,
body:where(.page-template-single-family-profile) .next-section:focus-visible {
  color: var(--wp--preset--color--primary);
}
@container family-profile (width >= 740px) {
  body:where(.single-family-profile) .section,
  body:where(.page-template-single-family-profile) .section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
body:where(.single-family-profile).is-scrolled .family-profile__favorite,
body:where(.page-template-single-family-profile).is-scrolled .family-profile__favorite {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--tertiary);
}
body:where(.single-family-profile).is-scrolled .family-profile__favorite:hover,
body:where(.page-template-single-family-profile).is-scrolled .family-profile__favorite:hover {
  background: var(--wp--preset--color--offwhite);
}

body.single-family-profile .header,
body.page-template-single-family-profile .header {
  position: sticky;
  top: 0;
  z-index: 4;
}
body.single-family-profile .header__secondary-nav,
body.page-template-single-family-profile .header__secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.5rem 2rem;
  background-color: transparent;
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--level-0);
  z-index: 3;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
body.single-family-profile .header__close-profile,
body.page-template-single-family-profile .header__close-profile {
  display: inline-block;
  margin: 0;
  background: transparent;
  color: inherit;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  outline: 0;
  cursor: pointer;
}
body.single-family-profile .header__primary-nav,
body.page-template-single-family-profile .header__primary-nav {
  position: relative;
  display: grid;
  gap: 2rem;
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr auto;
  justify-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "nav-left nav-center nav-right";
  padding: 1rem 2rem;
  z-index: 3;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
body.single-family-profile .header__primary-nav__items--1, body.single-family-profile .header__primary-nav__items--2, body.single-family-profile .header__primary-nav__family-name,
body.page-template-single-family-profile .header__primary-nav__items--1,
body.page-template-single-family-profile .header__primary-nav__items--2,
body.page-template-single-family-profile .header__primary-nav__family-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-family-profile .header__primary-nav__mobile-trigger,
body.page-template-single-family-profile .header__primary-nav__mobile-trigger {
  font-size: var(--wp--preset--font-size--level-2);
  line-height: 1;
  cursor: pointer;
}
body.single-family-profile .header__primary-nav__mobile-trigger .mobile-nav-open,
body.page-template-single-family-profile .header__primary-nav__mobile-trigger .mobile-nav-open {
  display: block;
}
body.single-family-profile .header__primary-nav__mobile-trigger .mobile-nav-close,
body.page-template-single-family-profile .header__primary-nav__mobile-trigger .mobile-nav-close {
  display: none;
}
body.single-family-profile .header__primary-nav__nav-item,
body.page-template-single-family-profile .header__primary-nav__nav-item {
  display: none;
  color: inherit;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
}
body.single-family-profile .header__family-name,
body.page-template-single-family-profile .header__family-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  text-align: center;
  line-height: 1.15;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.single-family-profile .header__family-name, body.single-family-profile .header__family-name a,
body.page-template-single-family-profile .header__family-name,
body.page-template-single-family-profile .header__family-name a {
  color: inherit;
  text-decoration: none;
}
body.single-family-profile .header__mobile-nav,
body.page-template-single-family-profile .header__mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: fixed;
  padding: 2rem;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--wp--preset--color--offwhite);
  overflow-y: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: color 0.15s cubic-bezier(0.37, 0, 0.63, 1), background-color 0.15s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.15s cubic-bezier(0.37, 0, 0.63, 1), background-color 0.15s cubic-bezier(0.37, 0, 0.63, 1), -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.15s cubic-bezier(0.37, 0, 0.63, 1), background-color 0.15s cubic-bezier(0.37, 0, 0.63, 1), transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  transition: color 0.15s cubic-bezier(0.37, 0, 0.63, 1), background-color 0.15s cubic-bezier(0.37, 0, 0.63, 1), transform 0.5s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.5s cubic-bezier(0.61, 1, 0.88, 1);
  z-index: 2;
}
body.single-family-profile .header__mobile-nav__nav-item,
body.page-template-single-family-profile .header__mobile-nav__nav-item {
  display: inline-block;
  padding: 0.5rem 2rem;
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0;
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: opacity 0.5s cubic-bezier(0.25, 1, 0.5, 1), transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
body.single-family-profile .header__mobile-nav__nav-item:nth-child(1),
body.page-template-single-family-profile .header__mobile-nav__nav-item:nth-child(1) {
  -webkit-transition-delay: calc(1 * 0.1s + 0.3s);
          transition-delay: calc(1 * 0.1s + 0.3s);
}
body.single-family-profile .header__mobile-nav__nav-item:nth-child(2),
body.page-template-single-family-profile .header__mobile-nav__nav-item:nth-child(2) {
  -webkit-transition-delay: calc(2 * 0.1s + 0.3s);
          transition-delay: calc(2 * 0.1s + 0.3s);
}
body.single-family-profile .header__mobile-nav__nav-item:nth-child(3),
body.page-template-single-family-profile .header__mobile-nav__nav-item:nth-child(3) {
  -webkit-transition-delay: calc(3 * 0.1s + 0.3s);
          transition-delay: calc(3 * 0.1s + 0.3s);
}
body.single-family-profile .header__mobile-nav__nav-item:nth-child(4),
body.page-template-single-family-profile .header__mobile-nav__nav-item:nth-child(4) {
  -webkit-transition-delay: calc(4 * 0.1s + 0.3s);
          transition-delay: calc(4 * 0.1s + 0.3s);
}
body.single-family-profile .header__mobile-nav__nav-item:nth-child(5),
body.page-template-single-family-profile .header__mobile-nav__nav-item:nth-child(5) {
  -webkit-transition-delay: calc(5 * 0.1s + 0.3s);
          transition-delay: calc(5 * 0.1s + 0.3s);
}
body.single-family-profile .header__mobile-nav__nav-item:nth-child(6),
body.page-template-single-family-profile .header__mobile-nav__nav-item:nth-child(6) {
  -webkit-transition-delay: calc(6 * 0.1s + 0.3s);
          transition-delay: calc(6 * 0.1s + 0.3s);
}
body.single-family-profile .header__mobile-nav.is-open,
body.page-template-single-family-profile .header__mobile-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
body.single-family-profile .header__mobile-nav.is-open .header__mobile-nav__nav-item,
body.page-template-single-family-profile .header__mobile-nav.is-open .header__mobile-nav__nav-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.single-family-profile .header:has(.header__mobile-nav.is-open) .header__primary-nav__mobile-trigger .mobile-nav-open,
body.page-template-single-family-profile .header:has(.header__mobile-nav.is-open) .header__primary-nav__mobile-trigger .mobile-nav-open {
  display: none;
}
body.single-family-profile .header:has(.header__mobile-nav.is-open) .header__primary-nav__mobile-trigger .mobile-nav-close,
body.page-template-single-family-profile .header:has(.header__mobile-nav.is-open) .header__primary-nav__mobile-trigger .mobile-nav-close {
  display: block;
}
@container family-profile (width < 980px) {
  body.single-family-profile .header .family-profile__favorite,
  body.page-template-single-family-profile .header .family-profile__favorite {
    padding: 0.35rem 0.25rem 0.25rem 0.25rem;
    border-radius: 50%;
    aspect-ratio: 1/1;
  }
  body.single-family-profile .header .family-profile__favorite span,
  body.page-template-single-family-profile .header .family-profile__favorite span {
    display: none;
  }
}
@container family-profile (width >= 980px) {
  body.single-family-profile .header__primary-nav__nav-item,
  body.page-template-single-family-profile .header__primary-nav__nav-item {
    display: inline-block;
  }
  body.single-family-profile .header__primary-nav__mobile-trigger,
  body.page-template-single-family-profile .header__primary-nav__mobile-trigger {
    display: none !important;
  }
}

body.single-family-profile .footer,
body.page-template-single-family-profile .footer {
  padding: 2rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  text-align: center;
}
body.single-family-profile .footer__title,
body.page-template-single-family-profile .footer__title {
  font-size: var(--wp--preset--font-size--level-2);
  line-height: 1.15;
}
body.single-family-profile .footer__inner,
body.page-template-single-family-profile .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-family-profile .footer__favorite,
body.page-template-single-family-profile .footer__favorite {
  padding: 0.5rem 0.75rem;
  background-color: transparent;
  color: var(--wp--preset--color--base);
  font-family: sans-serif;
  border: 1px solid var(--wp--preset--color--offwhite);
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.3s cubic-bezier(0.37, 0, 0.63, 1);
}
body.single-family-profile .footer__favorite:hover, body.single-family-profile .footer__favorite:focus,
body.page-template-single-family-profile .footer__favorite:hover,
body.page-template-single-family-profile .footer__favorite:focus {
  background-color: var(--wp--preset--color--offwhite);
  color: var(--wp--preset--color--primary);
}
@container family-profile (width > 740px) {
  body.single-family-profile .footer,
  body.page-template-single-family-profile .footer {
    text-align: unset;
  }
  body.single-family-profile .footer__inner,
  body.page-template-single-family-profile .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.acf-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.acf-form .acf-fields.-sidebar {
  padding: unset !important;
}
.acf-form .acf-fields.-sidebar::before {
  content: unset;
}
.acf-form .acf-fields .acf-tab-wrap {
  display: none;
}
.acf-form .acf-fields .acf-tab-title .acf-label {
  margin: 0;
}
.acf-form .acf-fields .acf-tab-title .acf-label label {
  margin: 0;
  color: var(--wp--preset--color--tertiary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-3);
  font-family: "Raleway", sans-serif;
}
.acf-form .acf-fields .acf-field-tab + .acf-tab-title {
  padding-top: 0;
}
.acf-form-header {
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--base);
  z-index: 1;
}
.acf-form__step-counter {
  color: var(--wp--preset--color--primary);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--level-1);
}
.acf-form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  bottom: -1px;
  padding-top: 2rem;
  background-color: var(--wp--preset--color--base);
  border-top: 1px solid var(--wp--preset--color--light-grey);
  z-index: 1;
}
.acf-form-footer__actions--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.acf-form-footer__actions--primary .acf-form-submit {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}
.acf-form div.acf-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0.5rem;
  border-radius: 4px;
}
.acf-form div.acf-notice.-error {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border: 0;
}
.acf-form div.acf-notice.-error::before {
  content: "\e417";
}
.acf-form div.acf-notice.-warning {
  background-color: transparent;
  color: var(--wp--preset--color--contrast);
  border: 1px solid var(--wp--preset--color--primary);
}
.acf-form div.acf-notice.-warning::before {
  content: "\f071";
}
.acf-form div.acf-notice::before {
  display: inline-block;
  margin-top: 2px;
  color: inherit;
  font: var(--fa-font-regular);
}
.acf-form div.acf-notice p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
}
.acf-form div.acf-notice p:not(:first-of-type) {
  margin-top: 0.5rem;
}
.acf-form div.acf-notice .acf-notice-dismiss {
  position: relative;
  display: block;
  inset: unset;
  padding: unset;
  margin-top: 1px;
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1;
  border: 0;
  opacity: 1;
}
.acf-form .acf-fields {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.acf-form .acf-fields > .acf-field {
  padding: 1rem 0;
  border: 0;
}
.acf-form .acf-field input[type=text],
.acf-form .acf-field input[type=password],
.acf-form .acf-field input[type=date],
.acf-form .acf-field input[type=datetime],
.acf-form .acf-field input[type=datetime-local],
.acf-form .acf-field input[type=email],
.acf-form .acf-field input[type=month],
.acf-form .acf-field input[type=number],
.acf-form .acf-field input[type=search],
.acf-form .acf-field input[type=tel],
.acf-form .acf-field input[type=time],
.acf-form .acf-field input[type=url],
.acf-form .acf-field input[type=week],
.acf-form .acf-field textarea,
.acf-form .acf-field select {
  padding: 0.5rem;
  background-color: #f2f2f2;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--level-1);
  font-family: "Raleway", sans-serif;
  border: 0;
  outline: 0;
}
.acf-form .acf-field .acf-label label {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--level-0);
}
.acf-form button,
.acf-form [type=button], .acf-form-submit .acf-button {
  min-width: 80px;
  padding: 0.5rem 1.5rem;
  background-color: var(--wp--preset--color--dark-grey);
  color: var(--wp--preset--color--base);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-0);
  font-family: "Raleway", sans-serif;
  text-align: center;
  border: 0;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form button:hover,
.acf-form [type=button]:hover, .acf-form-submit .acf-button:hover {
  background-color: var(--wp--preset--color--secondary);
}
.acf-form button.is-style-outline,
.acf-form [type=button].is-style-outline, .acf-form-submit .acf-button.is-style-outline {
  background-color: transparent;
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}
.acf-form button.acf-form-next, .acf-form button.acf-form-preview, .acf-form button[type=submit],
.acf-form [type=button].acf-form-next,
.acf-form [type=button].acf-form-preview,
.acf-form [type=button][type=submit], .acf-form-submit .acf-button.acf-form-next, .acf-form-submit .acf-button.acf-form-preview, .acf-form-submit .acf-button[type=submit] {
  background-color: var(--wp--preset--color--primary);
}
.acf-form button.acf-form-next:hover, .acf-form button.acf-form-preview:hover, .acf-form button[type=submit]:hover,
.acf-form [type=button].acf-form-next:hover,
.acf-form [type=button].acf-form-preview:hover,
.acf-form [type=button][type=submit]:hover, .acf-form-submit .acf-button.acf-form-next:hover, .acf-form-submit .acf-button.acf-form-preview:hover, .acf-form-submit .acf-button[type=submit]:hover {
  background-color: var(--wp--preset--color--secondary);
}
.acf-form button.acf-form-save,
.acf-form [type=button].acf-form-save, .acf-form-submit .acf-button.acf-form-save {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  background: none;
  color: var(--wp--preset--color--secondary);
}

:where(.modal):has(.acf-form) .modal__dialog {
  height: 90vh;
}
:where(.modal) .acf-form {
  height: 100%;
}

.acf-form .acf-field-file .acf-file-uploader {
  min-height: 0px;
  border: 0;
}
.acf-form .acf-field-file .acf-file-uploader[data-multiple="1"] .values {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0.5rem;
  background-color: #f2f2f2;
}
.acf-form .acf-field-file .acf-file-uploader[data-multiple="1"] .values .file-wrap {
  width: auto;
  margin: 0;
}
.acf-form .acf-field-file .acf-file-uploader:not(.has-value) .values {
  padding: 0;
}
.acf-form .acf-field-file .acf-file-uploader.has-value .values {
  padding: 0.5rem;
  border-radius: 10px;
}
.acf-form .acf-field-file .file-wrap {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
  border: 0;
  border-radius: 10px;
}
.acf-form .acf-field-file .file-wrap .file-icon {
  background-color: transparent;
  border: 0;
}
.acf-form .acf-field-file .file-wrap .file-info a {
  color: var(--wp--preset--color--secondary);
  text-decoration: underline;
}
.acf-form .acf-field-file .file-wrap .file-info p:has(a[data-name=filename]) {
  display: none;
}
.acf-form .acf-field-file .file-wrap .acf-actions {
  display: block !important;
  z-index: 1;
}
.acf-form .acf-field-file .file-wrap .acf-actions .acf-icon {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1;
}
.acf-form .acf-field-file .file-wrap .acf-actions .acf-icon:hover {
  color: var(--wp--preset--color--secondary);
}
.acf-form .acf-field-file .file-wrap.has-thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.acf-form .acf-field-file .file-wrap.has-thumbnail .file-icon {
  position: relative;
  padding: 0.5rem;
}
.acf-form .acf-field-file .file-wrap.has-thumbnail .file-icon img {
  height: auto;
  width: 90px;
  max-width: unset;
  max-height: unset;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
.acf-form .acf-field-file .file-wrap.has-thumbnail .file-info {
  margin: 0;
  padding: 0.5rem;
}
.acf-form .acf-field-file .acf-uploader .acf-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.25rem;
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  font-size: 0.8rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form .acf-field-file .acf-uploader .acf-button:hover {
  color: var(--wp--preset--color--secondary);
}
.acf-form .acf-field-file .acf-uploader .acf-button::after {
  content: "\f055";
  font: var(--fa-font-solid);
}
.acf-form .acf-field-file .acf-uploader .acf-button .count {
  display: none;
}

.acf-form .acf-field-image .acf-image-uploader .show-if-value img {
  border-radius: 10px;
}
.acf-form .acf-field-image .acf-image-uploader .show-if-value .acf-actions .acf-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1;
}
.acf-form .acf-field-image .acf-image-uploader .show-if-value .acf-actions .acf-icon:hover {
  background-color: var(--wp--preset--color--secondary);
}
.acf-form .acf-field-image .acf-image-uploader .hide-if-value .acf-basic-uploader {
  min-width: 80px;
  padding: 0.5rem 1.5rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-0);
  font-family: "Raleway", sans-serif;
  text-align: center;
  border: 0;
  border-radius: 10px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form .acf-field-image .acf-image-uploader .hide-if-value .acf-basic-uploader:hover {
  background-color: var(--wp--preset--color--secondary);
}
.acf-form .acf-field-image .acf-image-uploader .hide-if-value .acf-basic-uploader::before {
  content: "Choose Image";
}
.acf-form .acf-field-image .acf-image-uploader .hide-if-value .acf-basic-uploader input[type=file] {
  display: none;
}

.acf-form .acf-field-image-choice .acf-input ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: unset !important;
}
.acf-form .acf-field-image-choice .acf-input ul::before, .acf-form .acf-field-image-choice .acf-input ul::after {
  content: unset;
}
.acf-form .acf-field-image-choice .acf-input ul li {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: inherit;
  word-wrap: unset;
  line-height: inherit;
}
.acf-form .acf-field-image-choice .acf-input ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 0.5rem 0.5rem 1rem 0.5rem;
}
.acf-form .acf-field-image-choice .acf-input ul li label.selected {
  background-color: rgba(118, 61, 78, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.acf-form .acf-field-image-choice .acf-input ul li label.selected::after {
  content: "\f00c";
  position: absolute;
  inset: 0 0 auto auto;
  padding: 0.25rem 0.25rem 1.25rem 1.25rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font: var(--fa-font-regular);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.acf-form .acf-field-image-choice .acf-input ul li label input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.acf-form .acf-field-image-choice .acf-field-image-choice__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
  -webkit-box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.acf-form .acf-field-image-choice .acf-field-image-choice__title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: var(--wp--preset--color--tertiary);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-2);
  line-height: 1.15;
  text-align: center;
}
.acf-form .acf-field-image-choice .acf-field-image-choice__trigger {
  background-color: var(--wp--preset--color--primary);
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form .acf-field-image-choice .acf-field-image-choice__trigger:hover, .acf-form .acf-field-image-choice .acf-field-image-choice__trigger:focus, .acf-form .acf-field-image-choice .acf-field-image-choice__trigger:focus-visible {
  background-color: var(--wp--preset--color--secondary);
}
.acf-form .acf-field-image-choice .acf-field-image-choice__preview {
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form .acf-field-image-choice .acf-field-image-choice__preview:hover, .acf-form .acf-field-image-choice .acf-field-image-choice__preview:focus, .acf-form .acf-field-image-choice .acf-field-image-choice__preview:focus-visible {
  color: var(--wp--preset--color--primary);
}

.acf-form .acf-field-radio:not(.acf-field-image-choice) ul,
.acf-form .acf-field-checkbox:not(.acf-field-image-choice) ul {
  outline: 0 !important;
  border: 0 !important;
}
.acf-form .acf-field-radio:not(.acf-field-image-choice) ul li:not(:first-child),
.acf-form .acf-field-checkbox:not(.acf-field-image-choice) ul li:not(:first-child) {
  margin-top: 0.25rem;
}
.acf-form .acf-field-radio:not(.acf-field-image-choice) ul li label,
.acf-form .acf-field-checkbox:not(.acf-field-image-choice) ul li label {
  cursor: pointer;
}
.acf-form .acf-field-radio:not(.acf-field-image-choice) ul li label input,
.acf-form .acf-field-checkbox:not(.acf-field-image-choice) ul li label input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-color: #f2f2f2;
  cursor: pointer;
}
.acf-form .acf-field-radio:not(.acf-field-image-choice) ul li label.selected input::after,
.acf-form .acf-field-checkbox:not(.acf-field-image-choice) ul li label.selected input::after {
  content: "\f00c";
  position: absolute;
  inset: 50% auto auto 50%;
  font: var(--fa-font-regular);
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.acf-form .acf-repeater .acf-table .acf-row-handle {
  color: var(--wp--preset--color--primary);
}
.acf-form .acf-repeater .acf-table .acf-row-handle .acf-icon.-plus {
  display: none !important;
}
.acf-form .acf-repeater .acf-table .acf-row-handle .acf-icon.-minus {
  display: block;
  color: inherit;
  border-color: var(--wp--preset--color--primary);
  line-height: 1rem;
}
.acf-form .acf-repeater .acf-table .acf-row td {
  border: 1px solid var(--wp--preset--color--dark-grey) !important;
  border-radius: 0;
}
.acf-form .acf-repeater .acf-table .acf-row td:first-child {
  display: none;
}
.acf-form .acf-repeater .acf-table .acf-row td:last-child {
  border-radius: 0 10px 10px 0;
}
.acf-form .acf-repeater .acf-table .acf-row td:not(:first-child, :last-child) {
  border-right: 0 !important;
}
.acf-form .acf-repeater .acf-table .acf-row td.acf-row-handle {
  background-color: #f2f2f2;
}
.acf-form .acf-repeater .acf-table .acf-row td.acf-fields {
  background-color: transparent;
  border-radius: 10px 0 0 10px;
}
.acf-form .acf-repeater .acf-table .acf-row td.acf-fields .acf-field {
  padding: 0.5rem;
  border: 0;
}
.acf-form .acf-repeater .acf-actions {
  text-align: left;
}
.acf-form .acf-repeater .acf-actions .acf-repeater-add-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--primary) !important;
  font-weight: 600;
  font-size: 0.8rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form .acf-repeater .acf-actions .acf-repeater-add-row:hover {
  color: var(--wp--preset--color--secondary);
}
.acf-form .acf-repeater .acf-actions .acf-repeater-add-row::after {
  content: "\f055";
  font: var(--fa-font-solid);
}
.acf-form .acf-field-repeater > .acf-input > .acf-repeater > .acfe-repeater-stylised-button {
  padding: 0;
  border-width: 0;
  border-radius: 0;
}
.acf-form .acf-field-repeater > .acf-input > .acf-repeater > .acfe-repeater-stylised-button .acf-actions .acf-repeater-add-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 1rem;
  -webkit-transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
.acf-form .acf-field-repeater > .acf-input > .acf-repeater > .acfe-repeater-stylised-button .acf-actions .acf-repeater-add-row:hover {
  background-color: var(--wp--preset--color--offwhite);
}
.acf-form .acf-field-repeater > .acf-input > .acf-repeater > .acfe-repeater-stylised-button .acf-actions .acf-repeater-add-row::after {
  margin-left: 0.25rem;
}

.acf-label:has(.acfe-field-tooltip) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.acf-label .acfe-field-tooltip {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  float: unset;
  margin-top: 2px;
  color: var(--wp--preset--color--primary);
  cursor: pointer;
}

body .acf-tooltip {
  padding: 0.75rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  font-size: 0.8rem;
  line-height: 1.25;
  border-radius: 4px;
}

body.single-family-profile:has(main.is-theme-1) .header__secondary-nav,
body.page-template-single-family-profile:has(main.is-theme-1) .header__secondary-nav {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
body.single-family-profile:has(main.is-theme-1) .header__primary-nav,
body.page-template-single-family-profile:has(main.is-theme-1) .header__primary-nav {
  background-color: #F5F2EC;
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-1) .header__primary-nav__items--1,
body.page-template-single-family-profile:has(main.is-theme-1) .header__primary-nav__items--1 {
  grid-area: nav-left;
  justify-self: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .header__primary-nav__family-name,
body.page-template-single-family-profile:has(main.is-theme-1) .header__primary-nav__family-name {
  grid-area: nav-center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-family-profile:has(main.is-theme-1) .header__primary-nav__items--2,
body.page-template-single-family-profile:has(main.is-theme-1) .header__primary-nav__items--2 {
  grid-area: nav-right;
  justify-self: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body.single-family-profile:has(main.is-theme-1) .header__family-name,
body.page-template-single-family-profile:has(main.is-theme-1) .header__family-name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-item-align: end;
      align-self: flex-end;
  font-weight: 400;
  font-size: var(--wp--preset--font-size--level-2);
  -webkit-transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
body.single-family-profile:has(main.is-theme-1) .header__mobile-nav,
body.page-template-single-family-profile:has(main.is-theme-1) .header__mobile-nav {
  background-color: #F5F2EC;
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-1) .header__mobile-nav__nav-item,
body.page-template-single-family-profile:has(main.is-theme-1) .header__mobile-nav__nav-item {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-2);
}
@container family-profile (width > 480px) {
  body.single-family-profile:has(main.is-theme-1) .header__primary-nav,
  body.page-template-single-family-profile:has(main.is-theme-1) .header__primary-nav {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
body.single-family-profile:has(main.is-theme-1).is-scrolled .header__secondary-nav,
body.page-template-single-family-profile:has(main.is-theme-1).is-scrolled .header__secondary-nav {
  background-color: #F5F2EC;
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-1).is-scrolled .header__primary-nav, body.single-family-profile:has(main.is-theme-1).is-scrolled .header__mobile-nav,
body.page-template-single-family-profile:has(main.is-theme-1).is-scrolled .header__primary-nav,
body.page-template-single-family-profile:has(main.is-theme-1).is-scrolled .header__mobile-nav {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
body.single-family-profile:has(main.is-theme-1).is-scrolled .header__family-name,
body.page-template-single-family-profile:has(main.is-theme-1).is-scrolled .header__family-name {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

body.single-family-profile:has(main.is-theme-1) .hero, body.page-template-single-family-profile:has(main.is-theme-1) .hero {
  background-color: #F5F2EC;
}
body.single-family-profile:has(main.is-theme-1) .hero__images, body.page-template-single-family-profile:has(main.is-theme-1) .hero__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-family-profile:has(main.is-theme-1) .hero__image, body.page-template-single-family-profile:has(main.is-theme-1) .hero__image {
  display: block;
  width: 100%;
  height: auto;
}
body.single-family-profile:has(main.is-theme-1) .hero__image:not(:first-child), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:not(:first-child) {
  position: absolute;
  max-width: 28vw;
}
body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
}
body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2) {
  inset: auto auto 5% 10%;
  -webkit-transform: rotate(-17deg);
          transform: rotate(-17deg);
}
body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3) {
  inset: auto 5% 10% auto;
  -webkit-transform: rotate(22deg);
          transform: rotate(22deg);
}
body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(4), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(4) {
  display: none;
}
body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(5), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(5) {
  display: none;
}
@container family-profile (width > 480px) {
  body.single-family-profile:has(main.is-theme-1) .hero__image:first-child, body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:first-child {
    max-width: 400px;
    z-index: 2;
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:not(:first-child), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:not(:first-child) {
    max-width: clamp(150px, 20vw, 250px);
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2) {
    inset: 10% auto auto 2%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3) {
    inset: auto 2% 10% auto;
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3) {
    z-index: 2;
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(2) {
    inset: 10% auto auto 15%;
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(3) {
    inset: auto 15% 10% auto;
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(4), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(4) {
    display: block;
    inset: 2% 0 auto auto;
  }
  body.single-family-profile:has(main.is-theme-1) .hero__image:nth-child(5), body.page-template-single-family-profile:has(main.is-theme-1) .hero__image:nth-child(5) {
    display: block;
    inset: auto auto 2% 0;
  }
}

body.single-family-profile:has(main.is-theme-1) .story, body.page-template-single-family-profile:has(main.is-theme-1) .story {
  background-color: #F5F2EC;
}
body.single-family-profile:has(main.is-theme-1) .story__title, body.page-template-single-family-profile:has(main.is-theme-1) .story__title {
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-1) .story__description, body.page-template-single-family-profile:has(main.is-theme-1) .story__description {
  margin-top: 2rem;
}
body.single-family-profile:has(main.is-theme-1) .story__image, body.page-template-single-family-profile:has(main.is-theme-1) .story__image {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  position: sticky;
  top: 6rem;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@container family-profile (width > 480px) {
  body.single-family-profile:has(main.is-theme-1) .story__image, body.page-template-single-family-profile:has(main.is-theme-1) .story__image {
    -webkit-transform: scale(0.85) rotate(-5deg);
            transform: scale(0.85) rotate(-5deg);
  }
}

@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-1) .adult-1-personal .section__title,
body.single-family-profile:has(main.is-theme-1) .adult-2-personal .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-personal .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-personal .section__title {
  font-size: var(--wp--preset--font-size--level-3);
}
body.single-family-profile:has(main.is-theme-1) .adult-1-personal__images,
body.single-family-profile:has(main.is-theme-1) .adult-2-personal__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-personal__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-personal__images {
  position: sticky;
  top: 8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-personal__image:nth-child(2),
body.single-family-profile:has(main.is-theme-1) .adult-2-personal__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-personal__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-personal__image:nth-child(2) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  width: 80%;
  height: auto;
  margin: -2rem auto 0 auto;
  -webkit-transform: rotate(-7.5deg);
          transform: rotate(-7.5deg);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .adult-1-personal__images,
  body.single-family-profile:has(main.is-theme-1) .adult-2-personal__images,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-personal__images,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-personal__images {
    height: 100%;
    max-height: 55vh;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-personal__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-personal__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-personal__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-personal__image:first-child {
    max-width: 80%;
    margin-right: auto;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-personal__image:nth-child(2),
  body.single-family-profile:has(main.is-theme-1) .adult-2-personal__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-personal__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-personal__image:nth-child(2) {
    position: absolute;
    inset: auto 0 0 auto;
    width: clamp(150px, 15vw, 250px);
    margin: unset;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
  }
}

body.single-family-profile:has(main.is-theme-1) .adult-1-qualities .section__title,
body.single-family-profile:has(main.is-theme-1) .adult-2-qualities .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities .section__title {
  margin-bottom: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-qualities .container--family-profile--flex,
body.single-family-profile:has(main.is-theme-1) .adult-2-qualities .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities .container--family-profile--flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality,
body.single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality {
  margin: 2rem 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__title,
body.single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__title {
  margin: 0 0 1rem 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-2);
  font-family: var(--wp--preset--font-family--raleway);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__description,
body.single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__description,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__description,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__description {
  margin: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .adult-1-qualities .section__title,
  body.single-family-profile:has(main.is-theme-1) .adult-2-qualities .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities .section__title {
    margin-bottom: 6rem;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality,
  body.single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
    padding: 1rem 0 4rem 0;
    border-top: 1px solid var(--wp--preset--color--tertiary);
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__title,
  body.single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__title {
    width: 35%;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__description,
  body.single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__description,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-qualities__quality__description,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-qualities__quality__description {
    width: 65%;
  }
}

body.single-family-profile:has(main.is-theme-1) .adult-1-childhood .section__title,
body.single-family-profile:has(main.is-theme-1) .adult-2-childhood .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood .section__title {
  margin-bottom: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-childhood .container--family-profile--flex,
body.single-family-profile:has(main.is-theme-1) .adult-2-childhood .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood .container--family-profile--flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-childhood__images,
body.single-family-profile:has(main.is-theme-1) .adult-2-childhood__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood__images {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-childhood__description p,
body.single-family-profile:has(main.is-theme-1) .adult-2-childhood__description p,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood__description p,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood__description p {
  margin-top: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-childhood__description p:last-child,
body.single-family-profile:has(main.is-theme-1) .adult-2-childhood__description p:last-child,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood__description p:last-child,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood__description p:last-child {
  margin-bottom: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .adult-1-childhood .section__title,
  body.single-family-profile:has(main.is-theme-1) .adult-2-childhood .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood .section__title {
    margin-bottom: 4rem;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-childhood__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-childhood__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-childhood__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-childhood__image:first-child {
    width: 100%;
    margin-left: auto;
  }
}

body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies .section__title,
body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies .section__title {
  margin-bottom: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies .container--family-profile--flex,
body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies .container--family-profile--flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies__images,
body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies__images {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies__image:nth-child(2),
body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies__image:nth-child(2) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  width: 50%;
  height: auto;
  margin: -2rem auto 0 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies__description p,
body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies__description p,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies__description p,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies__description p {
  margin-top: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies__description p:last-child,
body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies__description p:last-child,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies__description p:last-child,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies__description p:last-child {
  margin-bottom: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies .section__title,
  body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies .section__title {
    margin-bottom: 4rem;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies__image:first-child {
    max-width: 90%;
    margin-left: auto;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies__image:nth-child(2),
  body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies__image:nth-child(2) {
    position: absolute;
    inset: auto auto 0 0;
    width: clamp(150px, 15vw, 200px);
    margin: unset;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-hobbies:has(.adult-2-hobbies__image:nth-child(2)) .adult-2-hobbies__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-hobbies:has(.adult-2-hobbies__image:nth-child(2)) .adult-2-hobbies__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-hobbies:has(.adult-2-hobbies__image:nth-child(2)) .adult-2-hobbies__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-hobbies:has(.adult-2-hobbies__image:nth-child(2)) .adult-2-hobbies__image:first-child {
    margin-bottom: 6rem;
  }
}

body.single-family-profile:has(main.is-theme-1) .adult-1-professional .section__title,
body.single-family-profile:has(main.is-theme-1) .adult-2-professional .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional .section__title {
  margin-bottom: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-professional .container--family-profile--flex,
body.single-family-profile:has(main.is-theme-1) .adult-2-professional .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional .container--family-profile--flex,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional .container--family-profile--flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-professional__images,
body.single-family-profile:has(main.is-theme-1) .adult-2-professional__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional__images,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional__images {
  position: sticky;
  top: 8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-professional__image:nth-child(2),
body.single-family-profile:has(main.is-theme-1) .adult-2-professional__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional__image:nth-child(2) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  width: 80%;
  height: auto;
  margin: -2rem auto 0 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
body.single-family-profile:has(main.is-theme-1) .adult-1-professional__description p,
body.single-family-profile:has(main.is-theme-1) .adult-2-professional__description p,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional__description p,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional__description p {
  margin-top: 0;
}
body.single-family-profile:has(main.is-theme-1) .adult-1-professional__description p:last-child,
body.single-family-profile:has(main.is-theme-1) .adult-2-professional__description p:last-child,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional__description p:last-child,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional__description p:last-child {
  margin-bottom: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .adult-1-professional .section__title,
  body.single-family-profile:has(main.is-theme-1) .adult-2-professional .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional .section__title,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional .section__title {
    margin-bottom: 4rem;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-professional__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-professional__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional__image:first-child {
    width: 100%;
    margin-left: auto;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-professional__image:nth-child(2),
  body.single-family-profile:has(main.is-theme-1) .adult-2-professional__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional__image:nth-child(2) {
    position: absolute;
    inset: auto 0 0 auto;
    width: clamp(150px, 15vw, 200px);
    margin: unset;
  }
  body.single-family-profile:has(main.is-theme-1) .adult-1-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-1-professional__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-1-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-2-professional__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-1-professional__image:first-child,
  body.single-family-profile:has(main.is-theme-1) .adult-2-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-2-professional__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-1-professional__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-1-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-2-professional__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-1-professional__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-1) .adult-2-professional:has(.adult-1-professional__image:nth-child(2), .adult-2-professional__image:nth-child(2)) .adult-2-professional__image:first-child {
    margin-bottom: 6rem;
  }
}

body.single-family-profile:has(main.is-theme-1) .adult-2,
body.page-template-single-family-profile:has(main.is-theme-1) .adult-2 {
  background-color: #F5F2EC;
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-1) .extended-family .section__title::after, body.page-template-single-family-profile:has(main.is-theme-1) .extended-family .section__title::after {
  content: unset;
}
body.single-family-profile:has(main.is-theme-1) .extended-family__member:not(:last-child), body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member:not(:last-child) {
  margin-bottom: 4rem;
}
body.single-family-profile:has(main.is-theme-1) .extended-family__member-name, body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member-name {
  font-size: var(--wp--preset--font-size--level-2);
  font-family: prata, serif;
}
body.single-family-profile:has(main.is-theme-1) .extended-family__member__images, body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member__images {
  position: sticky;
  top: 8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .extended-family__member__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member__image:nth-child(2) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  width: 70%;
  height: auto;
  margin: -2rem auto 0 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
body.single-family-profile:has(main.is-theme-1) .extended-family__member:nth-child(even) .extended-family__member__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member:nth-child(even) .extended-family__member__image:nth-child(2) {
  margin: -2rem 0 0 auto;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .extended-family__member__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member__image:nth-child(2) {
    position: absolute;
    inset: auto 0 0 auto;
    width: clamp(150px, 15vw, 250px);
    margin: unset;
  }
  body.single-family-profile:has(main.is-theme-1) .extended-family__member:nth-child(even), body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.single-family-profile:has(main.is-theme-1) .extended-family__member:nth-child(even) .extended-family__member__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .extended-family__member:nth-child(even) .extended-family__member__image:nth-child(2) {
    inset: auto auto 0 0;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  body.single-family-profile:has(main.is-theme-1) .extended-family:has(.extended-family__member__image:nth-child(2)) .extended-family__member__image:first-child, body.page-template-single-family-profile:has(main.is-theme-1) .extended-family:has(.extended-family__member__image:nth-child(2)) .extended-family__member__image:first-child {
    margin-bottom: 4rem;
  }
}

body.single-family-profile:has(main.is-theme-1) .children,
body.page-template-single-family-profile:has(main.is-theme-1) .children {
  padding-left: 2rem;
  padding-right: 2rem;
}
body.single-family-profile:has(main.is-theme-1) .children .section__title::after,
body.page-template-single-family-profile:has(main.is-theme-1) .children .section__title::after {
  content: unset;
}
body.single-family-profile:has(main.is-theme-1) .children__children,
body.page-template-single-family-profile:has(main.is-theme-1) .children__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
body.single-family-profile:has(main.is-theme-1) .children__child,
body.page-template-single-family-profile:has(main.is-theme-1) .children__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-1) .children__child__image,
body.page-template-single-family-profile:has(main.is-theme-1) .children__child__image {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 350px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/4;
}
body.single-family-profile:has(main.is-theme-1) .children__child__title,
body.page-template-single-family-profile:has(main.is-theme-1) .children__child__title {
  margin-top: 4rem;
  font-size: var(--wp--preset--font-size--level-2);
  font-family: prata, serif;
  line-height: 1;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-1) .children__child__age,
body.page-template-single-family-profile:has(main.is-theme-1) .children__child__age {
  white-space: nowrap;
}
body.single-family-profile:has(main.is-theme-1) .children__child__description,
body.page-template-single-family-profile:has(main.is-theme-1) .children__child__description {
  margin-top: 1rem;
  font-size: var(--wp--preset--font-size--level-1);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .children,
  body.page-template-single-family-profile:has(main.is-theme-1) .children {
    background-color: #F5F2EC;
  }
  body.single-family-profile:has(main.is-theme-1) .children__child,
  body.page-template-single-family-profile:has(main.is-theme-1) .children__child {
    width: clamp(250px, 33.3333333333% - 2rem, 500px);
  }
}

body.single-family-profile:has(main.is-theme-1) .pets .section__title::after, body.page-template-single-family-profile:has(main.is-theme-1) .pets .section__title::after {
  content: unset;
}
body.single-family-profile:has(main.is-theme-1) .pets__pets, body.page-template-single-family-profile:has(main.is-theme-1) .pets__pets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
body.single-family-profile:has(main.is-theme-1) .pets__pet__image, body.page-template-single-family-profile:has(main.is-theme-1) .pets__pet__image {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 350px;
  margin: 0 auto 2rem auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 3/4;
}
body.single-family-profile:has(main.is-theme-1) .pets__pet__name, body.page-template-single-family-profile:has(main.is-theme-1) .pets__pet__name {
  font-size: var(--wp--preset--font-size--level-2);
  font-family: prata, serif;
  line-height: 1;
  text-align: center;
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-1) .support-system .section__title::after, body.page-template-single-family-profile:has(main.is-theme-1) .support-system .section__title::after {
  content: unset;
}
body.single-family-profile:has(main.is-theme-1) .support-system__images, body.page-template-single-family-profile:has(main.is-theme-1) .support-system__images {
  position: relative;
  margin-top: 1rem;
}
body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:first-child, body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:first-child {
  display: block;
  margin: 0 auto;
}
body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:not(:first-child), body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:not(:first-child) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  max-width: clamp(200px, 60%, 300px);
  margin-top: -2rem;
}
body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(2) {
  margin-left: auto;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}
body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(3) {
  margin-right: auto;
  -webkit-transform: rotate(-12deg);
          transform: rotate(-12deg);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .support-system .container--family-profile--flex, body.page-template-single-family-profile:has(main.is-theme-1) .support-system .container--family-profile--flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.single-family-profile:has(main.is-theme-1) .support-system__images, body.page-template-single-family-profile:has(main.is-theme-1) .support-system__images {
    margin-top: 6rem;
  }
  body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:first-child, body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:first-child {
    width: clamp(250px, 50%, 350px);
  }
  body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:not(:first-child), body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:not(:first-child) {
    position: absolute;
    height: auto;
    width: clamp(150px, 50%, 250px);
  }
  body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(2) {
    inset: 0 auto auto 10%;
  }
  body.single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(3), body.page-template-single-family-profile:has(main.is-theme-1) .support-system__image--secondary:nth-child(3) {
    inset: auto 10% 0 auto;
  }
}

body.single-family-profile:has(main.is-theme-1) .neighborhood .section__title, body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-1) .neighborhood .container--family-profile--flex-reverse, body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood .container--family-profile--flex-reverse {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .neighborhood__images, body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood__images {
  position: sticky;
  top: 8rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-family-profile:has(main.is-theme-1) .neighborhood__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood__image:nth-child(2) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  width: 50%;
  height: auto;
  margin: -4rem auto 0 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
body.single-family-profile:has(main.is-theme-1) .neighborhood__description p, body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood__description p {
  margin-top: 0;
}
body.single-family-profile:has(main.is-theme-1) .neighborhood__description p:last-child, body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood__description p:last-child {
  margin-bottom: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .neighborhood__image:nth-child(2), body.page-template-single-family-profile:has(main.is-theme-1) .neighborhood__image:nth-child(2) {
    width: clamp(150px, 15vw, 200px);
  }
}

body.single-family-profile:has(main.is-theme-1) .future,
body.page-template-single-family-profile:has(main.is-theme-1) .future {
  background-color: #F5F2EC;
}
body.single-family-profile:has(main.is-theme-1) .future .section__title,
body.page-template-single-family-profile:has(main.is-theme-1) .future .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-1) .future__description,
body.page-template-single-family-profile:has(main.is-theme-1) .future__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-1) .future__description h3,
body.page-template-single-family-profile:has(main.is-theme-1) .future__description h3 {
  margin-bottom: 1rem;
}
body.single-family-profile:has(main.is-theme-1) .future__image:not(:first-child),
body.page-template-single-family-profile:has(main.is-theme-1) .future__image:not(:first-child) {
  border-color: var(--wp--preset--color--base);
  border-style: solid;
  border-top-width: 0.75rem;
  border-right-width: 0.75rem;
  border-bottom-width: clamp(3rem, 5vw, 4rem);
  border-left-width: 0.75rem;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 13px 0px rgba(0, 0, 0, 0.15);
  display: block;
  margin-top: -2rem;
  margin-bottom: -6rem;
}
body.single-family-profile:has(main.is-theme-1) .future__image:not(:first-child):nth-child(3n),
body.page-template-single-family-profile:has(main.is-theme-1) .future__image:not(:first-child):nth-child(3n) {
  width: 40%;
  margin-left: auto;
  -webkit-transform: translateY(-50%) rotate(10deg);
          transform: translateY(-50%) rotate(10deg);
}
body.single-family-profile:has(main.is-theme-1) .future__image:not(:first-child):nth-child(3n+1),
body.page-template-single-family-profile:has(main.is-theme-1) .future__image:not(:first-child):nth-child(3n+1) {
  width: 40%;
  margin-right: auto;
  -webkit-transform: translateY(-50%) rotate(6deg);
          transform: translateY(-50%) rotate(6deg);
}
body.single-family-profile:has(main.is-theme-1) .future__image:not(:first-child):nth-child(3n+2),
body.page-template-single-family-profile:has(main.is-theme-1) .future__image:not(:first-child):nth-child(3n+2) {
  width: 50%;
  margin-right: auto;
  -webkit-transform: translateY(-25%) rotate(-12deg);
          transform: translateY(-25%) rotate(-12deg);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .future .container--family-profile--flex,
  body.page-template-single-family-profile:has(main.is-theme-1) .future .container--family-profile--flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.single-family-profile:has(main.is-theme-1) .future__description,
  body.page-template-single-family-profile:has(main.is-theme-1) .future__description {
    gap: 4rem;
  }
}

body.single-family-profile:has(main.is-theme-1) .additional .section__title, body.page-template-single-family-profile:has(main.is-theme-1) .additional .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-1) .additional__images, body.page-template-single-family-profile:has(main.is-theme-1) .additional__images {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-1) .additional .container--family-profile--flex, body.page-template-single-family-profile:has(main.is-theme-1) .additional .container--family-profile--flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

body.single-family-profile:has(main.is-theme-1) .footer .family-profile__favorite,
body.page-template-single-family-profile:has(main.is-theme-1) .footer .family-profile__favorite {
  color: var(--wp--preset--color--primary);
}
body.single-family-profile:has(main.is-theme-1) .footer__title,
body.page-template-single-family-profile:has(main.is-theme-1) .footer__title {
  font-family: prata, serif;
}

body:where(.single-family-profile:has(main.is-theme-1)),
body:where(.page-template-single-family-profile:has(main.is-theme-1)) {
  background-color: var(--wp--preset--color--offwhite) !important;
  color: var(--wp--preset--color--tertiary);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1.875;
  letter-spacing: 0.05em;
}
body:where(.single-family-profile:has(main.is-theme-1)) h1, body:where(.single-family-profile:has(main.is-theme-1)) h2, body:where(.single-family-profile:has(main.is-theme-1)) h3, body:where(.single-family-profile:has(main.is-theme-1)) h4, body:where(.single-family-profile:has(main.is-theme-1)) h5, body:where(.single-family-profile:has(main.is-theme-1)) h6,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) h1,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) h2,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) h3,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) h4,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) h5,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) h6 {
  font-weight: 400;
  font-family: prata, serif;
  margin: 0;
}
body:where(.single-family-profile:has(main.is-theme-1)) .section__title,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 0 2rem 0;
}
body:where(.single-family-profile:has(main.is-theme-1)) .section__title::after,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section__title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: var(--wp--preset--color--tertiary);
}
body:where(.single-family-profile:has(main.is-theme-1)) .next-section,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) .next-section {
  margin-top: 4rem;
  margin-left: auto;
  font-size: var(--wp--preset--font-size--level-1);
  color: var(--wp--preset--color--dark-grey);
}
body:where(.single-family-profile:has(main.is-theme-1)) .next-section__icon,
body:where(.page-template-single-family-profile:has(main.is-theme-1)) .next-section__icon {
  font-size: var(--wp--preset--font-size--level-2);
}
@container family-profile (width < 740px) {}
@container family-profile (width > 740px) {
  body:where(.single-family-profile:has(main.is-theme-1)) .section__title,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section__title {
    margin-bottom: 4rem;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .container--family-profile,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .container--family-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .container--family-profile--flex,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .container--family-profile--flex {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-top: 10rem;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .container--family-profile,
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .container--family-profile--flex,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .container--family-profile,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .container--family-profile--flex {
    height: 100%;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .section__title,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .section__title {
    margin-bottom: 0;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .next-section,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section .next-section {
    margin-top: 0;
  }
  body:where(.single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section:not(:last-child) .next-section__icon,
  body:where(.page-template-single-family-profile:has(main.is-theme-1)) .section:where(.container--horizontal-scroll) .section:not(:last-child) .next-section__icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

body.single-family-profile:has(main.is-theme-2) .header__secondary-nav,
body.page-template-single-family-profile:has(main.is-theme-2) .header__secondary-nav {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
body.single-family-profile:has(main.is-theme-2) .header__primary-nav,
body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav {
  background-color: var(--wp--preset--color--offwhite);
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-2) .header__primary-nav__items--1,
body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav__items--1 {
  grid-area: nav-left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-self: start;
}
body.single-family-profile:has(main.is-theme-2) .header__primary-nav__items--2,
body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav__items--2 {
  grid-area: nav-right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  justify-self: end;
}
body.single-family-profile:has(main.is-theme-2) .header__primary-nav__family-name,
body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav__family-name {
  grid-area: nav-center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-2) .header__family-name,
body.page-template-single-family-profile:has(main.is-theme-2) .header__family-name {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-1);
}
body.single-family-profile:has(main.is-theme-2) .header__mobile-nav__nav-item,
body.page-template-single-family-profile:has(main.is-theme-2) .header__mobile-nav__nav-item {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-2);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-2) .header__primary-nav,
  body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav {
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  body.single-family-profile:has(main.is-theme-2) .header__family-name,
  body.page-template-single-family-profile:has(main.is-theme-2) .header__family-name {
    font-size: var(--wp--preset--font-size--level-2);
  }
}
@container family-profile (width > 980px) {
  body.single-family-profile:has(main.is-theme-2) .header__primary-nav__items--1,
  body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav__items--1 {
    grid-area: nav-center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-self: end;
  }
  body.single-family-profile:has(main.is-theme-2) .header__primary-nav__items--2,
  body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav__items--2 {
    grid-area: nav-right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-self: end;
  }
  body.single-family-profile:has(main.is-theme-2) .header__primary-nav__family-name,
  body.page-template-single-family-profile:has(main.is-theme-2) .header__primary-nav__family-name {
    grid-area: nav-left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    text-align: left;
  }
}
body.single-family-profile:has(main.is-theme-2).is-scrolled .header__primary-nav, body.single-family-profile:has(main.is-theme-2).is-scrolled .header__mobile-nav,
body.page-template-single-family-profile:has(main.is-theme-2).is-scrolled .header__primary-nav,
body.page-template-single-family-profile:has(main.is-theme-2).is-scrolled .header__mobile-nav {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--base);
}

body.single-family-profile:has(main.is-theme-2) .hero,
body.page-template-single-family-profile:has(main.is-theme-2) .hero {
  padding: 0 0.75rem;
  background-color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-2) .hero__images:not(:has(.slick-track)),
body.page-template-single-family-profile:has(main.is-theme-2) .hero__images:not(:has(.slick-track)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-2) .hero__image,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__image {
  display: block;
  width: auto;
  height: 330px;
  padding: 0 0.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-family-profile:has(main.is-theme-2) .hero__arrows,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--level-2);
}
body.single-family-profile:has(main.is-theme-2) .hero__arrows__prev, body.single-family-profile:has(main.is-theme-2) .hero__arrows__next,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows__prev,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows__next {
  position: relative;
  float: unset;
  top: unset;
  left: unset;
  height: auto;
  margin: unset;
  background: unset;
  opacity: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
body.single-family-profile:has(main.is-theme-2) .hero__arrows__prev:hover, body.single-family-profile:has(main.is-theme-2) .hero__arrows__next:hover,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows__prev:hover,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows__next:hover {
  color: var(--wp--preset--color--primary);
}
body.single-family-profile:has(main.is-theme-2) .hero__arrows__prev.disabled, body.single-family-profile:has(main.is-theme-2) .hero__arrows__next.disabled,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows__prev.disabled,
body.page-template-single-family-profile:has(main.is-theme-2) .hero__arrows__next.disabled {
  color: var(--wp--preset--color--secondary);
  cursor: not-allowed;
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .story,
body.page-template-single-family-profile:has(main.is-theme-2) .story {
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--base);
}
body.single-family-profile:has(main.is-theme-2) .story h2,
body.page-template-single-family-profile:has(main.is-theme-2) .story h2 {
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--level-2);
  text-transform: uppercase;
}
@container family-profile (width > 740px) {}

@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .adult-1-qualities .section__title, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities .section__title {
  margin-bottom: 2rem;
}
body.single-family-profile:has(main.is-theme-2) .adult-1-qualities__qualities, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities__qualities,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities__qualities,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities__qualities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1.5rem 2rem;
  background-color: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--base);
}
body.single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality__title, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality__title,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality__title,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality__title {
  margin: 0 0 1rem 0;
  color: var(--wp--preset--color--base);
  text-transform: none;
}
body.single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality__description, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality__description,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality__description,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality__description {
  margin: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-2) .adult-1-qualities__qualities, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities__qualities,
  body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities__qualities,
  body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities__qualities {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality, body.single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality,
  body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-qualities__quality,
  body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-qualities__quality {
    padding-bottom: 6rem;
  }
}

@container family-profile (width > 740px) {}

@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .adult-1-personal .section__title, body.single-family-profile:has(main.is-theme-2) .adult-2-personal .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-1-personal .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .adult-2-personal .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
@container family-profile (width > 740px) {}

@container family-profile (width > 740px) {}

@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .extended-family__members,
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-2) .extended-family__member,
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member {
  row-gap: 0;
}
body.single-family-profile:has(main.is-theme-2) .extended-family__member-name,
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member-name {
  font-size: var(--wp--preset--font-size--level-2);
}
body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(odd) .extended-family__member__image:first-child,
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(odd) .extended-family__member__image:first-child {
  padding-bottom: 0;
}
body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(odd) .extended-family__member__image:nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(odd) .extended-family__member__image:nth-child(2) {
  padding-bottom: 4rem;
}
body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even):first-child,
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even):first-child {
  padding-bottom: 4rem;
}
body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even):nth-child(2),
body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even):nth-child(2) {
  padding-bottom: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-2) .extended-family,
  body.page-template-single-family-profile:has(main.is-theme-2) .extended-family {
    padding-top: 0;
  }
  body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(odd) .extended-family__member__image:nth-child(2),
  body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(odd) .extended-family__member__image:nth-child(2) {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even),
  body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  body.single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even) .extended-family__member__image:first-child,
  body.page-template-single-family-profile:has(main.is-theme-2) .extended-family__member:nth-child(even) .extended-family__member__image:first-child {
    padding-top: 6rem;
    padding-bottom: 0;
  }
}

body.single-family-profile:has(main.is-theme-2) .children__children,
body.page-template-single-family-profile:has(main.is-theme-2) .children__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4rem;
}
body.single-family-profile:has(main.is-theme-2) .children__child,
body.page-template-single-family-profile:has(main.is-theme-2) .children__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 450px;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-2) .children__child__image,
body.page-template-single-family-profile:has(main.is-theme-2) .children__child__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-family-profile:has(main.is-theme-2) .children__child__title,
body.page-template-single-family-profile:has(main.is-theme-2) .children__child__title {
  font: 600 var(--wp--preset--font-size--level-2)/1 adrianna, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
body.single-family-profile:has(main.is-theme-2) .children__child__age,
body.page-template-single-family-profile:has(main.is-theme-2) .children__child__age {
  white-space: nowrap;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-2) .children__children,
  body.page-template-single-family-profile:has(main.is-theme-2) .children__children {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.single-family-profile:has(main.is-theme-2) .children__child__image,
  body.page-template-single-family-profile:has(main.is-theme-2) .children__child__image {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
}

body.single-family-profile:has(main.is-theme-2) .pets__pets,
body.page-template-single-family-profile:has(main.is-theme-2) .pets__pets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4rem;
}
body.single-family-profile:has(main.is-theme-2) .pets__pet,
body.page-template-single-family-profile:has(main.is-theme-2) .pets__pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-2) .pets__pet__image,
body.page-template-single-family-profile:has(main.is-theme-2) .pets__pet__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-family-profile:has(main.is-theme-2) .pets__pet__name,
body.page-template-single-family-profile:has(main.is-theme-2) .pets__pet__name {
  font: 600 var(--wp--preset--font-size--level-2)/1 adrianna, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-2) .pets__pets,
  body.page-template-single-family-profile:has(main.is-theme-2) .pets__pets {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  body.single-family-profile:has(main.is-theme-2) .pets__pet__image,
  body.page-template-single-family-profile:has(main.is-theme-2) .pets__pet__image {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
}

body.single-family-profile:has(main.is-theme-2) .support-system .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .support-system .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-2) .support-system__image,
body.page-template-single-family-profile:has(main.is-theme-2) .support-system__image {
  display: block;
  margin-bottom: 0.5rem;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-2) .support-system__inner,
  body.page-template-single-family-profile:has(main.is-theme-2) .support-system__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.single-family-profile:has(main.is-theme-2) .support-system__description,
  body.page-template-single-family-profile:has(main.is-theme-2) .support-system__description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    padding: 0 2rem;
  }
  body.single-family-profile:has(main.is-theme-2) .support-system__images,
  body.page-template-single-family-profile:has(main.is-theme-2) .support-system__images {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
  }
  body.single-family-profile:has(main.is-theme-2) .support-system__images--col-1, body.single-family-profile:has(main.is-theme-2) .support-system__images--col-2,
  body.page-template-single-family-profile:has(main.is-theme-2) .support-system__images--col-1,
  body.page-template-single-family-profile:has(main.is-theme-2) .support-system__images--col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    margin: 0;
  }
  body.single-family-profile:has(main.is-theme-2) .support-system__image,
  body.page-template-single-family-profile:has(main.is-theme-2) .support-system__image {
    margin: 0 !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

body.single-family-profile:has(main.is-theme-2) .neighborhood .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .neighborhood .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .future .container--family-profile--flex:not(:first-child),
body.single-family-profile:has(main.is-theme-2) .future .container--family-profile--flex-reverse:not(:first-child),
body.page-template-single-family-profile:has(main.is-theme-2) .future .container--family-profile--flex:not(:first-child),
body.page-template-single-family-profile:has(main.is-theme-2) .future .container--family-profile--flex-reverse:not(:first-child) {
  margin-top: 2rem;
}
body.single-family-profile:has(main.is-theme-2) .future .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .future .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .additional .section__title,
body.page-template-single-family-profile:has(main.is-theme-2) .additional .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-2) .footer__title,
body.page-template-single-family-profile:has(main.is-theme-2) .footer__title {
  font-weight: 600;
  font-family: adrianna, sans-serif;
}

body:where(.single-family-profile:has(main.is-theme-2)),
body:where(.page-template-single-family-profile:has(main.is-theme-2)) {
  background-color: var(--wp--preset--color--offwhite);
  color: var(--wp--preset--color--tertiary);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1.875;
  letter-spacing: 0.05em;
}
body:where(.single-family-profile:has(main.is-theme-2)) h1, body:where(.single-family-profile:has(main.is-theme-2)) h2, body:where(.single-family-profile:has(main.is-theme-2)) h3, body:where(.single-family-profile:has(main.is-theme-2)) h4, body:where(.single-family-profile:has(main.is-theme-2)) h5, body:where(.single-family-profile:has(main.is-theme-2)) h6,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) h1,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) h2,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) h3,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) h4,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) h5,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) h6 {
  font-weight: 600;
  font-family: adrianna, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
body:where(.single-family-profile:has(main.is-theme-2)) .section__title,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) .section__title {
  font-size: var(--wp--preset--font-size--level-2);
  text-transform: uppercase;
}
body:where(.single-family-profile:has(main.is-theme-2)) .images-container,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body:where(.single-family-profile:has(main.is-theme-2)) .images-container img,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 0.25rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body:where(.single-family-profile:has(main.is-theme-2)) .images-container:has(img:nth-child(2)) img:first-child,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container:has(img:nth-child(2)) img:first-child {
  padding-bottom: 4rem;
}
body:where(.single-family-profile:has(main.is-theme-2)) .container--family-profile--flex:has(.images-container),
body:where(.page-template-single-family-profile:has(main.is-theme-2)) .container--family-profile--flex:has(.images-container) {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@container family-profile (width <= 740px) {
  body:where(.single-family-profile:has(main.is-theme-2)):has(.adult-1-childhood__images, .adult-1-hobbies__images) .adult-1-childhood,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)):has(.adult-1-childhood__images, .adult-1-hobbies__images) .adult-1-childhood {
    padding-bottom: 0.125rem;
  }
  body:where(.single-family-profile:has(main.is-theme-2)):has(.adult-1-childhood__images, .adult-1-hobbies__images) .adult-1-hobbies,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)):has(.adult-1-childhood__images, .adult-1-hobbies__images) .adult-1-hobbies {
    padding-top: 0.125rem;
  }
}
body:where(.single-family-profile:has(main.is-theme-2)) .family-support,
body:where(.page-template-single-family-profile:has(main.is-theme-2)) .family-support {
  padding-top: 6rem;
}
@container family-profile (width > 740px) {
  body:where(.single-family-profile:has(main.is-theme-2)) .container--family-profile--flex:has(.images-container),
  body:where(.page-template-single-family-profile:has(main.is-theme-2)) .container--family-profile--flex:has(.images-container) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body:where(.single-family-profile:has(main.is-theme-2)) .images-container:first-child:has(img:nth-child(2)) img:last-child,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container:first-child:has(img:nth-child(2)) img:last-child {
    padding-top: 6rem;
  }
  body:where(.single-family-profile:has(main.is-theme-2)) .images-container:last-child:has(img:nth-child(2)) img:first-child,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container:last-child:has(img:nth-child(2)) img:first-child {
    padding-top: 6rem;
  }
  body:where(.single-family-profile:has(main.is-theme-2)) .images-container img,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container img {
    height: 100%;
    padding-bottom: 0 !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  body:where(.single-family-profile:has(main.is-theme-2)) .images-container img:first-child,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)) .images-container img:first-child {
    min-height: 400px;
  }
  body:where(.single-family-profile:has(main.is-theme-2)) .family-support,
  body:where(.page-template-single-family-profile:has(main.is-theme-2)) .family-support {
    background-color: #F3F3F3;
  }
}

body.single-family-profile:has(main.is-theme-3) .header__secondary-nav, body.page-template-single-family-profile:has(main.is-theme-3) .header__secondary-nav {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}
body.single-family-profile:has(main.is-theme-3) .header__primary-nav, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-3) .header__primary-nav__items--1, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav__items--1 {
  grid-area: nav-left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  justify-self: start;
}
body.single-family-profile:has(main.is-theme-3) .header__primary-nav__items--2, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav__items--2 {
  grid-area: nav-right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  justify-self: end;
}
body.single-family-profile:has(main.is-theme-3) .header__primary-nav__family-name, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav__family-name {
  grid-area: nav-center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-3) .header__family-name, body.page-template-single-family-profile:has(main.is-theme-3) .header__family-name {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-1);
}
body.single-family-profile:has(main.is-theme-3) .header__mobile-nav, body.page-template-single-family-profile:has(main.is-theme-3) .header__mobile-nav {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-3) .header__mobile-nav__nav-item, body.page-template-single-family-profile:has(main.is-theme-3) .header__mobile-nav__nav-item {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--level-2);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .header__family-name, body.page-template-single-family-profile:has(main.is-theme-3) .header__family-name {
    font-size: var(--wp--preset--font-size--level-2);
  }
}
@container family-profile (width >= 980px) {
  body.single-family-profile:has(main.is-theme-3) .header__primary-nav__items--1, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav__items--1 {
    grid-area: nav-center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-self: end;
  }
  body.single-family-profile:has(main.is-theme-3) .header__primary-nav__items--2, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav__items--2 {
    grid-area: nav-right;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    justify-self: end;
  }
  body.single-family-profile:has(main.is-theme-3) .header__primary-nav__family-name, body.page-template-single-family-profile:has(main.is-theme-3) .header__primary-nav__family-name {
    grid-area: nav-left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    text-align: left;
  }
}
body.single-family-profile:has(main.is-theme-3).is-scrolled .header__secondary-nav, body.page-template-single-family-profile:has(main.is-theme-3).is-scrolled .header__secondary-nav {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--tertiary);
}
body.single-family-profile:has(main.is-theme-3).is-scrolled .header__primary-nav, body.single-family-profile:has(main.is-theme-3).is-scrolled .header__mobile-nav, body.page-template-single-family-profile:has(main.is-theme-3).is-scrolled .header__primary-nav, body.page-template-single-family-profile:has(main.is-theme-3).is-scrolled .header__mobile-nav {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
}

body.single-family-profile:has(main.is-theme-3) .hero,
body.page-template-single-family-profile:has(main.is-theme-3) .hero {
  padding: 0 0.75rem;
}
body.single-family-profile:has(main.is-theme-3) .hero__images:not(:has(.slick-track)),
body.page-template-single-family-profile:has(main.is-theme-3) .hero__images:not(:has(.slick-track)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .hero__image,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__image {
  display: block;
  width: auto;
  height: 330px;
  padding: 0 0.5px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-family-profile:has(main.is-theme-3) .hero__arrows,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.5rem;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--level-2);
}
body.single-family-profile:has(main.is-theme-3) .hero__arrows__prev, body.single-family-profile:has(main.is-theme-3) .hero__arrows__next,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows__prev,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows__next {
  position: relative;
  float: unset;
  top: unset;
  left: unset;
  height: auto;
  margin: unset;
  background: unset;
  opacity: 1;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
body.single-family-profile:has(main.is-theme-3) .hero__arrows__prev:hover, body.single-family-profile:has(main.is-theme-3) .hero__arrows__next:hover,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows__prev:hover,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows__next:hover {
  color: var(--wp--preset--color--secondary);
}
body.single-family-profile:has(main.is-theme-3) .hero__arrows__prev.disabled, body.single-family-profile:has(main.is-theme-3) .hero__arrows__next.disabled,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows__prev.disabled,
body.page-template-single-family-profile:has(main.is-theme-3) .hero__arrows__next.disabled {
  color: var(--wp--preset--color--tertiary);
  cursor: not-allowed;
}
@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-3) .story,
body.page-template-single-family-profile:has(main.is-theme-3) .story {
  border-bottom: 1px solid #000;
}
@container family-profile (width > 740px) {}

@container family-profile (width > 740px) {}

body.single-family-profile:has(main.is-theme-3) .adult-1-qualities .section__title,
body.single-family-profile:has(main.is-theme-3) .adult-2-qualities .section__title,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-qualities .section__title,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-qualities .section__title {
  margin-bottom: 2rem;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-qualities__qualities,
body.single-family-profile:has(main.is-theme-3) .adult-2-qualities__qualities,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-qualities__qualities,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-qualities__qualities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-qualities__quality__title,
body.single-family-profile:has(main.is-theme-3) .adult-2-qualities__quality__title,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-qualities__quality__title,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-qualities__quality__title {
  margin: 0 0 0.5rem 0;
  font-size: var(--wp--preset--font-size--level-2);
}
body.single-family-profile:has(main.is-theme-3) .adult-1-qualities__quality__description,
body.single-family-profile:has(main.is-theme-3) .adult-2-qualities__quality__description,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-qualities__quality__description,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-qualities__quality__description {
  margin: 0;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .adult-1-qualities__qualities,
  body.single-family-profile:has(main.is-theme-3) .adult-2-qualities__qualities,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-qualities__qualities,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-qualities__qualities {
    gap: 4rem;
  }
}

body.single-family-profile:has(main.is-theme-3) .adult-1-childhood__inner,
body.single-family-profile:has(main.is-theme-3) .adult-2-childhood__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-childhood__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-childhood__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-childhood__image,
body.single-family-profile:has(main.is-theme-3) .adult-2-childhood__image,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-childhood__image,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-childhood__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .adult-1-childhood__inner,
  body.single-family-profile:has(main.is-theme-3) .adult-2-childhood__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-childhood__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-childhood__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-childhood__images,
  body.single-family-profile:has(main.is-theme-3) .adult-2-childhood__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-childhood__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-childhood__images {
    position: sticky;
    top: 8rem;
    width: 40%;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-childhood__description,
  body.single-family-profile:has(main.is-theme-3) .adult-2-childhood__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-childhood__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-childhood__description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: sticky;
    top: 8rem;
    width: 60%;
  }
}

body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__inner,
body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__images,
body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__images,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__images,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__image,
body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__image,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__image,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 0.5rem);
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__inner,
  body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
            flex-flow: row-reverse nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__images,
  body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: sticky;
    top: 8rem;
    width: 50%;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__image,
  body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__image,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__image,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__image {
    width: 100%;
    height: auto;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-hobbies__description,
  body.single-family-profile:has(main.is-theme-3) .adult-2-hobbies__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-hobbies__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-hobbies__description {
    position: sticky;
    top: 8rem;
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

body.single-family-profile:has(main.is-theme-3) .adult-1-personal__inner,
body.single-family-profile:has(main.is-theme-3) .adult-2-personal__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__inner {
  display: grid;
  gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "title" "images" "description";
}
body.single-family-profile:has(main.is-theme-3) .adult-1-personal__title,
body.single-family-profile:has(main.is-theme-3) .adult-2-personal__title,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__title,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__title {
  grid-area: title;
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-3) .adult-1-personal__description,
body.single-family-profile:has(main.is-theme-3) .adult-2-personal__description,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__description,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__description {
  grid-area: description;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-personal__images,
body.single-family-profile:has(main.is-theme-3) .adult-2-personal__images,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__images,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__images {
  grid-area: images;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .adult-1-personal__inner,
  body.single-family-profile:has(main.is-theme-3) .adult-2-personal__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__inner {
    row-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title          images" "description   images";
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-personal__title,
  body.single-family-profile:has(main.is-theme-3) .adult-2-personal__title,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__title,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__title {
    -ms-flex-item-align: end;
        align-self: end;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-personal__description,
  body.single-family-profile:has(main.is-theme-3) .adult-2-personal__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__description {
    -ms-flex-item-align: start;
        align-self: start;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-personal__images,
  body.single-family-profile:has(main.is-theme-3) .adult-2-personal__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__images {
    display: grid;
    gap: 0.5rem;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-items: stretch;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-personal__image,
  body.single-family-profile:has(main.is-theme-3) .adult-2-personal__image,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-personal__image,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-personal__image {
    min-height: 50vh;
  }
}

body.single-family-profile:has(main.is-theme-3) .adult-1-professional__inner,
body.single-family-profile:has(main.is-theme-3) .adult-2-professional__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-professional__images,
body.single-family-profile:has(main.is-theme-3) .adult-2-professional__images,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__images,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .adult-1-professional__image,
body.single-family-profile:has(main.is-theme-3) .adult-2-professional__image,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__image,
body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .adult-1-professional__inner,
  body.single-family-profile:has(main.is-theme-3) .adult-2-professional__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-professional__images, body.single-family-profile:has(main.is-theme-3) .adult-1-professional__description,
  body.single-family-profile:has(main.is-theme-3) .adult-2-professional__images,
  body.single-family-profile:has(main.is-theme-3) .adult-2-professional__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__description {
    position: sticky;
    top: 8rem;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-professional__images,
  body.single-family-profile:has(main.is-theme-3) .adult-2-professional__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__images {
    width: 40%;
  }
  body.single-family-profile:has(main.is-theme-3) .adult-1-professional__description,
  body.single-family-profile:has(main.is-theme-3) .adult-2-professional__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-1-professional__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .adult-2-professional__description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 60%;
  }
}

body.single-family-profile:has(main.is-theme-3) .extended-family .section__title, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family .section__title {
  margin-bottom: 4rem;
}
body.single-family-profile:has(main.is-theme-3) .extended-family__members, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .extended-family__member, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member {
  display: grid;
  gap: 2rem 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-areas: "name" "images" "description";
}
body.single-family-profile:has(main.is-theme-3) .extended-family__member-name, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member-name {
  grid-area: name;
  font-style: italic;
  font-size: var(--wp--preset--font-size--level-2);
  font-family: "Bona Nova", serif;
}
body.single-family-profile:has(main.is-theme-3) .extended-family__member__description, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member__description {
  grid-area: description;
}
body.single-family-profile:has(main.is-theme-3) .extended-family__member__images, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member__images {
  grid-area: images;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .extended-family__member, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "name images" "description images";
  }
  body.single-family-profile:has(main.is-theme-3) .extended-family__member:nth-child(even), body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member:nth-child(even) {
    grid-template-areas: "images name" "images description";
  }
  body.single-family-profile:has(main.is-theme-3) .extended-family__member-name, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member-name {
    -ms-flex-item-align: end;
        align-self: end;
  }
  body.single-family-profile:has(main.is-theme-3) .extended-family__member-description, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member-description {
    -ms-flex-item-align: start;
        align-self: start;
  }
  body.single-family-profile:has(main.is-theme-3) .extended-family__member__images, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.single-family-profile:has(main.is-theme-3) .extended-family__member__image, body.page-template-single-family-profile:has(main.is-theme-3) .extended-family__member__image {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

body.single-family-profile:has(main.is-theme-3) .children__children,
body.page-template-single-family-profile:has(main.is-theme-3) .children__children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2rem;
}
body.single-family-profile:has(main.is-theme-3) .children__child,
body.page-template-single-family-profile:has(main.is-theme-3) .children__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-3) .children__child__image,
body.page-template-single-family-profile:has(main.is-theme-3) .children__child__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-family-profile:has(main.is-theme-3) .children__child__title,
body.page-template-single-family-profile:has(main.is-theme-3) .children__child__title {
  font-size: var(--wp--preset--font-size--level-2);
  font-family: "Bona Nova", serif;
  line-height: 1.15;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-3) .children__child__age,
body.page-template-single-family-profile:has(main.is-theme-3) .children__child__age {
  white-space: nowrap;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .children__children,
  body.page-template-single-family-profile:has(main.is-theme-3) .children__children {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 2rem 4rem;
  }
  body.single-family-profile:has(main.is-theme-3) .children__child,
  body.page-template-single-family-profile:has(main.is-theme-3) .children__child {
    width: clamp(250px, 33.3333333333% - 3rem, 500px);
  }
  body.single-family-profile:has(main.is-theme-3) .children__child__image,
  body.page-template-single-family-profile:has(main.is-theme-3) .children__child__image {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
}

body.single-family-profile:has(main.is-theme-3) .pets__pets, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pets {
  margin-top: 2rem;
}
body.single-family-profile:has(main.is-theme-3) .pets__pet, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .pets__pet:not(:first-child), body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet:not(:first-child) {
  margin-top: 2rem;
}
body.single-family-profile:has(main.is-theme-3) .pets__pet__image, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.single-family-profile:has(main.is-theme-3) .pets__pet__title, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet__title {
  font-size: var(--wp--preset--font-size--level-2);
  font-family: "Bona Nova", serif;
  line-height: 1.15;
  text-align: center;
}
body.single-family-profile:has(main.is-theme-3) .pets__pet__age, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet__age {
  white-space: nowrap;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .pets__pets, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem 4rem;
  }
  body.single-family-profile:has(main.is-theme-3) .pets__pet:not(:first-child), body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet:not(:first-child) {
    margin-top: 0;
  }
  body.single-family-profile:has(main.is-theme-3) .pets__pet__image, body.page-template-single-family-profile:has(main.is-theme-3) .pets__pet__image {
    max-width: 300px;
    aspect-ratio: 1/1;
  }
}

body.single-family-profile:has(main.is-theme-3) .support-system__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .support-system__title,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  grid-area: title;
}
body.single-family-profile:has(main.is-theme-3) .support-system__description,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  grid-area: description;
}
body.single-family-profile:has(main.is-theme-3) .support-system__image,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__image {
  display: block;
  max-height: 85vh;
  width: auto;
  margin: 0 auto;
}
body.single-family-profile:has(main.is-theme-3) .support-system__images,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__images {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  grid-area: images;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider {
  width: 100%;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider--main .slick-slide,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider--main .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider--nav,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider--nav {
  position: relative;
  margin-top: 1rem;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider--nav .slick-track,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider--nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100% !important;
  -webkit-transform: unset !important;
          transform: unset !important;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider--nav .support-system__slider__image,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider--nav .support-system__slider__image {
  min-height: 150px;
  max-height: 200px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: opacity 0.15s cubic-bezier(0.37, 0, 0.63, 1);
  transition: opacity 0.15s cubic-bezier(0.37, 0, 0.63, 1);
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider--nav .support-system__slider__image:hover,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider--nav .support-system__slider__image:hover {
  opacity: 0.75;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider--nav .slick-current .support-system__slider__image,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider--nav .slick-current .support-system__slider__image {
  opacity: 1;
}
body.single-family-profile:has(main.is-theme-3) .support-system__slider__image,
body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider__image {
  display: block !important;
  width: auto !important;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .support-system__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .support-system__inner {
    display: grid;
    gap: 1rem 0.5rem;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    justify-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    grid-template-areas: "title description description" "images images images";
  }
  body.single-family-profile:has(main.is-theme-3) .support-system__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .support-system__description {
    padding: 0 2rem;
  }
  body.single-family-profile:has(main.is-theme-3) .support-system__slider__image,
  body.page-template-single-family-profile:has(main.is-theme-3) .support-system__slider__image {
    height: clamp(550px, 85vh, 800px);
  }
}

body.single-family-profile:has(main.is-theme-3) .neighborhood, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood {
  padding-bottom: 0;
}
body.single-family-profile:has(main.is-theme-3) .neighborhood__inner, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__inner {
  display: grid;
  gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-template-areas: "title" "images" "description";
}
body.single-family-profile:has(main.is-theme-3) .neighborhood__title, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__title {
  grid-area: title;
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-3) .neighborhood__description, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__description {
  grid-area: description;
}
body.single-family-profile:has(main.is-theme-3) .neighborhood__images, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__images {
  grid-area: images;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .neighborhood__image, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 0.5rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .neighborhood__title, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__title {
    -ms-flex-item-align: end;
        align-self: end;
  }
  body.single-family-profile:has(main.is-theme-3) .neighborhood__images, body.page-template-single-family-profile:has(main.is-theme-3) .neighborhood__images {
    max-height: clamp(300px, 70vh, 900px);
  }
}

body.single-family-profile:has(main.is-theme-3) .future__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .future__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .future .section__title,
body.page-template-single-family-profile:has(main.is-theme-3) .future .section__title {
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-3) .future__section,
body.page-template-single-family-profile:has(main.is-theme-3) .future__section {
  display: grid;
  gap: 2rem 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-areas: "title" "images" "description";
}
body.single-family-profile:has(main.is-theme-3) .future__section-title,
body.page-template-single-family-profile:has(main.is-theme-3) .future__section-title {
  grid-area: title;
  margin: 0;
}
body.single-family-profile:has(main.is-theme-3) .future__section-description,
body.page-template-single-family-profile:has(main.is-theme-3) .future__section-description {
  grid-area: description;
}
body.single-family-profile:has(main.is-theme-3) .future__section-images,
body.page-template-single-family-profile:has(main.is-theme-3) .future__section-images {
  grid-area: images;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .future__section-image,
body.page-template-single-family-profile:has(main.is-theme-3) .future__section-image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 0.5rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .future__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .future__inner {
    display: block;
  }
  body.single-family-profile:has(main.is-theme-3) .future .section__title,
  body.page-template-single-family-profile:has(main.is-theme-3) .future .section__title {
    margin-bottom: 2rem;
  }
  body.single-family-profile:has(main.is-theme-3) .future__section,
  body.page-template-single-family-profile:has(main.is-theme-3) .future__section {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
  }
  body.single-family-profile:has(main.is-theme-3) .future__section:nth-child(odd),
  body.page-template-single-family-profile:has(main.is-theme-3) .future__section:nth-child(odd) {
    grid-template-areas: "title images" "description images";
  }
  body.single-family-profile:has(main.is-theme-3) .future__section:nth-child(even),
  body.page-template-single-family-profile:has(main.is-theme-3) .future__section:nth-child(even) {
    grid-template-areas: "images title" "images description";
  }
  body.single-family-profile:has(main.is-theme-3) .future__section:not(:last-child),
  body.page-template-single-family-profile:has(main.is-theme-3) .future__section:not(:last-child) {
    margin-bottom: 2rem;
  }
}

body.single-family-profile:has(main.is-theme-3) .additional__inner,
body.page-template-single-family-profile:has(main.is-theme-3) .additional__inner {
  display: grid;
  gap: 2rem 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-areas: "title" "images" "description";
}
body.single-family-profile:has(main.is-theme-3) .additional__title,
body.page-template-single-family-profile:has(main.is-theme-3) .additional__title {
  grid-area: title;
  margin: 0;
  font-size: var(--wp--preset--font-size--level-4);
}
body.single-family-profile:has(main.is-theme-3) .additional__description,
body.page-template-single-family-profile:has(main.is-theme-3) .additional__description {
  grid-area: description;
}
body.single-family-profile:has(main.is-theme-3) .additional__images,
body.page-template-single-family-profile:has(main.is-theme-3) .additional__images {
  grid-area: images;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
body.single-family-profile:has(main.is-theme-3) .additional__image,
body.page-template-single-family-profile:has(main.is-theme-3) .additional__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(50% - 0.5rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@container family-profile (width > 740px) {
  body.single-family-profile:has(main.is-theme-3) .additional__inner,
  body.page-template-single-family-profile:has(main.is-theme-3) .additional__inner {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "images title" "images description";
  }
  body.single-family-profile:has(main.is-theme-3) .additional__description, body.single-family-profile:has(main.is-theme-3) .additional__images,
  body.page-template-single-family-profile:has(main.is-theme-3) .additional__description,
  body.page-template-single-family-profile:has(main.is-theme-3) .additional__images {
    position: sticky;
    top: 8rem;
  }
}

body.single-family-profile:has(main.is-theme-3) .footer__title, body.page-template-single-family-profile:has(main.is-theme-3) .footer__title {
  font-family: sans-serif;
}

body:where(.single-family-profile:has(main.is-theme-3)),
body:where(.page-template-single-family-profile:has(main.is-theme-3)) {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--tertiary);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--level-0);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
body:where(.single-family-profile:has(main.is-theme-3)) h1, body:where(.single-family-profile:has(main.is-theme-3)) h2, body:where(.single-family-profile:has(main.is-theme-3)) h3, body:where(.single-family-profile:has(main.is-theme-3)) h4, body:where(.single-family-profile:has(main.is-theme-3)) h5, body:where(.single-family-profile:has(main.is-theme-3)) h6,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) h1,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) h2,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) h3,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) h4,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) h5,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) h6 {
  font-style: italic;
  font-weight: 400;
  font-family: "Bona Nova", serif;
}
body:where(.single-family-profile:has(main.is-theme-3)) .section__title,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) .section__title {
  font-style: italic;
  font-size: var(--wp--preset--font-size--level-3);
}
body:where(.single-family-profile:has(main.is-theme-3)) .next-section,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) .next-section {
  margin-top: 2rem;
  font-size: var(--wp--preset--font-size--level-1);
  font-family: "Bona Nova", serif;
  font-style: italic;
}
body:where(.single-family-profile:has(main.is-theme-3)) .next-section i, body:where(.single-family-profile:has(main.is-theme-3)) .next-section svg,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) .next-section i,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) .next-section svg {
  font-style: normal;
}
body:where(.single-family-profile:has(main.is-theme-3)) .family-support,
body:where(.page-template-single-family-profile:has(main.is-theme-3)) .family-support {
  padding-top: 6rem;
}
@container family-profile (width < 740px) {
  body:where(.single-family-profile:has(main.is-theme-3)) .next-section,
  body:where(.page-template-single-family-profile:has(main.is-theme-3)) .next-section {
    display: none;
  }
}
@container family-profile (width >= 740px) {
  body:where(.single-family-profile:has(main.is-theme-3)) .section:where(.container--horizontal-scroll) .section,
  body:where(.page-template-single-family-profile:has(main.is-theme-3)) .section:where(.container--horizontal-scroll) .section {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  body:where(.single-family-profile:has(main.is-theme-3)) .section:where(.container--horizontal-scroll) .section .container--family-profile,
  body:where(.page-template-single-family-profile:has(main.is-theme-3)) .section:where(.container--horizontal-scroll) .section .container--family-profile {
    height: 100%;
  }
}

body.wp-admin .edit-post-meta-boxes-area #poststuff .stuffbox > h2,
body.wp-admin .edit-post-meta-boxes-area #poststuff h2.hndle,
body.wp-admin .edit-post-meta-boxes-area #poststuff h3.hndle {
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  font-size: 13px;
}

body.buddyboss-theme {
  --bb-primary-color: var(--wp--preset--color--primary);
  --bb-primary-color-rgb: 118, 61, 78;
  --bb-body-background-color: var(--wp--preset--color--base);
  --bb-content-background-color: var(--wp--preset--color--base);
  --bb-content-alternate-background-color: var(--wp--preset--color--offwhite);
  --bb-content-border-color: var(--wp--preset--color--light-grey);
  --bb-content-border-color-rgb: 190, 190, 190;
  --bb-cover-image-background-color: var(--wp--preset--color--mid-grey);
  --bb-headings-color: var(--wp--preset--color--tertiary);
  --bb-headings-color-rgb: 38, 16, 38;
  --bb-body-text-color: var(--wp--preset--color--dark-grey);
  --bb-body-text-color-rgb: 95, 95, 95;
  --bb-alternate-text-color: var(--wp--preset--color--mid-grey);
  --bb-alternate-text-color-rgb: 155, 156, 159;
  --bb-primary-button-background-regular: var(--wp--preset--color--primary);
  --bb-primary-button-background-hover: var(--wp--preset--color--secondary);
  --bb-primary-button-border-regular: var(--wp--preset--color--primary);
  --bb-primary-button-border-hover: var(--wp--preset--color--secondary);
  --bb-primary-button-border-hover-rgb: 96, 66, 80;
  --bb-primary-button-text-regular: var(--wp--preset--color--offwhite);
  --bb-primary-button-text-regular-rgb: 250, 249, 247;
  --bb-primary-button-text-hover: var(--wp--preset--color--offwhite);
  --bb-primary-button-text-hover-rgb: 250, 249, 247;
  --bb-secondary-button-background-regular: var(--wp--preset--color--base);
  --bb-secondary-button-background-hover: var(--wp--preset--color--offwhite);
  --bb-secondary-button-border-regular: var(--wp--preset--color--primary);
  --bb-secondary-button-border-hover: var(--wp--preset--color--primary);
  --bb-secondary-button-border-hover-rgb: 118, 61, 78;
  --bb-secondary-button-text-regular: var(--wp--preset--color--tertiary);
  --bb-secondary-button-text-hover: var(--wp--preset--color--tertiary);
  --bb-header-background: var(--wp--preset--color--offwhite);
  --bb-header-alternate-background: var(--wp--preset--color--base);
  --bb-header-links: var(--wp--preset--color--secondary);
  --bb-header-links-hover: var(--wp--preset--color--tertiary);
  --bb-header-mobile-logo-size: 38px;
  --bb-header-height: 102px;
  --bb-sidenav-background: var(--wp--preset--color--offwhite);
  --bb-sidenav-text-regular: var(--wp--preset--color--tertiary);
  --bb-sidenav-text-hover: var(--wp--preset--color--offwhite);
  --bb-sidenav-text-active: var(--wp--preset--color--secondary);
  --bb-sidenav-menu-background-color-regular: var(--wp--preset--color--offwhite);
  --bb-sidenav-menu-background-color-hover: var(--wp--preset--color--primary);
  --bb-sidenav-menu-background-color-active: transparent;
  --bb-sidenav-count-text-color-regular: var(--wp--preset--color--tertiary);
  --bb-sidenav-count-text-color-hover: var(--wp--preset--color--base);
  --bb-sidenav-count-text-color-active: var(--wp--preset--color--primary);
  --bb-sidenav-count-background-color-regular: var(--wp--preset--color--offwhite);
  --bb-sidenav-count-background-color-hover: var(--wp--preset--color--primary);
  --bb-sidenav-count-background-color-active: var(--wp--preset--color--base);
  --bb-footer-background: var(--wp--preset--color--secondary);
  --bb-footer-widget-background: var(--wp--preset--color--secondary);
  --bb-footer-text-color: var(--wp--preset--color--offwhite);
  --bb-footer-menu-link-color-regular: var(--wp--preset--color--offwhite);
  --bb-footer-menu-link-color-hover: var(--wp--preset--color--base);
  --bb-footer-menu-link-color-active: var(--wp--preset--color--base);
  --bb-admin-screen-bgr-color: var(--wp--preset--color--tertiary);
  --bb-admin-screen-txt-color: var(--wp--preset--color--dark-grey);
  --bb-login-register-link-color-regular: var(--wp--preset--color--primary-alt);
  --bb-login-register-link-color-hover: var(--wp--preset--color--primary);
  --bb-login-register-button-background-color-regular: var(--wp--preset--color--primary);
  --bb-login-register-button-background-color-hover: var(--wp--preset--color--secondary);
  --bb-login-register-button-border-color-regular: var(--wp--preset--color--primary);
  --bb-login-register-button-border-color-hover: var(--wp--preset--color--secondary);
  --bb-login-register-button-text-color-regular: var(--wp--preset--color--base);
  --bb-login-register-button-text-color-hover: var(--wp--preset--color--base);
  --bb-label-background-color: var(--wp--preset--color--offwhite);
  --bb-label-text-color: var(--wp--preset--color--primary);
  --bb-tooltip-background: var(--wp--preset--color--tertiary);
  --bb-tooltip-background-rgb: 30, 33, 50;
  --bb-tooltip-color: var(--wp--preset--color--base);
  --bb-default-notice-color: var(--wp--preset--color--primary-alt);
  --bb-default-notice-color-rgb: 132, 80, 96;
  --bb-success-color: var(--wp--preset--color--primary-alt);
  --bb-success-color-rgb: 132, 80, 96;
  --bb-warning-color: #ED9615;
  --bb-warning-color-rgb: 237, 150, 21;
  --bb-danger-color: var(--wp--preset--color--primary-alt);
  --bb-danger-color-rgb: 132, 80, 96;
  --bb-login-custom-heading-color: var(--wp--preset--color--tertiary);
  --bb-button-radius: 10px;
  --bb-block-radius: 10px;
  --bb-block-radius-inner: 6px;
  --bb-input-radius: 6px;
  --bb-checkbox-radius: 5.4px;
  --bb-primary-button-focus-shadow: 0px 0px 0px 2px rgba(var(--bb-primary-button-border-hover-rgb), 0.1);
  --bb-secondary-button-focus-shadow: 0px 0px 0px 2px rgba(var(--bb-secondary-button-border-hover-rgb), 0.1);
  --bb-outline-button-focus-shadow: 0px 0px 0px 2px rgba(var(--bb-content-border-color-rgb), 0.1);
  --bb-input-focus-shadow: 0px 0px 0px 2px rgba(var(--bb-primary-color-rgb), 0.1);
  --bb-input-focus-border-color: var(--bb-primary-color);
  --bb-widget-title-text-transform: none;
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .list-wrap {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .list-wrap:hover .item-avatar .group-avatar-wrap::before, body.buddyboss-theme .entry-content #groups-list.groups-dir-list .list-wrap:focus .item-avatar .group-avatar-wrap::before, body.buddyboss-theme .entry-content #groups-list.groups-dir-list .list-wrap:active .item-avatar .group-avatar-wrap::before {
  background: rgba(118, 61, 78, 0.75);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .item-avatar .group-avatar-wrap {
  aspect-ratio: 331/312;
  width: 100%;
  margin: 0 !important;
  position: relative;
  padding: 0;
  border: none;
  border-radius: var(--bb-block-radius);
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .item-avatar .group-avatar-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .item-avatar img.avatar {
  height: 100%;
  max-width: 100% !important;
  width: 100% !important;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--bb-block-radius);
  margin: 0;
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .item-block {
  margin-bottom: 0;
  padding: 18px;
}
body.buddyboss-theme .entry-content #groups-list.groups-dir-list .item-block .list-title.groups-title {
  color: var(--wp--preset--color--secondary);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.4%;
  /* 25.452px */
  letter-spacing: 0.45px;
  margin: 0;
}

.buddypress-wrap .bp-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: var(--wp--custom--font-size--base);
}

#user_switching_switch_on:not(.message) {
  display: none;
}
#user_switching_switch_on:not(.message) a {
  display: block;
  width: 209px !important;
  padding: 24px !important;
  background-color: #dc3545 !important;
  color: var(--wp--preset--color--base) !important;
  text-align: center;
}
#user_switching_switch_on:not(.message) a:hover, #user_switching_switch_on:not(.message) a:focus {
  background-color: var(--wp--preset--color--secondary) !important;
}

.user-switching__notice {
  background-color: #dc3545;
  color: var(--wp--preset--color--base);
  padding: 1rem;
  font-size: var(--wp--custom--font-size--base);
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.user-switching__notice p {
  margin: 0;
}
.user-switching__notice a {
  color: var(--wp--preset--color--base);
  text-decoration: underline;
}

body.user-switching {
  padding-top: 86px;
}
body.user-switching.bb-template-v2.bb-buddypanel .buddypanel,
body.user-switching.bb-template-v2.bb-buddypanel .bb-mobile-panel-wrapper {
  top: 86px;
  bottom: 0;
  height: auto;
}
@media (min-width: 740px) {
  body.user-switching {
    padding-top: 59px;
  }
  body.user-switching.bb-template-v2.bb-buddypanel .buddypanel,
  body.user-switching.bb-template-v2.bb-buddypanel .bb-mobile-panel-wrapper {
    top: 59px;
    bottom: 0;
    height: auto;
  }
}

body.user-switching #compose,
body.user-switching #bp-message-content,
body.user-switching .bp-message-content_foot_note,
body.user-switching .bp-messages-recipient,
body.user-switching .bb_more_options_action,
body.user-switching .message_actions,
body.user-switching .medium-editor-element,
body.user-switching .generic-button,
body.user-switching .friendship-button,
body.user-switching form,
body.user-switching input,
body.user-switching button,
body.user-switching a.button {
  pointer-events: none;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.bb-card-action-connect,
.friendship-button,
.bb-group-card .bb-card-meta,
.bb-profile-card .bb-card-meta,
.bb-card-action .card-button-profile,
#buddypress .single-headers,
#buddypress .users-nav,
.friends .user-subnav,
.directory .members-search,
.directory .bp-subnavs,
.bb-subnav-filters-container,
.bb-item-count,
.editfield.field_nickname,
.field_3.field_nickname,
#buddypress .bb-group-members-count,
#invites-personal-li.bp-personal-sub-tab,
#notifications-personal-li,
#profile-personal-li,
#blocked-members-personal-li,
#group-settings-groups-li,
#manage-members-groups-li,
#invite-groups-li,
#export-personal-li,
.block-member,
.activity-head-bar,
.generic-button:has(.block-member) {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */
