:root{
  --navy:#031d49;
  --navy-2:#062f68;
  --blue:#1d73f8;
  --blue-dark:#0a4fa3;
  --blue-light:#9fd5f8;
  --blue-pale:#eaf5fd;
  --ink:#0b2b5c;
  --muted:#5d6d83;
  --line:#dbe7f2;
  --surface:#ffffff;
  --surface-soft:#f6faff;
  --accent:#e3b66C;
  --green:#27ae60;
  --orange:#ff8765;
  --red:#de3031;
  --shadow:0 18px 55px rgba(4,31,73,.12);
  --shadow-soft:0 10px 30px rgba(4,31,73,.09);
  --radius:22px;
  --serif:Georgia,"Times New Roman",serif;
  --sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  --flow-navy: #062b63;
  --flow-blue: #0874f9;
  --flow-light-blue: #75bdff;
  --flow-border: #dce7f4;
  --flow-text: #405777;
  --flow-alert: #ff537e;
  --flow-alert-light: #fff1f5;
  --flow-success-light: #eef7ff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}

body {
  margin:0;
  color:var(--ink);
  background:#fff;
  font-family:var(--sans);
  line-height:1.6;-webkit-font-smoothing:antialiased
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}

b {
  font-weight: normal;
}

strong {
  font-weight: bolder;
}

button {
  background: none;
  border: none;
  font:inherit
}

.btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  border-radius: 50rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 50rem;
}

.btn-block {
    display: block;
    width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.strong { font-weight: bolder }

.container {width:min(1180px,calc(100% - 40px));margin-inline:auto}

.container-small {width:min(600px,calc(100% - 40px));margin-inline:auto}

.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:var(--ink);padding:.8rem 1rem;z-index:999}.skip-link:focus{left:1rem;top:1rem}
.site-header{position:absolute;inset:0 0 auto;z-index:20;color:#fff}


.bg-white {
  background-color: #fff;
}

.bg-light {
    background-color: #f0f7ff !important;
}

.light-blue {
  color: var(--blue-light);
  stroke: var(--blue-light);
}

.green {
  color: var(--green);
}

.text-center {
  text-align: center !important;
}

.nav-wrap{height:84px;display:flex;align-items:center;justify-content:space-between;gap:2rem}
.wordmark{font-weight:500;letter-spacing:-.045em;font-size:1.55rem;line-height:1}.wordmark span{color:#fff}.wordmark strong{color:var(--blue);font-weight:800}
.primary-nav{display:flex;align-items:center;gap:1.8rem;font-size:.91rem;font-weight:650}.primary-nav>a:not(.button){opacity:.9}.primary-nav>a:hover{opacity:1;color:var(--blue-light)}
.menu-toggle{display:none;background:#fff;border:0;border-radius:10px;padding:.55rem}.menu-toggle img{width:25px;height:25px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:48px;padding:.75rem 1.35rem;border:1px solid var(--blue);border-radius:999px;background:linear-gradient(135deg,var(--blue),#0960db);color:#fff;font-weight:750;box-shadow:0 8px 25px rgba(29,115,248,.25);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(29,115,248,.32)}.button-small{min-height:40px;padding:.55rem 1rem}

.button-ghost{background:transparent;border-color:rgba(255,255,255,.55);box-shadow:none}

.button-ghost-inverse{background:transparent;border-color:var(--blue-dark);box-shadow:none;color:var(--blue-dark);}

.button-outline{background:#fff;color:var(--blue);box-shadow:none}

.play{font-size:.7rem;border:1px solid currentColor;border-radius:50%;width:22px;height:22px;display:inline-grid;place-items:center;padding-left:1px}

.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 75% 22%,#0b4d91 0,transparent 35%),linear-gradient(125deg,#061c43 0%,#02265b 58%,#071a3b 100%);color:#fff;padding:135px 0 78px;min-height:710px}

.hero-pattern{position:absolute;width:270px;height:270px;right:3%;bottom:6%;opacity:.22;background-image:radial-gradient(var(--blue-light) 1.6px,transparent 1.6px);background-size:18px 18px;mask-image:linear-gradient(135deg,transparent,#000 45%,transparent)}

.hero-grid{display:grid;grid-template-columns:1.2fr 0.8fr;align-items:center;gap:2rem}

.hero-copy{position:relative;z-index:2}

.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:1.0rem;font-weight:700;color:var(--blue-light);margin:0 0 1rem}

.eyebrow.dark{color:var(--blue-dark)}

.eyebrow.accent{color:var(--accent)}

h1,h2{font-family:var(--serif);font-weight:500;line-height:1.25;letter-spacing:-.035em;margin:0}

h1{
  color: #fff;
  font-size: clamp(2.7rem, 4.7vw, 4.3rem)
}

h1 em{color:var(--blue-light);font-weight:500}

.ui-hero.hero-bg {
    background: radial-gradient(circle at 75% 22%, #0b4d91 0, transparent 35%), linear-gradient(125deg, #061c43 0%, #02265b 58%, #071a3b 100%);
}

.ui-hero h1 span.highlight {
    color: var(--blue-light);
    font-style: italic;
}

.ui-hero h2, .ui-hero h3 {
    color: #ffffff;
}

.hero-lede {
    font-size: 1.5rem;
    max-width: 570px;
    color: #e6eef9;
    margin: 1.5rem 0 0.5rem;
}


.button-row{display:flex;gap:.8rem;flex-wrap:wrap}.rating{display:flex;align-items:center;gap:1rem;margin-top:2rem;color:#dce8f8;font-size:.95rem}.stars{color:var(--blue-light);font-size:1.1rem;letter-spacing:.12em}
.hero-visual{position:relative;min-height:520px}

.portrait{position:absolute;overflow:hidden;border-radius:50%;border:3px solid var(--blue-light);box-shadow:var(--shadow)}

.portrait img{width:100%;height:100%;object-fit:cover}

.portrait-large{width:385px;height:385px;left:0%;top:5%;}

.portrait-large img {  object-position:right }

.portrait-small{width:225px;height:225px;right:10%;top:50%}

.portrait-smallest{width:155px;height:155px;right:0;top:0%}

.phone-frame{position:absolute;right:1%;top:0;width:285px;height:570px;padding:12px 10px;background:#090d13;border:3px solid #363b43;border-radius:42px;box-shadow:0 24px 70px rgba(0,0,0,.4);overflow:hidden}.phone-frame>img{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:31px;background:#fff}.phone-speaker{position:absolute;z-index:3;top:14px;left:50%;transform:translateX(-50%);width:92px;height:24px;border-radius:0 0 15px 15px;background:#05070a}.heart-badge{position:absolute;z-index:5;left:36%;top:44%;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;background:var(--blue-light);color:white;font-size:1.5rem;border:5px solid var(--navy);box-shadow:var(--shadow-soft)}

.trust-strip{background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 25px rgba(4,31,73,.06)}

.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}

.trust-item{display:flex;align-items:center;gap:.8rem;padding:0 1rem;border-right:1px solid var(--line)}

.trust-item:last-child{border:0}

.trust-item img, .channel-item img{width:33px;height:33px;flex:none}
 
.trust-item p{margin:0;font-size:1rem;line-height:1.35}

.trust-item strong,.trust-item span{display:block}

.trust-item span{color:var(--muted);margin-top:.15rem}

.channel-grid{display:grid;grid-template-columns:repeat(2,1fr);padding:5px 0}

.channel-item{font-weight:700;display:flex;align-items:center;gap:.8rem;padding:1rem}

.channel-item img {
  display: inline-block;
}

.section{padding:95px 0}

.section-heading{margin-bottom:2.3rem}

.section-heading.centered{text-align:center;max-width:1000px;margin:0 auto 2.5rem}
.section-heading h2,.section-copy h2{font-size:clamp(2.15rem,4vw,3.55rem)}
.section-heading p,.section-copy p{color:var(--muted)}
.section-heading>p:last-child{font-size:1.02rem}

.split-grid{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:5rem;
    align-items:center
}

.split-grid-inverse{
    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:5rem;
    align-items:center
}

.badge-grid{
    display:grid;
    grid-template-columns:.82fr 1.18fr;
    gap:1rem;
    align-items:center
}
    
.empathy{background:linear-gradient(110deg,#f3f9ff 0,#fff 65%)}

.section-copy p{font-size:1.15rem}

.feature-photo{width:100%;height:390px;object-fit:cover;border-radius:var(--radius);box-shadow:var(--shadow)}.text-link{display:inline-flex;gap:.6rem;color:var(--blue);font-weight:800;margin-top:.5rem}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.step-card{position:relative;background:#fff;border:1px solid #e5edf5;border-radius:18px;padding:2rem 1.5rem 1.7rem;text-align:center;box-shadow:var(--shadow-soft)}.step-card:not(:last-child)::after{content:"›";position:absolute;right:-.95rem;top:48%;transform:translateY(-50%);color:var(--blue);font-size:2rem;font-weight:400}.step-card img{width:43px;height:43px;margin:0 auto 1.1rem}.step-card h3{margin:.2rem 0 .55rem;font-size:1.05rem}.step-card p{margin:0;color:var(--muted);font-size:.9rem}.step-number{position:absolute;top:14px;left:14px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff;font-size:.8rem;font-weight:800}

.how-flow {
  padding: 5rem 1.5rem;
  background: #fff;
  color: var(--flow-navy);
}

.how-flow__header {
  max-width: 900px;
  margin: 0 auto 2.75rem;
  text-align: center;
}

.how-flow__eyebrow {
  margin: 0 0 0.75rem;
  color: #0054ad;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.how-flow__header h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.25rem);
  font-weight: 500;
  line-height: 1.05;
}

.how-flow__header > p:last-child {
  margin: 1rem auto 0;
  color: var(--flow-navy);
  font-size: 1.1rem;
}

/* Desktop diagram */

.flow-grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1fr)
    44px
    minmax(0, 1fr)
    44px
    minmax(0, 1fr)
    110px
    minmax(0, 1fr);
  grid-template-rows: auto 90px;
  align-items: center;
  max-width: 1450px;
  margin: 0 auto;
}

.flow-card {
  position: relative;
  min-height: 225px;
  padding: 2.25rem 1.5rem 1.6rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--flow-border);
  border-radius: 20px;
  box-shadow: 0 14px 32px rgb(6 43 99 / 8%);
}

.flow-card--1 {
  grid-column: 1;
  grid-row: 1;
}

.flow-card--2 {
  grid-column: 3;
  grid-row: 1;
}

.flow-card--3 {
  grid-column: 5;
  grid-row: 1;
  border-color: var(--flow-light-blue);
}

.flow-card--4 {
  grid-column: 7;
  grid-row: 1;
  border-color: #ffc6d4;
}

.flow-card__number {
  position: absolute;
  top: 14px;
  left: 14px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  font-weight: 800;
  background: #0758aa;
  border-radius: 50%;
}

.flow-card__icon {
  min-height: 54px;
  margin-bottom: 0.75rem;
  color: var(--flow-blue);
}

.flow-card__icon img {
  margin: 0 auto;
  width: 50px;
  height: 50px;
}

.flow-card h3 {
  margin: 0 0 0.75rem;
  color: #00469d;
  font-size: 1.05rem;
}

.flow-card p {
  margin: 0;
  color: var(--flow-text);
  line-height: 1.55;
}

/* Horizontal arrows */

.flow-arrow {
  display: grid;
  place-items: center;
  color: var(--flow-blue);
  font-size: 2.25rem;
  font-weight: 300;
}

.flow-arrow::before {
  content: "›";
}

.flow-arrow--12 {
  grid-column: 2;
  grid-row: 1;
}

.flow-arrow--23 {
  grid-column: 4;
  grid-row: 1;
}

/* No-check-in branch */

.flow-missed {
  align-items: center;
  /*grid-column: 6;
  grid-row: 1;
  display: flex;
  gap: 8px;*/
  color: var(--flow-alert);
  font-weight: 700;
  text-align: center;
}

.flow-missed::after {
  content: "→";
  font-size: 2rem;
}

/* Successful check-in loop */

.flow-loop {
  position: relative;
  grid-column: 3 / 6;
  grid-row: 2;
  align-self: start;
  width: 70%;
  height: 66px;
  margin: 0 auto;
  color: #0866cb;
  border-right: 2px dashed #0866cb;
  border-bottom: 2px dashed #0866cb;
  border-left: 2px dashed #0866cb;
  border-radius: 0 0 34px 34px;
}

.flow-loop::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -7px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #0866cb;
  border-left: 3px solid #0866cb;
  transform: rotate(45deg);
}

.flow-loop span {
  position: absolute;
  bottom: 10px;
  left: 50%;
  padding: 0 0.75rem;
  white-space: nowrap;
  background: #fff;
  transform: translateX(-50%);
  font-weight: 700;
}

/* Hidden on desktop */

.mobile-outcomes {
  display: none;
}

/* CTA */

.flow-report-button {
  display: table;
  margin: 2rem auto 0;
  padding: 0.9rem 1.7rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff4e92, #ff8068);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgb(255 83 126 / 20%);
}

/* Mobile layout */

@media (max-width: 900px) {
  .how-flow {
    padding: 3.5rem 1rem;
  }

  .how-flow__header {
    margin-bottom: 2rem;
  }

  .flow-grid {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    gap: 0;
  }

  .flow-card {
    width: 100%;
    min-height: 0;
    padding: 2.1rem 1.4rem 1.5rem;
  }

  .flow-arrow {
    width: 100%;
    height: 52px;
    font-size: 2rem;
  }

  .flow-arrow::before {
    content: "↓";
  }

  .flow-card--1 {
    order: 1;
  }

  .flow-arrow--12 {
    order: 2;
  }

  .flow-card--2 {
    order: 3;
  }

  .flow-arrow--23 {
    order: 4;
  }

  .flow-card--3 {
    order: 5;
  }

  .mobile-outcomes {
    order: 6;
    display: grid;
    width: 100%;
    gap: 0.75rem;
    margin: 1rem 0;
  }

  .mobile-outcome {
    padding: 1rem 1.1rem;
    border: 1px solid;
    border-radius: 14px;
  }

  .mobile-outcome strong {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: var(--flow-navy);
  }

  .mobile-outcome strong span {
    display: grid;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    place-items: center;
    color: #fff;
    border-radius: 50%;
  }

  .mobile-outcome p {
    margin: 0.45rem 0 0 2.6rem;
    color: var(--flow-text);
    line-height: 1.45;
  }

  .mobile-outcome--success {
    background: var(--flow-success-light);
    border-color: var(--flow-light-blue);
  }

  .mobile-outcome--success strong span {
    background: #0874d8;
  }

  .mobile-outcome--missed {
    position: relative;
    margin-bottom: 52px;
    background: var(--flow-alert-light);
    border-color: #ffc6d4;
  }

  .mobile-outcome--missed strong span {
    background: var(--flow-alert);
  }

  .mobile-outcome--missed::after {
    content: "↓";
    position: absolute;
    bottom: -45px;
    left: 50%;
    color: var(--flow-alert);
    font-size: 2rem;
    transform: translateX(-50%);
  }

  .flow-card--4 {
    order: 7;
    border-color: #ffc6d4;
  }

  .flow-loop,
  .flow-missed {
    display: none;
  }

  .flow-report-button {
    margin-top: 1.75rem;
    text-align: center;
  }
}


.awareness, .trust{padding:70px 0;background:linear-gradient(120deg,#061d48,#073b78);color:#fff}

.inverse p{color:#c7d8ee}

.awareness-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}

.trust-section-grid{display:grid;grid-template-columns:1fr;}

.awareness-grid article, .trust-section-grid article{display:flex;gap:1.25rem;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.07);padding:1.4rem 1.5rem;border-radius:15px}

.awareness-grid img, .trust-section-grid img{width:58px;height:58px;flex:none}

.awareness-grid h3{margin:0 0 .2rem;color:var(--blue-light)}

.awareness-grid p{margin:0;color:#e4edf9;font-size:.9rem}

.choose{padding:65px 0;background:#fff}

.choose .section-heading{margin-bottom:1.8rem}

.choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}

.choose-grid>div{display:flex;gap:.75rem;align-items:flex-start;padding-right:1.2rem;border-right:1px solid var(--line)}.choose-grid>div:last-child{border:0}
.choose-grid img{width:25px;height:25px}
.choose-grid p{margin:0;font-size:1rem}
.choose-grid strong,.choose-grid span{display:block}
.choose-grid span{color:var(--muted);margin-top:.2rem}

.citation {
  background: #ffffff;
  padding-bottom: 64px;
}

.citation-panel {
  display:grid;
  grid-template-columns:330px 1fr;
  align-items:center;
  gap:3rem;
  min-height:300px;
  padding:28px;
  background:var(--blue-pale);
  border: 1px solid var(--blue-light);
  color:#fff;
  border-radius:24px;
  box-shadow:var(--shadow)
}

.citation-panel>img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 16px;
}

.citation-panel h2{font-family: var(--sans); text-transform:uppercase;letter-spacing:.14em;font-size:1.0rem;font-weight:700;color:var(--blue-dark);margin:0 0 1rem}

.citation-panel h2 img  {
  display: inline-block;
  width: 24px;
}

.citation-panel p {
  font-size: 1.1rem;
}

.citation-panel p img {
  display: inline-block;
  width: 12px;
}

.citation-panel hr {
  border-color: var(--blue-dark);
}

.citation-panel p {
  color: #222;
}

.citation-panel p a {
  color: var(--blue);
  font-weight: 700;
}

.stories{background:var(--surface-soft)}

.story-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}

.story-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}

.story-card{position:relative;background:#fff;border:1px solid #e4edf6;border-radius:18px;overflow:hidden;box-shadow:var(--shadow-soft);padding-bottom:1.3rem}

.story-card>img{width:100%;height:185px;object-fit:cover}.story-card h3,.story-card p{margin-left:1.25rem;margin-right:1.25rem}.story-card h3{margin-top:1.35rem;margin-bottom:.35rem}.story-card p{font-size:.9rem;color:var(--muted);margin-top:0}.story-icon{position:absolute;top:158px;left:1.15rem;width:49px;height:49px;background:#fff;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;box-shadow:var(--shadow-soft)}.story-icon img{width:27px;height:27px}

.faq-section{background:#fff}.faq-layout{display:grid;grid-template-columns:1fr .9fr;gap:4.5rem;align-items:center}.accordion{border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-item h3{margin:0}.faq-item button{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;border:0;background:transparent;color:var(--ink);font-weight:750;padding:1.05rem .2rem;cursor:pointer}.faq-item button img{width:22px;height:22px;transition:transform .2s}.faq-item button[aria-expanded="true"] img{transform:rotate(180deg)}.faq-answer{padding:0 .2rem 1.15rem;color:var(--muted)}.faq-answer p{margin:0}.support-card{position:relative;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.support-card>img{width:100%;height:390px;object-fit:cover}.support-card>div{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);width:75%;display:flex;align-items:center;gap:.8rem;background:#fff;padding:1rem 1.2rem;border-radius:14px;box-shadow:var(--shadow-soft)}.support-card>div img{width:40px;height:40px}

.support-card p{margin:0}.support-card strong,.support-card span{display:block}

.support-card span{color:var(--muted);font-size:1rem}

.testimonials{padding:70px 0;background:#fff}

.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}

.pricing{background:linear-gradient(#f8fbff,#fff)}

.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.15rem;align-items:stretch}

.coverage-grid {display:grid;grid-template-columns:repeat(2,1fr);gap:1.15rem;align-items:stretch; margin-top: 25px;}

.price-card, 
.testimonial-card,
.coverage-card {position:relative;background:#fff;border:1px solid #e0e9f3;border-radius:18px;padding:2rem 1.35rem 1.45rem;box-shadow:var(--shadow-soft);display:flex;flex-direction:column}

.coverage-card img {
  margin: 0 auto;
  width: 50px;
}

.price-card.featured{border:2px solid var(--blue);transform:translateY(-10px)}

.popular{position:absolute;top:-15px;left:50%;transform:translateX(-50%);background:var(--blue-light);color:var(--navy);font-weight:850;font-size:.75rem;padding:.3rem .8rem;border-radius:999px;white-space:nowrap}

.price-card h3,
.coverage-card h3 {text-align:center;margin:0;color:var(--blue-dark)}

.price{text-align:center;margin:.55rem 0 0;font-size:3.2rem;line-height:1;color:var(--blue-dark);font-weight:800}.price>span{font-size:1.25rem;vertical-align:top}

.price small{font-size:1rem;font-weight:700}

.plan-note{text-align:center;color:var(--muted);font-size:1rem;min-height:42px}

.price-card ul{list-style:none;padding:0;margin:1.15rem 0 1.6rem;display:grid;gap:.65rem;font-size:.88rem}

.price-card li{font-size:1.1rem;position:relative;padding-left:1.4rem}

.price-card li::before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}.price-card .button{margin-top:auto;border-radius:10px}

.testimonial-card .rating {
  margin: 0;
}

.testimonial-card .rating .stars {
  color: var(--blue);
}

.testimonial-card span {
  display: block;
}

.cancel-note{display:flex;justify-content:center;align-items:center;gap:.5rem;margin:2rem 0 0;color:var(--muted);font-size:1rem}
.cancel-note img{width:23px;height:23px}

.final-cta{padding:25px 0 80px;background:#fff}

.cta-panel{
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:330px 1fr;
  align-items:center;
  gap:3rem;
  min-height:300px;
  padding:28px;
  background:linear-gradient(120deg,#061e4b,#062d67);
  color:#fff;
  border-radius:24px;
  box-shadow:var(--shadow)
}

.cta-panel>img{width:100%;height:245px;object-fit:cover;border-radius:16px}

.cta-panel h2{font-size:clamp(2rem,4vw,3.4rem)}

.cta-panel p{color:#d7e4f4;max-width:580px}

.heart-line{position:absolute;right:28px;bottom:-8px;font-size:9rem;line-height:1;color:var(--blue-light);opacity:.35;transform:rotate(15deg)}

.site-footer{background:#031a40;color:#d4dfed;padding:60px 0 24px}
.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:3rem}

.footer-wordmark{display:inline-block}

.footer-wordmark img {max-width: 148px;}
.footer-grid h2{font-family:var(--sans);font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;color:#fff}
.footer-grid a:not(.wordmark){display:block;color:#b9c9dd;margin:.45rem 0;font-size:.88rem}.footer-grid p{color:#9fb2c9;font-size:.88rem}.footer-bottom{margin-top:3rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;font-size:.78rem;color:#90a6bf}

@media (max-width:1050px){
  .hero{padding-bottom:40px}
  .hero-grid { grid-template-columns: 1.2fr .8fr; gap:0rem }
  .hero-copy{max-width:680px}
  .hero-visual{min-height:560px}
  .portrait-large{height:345px; width: 345px; left:0%}
  .portrait-small{right:0%}
  .portrait-smallest{width:155px;height:155px;right:0;top:0%}
  .phone-frame{right:9%}
  .trust-grid{grid-template-columns:repeat(2,1fr);gap:1rem}
  .trust-item{border:0; margin:10px}
  .split-grid{gap:2.5rem}

  .steps,.story-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}
  
  .step-card:nth-child(2)::after{display:none}.choose-grid{grid-template-columns:repeat(2,1fr)}.choose-grid>div{border:0}.footer-grid{grid-template-columns:2fr 1fr 1fr}.footer-grid>div:last-child{grid-column:2}
}

@media (max-width:990px){
  .hero-grid { grid-template-columns: 1.1fr .9fr; gap:2rem }
  .portrait-large {
      width: 285px;
      height: 285px;
      left: 0%;
      top: 5%;
  }
  .portrait-small { right:0% }
  .portrait-smallest{width:155px;height:155px;right:0;top:0%}
  .awareness-grid{grid-template-columns:1fr}
}

@media (max-width:850px){
  .testimonials-grid{grid-template-columns:1fr}
  .story-grid-3{grid-template-columns:repeat(2,1fr);gap:1.4rem}
}

@media (max-width:760px){
  .container{width:min(100% - 28px,680px)}
  .site-header{position:absolute}
  .nav-wrap{height:72px}
  .menu-toggle{display:block}.primary-nav{position:absolute;top:68px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;gap:0;background:#fff;color:var(--ink);padding:1rem;border-radius:16px;box-shadow:var(--shadow)}.primary-nav.open{display:flex}.primary-nav>a{padding:.8rem}.primary-nav .button{margin-top:.5rem}.hero{padding-top:110px;min-height:auto}.hero-grid{display:block}.hero-copy{text-align:center}.hero-lede{margin-inline:auto}.button-row,.rating{justify-content:center}
  
  h1{font-size:clamp(2.5rem,10vw,4.2rem); text-align:center}
  
  .hero-visual{min-height:490px;margin-top:2.3rem}
  
  .portrait-large{width:375px;height:375px;left:10%;top:10px}
  
  .portrait-small{width:215px;height:215px;right:20%;top:220px}

  .portrait-smallest{width:155px;height:155px;right:15%;top:0px}
  
  .phone-frame{width:230px;height:460px;right:0}.heart-badge{left:35%;top:42%;width:45px;height:45px}
  
  .trust-grid{grid-template-columns:1fr 1fr;padding:20px 0}
  
  .section{padding:70px 0}
  
  .split-grid,.split-grid-inverse,.faq-layout,.citation-panel,.cta-panel{grid-template-columns:1fr}
  
  .split-grid{gap:2rem}.feature-photo{height:300px}
  
  .steps,.story-grid,.pricing-grid,.awareness-grid,.choose-grid{grid-template-columns:1fr,1fr}
  
  .step-card::after{display:none!important}
  
  .awareness-grid article{align-items:flex-start}
  
  .story-card>img{height:220px}.faq-layout{gap:2.5rem}.support-card>img{height:300px}.price-card.featured{transform:none}.cta-panel{gap:1.6rem}.cta-panel>img{height:260px}.heart-line{font-size:6rem}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.footer-grid>div:last-child{grid-column:auto}.footer-bottom{gap:1rem;flex-direction:column}.wordmark{font-size:1.35rem}
}

@media (max-width:600px){
  .story-grid, .story-grid-3{grid-template-columns:1fr}
}

@media (max-width:500px){
  .pricing-grid{grid-template-columns:1fr}
}

@media (max-width:450px){
  .hero-visual{min-height:430px}
  
  .portrait-large{width:325px;height:325px;left:4%;top:10px}
  
  .portrait-small{width:195px;height:195px;right:4%;top:220px}

  .portrait-smallest{width:155px;height:155px;right:0;top:0%}
  
  .phone-frame{width:195px;height:390px}.heart-badge{display:none}

  .trust-grid, .choose-grid, .badge-grid{grid-template-columns:1fr}
  
  .price-card{padding-inline:1.15rem}

  .footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:auto}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.faq-item button img{transition:none}}



.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.ui-gradient-blue {
    background: -moz-linear-gradient(45deg, #1173FB 0%, #0246A3 100%);
    background: linear-gradient(45deg, #1173FB 0%, #0246A3 100%);
}

.ui-gradient-animator, 
.ui-gradient-blue, 
.ui-card.ui-gradient-blue {
  color: #FFF !important; /*color: rgba(255, 255, 255, 1);*/
}

.btn.ui-gradient-blue {
  color: #FFF;
}

.pt-0, .section.pt-0 {
  padding-top: 0;
}

.mb-2, .section .section-heading.mb-2 {
  margin-bottom: 2rem;
}

.mb-4, .section .section-heading.mb-4 {
  margin-bottom: 4rem;
}

.mb-1, .section .section-heading .heading.mb-1 {
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

[data-vertical_center="true"] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn {
  font-family: var(--sans);
  display: inline-block;
  font-size: .9rem;
  padding: .6rem 1.5rem;
  text-transform: uppercase;
  letter-spacing: .03rem;
}

.btn.btn-sm, .btn-group-sm > .btn {
  font-size: .9rem;
  padding: .35rem 1rem;
}

.ui-hero {
  position: relative;
}

.ui-hero .container {
  padding-top: 20px;
  position: relative;
  z-index: 2;
}

.ui-hero img {
  display: block;
}

@media (max-width: 739px) {
  .ui-hero img {
    margin-left: auto;
    margin-right: auto;
  }
}

.ui-hero.hero-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.75;
}

.ui-hero[class^="hero-svg-layer-"]::before, .ui-hero[class*=" hero-svg-layer-"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
}

.ui-hero.ui-curve {
  padding: 6rem 0 2rem 0;
}

.ui-hero.ui-curve::after {
  display: block;
  content: '';
  height: 100%;
  background: url(../img/svg-layers/curve-layer.svg) bottom no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -3px;
  left: -1px;
  right: -1px;
  z-index: 1;
}


/***  Form styles ***/

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #708198;
  background-color: #edeff2;
  background-clip: padding-box;
  border: 0 solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: #708198;
  background-color: #edeff2;
  border-color: white;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(128, 137, 255, 0.25);
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.15rem + 0);
}

select.form-control:focus::-ms-value {
  color: #708198;
  background-color: #edeff2;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.4;
  background-color: transparent;
  border: solid transparent;
  border-width: 0 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 0);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 0);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #8e9bae;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.help-block.form-error {
    margin-top: .25rem;
    font-size: .875rem;
    color: #fe60a1;
}

.help-block.form-success {
    background-color: rgba(132, 206, 101, 0.25);
    color: #008C1D;
    font-weight: 600;
    text-align: center;
    padding: .55rem 1rem;
    border-radius: .25rem;
    margin-bottom: 1rem;
    display: block;
}



.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


table th {
  font-family: var(--sans);
}

table td {
  font-size: 0.85rem;
}

table td img {
  margin: 0 auto;
  width: 28px;
}

dt {
  color: #0048AB;
  font-family: var(--sans);
  font-size: 1.35rem;
}

dd {
  border-bottom: 1px solid #DDD;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* ==========================================================
   SOLOwise NAVIGATION
   ========================================================== */

.navbar,
.navbar * {
	box-sizing: border-box;
}


.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	font-family: var(--sans);
	background: #fff;
	box-shadow:
		0 5px 10px rgba(0, 9, 128, 0.035),
		0 7px 18px rgba(0, 9, 128, 0.05);
	z-index: 9;
}


/* Main navbar row */
.navbar > .container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 60px;
}


/* ==========================================================
   LOGO
   ========================================================== */

.navbar-brand {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin: 0;
	padding: 0;
}


.navbar-brand img {
	display: block;
	width: auto;
	height: 40px;
}


/* ==========================================================
   PRIMARY NAVIGATION
   ========================================================== */

.navbar .ui-navigation {
	flex: 1;
}


.navbar .navbar-nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
}


.navbar .navbar-nav > li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}


/* Standard top-level links */
.navbar .navbar-nav > li > a,
.navbar .nav-link-group > a {
	display: flex;
	align-items: center;
	height: 60px;
	padding: 0 16px;
	color: #414c5a;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease-out;
}


.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .nav-link-group > a:hover,
.navbar .nav-link-group > a:focus {
	color: #1173FB;
}


.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li.active .nav-link-group > a {
	color: #1173FB;
}


/* ==========================================================
   HOW IT WORKS / SUBMENU PARENT
   ========================================================== */

.navbar .has-submenu {
	position: relative;
}


.navbar .nav-link-group {
	display: flex;
	align-items: center;
	height: 60px;
}


/*
 * Leave less right padding on the link because the
 * disclosure button immediately follows it.
 */
.navbar .nav-link-group > a {
	padding-right: 4px;
}


/* Submenu disclosure button */
.nav-submenu-toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}


/* Down chevron */
.nav-submenu-toggle > span {
	display: block;
	width: 7px;
	height: 7px;
	border-right: 2px solid #414c5a;
	border-bottom: 2px solid #414c5a;
	transform: rotate(45deg) translateY(-2px);
	transition:
		transform 0.2s ease-out,
		border-color 0.2s ease-out;
}


.nav-submenu-toggle:hover > span,
.nav-submenu-toggle:focus > span {
	border-color: #1173FB;
}


.nav-submenu-toggle:focus-visible {
	outline: 2px solid #1173FB;
	outline-offset: 2px;
	border-radius: 3px;
}


/* ==========================================================
   DESKTOP SUBMENU
   ========================================================== */

.nav-submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 215px;
	margin: 0;
	padding: .55rem 0;
	list-style: none;
	background: #fff;
	border-radius: 6px;
	box-shadow:
		0 7px 15px rgba(0, 9, 128, 0.05),
		0 12px 28px rgba(0, 9, 128, 0.075);

	opacity: 0;
	visibility: hidden;
	pointer-events: none;

	transform: translate(-50%, -5px);

	transition:
		opacity 0.18s ease-out,
		transform 0.18s ease-out,
		visibility 0s linear 0.18s;

	z-index: 10;
}


.nav-submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}


.nav-submenu a {
	display: block;
	padding: .55rem 1rem;
	color: #414c5a;
	font-size: .9rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	transition:
		color 0.18s ease-out,
		background-color 0.18s ease-out;
}


.nav-submenu a:hover,
.nav-submenu a:focus {
	color: #1173FB;
	background-color: rgba(56, 58, 73, 0.05);
}


/*
 * Desktop submenu can open by hover, keyboard focus,
 * or explicit button activation.
 */
.has-submenu:hover > .nav-submenu,
.has-submenu.submenu-open > .nav-submenu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);

	transition:
		opacity 0.18s ease-out,
		transform 0.18s ease-out,
		visibility 0s;
}


.has-submenu.submenu-open .nav-submenu-toggle > span {
	transform: rotate(225deg) translate(-2px, -2px);
}


/* ==========================================================
   GET STARTED BUTTON
   ========================================================== */

.navbar > .container > .btn {
	flex-shrink: 0;
	margin-left: 1.5rem;
}


/* ==========================================================
   MOBILE NAV TOGGLE
   ========================================================== */

.ui-mobile-nav-toggle {
	display: none;
	position: relative;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin: 0 0 0 1.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}


/*
 * One HTML span creates all three hamburger lines.
 */
.ui-mobile-nav-toggle > span,
.ui-mobile-nav-toggle > span::before,
.ui-mobile-nav-toggle > span::after {
	position: absolute;
	/*left: 8px;*/
	display: block;
	width: 24px;
	height: 3px;
	background: #414c5a;
	border-radius: 4px;
	content: "";
	transition:
		transform 0.25s ease-out,
		top 0.25s ease-out,
		opacity 0.2s ease-out,
		background-color 0.2s ease-out;
}

.ui-mobile-nav-toggle > span {
	left: 8px;
}

.ui-mobile-nav-toggle > span::before,
.ui-mobile-nav-toggle > span::after {
	left: 0;
}


.ui-mobile-nav-toggle > span {
	top: 18px;
}


.ui-mobile-nav-toggle > span::before {
	top: -7px;
}


.ui-mobile-nav-toggle > span::after {
	top: 7px;
}


.ui-mobile-nav-toggle:focus-visible {
	outline: 2px solid #1173FB;
	outline-offset: 2px;
	border-radius: 3px;
}


/* Hamburger -> X */
.navbar.mobile-nav-open .ui-mobile-nav-toggle > span {
	background: transparent;
}


.navbar.mobile-nav-open .ui-mobile-nav-toggle > span::before {
	top: 0;
	transform: rotate(45deg);
}


.navbar.mobile-nav-open .ui-mobile-nav-toggle > span::after {
	top: 0;
	transform: rotate(-45deg);
}


/* ==========================================================
   MOBILE / TABLET
   ========================================================== */

@media (max-width: 991px) {

	.navbar > .container {
		min-height: 60px;
    padding-top: 8px;
	}


	.navbar-brand {
		margin-right: auto;
	}


	.navbar-brand img {
		height: 40px;
	}


	.navbar > .container > .btn {
		margin-left: 1rem;
	}


	.ui-mobile-nav-toggle {
		display: block;
		margin-left: 1.5rem;
	}


	/*
	 * Navigation occupies its own row.
	 *
	 * grid-template-rows provides the slide-open animation
	 * without JS measuring element heights.
	 */
	.navbar .ui-navigation {
		order: 10;
		flex: 0 0 100%;
		width: 100%;

		display: grid;
		grid-template-rows: 0fr;

		padding-top: 0;
		padding-bottom: 0;

		border-top: 1px solid transparent;

		transition:
			grid-template-rows 0.3s ease-out,
			padding 0.3s ease-out,
			border-color 0.3s ease-out;
	}


	.navbar.mobile-nav-open .ui-navigation {
		grid-template-rows: 1fr;
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
		border-top-color: rgba(0, 0, 0, 0.05);
	}


	/*
	 * The UL is the grid child that collapses to zero height.
	 */
	.navbar .navbar-nav {
		min-height: 0;
		overflow: hidden;

		flex-direction: column;
		width: 100%;
		text-align: center;
	}


	.navbar .navbar-nav > li {
		width: 100%;

		opacity: 0;
		transform: translateY(-4px);

		transition:
			opacity 0.25s ease-out,
			transform 0.25s ease-out;
	}


	.navbar.mobile-nav-open .navbar-nav > li {
		opacity: 1;
		transform: translateY(0);
	}


	.navbar .navbar-nav > li > a,
	.navbar .nav-link-group > a {
		justify-content: center;
		height: auto;
		padding: 0 10px;
		font-size: 1rem;
		line-height: 2;
	}


	.navbar .nav-link-group {
		justify-content: center;
		width: 100%;
		height: auto;
	}


	.navbar .nav-link-group > a {
		padding-right: 4px;
	}


	.nav-submenu-toggle {
		width: 28px;
		height: 32px;
		margin-right: 0;
	}


	/*
	 * Submenu becomes part of the normal document flow
	 * rather than a floating desktop panel.
	 */
	.nav-submenu {
		position: static;
		min-width: 0;
		width: 100%;
		max-height: 0;
		margin: 0;
		padding: 0;

		background: #f6f7f8;
		border-radius: 0;
		box-shadow: none;

		opacity: 0;
		visibility: hidden;
		pointer-events: none;

		overflow: hidden;
		transform: none;

		transition:
			max-height 0.25s ease-out,
			opacity 0.2s ease-out,
			padding 0.25s ease-out,
			visibility 0s linear 0.25s;
	}


	/*
	 * On touch/mobile, opening is controlled only by
	 * the submenu state class, not :hover.
	 */
	.has-submenu:hover > .nav-submenu,
	.has-submenu:focus-within > .nav-submenu {
		max-height: 0;
		padding: 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}


	.has-submenu.submenu-open > .nav-submenu,
	.has-submenu.submenu-open:hover > .nav-submenu,
	.has-submenu.submenu-open:focus-within > .nav-submenu {
		max-height: 110px;
		padding: .3rem 0;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
    transform: none;

		transition:
			max-height 0.25s ease-out,
			opacity 0.2s ease-out,
			padding 0.25s ease-out,
			visibility 0s;
	}


	.nav-submenu a {
		padding: .25rem 1rem;
		font-size: .9rem;
		line-height: 1.7;
	}


	.has-submenu.submenu-open .nav-submenu-toggle > span {
		transform: rotate(225deg) translate(-2px, -2px);
	}
}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 739px) {

	.navbar-brand img {
		height: 36px;
	}

	.navbar > .container > .btn {
		margin-left: .75rem;
	}

	.ui-mobile-nav-toggle {
		margin-left: 1rem;
	}
}


@media (max-width: 481px) {

	.navbar > .container {
		min-height: 60px;
	}

	.navbar-brand img {
		height: 30px;
	}

	.ui-mobile-nav-toggle {
		width: 36px;
		height: 36px;
		margin-left: .75rem;
	}

	.ui-mobile-nav-toggle > span {
    left: 6px;
  }
}


/* ==========================================================
   REDUCED MOTION
   ========================================================== */

@media (prefers-reduced-motion: reduce) {

	.navbar .ui-navigation,
	.navbar .navbar-nav > li,
	.ui-mobile-nav-toggle > span,
	.ui-mobile-nav-toggle > span::before,
	.ui-mobile-nav-toggle > span::after,
	.nav-submenu,
	.nav-submenu-toggle > span {
		transition: none;
	}
}