@media only screen and (min-width:0rem){#photo-album{background-color:var(--cream);padding:var(--sectionPadding)}#photo-album .cs-container{margin:auto;max-width:80rem;width:100%}#photo-album .cs-content{align-items:center;display:flex;flex-direction:column;margin:0 auto clamp(3rem,6vw,4rem);max-width:43.75rem;text-align:center;width:100%}#photo-album .cs-group{width:100%}#photo-album .cs-group:not(:first-of-type){margin-top:clamp(2.75rem,6vw,4.5rem)}#photo-album .cs-group-header{align-items:center;border-bottom:1px solid rgba(56,112,80,.18);cursor:pointer;display:flex;gap:1rem;justify-content:space-between;list-style:none;padding-bottom:clamp(.75rem,1.5vw,1rem)}#photo-album .cs-group-header::-webkit-details-marker{display:none}#photo-album .cs-group-header:hover .cs-group-title{color:var(--forest)}#photo-album .cs-group-header:focus-visible{border-radius:4px;outline:2px solid var(--sage);outline-offset:4px}#photo-album .cs-group-heading{display:flex;flex-direction:column}#photo-album .cs-group-icon{border-bottom:2px solid var(--forest);border-right:2px solid var(--forest);flex:none;height:.6875rem;margin-right:.4rem;transform:rotate(45deg);transition:transform .3s var(--ease);width:.6875rem}#photo-album .cs-group[open] .cs-group-icon{transform:rotate(-135deg)}#photo-album .cs-group-topper{color:var(--sage);font-size:var(--topperFontSize);font-weight:700;letter-spacing:.18em;margin-bottom:.5rem;text-transform:uppercase}#photo-album .cs-group-title{color:var(--headerColor);font-family:var(--headerFont);font-size:clamp(1.5rem,3vw,2.125rem);font-weight:700;letter-spacing:-.01em;line-height:1.1em;margin:0}#photo-album .cs-gallery{display:grid;gap:clamp(1rem,2vw,1.5rem);grid-template-columns:1fr;list-style:none;margin:clamp(1.5rem,3vw,2rem) 0 0;padding:0}#photo-album .cs-gallery-li{list-style:none}#photo-album .cs-picture{border-radius:.75rem;box-shadow:0 10px 25px rgba(56,112,80,.1);display:block;overflow:hidden;transition:transform .4s var(--ease),box-shadow .4s var(--ease);width:100%}#photo-album .cs-picture img{display:block;height:18.75rem;-o-object-fit:cover;object-fit:cover;transition:transform .6s var(--ease);width:100%}#photo-album .cs-picture:hover{box-shadow:0 22px 42px rgba(56,112,80,.2)}#photo-album .cs-picture:hover img{transform:scale(1.06)}#photo-album .cs-cta{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:clamp(3rem,6vw,4.5rem);text-align:center}.js-reveal-ready #photo-album .cs-gallery .cs-gallery-li:nth-child(3n+2){transition-delay:.08s}.js-reveal-ready #photo-album .cs-gallery .cs-gallery-li:nth-child(3n+3){transition-delay:.16s}}@media only screen and (min-width:36rem){#photo-album .cs-gallery{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:64rem){#photo-album .cs-gallery{grid-template-columns:repeat(3,1fr)}}