/* Legal document pages: privacy policy, refund policy, terms */
.legal-hero{
  position:relative;
  margin-top:0;
  padding-top:90px;
  min-height:370px;
  display:flex;
  align-items:flex-end;
  color:#fff;
  overflow:hidden;
  background:#1a1a2e;
}
html.with-site-top-banner .legal-hero{
  margin-top:0;
  padding-top:calc(90px + var(--site-top-banner-offset, 0px));
}
.legal-hero__bg{
  position:absolute;
  inset:0;
  background:#1a1a2e;
}
.legal-hero__bg img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.legal-hero__bg::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(16,24,40,.35) 0%,rgba(16,24,40,.78) 100%);
}
.legal-hero__inner{
  position:relative;
  z-index:1;
  width:100%;
  padding:48px 0 36px;
}
.legal-hero__kicker{
  display:inline-block;
  margin:0 0 10px;
  padding:4px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  font-size:12px;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.legal-hero h1{
  margin:0 0 10px;
  font-family:MB,Montserrat,sans-serif;
  font-size:clamp(28px,4vw,44px);
  font-weight:700;
  line-height:1.15;
  color:#fff;
  text-shadow:0 2px 12px rgba(0,0,0,.35);
}
.legal-hero__lead{
  max-width:720px;
  margin:0 0 12px;
  font-size:17px;
  line-height:1.55;
  opacity:.94;
}
.legal-hero__meta{
  margin:0;
  font-size:14px;
  opacity:.86;
}

.singePageBox.legal-page{
  padding:36px 0 72px;
}
.singePageBox.legal-page .box{
  max-width:880px;
  margin:0 auto;
  float:none;
}
.singePageBox.legal-page .htext,
.singePageBox.legal-page .text{
  width:100%;
  max-width:none;
}

.legal-summary{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin:0 0 28px;
}
.legal-summary__card{
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:12px;
  padding:18px 18px 16px;
  box-shadow:0 8px 24px rgba(26,26,46,.04);
}
.legal-summary__card h2,
.legal-summary__card h3{
  margin:0 0 8px;
  font-size:16px;
  line-height:1.3;
  color:#1a1a2e;
}
.legal-summary__card p{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#4b5563;
}
.legal-summary__card .legal-hero__actions{
  margin-top:12px;
}
.singePageBox .box .htext .text .legal-summary__card a:not(.legal-btn),
.singePageBox__richtext .legal-summary__card a:not(.legal-btn){
  color:#e94560;
  font-weight:700;
  text-decoration:underline;
}
.singePageBox .box .htext .text .legal-summary__card a:not(.legal-btn):hover,
.singePageBox__richtext .legal-summary__card a:not(.legal-btn):hover{
  color:#c73650;
}

.legal-toc{
  background:#f4f6fb;
  border:1px solid #edf0f5;
  border-radius:12px;
  padding:20px 22px;
  margin:0 0 32px;
}
.legal-toc h2{
  margin:0 0 12px;
  font-size:18px;
}
.legal-toc ol{
  margin:0;
  padding-left:20px;
  columns:1;
}
.legal-toc li{
  margin:0 0 6px;
  line-height:1.45;
}
.legal-toc a{
  color:#1269ca;
  text-decoration:none;
}
.legal-toc a:hover,
.legal-toc a:focus{
  text-decoration:underline;
}

.legal-doc{
  color:#1a1a2e;
  font-size:16px;
  line-height:1.7;
}
.legal-doc > h2{
  margin:36px 0 12px;
  padding-top:8px;
  font-family:MB,Montserrat,sans-serif;
  font-size:24px;
  line-height:1.3;
  scroll-margin-top:110px;
}
.legal-doc > h3{
  margin:22px 0 8px;
  font-size:18px;
  line-height:1.35;
  scroll-margin-top:110px;
}
.legal-doc p{
  margin:0 0 14px;
}
.legal-doc ul,
.legal-doc ol{
  margin:0 0 16px;
  padding-left:22px;
}
.legal-doc li{
  margin:0 0 8px;
}
.legal-doc a{
  color:#1269ca;
}
.legal-doc a:hover{
  text-decoration:underline;
}

.legal-figure{
  margin:28px 0;
  border-radius:12px;
  overflow:hidden;
  background:#eef1f6;
  box-shadow:0 10px 28px rgba(26,26,46,.08);
}
.legal-figure img{
  display:block;
  width:100%;
  height:auto;
  aspect-ratio:16/9;
  object-fit:cover;
}
.legal-figure figcaption{
  padding:10px 14px 12px;
  font-size:13px;
  line-height:1.45;
  color:#6b7280;
  background:#fff;
}

.legal-callout{
  margin:20px 0 24px;
  padding:16px 18px;
  border-left:4px solid #e94560;
  background:#fff6f7;
  border-radius:0 10px 10px 0;
}
.legal-callout p:last-child{
  margin-bottom:0;
}

.legal-contact{
  margin:36px 0 8px;
  padding:22px 22px 8px;
  background:#1a1a2e;
  color:#fff;
  border-radius:12px;
}
.legal-contact h2{
  margin:0 0 10px;
  color:#fff;
}
.legal-contact p,
.legal-contact li{
  color:rgba(255,255,255,.9);
}
.legal-contact a{
  color:#ffd3db;
  font-weight:700;
  text-decoration:underline;
}
.singePageBox .box .htext .text .legal-contact a,
.singePageBox__richtext .legal-contact a{
  color:#ffd3db;
  font-weight:700;
  text-decoration:underline;
}
.legal-contact a:hover,
.singePageBox .box .htext .text .legal-contact a:hover,
.singePageBox__richtext .legal-contact a:hover{
  color:#fff;
}
.legal-contact .legal-btn{
  text-decoration:none;
  font-weight:700;
}
.singePageBox .box .htext .text .legal-contact .legal-btn,
.singePageBox__richtext .legal-contact .legal-btn{
  color:#fff;
  text-decoration:none;
}
.legal-contact .legal-hero__actions{
  margin:4px 0 16px;
}

.legal-related{
  margin:28px 0 0;
}
.legal-related__list{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  padding:0;
  margin:12px 0 0;
  list-style:none;
}
.singePageBox .box .htext .text ul.legal-related__list,
.singePageBox__richtext ul.legal-related__list{
  list-style:none !important;
  padding-left:0 !important;
  margin:12px 0 0;
}
.singePageBox .box .htext .text .legal-related__list li,
.singePageBox__richtext .legal-related__list li{
  list-style:none !important;
  margin:0;
  padding:0;
}
.legal-related__list a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:8px 16px;
  border:1px solid #e94560;
  border-radius:8px;
  background:#fff;
  color:#e94560;
  text-decoration:none;
  font-size:14px;
  font-weight:700;
}
.singePageBox .box .htext .text .legal-related__list a,
.singePageBox__richtext .legal-related__list a{
  color:#e94560 !important;
  text-decoration:none !important;
  background:#fff !important;
  border:1px solid #e94560 !important;
}
.legal-related__list a:hover,
.singePageBox .box .htext .text .legal-related__list a:hover,
.singePageBox__richtext .legal-related__list a:hover{
  color:#fff !important;
  background:#c73650 !important;
  border-color:#c73650 !important;
}

.legal-hero--tall{
  min-height:510px;
  align-items:center;
}
.legal-hero--tall .legal-hero__inner{
  padding:72px 0 56px;
}
.legal-hero--tall .legal-hero__bg::after{
  background:linear-gradient(90deg,rgba(16,24,40,.78) 0%,rgba(16,24,40,.48) 52%,rgba(16,24,40,.22) 100%);
}

.singePageBox.legal-page--illustrated .box{
  max-width:1080px;
}

.legal-split{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(0,0.95fr);
  gap:32px;
  align-items:center;
  margin:36px 0 8px;
}
.legal-split--flip{
  grid-template-columns:minmax(0,0.95fr) minmax(0,1.05fr);
}
.legal-split--flip .legal-split__media{order:2;}
.legal-split__media{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  background:#eef1f6;
  box-shadow:0 12px 28px rgba(26,26,46,.08);
}
.legal-split__media img{
  display:block;
  width:100%;
  height:300px;
  object-fit:cover;
}
.legal-split__media figcaption{
  padding:10px 14px 12px;
  font-size:13px;
  line-height:1.45;
  color:#6b7280;
  background:#fff;
}
.legal-split__copy h2{
  margin-top:0;
}
.legal-split__copy > h2:first-child{
  margin-top:0;
}

.legal-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:8px 0 20px;
  padding:0;
  list-style:none;
}
.singePageBox .box .htext .text ol.legal-steps,
.singePageBox .box .htext .text ul.legal-steps,
.singePageBox__richtext ol.legal-steps,
.singePageBox__richtext ul.legal-steps{
  list-style:none !important;
  padding-left:0 !important;
  margin:8px 0 20px;
}
.legal-steps li{
  margin:0;
  padding:16px 14px 14px;
  background:#fff;
  border:1px solid #edf0f5;
  border-radius:12px;
  box-shadow:0 8px 20px rgba(26,26,46,.04);
}
.singePageBox .box .htext .text .legal-steps li,
.singePageBox__richtext .legal-steps li{
  list-style:none !important;
  float:none;
  width:auto;
  margin:0;
}
.legal-steps li::marker{
  content:none;
}
.legal-steps strong{
  display:block;
  margin:0 0 6px;
  color:#e94560;
  font-size:13px;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.legal-steps span{
  display:block;
  color:#1a1a2e;
  font-size:14px;
  line-height:1.5;
}

.legal-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.legal-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:10px 22px;
  border-radius:8px;
  font-weight:700;
  font-size:15px;
  line-height:1.2;
  text-decoration:none;
  border:1px solid transparent;
}
.legal-btn:hover{
  text-decoration:none;
}
.legal-btn--primary{
  background:#e94560;
  border-color:#e94560;
  color:#fff;
}
.legal-btn--primary:hover,
.legal-btn--primary:focus{
  background:#c73650;
  border-color:#c73650;
  color:#fff;
}
.legal-btn--ghost{
  background:transparent;
  border-color:rgba(255,255,255,.72);
  color:#fff;
}
.legal-btn--ghost:hover,
.legal-btn--ghost:focus{
  background:rgba(255,255,255,.12);
  color:#fff;
}
.legal-btn--dark{
  background:#1a1a2e;
  border-color:#1a1a2e;
  color:#fff;
}
.legal-btn--dark:hover,
.legal-btn--dark:focus{
  background:#2a2a44;
  border-color:#2a2a44;
  color:#fff;
}
.legal-btn--outline{
  background:#fff;
  border-color:#e94560;
  color:#e94560;
}
.legal-btn--outline:hover,
.legal-btn--outline:focus{
  background:#c73650;
  border-color:#c73650;
  color:#fff;
}
.legal-btn--sm{
  min-height:36px;
  padding:6px 14px;
  font-size:13px;
}
.singePageBox .box .htext .text a.legal-btn,
.singePageBox__richtext a.legal-btn{
  text-decoration:none;
  font-weight:700;
}
.legal-alert .legal-hero__actions{
  margin:12px 0 0;
}
.singePageBox .box .htext .text a.legal-btn--primary,
.singePageBox__richtext a.legal-btn--primary{
  color:#fff !important;
  background:#e94560 !important;
  border-color:#e94560 !important;
}
.singePageBox .box .htext .text a.legal-btn--primary:hover,
.singePageBox .box .htext .text a.legal-btn--primary:focus,
.singePageBox__richtext a.legal-btn--primary:hover,
.singePageBox__richtext a.legal-btn--primary:focus{
  color:#fff !important;
  background:#c73650 !important;
  border-color:#c73650 !important;
}
.singePageBox .box .htext .text a.legal-btn--dark,
.singePageBox__richtext a.legal-btn--dark{
  color:#fff;
  background:#1a1a2e;
  border-color:#1a1a2e;
}
.singePageBox .box .htext .text a.legal-btn--dark:hover,
.singePageBox .box .htext .text a.legal-btn--dark:focus,
.singePageBox__richtext a.legal-btn--dark:hover,
.singePageBox__richtext a.legal-btn--dark:focus{
  color:#fff;
  background:#2a2a44;
  border-color:#2a2a44;
}
.singePageBox .box .htext .text a.legal-btn--outline,
.singePageBox__richtext a.legal-btn--outline{
  color:#e94560 !important;
  background:#fff !important;
  border-color:#e94560 !important;
}
.singePageBox .box .htext .text a.legal-btn--outline:hover,
.singePageBox .box .htext .text a.legal-btn--outline:focus,
.singePageBox__richtext a.legal-btn--outline:hover,
.singePageBox__richtext a.legal-btn--outline:focus{
  color:#fff !important;
  background:#c73650 !important;
  border-color:#c73650 !important;
}
.singePageBox .box .htext .text a.legal-btn--ghost,
.singePageBox__richtext a.legal-btn--ghost{
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,.72);
}

.legal-alert{
  margin:0 0 24px;
  padding:16px 18px;
  border-radius:12px;
  background:#1a1a2e;
  color:#fff;
}
.legal-alert p{
  margin:0;
  font-size:14px;
  line-height:1.55;
}
.legal-alert strong{
  color:#ffd3db;
}
.singePageBox .box .htext .text .legal-alert a,
.singePageBox__richtext .legal-alert a,
.legal-alert a{
  color:#ffd3db !important;
  font-weight:700;
  text-decoration:underline;
}
.singePageBox .box .htext .text .legal-alert a.legal-btn,
.singePageBox__richtext .legal-alert a.legal-btn,
.legal-alert a.legal-btn{
  display:inline-flex;
  margin:4px 2px;
  color:#fff !important;
  background:rgba(255,255,255,.12) !important;
  border:1px solid rgba(255,255,255,.7) !important;
  text-decoration:none !important;
}
.singePageBox .box .htext .text .legal-alert a.legal-btn:hover,
.singePageBox__richtext .legal-alert a.legal-btn:hover,
.legal-alert a.legal-btn:hover{
  color:#fff !important;
  background:#e94560 !important;
  border-color:#e94560 !important;
}

.legal-kicker{
  margin:0 0 6px;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#e94560;
}

.legal-cta-panel{
  margin:40px 0 8px;
  padding:28px 28px 24px;
  border-radius:16px;
  background:#fff6f7;
  border:1px solid #f3cfd5;
}
.legal-cta-panel h2{
  margin:0 0 8px;
  color:#1a1a2e;
}
.legal-cta-panel p{
  margin:0 0 18px;
  color:#4b5563;
}
.legal-cta-panel .legal-hero__actions{
  margin-top:0;
}
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn,
.singePageBox__richtext .legal-cta-panel a.legal-btn,
.legal-cta-panel a.legal-btn{
  text-decoration:none !important;
  font-weight:700;
}
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn--primary,
.singePageBox__richtext .legal-cta-panel a.legal-btn--primary,
.legal-cta-panel a.legal-btn--primary{
  color:#fff !important;
  background:#e94560 !important;
  border-color:#e94560 !important;
}
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn--primary:hover,
.singePageBox__richtext .legal-cta-panel a.legal-btn--primary:hover,
.legal-cta-panel a.legal-btn--primary:hover{
  color:#fff !important;
  background:#c73650 !important;
  border-color:#c73650 !important;
}
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn--outline,
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn--dark,
.singePageBox__richtext .legal-cta-panel a.legal-btn--outline,
.singePageBox__richtext .legal-cta-panel a.legal-btn--dark,
.legal-cta-panel a.legal-btn--outline,
.legal-cta-panel a.legal-btn--dark{
  color:#e94560 !important;
  background:#fff !important;
  border:1px solid #e94560 !important;
}
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn--outline:hover,
.singePageBox .box .htext .text .legal-cta-panel a.legal-btn--dark:hover,
.singePageBox__richtext .legal-cta-panel a.legal-btn--outline:hover,
.singePageBox__richtext .legal-cta-panel a.legal-btn--dark:hover,
.legal-cta-panel a.legal-btn--outline:hover,
.legal-cta-panel a.legal-btn--dark:hover{
  color:#fff !important;
  background:#c73650 !important;
  border-color:#c73650 !important;
}
.singePageBox .box .htext .text .legal-cta-panel a:not(.legal-btn),
.singePageBox__richtext .legal-cta-panel a:not(.legal-btn){
  color:#e94560;
  font-weight:700;
}

@media (max-width:767px){
  .legal-hero{
    margin-top:0;
    padding-top:80px;
    min-height:300px;
  }
  html.with-site-top-banner .legal-hero{
    margin-top:0;
    padding-top:calc(80px + var(--site-top-banner-offset, 0px));
  }
  .legal-hero__inner{padding:32px 0 24px;}
  .legal-hero__lead{font-size:15px;}
  .legal-hero--tall{min-height:360px;}
  .legal-hero--tall .legal-hero__inner{padding:40px 0 28px;}
  .legal-summary{grid-template-columns:1fr;}
  .legal-doc{font-size:15px;}
  .legal-doc > h2{font-size:22px;}
  .singePageBox.legal-page{padding:24px 0 48px;}
  .legal-split,
  .legal-split--flip{
    grid-template-columns:1fr;
    gap:16px;
  }
  .legal-split--flip .legal-split__media{order:0;}
  .legal-split__media img{height:220px;}
  .legal-steps{grid-template-columns:1fr 1fr;}
  .legal-cta-panel{padding:22px 16px 18px;}
}
