@media only screen and (min-width: 0rem){.search-container{display:flex;flex-direction:column;width:100%;gap:.75rem;margin-bottom:1.5rem;align-items:center}#searchInput,#categorySelect,#searchButton{font-size:1rem;font-family:inherit;padding:.75rem 1rem;border:1.5px solid #ddd;border-radius:.375rem;transition:border-color .2s,box-shadow .2s;width:100%}#searchInput::placeholder{color:#aaa}#searchInput:focus,#categorySelect:focus{border-color:#5a8fd6;box-shadow:0 0 0 3px #5a8fd633}#categorySelect{background-color:#fff}#searchButton{background-color:#5a8fd6;color:#fff;border:none;cursor:pointer}#searchButton:hover{background-color:#497bb2}#searchButton:active{transform:scale(.98)}}@media only screen and (min-width: 48rem){#searchInput,#categorySelect,#searchButton{font-size:1.1rem}.search-container{flex-direction:row;width:clamp(20rem,85vw,60rem)}#categorySelect{width:clamp(14.5rem,30vw,18rem)}#searchButton{width:160px}}@media only screen and (min-width: 64rem){#searchInput,#categorySelect,#searchButton{font-size:1.25rem}}@media only screen and (min-width: 0rem){body.dark-mode #searchInput,body.dark-mode #categorySelect{background-color:var(--accent);color:var(--bodyTextColorWhite)}}@media only screen and (min-width: 0rem){#services-1252{position:relative;z-index:10;padding:var(--sectionPaddingTop)}#services-1252 .cs-container{width:100%;max-width:80rem;margin:auto;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:clamp(2.5rem,6vw,3.5rem)}#services-1252 .cs-content{text-align:center;display:flex;flex-direction:column;align-items:flex-start}#services-1252 .cs-title{font-size:var(--titleFontSize)}#services-1252 .cs-card-group{margin:0;padding:0;width:100%;display:grid;grid-template-columns:repeat(12,1fr);gap:clamp(1rem,2vw,1.25rem)}#services-1252 .cs-item{width:100%;height:clamp(15rem,35vw,24rem);text-align:left;list-style:none;margin:0;padding:0;background-color:#000;border-radius:.5rem;overflow:hidden;box-shadow:0 12px 80px #1a1a1a14;box-sizing:border-box;grid-column:span 12;grid-row:span 1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;position:relative;z-index:1}#services-1252 .cs-item:hover .cs-item-background img{opacity:.4;transform:scale(1.3)}#services-1252 .cs-item:hover .cs-h3{color:var(--primary)}#services-1252 .cs-item:before{content:"";width:100%;height:100%;border:1px solid rgba(255,255,255,.4);box-sizing:border-box;border-radius:.5rem;pointer-events:none;opacity:1;position:absolute;display:block;top:0;left:0;z-index:10}#services-1252 .cs-link{text-decoration:none;position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}#services-1252 .cs-h3{font-size:clamp(1.25rem,2.5vw,1.5625rem);line-height:1.2em;font-weight:700;text-align:inherit;margin:0 0 .75rem;color:var(--bodyTextColorWhite);transition:color .3s}#services-1252 .cs-item-text{font-size:clamp(.875rem,1.5vw,1rem);line-height:1.5em;max-width:28.125rem;margin:0;padding:0;color:var(--bodyTextColorWhite)}#services-1252 .cs-item-background{width:100%;height:100%;display:block;position:absolute;top:0;left:0;z-index:-1}#services-1252 .cs-item-background:before{content:"";position:absolute;display:block;height:100%;width:100%;background:#1a1a1a;opacity:.24;top:0;left:0;z-index:1}#services-1252 .cs-item-background:after{content:"";position:absolute;display:block;height:100%;width:100%;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0%,#000000 100%);background:linear-gradient(to bottom,#0000,#000);opacity:.4;bottom:0;left:0;z-index:2}#services-1252 .cs-item-background img{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;transition:transform .6s,opacity .3s}.error-msg{grid-column:span 12;text-align:center}}@media only screen and (min-width: 48rem){#services-1252{padding-bottom:clamp(3.75rem,7.82vw,6.25rem)}#services-1252 .cs-content{justify-content:space-between;align-items:center;gap:3rem}#services-1252 .cs-title{margin:0}#services-1252 .cs-item{grid-column:span 6}}@media only screen and (min-width: 64rem){#services-1252 .cs-item{grid-column:span 3}}@media only screen and (min-width: 0rem){body.dark-mode #services-1252 .cs-title,body.dark-mode #services-1252 .cs-text{color:var(--bodyTextColorWhite)}body.dark-mode #services-1252 .cs-text{opacity:.8}}@media only screen and (min-width: 0rem){#services-1252 .pagination{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}#services-1252 .pagination button{font-size:1rem;font-family:inherit;padding:.75rem;border:1.5px solid #ddd;border-radius:.375rem;background:#fff;cursor:pointer}#services-1252 .pagination button.active{background:#5a8fd6;color:#fff;border-color:#5a8fd6}#services-1252 .pagination button:disabled{opacity:.5;cursor:default}#services-1252 .pagination results{font-size:1rem;font-family:inherit;text-align:center;max-width:150px;margin:auto}}@media only screen and (min-width: 48rem){#services-1252 .pagination{gap:1.5rem}#services-1252 .pagination button{font-size:1.1rem;padding:.7rem 1rem}#services-1252 .pagination results{font-size:1.1rem;max-width:none}}@media only screen and (min-width: 64rem){#services-1252 .pagination{gap:2rem}#services-1252 .pagination button{font-size:1.2rem;padding:.8rem 1.1rem}#services-1252 .pagination results{font-size:1.2rem}}@media only screen and (min-width: 0rem){body.dark-mode #services-1252 .pagination button{opacity:.6}body.dark-mode #services-1252 .pagination button:disabled{opacity:.2}body.dark-mode #services-1252 .pagination results{color:var(--bodyTextColorWhite)}}@media only screen and (min-width: 0rem){.overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease;z-index:1000}.overlay.open{opacity:1;visibility:visible}.perk-panel{position:fixed;inset:150px 0 0;width:100%;padding:2rem 1.5rem;background:#fff;box-shadow:20px 0 20px #00000080;border-radius:1rem 1rem 0rem 0rem;transform:translateY(100%);transition:transform .5s ease;z-index:1001;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.perk-panel.open{transform:translateY(0)}.panel-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:50%;background:#1a1a1a;color:#fafbfc;font-size:1.25rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px #0000004d;transition:background .2s ease,transform .1s ease,box-shadow .2s ease}.panel-close:hover{background:#1a1a1a;transform:scale(1.1);box-shadow:0 4px 12px #0006}.panel-close:active{background:#1a1a1a;transform:scale(1);box-shadow:0 2px 6px #0000004d}.panel-close:focus{outline:none;box-shadow:0 0 0 3px #5a8fd6}.panel-image{width:100%;height:8rem;border-radius:.5rem;margin-bottom:1rem;object-fit:cover}#panelWebsite{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;font-weight:600;line-height:1.2;padding:.75rem 1.5rem;margin:1.5rem 0;width:100%;max-width:250px;border:none;border-radius:.375rem;background-color:#5a8fd6;color:#fff;text-decoration:none;transition:background-color .2s ease,box-shadow .2s ease,transform .1s ease;box-shadow:0 2px 6px #00000026}#panelWebsite:after{content:"\2197";margin-left:.5ch;font-size:.9em}#panelWebsite:hover{background-color:#497bb2;box-shadow:0 4px 12px #0003;transform:translateY(-1px)}#panelWebsite:active{transform:translateY(0);box-shadow:0 2px 6px #00000026}.panel-dates p{font-size:.8rem}}@media only screen and (min-width: 48rem){.perk-panel{top:150px;width:clamp(30rem,80vw,50rem);max-width:100%;max-height:80vh;border-radius:1rem 0rem 0rem 1rem;transform:translate(100%);overflow-y:auto;left:unset;bottom:unset}.perk-panel.open{transform:translate(0)}.panel-image{height:10rem}#panelWebsite{max-width:200px}}@media only screen and (min-width: 64rem){.perk-panel{top:180px;width:700px}.panel-image{height:15rem}}@media only screen and (min-width: 0rem){body.dark-mode .perk-panel{background-color:var(--medium)}}
