/* SA Designs — Cookie Consent + Privacy Policy v12.5.0 */
.sa-cookie-consent,
.sa-cookie-settings{font-family:inherit;box-sizing:border-box}
.sa-cookie-consent *{box-sizing:border-box}
.sa-cookie-consent[hidden],.sa-cookie-settings[hidden]{display:none!important}
.sa-cookie-consent{
  position:fixed;
  left:24px;
  right:24px;
  bottom:24px;
  z-index:2147483000;
  color:#17364b;
  background:#fff;
  border:1px solid rgba(23,54,75,.14);
  box-shadow:0 22px 70px rgba(13,43,59,.20);
}
.sa-cookie-consent__inner{
  width:min(100%,1400px);
  margin:0 auto;
  padding:24px 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
}
.sa-cookie-consent__copy{max-width:760px}
.sa-cookie-consent__eyebrow{
  margin:0 0 7px;
  color:#b8a07c;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.sa-cookie-consent__title{
  margin:0 0 6px;
  color:#0d2b3b;
  font-size:22px;
  line-height:1.1;
  font-weight:700;
  letter-spacing:-.02em;
}
.sa-cookie-consent__copy p{
  margin:0;
  color:#536875;
  font-size:14px;
  line-height:1.55;
}
.sa-cookie-consent__privacy{
  display:inline-block;
  margin-top:8px;
  color:#17364b;
  font-size:12px;
  line-height:1.2;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}
.sa-cookie-consent__actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
}
.sa-cookie-consent__button{
  appearance:none;
  -webkit-appearance:none;
  min-height:46px;
  padding:0 20px;
  border-radius:0;
  font:inherit;
  font-size:11px;
  line-height:1;
  font-weight:700;
  letter-spacing:.10em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;
}
.sa-cookie-consent__button:hover{transform:translateY(-1px)}
.sa-cookie-consent__button--primary{
  border:1px solid #17364b;
  background:#17364b;
  color:#fff;
}
.sa-cookie-consent__button--primary:hover{background:#0d2b3b;border-color:#0d2b3b}
.sa-cookie-consent__button--secondary{
  border:1px solid #cbd6dc;
  background:#fff;
  color:#17364b;
}
.sa-cookie-consent__button--secondary:hover{background:#eef5f8;border-color:#b8c9d2}
.sa-cookie-settings{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:2147482999;
  appearance:none;
  -webkit-appearance:none;
  border:1px solid rgba(23,54,75,.20);
  background:#fff;
  color:#17364b;
  padding:9px 12px;
  box-shadow:0 8px 24px rgba(13,43,59,.10);
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  cursor:pointer;
}
.sa-cookie-settings:hover{background:#eef5f8}

/* Privacy Policy page created by the Master plugin. Scoped to its own wrapper. */
.sa-privacy-policy-page{background:#fff;color:#17364b;padding:96px 24px 110px}
.sa-privacy-policy-page__inner{width:min(100%,1100px);margin:0 auto}
.sa-privacy-policy-page__eyebrow{margin:0 0 16px;color:#b8a07c;font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.18em;text-transform:uppercase}
.sa-privacy-policy-page h1{margin:0 0 12px;color:#0d2b3b;font-size:clamp(48px,7vw,92px);line-height:.95;font-weight:600;letter-spacing:-.045em}
.sa-privacy-policy-page__updated{margin:0 0 52px!important;color:#7b8d97!important;font-size:13px!important;text-transform:uppercase;letter-spacing:.08em}
.sa-privacy-policy-page h2{margin:54px 0 14px;color:#0d2b3b;font-size:27px;line-height:1.15;font-weight:600;letter-spacing:-.02em}
.sa-privacy-policy-page p,.sa-privacy-policy-page li{color:#526975;font-size:16px;line-height:1.75}
.sa-privacy-policy-page p{margin:0 0 18px}
.sa-privacy-policy-page ul{margin:0 0 20px;padding-left:22px}
.sa-privacy-policy-page li{margin:0 0 8px}
.sa-privacy-policy-page a{color:#17364b;text-decoration:underline;text-underline-offset:3px}
.sa-privacy-policy-page__cookie-button{appearance:none;-webkit-appearance:none;margin-top:6px;padding:14px 18px;border:1px solid #17364b;background:#17364b;color:#fff;font:inherit;font-size:11px;line-height:1;font-weight:700;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}
.sa-privacy-policy-page__cookie-button:hover{background:#0d2b3b;border-color:#0d2b3b}

@media(max-width:767px){
  .sa-cookie-consent{left:12px;right:12px;bottom:12px}
  .sa-cookie-consent__inner{padding:20px;display:block}
  .sa-cookie-consent__title{font-size:20px}
  .sa-cookie-consent__copy p{font-size:13px}
  .sa-cookie-consent__actions{margin-top:18px;display:grid;grid-template-columns:1fr;gap:8px}
  .sa-cookie-consent__button{width:100%;padding:0 14px}
  .sa-cookie-settings{left:12px;bottom:12px}
  .sa-privacy-policy-page{padding:70px 18px 84px}
  .sa-privacy-policy-page__updated{margin-bottom:38px!important}
  .sa-privacy-policy-page h2{margin-top:42px;font-size:24px}
  .sa-privacy-policy-page p,.sa-privacy-policy-page li{font-size:15px;line-height:1.7}
}
@media(prefers-reduced-motion:reduce){
  .sa-cookie-consent__button{transition:none}
}
