.ws-footer{position:relative;z-index:9;background:var(--ws-cream,#f6f1e7);color:var(--ws-navy,#052a49);font-family:"Poppins",sans-serif;border-top:1px solid var(--ws-greige,#e8e0d2);padding:36px 20px calc(24px + var(--ws-sticky-pad,0px))}
.ws-footer *,.ws-footer *::before,.ws-footer *::after{box-sizing:border-box}
.ws-footer__inner{max-width:1200px;margin:0 auto}
.ws-footer__col{border-bottom:1px solid var(--ws-greige,#e8e0d2)}
.ws-footer__col-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;background:none;border:0;padding:14px 0;margin:0;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.01em;color:var(--ws-navy,#052a49);cursor:pointer;text-align:left}
.ws-footer__chevron{flex:0 0 auto;transition:transform .25s ease}
.ws-footer__col.is-open .ws-footer__chevron{transform:rotate(180deg)}
.ws-footer__col-body{max-height:0;overflow:hidden;transition:max-height .3s ease}
.ws-footer__col.is-open .ws-footer__col-body{max-height:520px}
.ws-footer__col-list{padding:2px 0 16px}
.ws-footer__col-list ul{list-style:none;margin:0;padding:0}
.ws-footer__col-list li{margin:0;padding:0}
.ws-footer__col-list a{display:inline-block;padding:6px 0;font-size:14px;line-height:1.5;color:var(--ws-navy,#052a49);opacity:.82;text-decoration:none;transition:color .2s ease,opacity .2s ease}
.ws-footer__col-list a:hover{opacity:1;color:var(--ws-leaf-dark,#3e5c1a)}
.ws-footer__social{display:flex;gap:12px;justify-content:center;padding:26px 0 6px}
.ws-footer__social a{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--ws-greige,#e8e0d2);border-radius:50%;background:#fff;color:var(--ws-navy,#052a49);transition:color .2s ease,border-color .2s ease}
.ws-footer__social a:hover{color:var(--ws-leaf-dark,#3e5c1a);border-color:var(--ws-leaf-dark,#3e5c1a)}
.ws-footer__bottom{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:18px;padding-top:20px;border-top:1px solid var(--ws-greige,#e8e0d2);text-align:center}
.ws-footer__copyright{margin:0;font-size:13px;line-height:1.5;color:var(--ws-navy,#052a49);opacity:.72}
.ws-footer__contact{margin:0;font-size:13px;line-height:1.6;color:var(--ws-navy,#052a49)}
.ws-footer__contact a{color:inherit;text-decoration:none;font-weight:600;opacity:.85}
.ws-footer__contact a:hover{color:var(--ws-leaf-dark,#3e5c1a);opacity:1}
.ws-footer__payments{max-width:300px}
.ws-footer__payments{display:block;width:100%;height:auto}
@media screen and (min-width:768px){
.ws-footer{padding:56px 32px calc(32px + var(--ws-sticky-pad,0px))}
.ws-footer__cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:36px}
.ws-footer__col{border-bottom:0}
.ws-footer__col-toggle{pointer-events:none;cursor:default;padding:0 0 12px;font-size:16px}
.ws-footer__chevron{display:none}
.ws-footer__col-body{max-height:none;overflow:visible}
.ws-footer__col-list{padding:0}
.ws-footer__social{justify-content:flex-start;padding:36px 0 10px}
.ws-footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;text-align:left}
}

