.nav-container{align-items:center;background-color:#d79dcd;display:flex;height:80px;justify-content:center}@media (max-width:1024px){.nav-container{height:80px}}@media (max-width:767px){.nav-container{display:flex;height:80px;justify-content:space-between;padding:1rem}}.nav-logo{padding-left:1rem;padding-right:1rem;position:fixed}.footer-container{display:flex;justify-content:space-around}.footer-links{display:flex;flex-direction:column;flex-wrap:nowrap;margin-left:auto;margin-right:auto}.footer-links-column{align-items:center;display:flex;flex-direction:column}.gbp-section {padding:7rem 40px;}@media (max-width: 1024px) {.gbp-section {padding:6rem 30px;}}@media (max-width: 767px) {.gbp-section {padding:4rem 20px;}}.gbp-section__inner{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width);position:relative;z-index:1}.gbp-section__headline {margin-bottom:1.5rem;}@media (max-width: 767px) {.gbp-section__headline {margin-bottom:1.25rem;}}.gbp-section__text {font-size:1.125rem;}.home-featured-grid{background-color:#ffffc4;column-gap:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:1rem;padding:1rem}@media (max-width:767px){.home-featured-grid{display:grid;grid-template-columns:1fr}}.home-featured-grid-item{aspect-ratio:1;background-color:#ffffc4;height:auto;object-fit:fill;width:auto}.home-featured-grid-title{background-color:#fbf5ba;display:block;justify-content:center}.home-featured-grid-image-container{background-color:#fbf5ba;padding:1rem}