

@font-face{font-family:'Secular One';font-style:normal;font-weight:400;font-display:swap;
  src:url('../fonts/secular-one-400.woff2') format('woff2');}

:root{

  --typography-family-heading:'Secular One', 'Segoe UI', system-ui, -apple-system, sans-serif;
  --typography-weight-heading:400;
  --typography-heading-letter-spacing:0.01em;

  --color-sienna:#1873c2;
  --color-sienna-deep:#0f5495;
  --color-canadian-red:#45657e;

  --color-primary:#1873c2;
  --color-secondary:#0f5495;
  --color-tertiary:#45657e;
  --color-accent:#1873c2;
  --color-accent-hover:#0f5495;
  --color-link-text:#1873c2;
  --color-link-text-hover:#0f5495;

  --color-paper:#ffffff;
  --color-paper-tint:#f1f7fb;
  --color-paper-deep:#e2edf5;
  --color-rule:#c9dcea;
  --color-ink:#132330;
  --color-ink-soft:#4e6172;
}

body{background:#f4f9fc;}

html,*{scrollbar-width:thin;scrollbar-color:#1873c2 #e2edf5;}
::-webkit-scrollbar{width:12px;height:12px;}
::-webkit-scrollbar-track{background:#e2edf5;}
::-webkit-scrollbar-thumb{
  background:linear-gradient(#1873c2,#0f5495);
  border:3px solid #e2edf5;
  border-radius:8px;}
::-webkit-scrollbar-thumb:hover{background:linear-gradient(#0f5495,#0b3c6e);}
::-webkit-scrollbar-corner{background:#e2edf5;}

.block-cta-banner :is(h1,h2,h3){color:var(--color-on-primary);}

.cta-banner{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(rgba(255,255,255,0.85) 1.2px, transparent 1.8px),
    radial-gradient(rgba(255,255,255,0.5) 1px, transparent 1.5px),
    linear-gradient(180deg, #0b3c6e 0%, #0f5495 60%, #1873c2 100%);
  background-size:110px 130px, 170px 190px, 100% 100%;
  background-position:14px 22px, 72px 58px, 0 0;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), inset 0 -4px 14px rgba(0,0,0,.25);
  padding-bottom:4.5rem;
}
.cta-banner-fringe-top{display:none;}
.cta-banner-fringe-bottom{
  display:block;
  position:absolute;
  left:0; right:0; bottom:-1px;
  height:44px;
  background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22260%22%20height%3D%2244%22%20viewBox%3D%220%200%20260%2044%22%3E%3Cpath%20d%3D%22M0%2044%20L0%2026%20Q22%2014%2044%2022%20T92%2020%20T140%2026%20T192%2018%20T260%2024%20L260%2044%20Z%22%20fill%3D%22%23dcebf7%22%2F%3E%3Cpath%20d%3D%22M0%2044%20L0%2032%20Q30%2022%2060%2029%20T118%2028%20T176%2032%20T232%2027%20T260%2031%20L260%2044%20Z%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E") repeat-x bottom left / 260px 44px;
  pointer-events:none;
}

.cta-banner-heading,.cta-banner-description,.cta-banner-buttons{position:relative;z-index:1;}

.process-step+.process-step::before{content:none;display:none;visibility:hidden;}
