/* Shared public navigation, matching the commerce page's dark header and lit CTA. */
@font-face { font-family:'Oasis Navigation'; font-style:normal; font-weight:400; font-display:swap; src:url('assets/fonts/oasis-navigation-poppins-400.woff2') format('woff2'); }
@font-face { font-family:'Oasis Navigation'; font-style:normal; font-weight:600; font-display:swap; src:url('assets/fonts/oasis-navigation-poppins-600.woff2') format('woff2'); }
@font-face { font-family:'Oasis Navigation'; font-style:normal; font-weight:700; font-display:swap; src:url('assets/fonts/oasis-navigation-poppins-700.woff2') format('woff2'); }
@font-face { font-family:'Oasis Navigation'; font-style:normal; font-weight:800; font-display:swap; src:url('assets/fonts/oasis-navigation-poppins-800.woff2') format('woff2'); }

.site-header[data-site-navigation],.site-header[data-site-navigation].is-scrolled {
  --header:82px; --text:#d6e7f7; --white:#f7fbff; --cyan:#168cff; --cyan-soft:#7fc4ff;
  --muted:#95b7d2; --line:#b2d9ef24; --line-strong:#4a9dff94;
  position:fixed; inset:0 0 auto; z-index:100; height:var(--header);
  border-bottom:1px solid #c5e5ff18; background:#03070ddd; box-shadow:none;
  backdrop-filter:blur(18px); color:var(--white);
  font-family:'Oasis Navigation','Segoe UI',sans-serif;
}
.site-header[data-site-navigation] .nav {
  width:min(calc(100% - 64px),1800px); height:100%; min-height:0;
  margin-inline:auto; padding-inline:clamp(32px,2.4vw,48px); gap:32px;
}
.site-header[data-site-navigation] .brand {
  width:222px; min-width:0; flex:0 0 auto; animation:none; transform:none; filter:none;
  opacity:1; will-change:auto;
}
.site-header[data-site-navigation] .brand__logo { width:100%; height:auto; }
.site-header[data-site-navigation] .nav__menu { gap:26px; font-size:12px; }
.site-header[data-site-navigation] .nav__menu > ul { gap:24px; }
.site-header[data-site-navigation] .nav__menu .nav__nonprofit { display:block; }
.site-header[data-site-navigation] .nav__menu > ul > li > a,
.site-header[data-site-navigation] .nav__dropdown-toggle,
.site-header[data-site-navigation] .nav__client-link {
  font-family:inherit; font-size:12px; font-weight:650; line-height:1.5;
  letter-spacing:.06em; white-space:nowrap; min-height:44px;
}
.site-header[data-site-navigation] .nav__client-link { display:inline-flex; align-items:center; font-weight:800; color:#7fc4ff; }
.site-header[data-site-navigation] .nav__menu a:hover { color:#fff; }
.site-header[data-site-navigation] :focus-visible { outline:2px solid #8ce8fc; outline-offset:5px; }
.site-header[data-site-navigation] .nav__conversation {
  position:relative; overflow:hidden; display:inline-grid; place-items:center;
  min-height:44px; padding:0 20px; border:0; border-radius:12px;
  color:#fff; font:650 11px/1.5 'Oasis Navigation','Segoe UI',sans-serif;
  letter-spacing:.06em; white-space:nowrap; text-decoration:none;
  background:linear-gradient(to top,#9ad9ec 1px,#89dff0 2px,#79e0f1 3px,#61daef 4px,#3ec8e4 5px,#14a8c6 6px,#0596b3 7px,#038aa8 8px,#047796 9px,#006180 10px,#025066 12px,#0a4f5e 13px,#04465a 14px,#073746 16px,#0a2a37 18px,#0d212e 20px,#0f1824 24px,#0a121e 30px,#0a111d 34px,#0a111d 100%);
  box-shadow:inset 0 3px 3px -2px #b4e4ff1a,inset 1px 0 #ffffff17,inset -1px 0 #ffffff17,0 1px #98daea61,1px 0 #98daea2b,-1px 0 #98daea2b,0 0 8px #3cbeeb1a,0 2px 5px -3px #5adcff73;
  transition:translate .2s,filter .2s;
}
.site-header[data-site-navigation] .nav__conversation::before { content:''; position:absolute; left:22%; right:38%; top:1px; height:2px; filter:blur(.55px); background:linear-gradient(90deg,transparent,#a0f0ffbd,transparent); }
.site-header[data-site-navigation] .nav__conversation::after { content:''; position:absolute; inset:0; border-radius:inherit; pointer-events:none; background:linear-gradient(90deg,#c8f5ffb3,transparent 13px),linear-gradient(270deg,#c8f5ffb3,transparent 13px); mask:linear-gradient(to top,#000 0,#000 6px,#0006 12px,#00000026 18px,#00000017 24px,#00000005 30px,#00000005 100%); }
.site-header[data-site-navigation] .nav__conversation span { position:relative; z-index:1; text-shadow:0 1px 2px #00141e80; }
.site-header[data-site-navigation] .nav__conversation:hover { translate:0 -2px; filter:brightness(1.12); }
.site-header[data-site-navigation] .nav__conversation:active { translate:0 0; }
.site-header[data-site-navigation] .nav__dropdown-panel { max-height:calc(100dvh - 110px); overflow-y:auto; }
.np-page #our-first-partner,.np-page #apply { scroll-margin-top:100px; }

@media (min-width:801px) and (max-width:1199px) {
  .site-header[data-site-navigation] .nav { width:100%; padding-inline:24px; gap:20px; }
  .site-header[data-site-navigation] .brand { width:190px; }
  .site-header[data-site-navigation] .nav__menu,.site-header[data-site-navigation] .nav__menu > ul { gap:16px; }
}
@media (min-width:801px) and (max-width:1099px) {
  .site-header[data-site-navigation] .nav { padding-inline:20px; gap:12px; }
  .site-header[data-site-navigation] .brand { width:160px; }
  .site-header[data-site-navigation] .nav__menu,.site-header[data-site-navigation] .nav__menu > ul { gap:10px; }
  .site-header[data-site-navigation] .nav__menu > ul > li > a,
  .site-header[data-site-navigation] .nav__dropdown-toggle,
  .site-header[data-site-navigation] .nav__client-link { font-size:10px; letter-spacing:.025em; }
  .site-header[data-site-navigation] .nav__conversation { font-size:10px; padding-inline:14px; letter-spacing:.025em; }
}
@media (max-width:800px) {
  .site-header[data-site-navigation],.site-header[data-site-navigation].is-scrolled { --header:74px; }
  .site-header[data-site-navigation] .nav { width:100%; padding-inline:20px; gap:12px; }
  .site-header[data-site-navigation] .brand { width:min(190px,calc(100vw - 108px)); }
  .site-header[data-site-navigation] .nav__toggle { flex:0 0 44px; width:44px; height:44px; border-color:#4a9dff94; }
  .site-header[data-site-navigation] .nav__menu {
    gap:20px; padding:20px; max-height:calc(100dvh - 74px); overflow-y:auto;
    overscroll-behavior:contain; background:#050d17; border-bottom-color:#c5e5ff18;
    scrollbar-width:thin; scrollbar-color:#3275a8 #050d17;
  }
  .site-header[data-site-navigation] .nav__menu > ul { gap:12px; }
  .site-header[data-site-navigation] .nav__menu > ul > li > a,
  .site-header[data-site-navigation] .nav__dropdown-toggle,
  .site-header[data-site-navigation] .nav__client-link { font-size:13px; }
  .site-header[data-site-navigation] .nav__dropdown-toggle { padding:0; }
  .site-header[data-site-navigation] .nav__dropdown-panel { max-height:0; overflow:hidden; }
  .site-header[data-site-navigation] .nav__dropdown.is-open .nav__dropdown-panel { max-height:56vh; overflow-y:auto; }
  .site-header[data-site-navigation] .nav__conversation { width:100%; min-height:48px; font-size:12px; }
  .np-page #our-first-partner,.np-page #apply { scroll-margin-top:92px; }
}
@media (prefers-reduced-motion:reduce) {
  .site-header[data-site-navigation] .nav__conversation { transition:none; }
  .site-header[data-site-navigation] .nav__conversation:hover { translate:none; }
}

/* Poppins font license, supplied by Google Fonts.
Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins)

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
https://openfontlicense.org


-----------------------------------------------------------
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
-----------------------------------------------------------

PREAMBLE
The goals of the Open Font License (OFL) are to stimulate worldwide
development of collaborative font projects, to support the font creation
efforts of academic and linguistic communities, and to provide a free and
open framework in which fonts may be shared and improved in partnership
with others.

The OFL allows the licensed fonts to be used, studied, modified and
redistributed freely as long as they are not sold by themselves. The
fonts, including any derivative works, can be bundled, embedded, 
redistributed and/or sold with any software provided that any reserved
names are not used by derivative works. The fonts and derivatives,
however, cannot be released under any other type of license. The
requirement for fonts to remain under this license does not apply
to any document created using the fonts or their derivatives.

DEFINITIONS
"Font Software" refers to the set of files released by the Copyright
Holder(s) under this license and clearly marked as such. This may
include source files, build scripts and documentation.

"Reserved Font Name" refers to any names specified as such after the
copyright statement(s).

"Original Version" refers to the collection of Font Software components as
distributed by the Copyright Holder(s).

"Modified Version" refers to any derivative made by adding to, deleting,
or substituting -- in part or in whole -- any of the components of the
Original Version, by changing formats or by porting the Font Software to a
new environment.

"Author" refers to any designer, engineer, programmer, technical
writer or other person who contributed to the Font Software.

PERMISSION & CONDITIONS
Permission is hereby granted, free of charge, to any person obtaining
a copy of the Font Software, to use, study, copy, merge, embed, modify,
redistribute, and sell modified and unmodified copies of the Font
Software, subject to the following conditions:

1) Neither the Font Software nor any of its individual components,
in Original or Modified Versions, may be sold by itself.

2) Original or Modified Versions of the Font Software may be bundled,
redistributed and/or sold with any software, provided that each copy
contains the above copyright notice and this license. These can be
included either as stand-alone text files, human-readable headers or
in the appropriate machine-readable metadata fields within text or
binary files as long as those fields can be easily viewed by the user.

3) No Modified Version of the Font Software may use the Reserved Font
Name(s) unless explicit written permission is granted by the corresponding
Copyright Holder. This restriction only applies to the primary font name as
presented to the users.

4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
Software shall not be used to promote, endorse or advertise any
Modified Version, except to acknowledge the contribution(s) of the
Copyright Holder(s) and the Author(s) or with their explicit written
permission.

5) The Font Software, modified or unmodified, in part or in whole,
must be distributed entirely under this license, and must not be
distributed under any other license. The requirement for fonts to
remain under this license does not apply to any document created
using the Font Software.

TERMINATION
This license becomes null and void if any of the above conditions are
not met.

DISCLAIMER
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
OTHER DEALINGS IN THE FONT SOFTWARE.

*/
