/*!
Theme Name: HFPG
Theme URI: https://hfpg.org
Description: A custom WordPress theme from the team at Great Believer.
Version: 1.0.0
Author: Great Believer
Author URI: https://greatbeliever.us
*/
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #ffffff;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes skeleton {
  0% {
    background-color: hsl(40, 100%, 98%);
  }
  100% {
    background-color: hsl(32, 39%, 90%);
  }
}

@keyframes skeleton {
  0% {
    background-color: hsl(40, 100%, 98%);
  }
  100% {
    background-color: hsl(32, 39%, 90%);
  }
}
/**
 * Mixin for clearfix
 * @include clearfix;
*/
/**
 *
 * PX to REM font size conversion
 * Usage: @include mx.font(800, 24, 42, 'courier');
 * Returns: font: 800 1.5rem/1.75 "courier";
 *
 */
/**
 * @font-face mixin 
 * Bulletproof font-face via Font Squirrel
 * @include mx.fontface('family', 'assets/fonts/', 'myfontname', 'italic', 900);
 */
/**
 * IMAGE RETINA
 * @include image-2x(/img/image.png, 100%, auto);
 */
/**
 * MIXIN: Responsive Media Queries
 * USAGE:
	@include r(240)  {}
	@include r(320)  {}
	@include r(480)  {}
	@include r(768)  {}
	@include r(1024) {}
	@include r(1140) {}
	@include r(1280) {}
*/
/**
 * Mixin for color theme classes
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
}

h1 {
  font: 700 2.6666666667rem/1.2916666667 "bennet-display", "Georgia", "Times New Roman", serif;
}

h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
}

h3 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
}

h4 {
  font: 600 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
}

h5 {
  font: 600 1.2222222222rem/1.3636363636 "bennet-display", "Georgia", "Times New Roman", serif;
}

h6 {
  font: 600 1rem/1.4444444444 "bennet-display", "Georgia", "Times New Roman", serif;
}

p:not(:empty) {
  margin-bottom: 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}

a.read-more {
  font: 700 0.8888888889rem/1.4375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
a.read-more:hover {
  text-decoration: underline;
}

hr {
  margin: 1rem 0;
  display: block;
}

blockquote {
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: 2px solid;
}

ul,
ol {
  margin-left: 0.5rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
ul li::marker,
ol li::marker {
  color: inherit;
}
ul.ns,
ol.ns {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

a .external-link-icon {
  margin-left: 6px;
  position: relative;
  bottom: 1px;
}

:root {
  font-size: 18px;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-family: "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #000a59;
}

body {
  --header-height: 114px;
  --top: 0.001rem;
}

body.admin-bar {
  --top: 32px;
  --header-height: 146px;
}
@media (max-width: 782px) {
  body.admin-bar {
    --top: 46px;
  }
}

* {
  scroll-margin-top: calc(var(--top) + 2rem);
}
@media (max-width: 768px) {
  * {
    scroll-margin-top: calc(var(--top) + 225px);
  }
}

.hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

@media (max-width: 992px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .show-mobile {
    display: block !important;
  }
  .show-mobile.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .hide-mobile-lg {
    display: none !important;
  }
}

.show-mobile-lg {
  display: none !important;
}
@media (max-width: 1200px) {
  .show-mobile-lg {
    display: block !important;
  }
  .show-mobile-lg.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .hide-mobile-sm {
    display: none !important;
  }
}

.show-mobile-sm {
  display: none !important;
}
@media (max-width: 768px) {
  .show-mobile-sm {
    display: block !important;
  }
  .show-mobile-sm.flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.visually-hidden:not(:focus):not(:active) {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  position: absolute;
  white-space: nowrap;
}

.image-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlighted {
  margin-left: 1.3rem;
}
.highlighted .line {
  background-color: #ffbb00;
  display: inline-block !important;
  -webkit-box-shadow: 2.8rem 0 #ffbb00, -1.3rem 0 #ffbb00, -1.3rem 1.2rem 0 #ffbb00, 2.8rem 1.2rem 0 #ffbb00;
          box-shadow: 2.8rem 0 #ffbb00, -1.3rem 0 #ffbb00, -1.3rem 1.2rem 0 #ffbb00, 2.8rem 1.2rem 0 #ffbb00;
}
.highlighted .line:first-child {
  padding-top: 1.1rem;
}
@media (max-width: 768px) {
  .highlighted {
    margin-left: 1rem;
  }
  .highlighted .line {
    -webkit-box-shadow: 1.3rem 0 #ffbb00, -0.65rem 0 #ffbb00, -0.65rem 0.6rem 0 #ffbb00, 1.3rem 0.6rem 0 #ffbb00;
            box-shadow: 1.3rem 0 #ffbb00, -0.65rem 0 #ffbb00, -0.65rem 0.6rem 0 #ffbb00, 1.3rem 0.6rem 0 #ffbb00;
  }
}
.highlighted.blue {
  color: #ffffff;
}
.highlighted.blue .line {
  background-color: #0070f3;
  display: inline-block !important;
  -webkit-box-shadow: 2.8rem 0 #0070f3, -1.3rem 0 #0070f3, -1.3rem 1.2rem 0 #0070f3, 2.8rem 1.2rem 0 #0070f3;
          box-shadow: 2.8rem 0 #0070f3, -1.3rem 0 #0070f3, -1.3rem 1.2rem 0 #0070f3, 2.8rem 1.2rem 0 #0070f3;
}
@media (max-width: 768px) {
  .highlighted.blue {
    margin-left: 0.5rem;
  }
  .highlighted.blue .line {
    -webkit-box-shadow: 1.3rem 0 #0070f3, -0.65rem 0 #0070f3, -0.65rem 0.6rem 0 #0070f3, 1.3rem 0.6rem 0 #0070f3;
            box-shadow: 1.3rem 0 #0070f3, -0.65rem 0 #0070f3, -0.65rem 0.6rem 0 #0070f3, 1.3rem 0.6rem 0 #0070f3;
  }
}
.highlighted.skyBlue2 {
  color: #000a59;
}
.highlighted.skyBlue2 .line {
  background-color: #bddcff;
  display: inline-block !important;
  -webkit-box-shadow: 2.8rem 0 #bddcff, -1.3rem 0 #bddcff, -1.3rem 1.2rem 0 #bddcff, 2.8rem 1.2rem 0 #bddcff;
          box-shadow: 2.8rem 0 #bddcff, -1.3rem 0 #bddcff, -1.3rem 1.2rem 0 #bddcff, 2.8rem 1.2rem 0 #bddcff;
}
@media (max-width: 768px) {
  .highlighted.skyBlue2 {
    margin-left: 0.5rem;
  }
  .highlighted.skyBlue2 .line {
    -webkit-box-shadow: 1.3rem 0 #bddcff, -0.65rem 0 #bddcff, -0.65rem 0.6rem 0 #bddcff, 1.3rem 0.6rem 0 #bddcff;
            box-shadow: 1.3rem 0 #bddcff, -0.65rem 0 #bddcff, -0.65rem 0.6rem 0 #bddcff, 1.3rem 0.6rem 0 #bddcff;
  }
}
.highlighted.sm {
  margin-left: 0;
}
.highlighted.sm .line {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0.2rem 0.5rem;
}

.kicker {
  font: 800 0.7222222222rem/1.3076923077 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: inline-block;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  padding: 14px 26px;
}

.curve-top {
  --radius: 300vw;
  clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  margin-top: -2vw;
}

.draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.draggable.scrollbar-active {
  cursor: none;
}
@media (max-width: 992px) {
  .draggable.scrollbar-active {
    cursor: default;
  }
}

.drag-cursor {
  font: 800 0.8333333333rem/1 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  opacity: 0;
  position: fixed;
  left: 0;
  pointer-events: none;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media (max-width: 992px) {
  .drag-cursor {
    display: none;
  }
}
.drag-cursor .cursor-inner {
  background-color: #ffbb00;
  color: #000a59;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
}

.clickable-card {
  position: relative;
}
.clickable-card a:before,
.clickable-card button:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.clickable-card .selectable {
  position: relative;
  z-index: 2;
}

.site-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  z-index: 400;
}

header.main-header {
  position: relative;
  z-index: 500;
  background-color: #ffffff;
  padding: 0 0 1rem;
}
@media (max-width: 1200px) {
  header.main-header {
    padding: 1rem 0;
  }
}
header.main-header .nav-backdrop {
  display: none;
  position: fixed;
  top: var(--header-height);
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  z-index: 501;
}
header.main-header .header-inner.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  header.main-header .header-inner.flex {
    gap: 2rem;
  }
}
header.main-header a.header-logo {
  margin-left: -0.5rem;
  max-width: 300px;
}
@media (min-width: 1201px) and (max-width: 1280px) {
  header.main-header a.header-logo {
    max-width: 200px;
  }
}
header.main-header a.header-logo svg {
  width: 100%;
  height: auto;
}
header.main-header button.menu-icon {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  background-color: #000a59;
  width: 70px;
  height: 70px;
}
header.main-header button.menu-icon > div {
  height: 3px;
  width: 29px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 1200px) {
  header.main-header button.menu-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header.main-header button.menu-icon[aria-expanded=true] {
  background-color: #0070f3;
}
header.main-header button.menu-icon[aria-expanded=true] > div:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
header.main-header button.menu-icon[aria-expanded=true] > div:nth-child(2) {
  opacity: 0;
}
header.main-header button.menu-icon[aria-expanded=true] > div:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
header.main-header .nav-wrapper {
  background-color: #ffffff;
}
@media (max-width: 1200px) {
  header.main-header .nav-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 510;
  }
}

nav.secondary-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0.65rem 0 0;
}
@media (max-width: 1200px) {
  nav.secondary-nav {
    background-color: rgba(0, 112, 243, 0.1);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 23px 1rem;
  }
}
nav.secondary-nav button {
  font: 500 0.7777777778rem/1.5 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
  padding: 0;
  margin: 0;
  color: #000a59;
  display: none;
}
@media (min-width: 1201px) {
  nav.secondary-nav button {
    display: inline-block;
  }
  nav.secondary-nav button::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000a59;
    position: absolute;
    left: -0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
nav.secondary-nav button:hover, nav.secondary-nav button:focus {
  color: #0070f3;
  text-decoration: underline;
}
nav.secondary-nav ul.secondary-navigation {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1201px) {
  nav.secondary-nav ul.secondary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 28px;
  }
}
@media (max-width: 1200px) {
  nav.secondary-nav ul.secondary-navigation {
    max-width: 500px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
nav.secondary-nav ul.secondary-navigation > li {
  position: relative;
}
@media (min-width: 1201px) {
  nav.secondary-nav ul.secondary-navigation > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000a59;
    position: absolute;
    left: -14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
nav.secondary-nav ul.secondary-navigation > li:first-child::before {
  content: none;
  display: none;
}
nav.secondary-nav ul.secondary-navigation > li > a,
nav.secondary-nav ul.secondary-navigation > li > span,
nav.secondary-nav ul.secondary-navigation > li > button {
  font: 500 0.8333333333rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  color: #000a59;
}
@media (max-width: 1200px) {
  nav.secondary-nav ul.secondary-navigation > li > a,
  nav.secondary-nav ul.secondary-navigation > li > span,
  nav.secondary-nav ul.secondary-navigation > li > button {
    text-align: left;
  }
}
nav.secondary-nav ul.secondary-navigation > li > a:hover, nav.secondary-nav ul.secondary-navigation > li > a:focus,
nav.secondary-nav ul.secondary-navigation > li > span:hover,
nav.secondary-nav ul.secondary-navigation > li > span:focus,
nav.secondary-nav ul.secondary-navigation > li > button:hover,
nav.secondary-nav ul.secondary-navigation > li > button:focus {
  color: #0070f3;
  text-decoration: underline;
}

nav.header-nav ul.primary-navigation {
  margin: 0;
  padding: 1rem 0 0;
  list-style: none;
}
@media (min-width: 1201px) {
  nav.header-nav ul.primary-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1280px) {
  nav.header-nav ul.primary-navigation {
    gap: 0.5rem;
  }
}
@media (max-width: 1200px) {
  nav.header-nav ul.primary-navigation {
    padding: 0;
  }
}
nav.header-nav ul.primary-navigation > li {
  position: relative;
}
@media (min-width: 1201px) {
  nav.header-nav ul.primary-navigation > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #000a59;
    position: absolute;
    left: -0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1201px) and (max-width: 1280px) {
  nav.header-nav ul.primary-navigation > li::before {
    left: -0.25rem;
  }
}
nav.header-nav ul.primary-navigation > li:first-child::before, nav.header-nav ul.primary-navigation > li:has(> .btn)::before {
  content: none;
  display: none;
}
nav.header-nav ul.primary-navigation > li > a,
nav.header-nav ul.primary-navigation > li span,
nav.header-nav ul.primary-navigation > li button {
  font: 800 1rem/1.5 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 6px 12px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000a59;
}
nav.header-nav ul.primary-navigation > li > a.btn,
nav.header-nav ul.primary-navigation > li span.btn,
nav.header-nav ul.primary-navigation > li button.btn {
  font: 800 0.8333333333rem/1 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  padding: 12px 17px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 1200px) {
  nav.header-nav ul.primary-navigation > li > a.btn,
  nav.header-nav ul.primary-navigation > li span.btn,
  nav.header-nav ul.primary-navigation > li button.btn {
    margin: 1rem;
  }
}
@media (min-width: 1201px) and (max-width: 1280px) {
  nav.header-nav ul.primary-navigation > li > a,
  nav.header-nav ul.primary-navigation > li span,
  nav.header-nav ul.primary-navigation > li button {
    font: 800 0.8333333333rem/1.4666666667 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
@media (max-width: 1200px) {
  nav.header-nav ul.primary-navigation > li > a,
  nav.header-nav ul.primary-navigation > li span,
  nav.header-nav ul.primary-navigation > li button {
    font: 800 1.3333333333rem/1.5 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  nav.header-nav ul.primary-navigation > li > a:not(.btn),
  nav.header-nav ul.primary-navigation > li span:not(.btn),
  nav.header-nav ul.primary-navigation > li button:not(.btn) {
    padding: 0.75rem 1rem;
    width: 100%;
    text-align: left;
  }
  nav.header-nav ul.primary-navigation > li > a:not(.btn)::after,
  nav.header-nav ul.primary-navigation > li span:not(.btn)::after,
  nav.header-nav ul.primary-navigation > li button:not(.btn)::after {
    content: url("/wp-content/themes/hfpg/assets/svg/down-caret.svg");
    position: absolute;
    right: 1rem;
    top: 0.75rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.header-nav ul.primary-navigation > li > a:not(.btn)[aria-expanded=true]::after,
  nav.header-nav ul.primary-navigation > li span:not(.btn)[aria-expanded=true]::after,
  nav.header-nav ul.primary-navigation > li button:not(.btn)[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
nav.header-nav ul.primary-navigation > li > a:hover, nav.header-nav ul.primary-navigation > li > a[aria-expanded=true],
nav.header-nav ul.primary-navigation > li span:hover,
nav.header-nav ul.primary-navigation > li span[aria-expanded=true],
nav.header-nav ul.primary-navigation > li button:hover,
nav.header-nav ul.primary-navigation > li button[aria-expanded=true] {
  color: #000a59;
  background-color: #ffbb00;
}
nav.header-nav ul.primary-navigation > li > a:focus, nav.header-nav ul.primary-navigation > li > a:hover,
nav.header-nav ul.primary-navigation > li span:focus,
nav.header-nav ul.primary-navigation > li span:hover,
nav.header-nav ul.primary-navigation > li button:focus,
nav.header-nav ul.primary-navigation > li button:hover {
  text-decoration: underline;
}
nav.header-nav ul.primary-navigation > li > a > svg,
nav.header-nav ul.primary-navigation > li span > svg,
nav.header-nav ul.primary-navigation > li button > svg {
  -webkit-transition: rotate 0.3s;
  transition: rotate 0.3s;
  margin-left: 0.25rem;
}
nav.header-nav ul.primary-navigation > li > a[aria-expanded=true] > svg,
nav.header-nav ul.primary-navigation > li span[aria-expanded=true] > svg,
nav.header-nav ul.primary-navigation > li button[aria-expanded=true] > svg {
  rotate: 180deg;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0.5rem 1rem;
  background: #ffffff;
  z-index: 502;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu.expanded {
  display: block;
}
@media (min-width: 1201px) {
  nav.header-nav ul.primary-navigation > li > ul.sub-menu {
    position: absolute;
    top: calc(100% + 1rem + 9px);
    min-width: 280px;
    padding: 30px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
            box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
  }
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li {
  margin-bottom: 1rem;
}
@media (max-width: 1200px) {
  nav.header-nav ul.primary-navigation > li > ul.sub-menu > li {
    margin-bottom: 0.5rem;
  }
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li:last-child {
  margin-bottom: 0;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > a,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > span,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > button {
  font: 600 0.8888888889rem/1 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  color: #000a59;
}
@media (max-width: 1200px) {
  nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > a,
  nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > span,
  nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > button {
    font: 600 0.8888888889rem/1.4375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    text-align: left;
    color: #000000;
  }
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > a:hover, nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > a:focus,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > span:hover,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > span:focus,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > button:hover,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > button:focus {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffbb00;
          text-decoration-color: #ffbb00;
  text-decoration-thickness: 2px;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul {
  margin: 0.5rem 0 0;
  padding: 0;
  padding-left: 0.5rem;
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li a,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li button {
  font: 400 0.8333333333rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
@media (max-width: 1200px) {
  nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li a,
  nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li button {
    font: 400 0.8888888889rem/2 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #000000;
  }
}
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li a:hover, nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li a:focus,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li button:hover,
nav.header-nav ul.primary-navigation > li > ul.sub-menu > li > ul li button:focus {
  text-decoration: underline;
  -webkit-text-decoration-color: #ffbb00;
          text-decoration-color: #ffbb00;
  text-decoration-thickness: 2px;
}
nav.header-nav ul.primary-navigation > li.submenu-opened > ul.sub-menu {
  display: block;
}
@media (min-width: 1201px) {
  nav.header-nav ul.primary-navigation > li:last-child > ul.sub-menu {
    right: 0;
    left: auto;
  }
}

.main-footer {
  padding: 3rem 0 0;
}
@media (max-width: 768px) {
  .main-footer {
    padding: 1.5rem 0 0;
  }
}
.main-footer .footer-inner.flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5.5rem;
}
@media (max-width: 992px) {
  .main-footer .footer-inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
.main-footer .footer-left {
  width: 415px;
}
@media (min-width: 993px) and (max-width: 1400px) {
  .main-footer .footer-left {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .main-footer .footer-left {
    width: 100%;
  }
}
.main-footer .footer-logo {
  display: block;
  margin-bottom: 1.25rem;
}
.main-footer .footer-logo svg {
  max-width: 100%;
  height: auto;
}
@media (min-width: 993px) {
  .main-footer .footer-logo svg {
    margin-left: -2.5rem;
  }
}
.main-footer .logo-text {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-style: italic;
  color: #b2b5cd;
}
.main-footer .footer-nav-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.5rem;
}
@media (max-width: 1200px) {
  .main-footer .footer-nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .main-footer .footer-nav-wrapper {
    margin-top: 1.5rem;
  }
}
.main-footer .footer-nav-wrapper .footer-nav {
  width: 100%;
}
.main-footer .footer-nav-wrapper .footer-nav ul li a,
.main-footer .footer-nav-wrapper .footer-nav ul li button {
  font: 500 0.8888888889rem/1.25 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: inline-block;
  margin: 0.35rem 0;
  text-decoration: none;
  color: #f5f5f5;
}
.main-footer .footer-nav-wrapper .footer-nav ul li a:hover, .main-footer .footer-nav-wrapper .footer-nav ul li a:focus,
.main-footer .footer-nav-wrapper .footer-nav ul li button:hover,
.main-footer .footer-nav-wrapper .footer-nav ul li button:focus {
  text-decoration: underline;
}
.main-footer .socials {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1.666rem;
  margin-left: 1rem;
}
@media (max-width: 1200px) {
  .main-footer .socials {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 0;
    margin-left: 0;
    margin-top: 1rem;
    padding-top: 1rem;
    width: 100%;
  }
}
.main-footer .socials > h5 {
  font: 500 0.8888888889rem/1.5 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #f5f5f5;
  margin: 0 0 0.5rem;
}
.main-footer .socials ul.socials-list {
  gap: 8px;
  margin: 0 0 1.5rem;
}
.main-footer .socials ul.socials-list li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #000a59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.main-footer .socials ul.socials-list li a .external-link-icon {
  display: none;
}
.main-footer .socials ul.socials-list li a svg {
  width: 100%;
  height: 100%;
  max-height: 1.25rem;
  max-width: 1.25rem;
}
.main-footer .socials ul.socials-list li a:hover, .main-footer .socials ul.socials-list li a:focus {
  background-color: #ffbb00;
}
.main-footer .socials .footer-link a {
  font: 500 0.8888888889rem/1.25 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  color: #f5f5f5;
  display: inline-block;
  margin: 0.35rem 0;
}
.main-footer .socials .footer-link a:hover, .main-footer .socials .footer-link a:focus {
  text-decoration: underline;
}
.main-footer .footer-right {
  position: relative;
  background-color: #ffbb00;
  color: #000a59;
  border-radius: 10px;
  overflow: hidden;
  padding: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 760px;
          flex: 1 1 760px;
  margin: 1rem 0 0;
}
@media (max-width: 992px) {
  .main-footer .footer-right {
    width: 100%;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1.5rem 1rem 0.5rem;
  }
}
.main-footer .footer-right::before {
  content: "";
  position: absolute;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(313deg, rgba(255, 187, 0, 0.6) -5.39%, rgba(255, 231, 167, 0.6) 78.91%);
}
@media (max-width: 992px) {
  .main-footer .footer-right::before {
    inset: 0 0 3rem 0;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}
.main-footer .footer-right .footer-form-heading {
  font: 750 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 0.5rem;
  position: relative;
}
.main-footer .footer-right .gform_wrapper {
  position: relative;
}
.main-footer .footer-right .gform_wrapper .gform-theme--foundation .gfield {
  --gf-local-bg-color: v.$navy;
}
.main-footer .footer-right .gform_wrapper .gform_description {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 2rem;
}
.main-footer .footer-right .gform_wrapper .gfield input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.main-footer .footer-lower {
  font: 400 0.7777777778rem/1.4285714286 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 2rem 0;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .main-footer .footer-lower {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-footer .footer-lower p {
  margin: 0;
}

aside.sidebar,
aside.news-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 336px;
          flex: 0 1 336px;
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  aside.sidebar,
  aside.news-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: sticky;
    top: var(--top);
    background-color: #ffffff;
    z-index: 100;
    width: calc(100% + 2rem);
    margin-left: -1rem;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
  }
  aside.sidebar:has(ul.anchor-nav),
  aside.news-sidebar:has(ul.anchor-nav) {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}
aside.sidebar .sidebar-inner,
aside.news-sidebar .sidebar-inner {
  position: sticky;
  top: calc(var(--top) + 2rem);
  padding-right: 2rem;
}
@media (max-width: 992px) {
  aside.sidebar .sidebar-inner:has(ul.anchor-nav),
  aside.news-sidebar .sidebar-inner:has(ul.anchor-nav) {
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #000a59;
    padding: 0.75rem 1rem;
    max-width: 700px;
  }
}
aside.sidebar ul.anchor-nav + .post-meta,
aside.news-sidebar ul.anchor-nav + .post-meta {
  margin-top: 2rem;
}
aside.sidebar ul.anchor-nav > h2,
aside.news-sidebar ul.anchor-nav > h2 {
  font: 750 1.2222222222rem/1.1818181818 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 992px) {
  aside.sidebar ul.anchor-nav > h2,
  aside.news-sidebar ul.anchor-nav > h2 {
    margin: 0;
  }
  aside.sidebar ul.anchor-nav > h2::after,
  aside.news-sidebar ul.anchor-nav > h2::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background-image: url("/wp-content/themes/hfpg/assets/svg/down-caret.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  aside.sidebar ul.anchor-nav > h2.expanded::after,
  aside.news-sidebar ul.anchor-nav > h2.expanded::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 992px) {
  aside.sidebar ul.anchor-nav li,
  aside.news-sidebar ul.anchor-nav li {
    display: none;
  }
  aside.sidebar ul.anchor-nav li:first-of-type,
  aside.news-sidebar ul.anchor-nav li:first-of-type {
    margin-top: 1rem;
  }
}
aside.sidebar ul.anchor-nav li a,
aside.news-sidebar ul.anchor-nav li a {
  font: 400 0.8888888889rem/2.125 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
aside.sidebar ul.anchor-nav li a:hover, aside.sidebar ul.anchor-nav li a:focus,
aside.news-sidebar ul.anchor-nav li a:hover,
aside.news-sidebar ul.anchor-nav li a:focus {
  text-decoration: underline;
  color: #0070f3;
}
aside.sidebar ul.anchor-nav li.active a,
aside.news-sidebar ul.anchor-nav li.active a {
  color: #0070f3;
}

.post-meta {
  font: 400 0.8888888889rem/1.625 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.post-meta strong {
  display: block;
}
.post-meta > div {
  margin-bottom: 1rem;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 2rem;
}
.container.lg {
  max-width: 1440px;
}
@media (max-width: 992px) {
  .container {
    padding: 0 1rem;
  }
}

.container-left {
  margin-left: 2rem;
}
@media (min-width: 1476px) {
  .container-left {
    margin-left: calc((100% - 1440px) / 2);
    padding-left: 2rem;
  }
  .container-left.lg {
    margin-left: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 992px) {
  .container-left {
    padding: 0 1rem;
    margin-left: 0;
  }
}

.container-right {
  margin-right: 2rem;
}
@media (min-width: 1369px) {
  .container-right {
    margin-right: calc((100% - 1333px) / 2);
    padding-right: 2vw;
  }
  .container-right.lg {
    margin-right: calc((100% - 1440px) / 2);
  }
}
@media (max-width: 992px) {
  .container-right {
    padding: 0 1rem;
    margin-right: 0;
  }
}

section {
  max-width: 100%;
  overflow-x: clip;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid {
  display: grid;
}
.grid.cols-auto {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.grid.cols-auto-sm {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.grid.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .grid.cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 992px) {
  .grid.cols-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid.cols-auto, .grid.cols-2, .grid.cols-3, .grid.cols-4 {
    grid-template-columns: 1fr;
  }
}
.grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1200px) {
  .grid.cols-5 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .grid.cols-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .grid.cols-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .grid.cols-5 {
    grid-template-columns: 1fr;
  }
}

.button,
.btn,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  font: 800 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  margin: 1rem 0;
  cursor: pointer;
  background-color: #000a59;
  color: #ffffff;
  border-radius: 100px;
  border: 2px solid #000a59;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.button:hover, .button:focus,
.btn:hover,
.btn:focus,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:focus {
  background-color: #ffbb00;
  border-color: #ffbb00;
  color: #000a59;
  text-decoration: underline;
}
.button.bg-white,
.btn.bg-white,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.bg-white {
  color: #000a59;
  border-color: #ffffff;
}
.button.bg-white:hover, .button.bg-white:focus,
.btn.bg-white:hover,
.btn.bg-white:focus,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.bg-white:hover,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.bg-white:focus {
  background-color: #0070f3;
  border-color: #0070f3;
  color: #ffffff;
}
.button.outline,
.btn.outline,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.outline {
  background-color: transparent;
  color: #000a59;
}
.button.outline:hover, .button.outline:focus,
.btn.outline:hover,
.btn.outline:focus,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.outline:hover,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.outline:focus {
  background-color: #000a59;
  border-color: #000a59;
  color: #ffffff;
  text-decoration: underline;
}
.button.outline-white,
.btn.outline-white,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.outline-white {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.button.outline-white:hover, .button.outline-white:focus,
.btn.outline-white:hover,
.btn.outline-white:focus,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.outline-white:hover,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button.outline-white:focus {
  background-color: #ffbb00;
  color: #000a59;
  text-decoration: underline;
  border-color: #ffbb00;
}

.secondary-btn {
  font: 700 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}

.gform_button,
.gform-button {
  font-size: 16px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.64px !important;
  padding: 12px 30px !important;
  display: inline-block !important;
  text-decoration: none !important;
  margin: 0 !important;
  cursor: pointer !important;
  border-radius: 100px !important;
  border: 2px solid #000a59 !important;
  -webkit-transition: background-color 0.3s, color 0.3s !important;
  transition: background-color 0.3s, color 0.3s !important;
}
.gform_button:hover, .gform_button:focus,
.gform-button:hover,
.gform-button:focus {
  background-color: #000a59 !important;
  color: #ffffff !important;
  text-decoration: underline !important;
}

button.play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #000a59;
}
button.play:hover {
  color: #0070f3;
  -webkit-transform: translate(-50%, -50%) scale(1.03);
          transform: translate(-50%, -50%) scale(1.03);
}

.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  width: auto;
}
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover, .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:focus {
  text-transform: uppercase !important;
  background-color: #ffbb00 !important;
  border-color: #ffbb00 !important;
}

dialog {
  background-color: transparent;
}
dialog .modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: transparent;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
dialog .modal .inner {
  gap: 0.5rem;
}
dialog .modal .modal-content iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border: none;
}
dialog .modal button.close {
  background-color: #000a59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 1.5rem;
  margin-left: auto;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
dialog .modal button.close:hover {
  background-color: #0070f3;
}
dialog.info-modal .modal > .container > .inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 2rem;
  background: linear-gradient(191deg, #fff 17.13%, #ffedbc 109.85%);
}
@media (max-width: 768px) {
  dialog.info-modal .modal > .container > .inner {
    padding-left: 1rem;
  }
}
dialog.info-modal .modal > .container > .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/themes/hfpg/assets/svg/modal-bg.svg");
  background-repeat: no-repeat;
  background-size: 27.5% auto;
  background-position: bottom left;
  pointer-events: none;
}
dialog.info-modal .modal button.close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
dialog.info-modal .modal .modal-content {
  padding-bottom: 1rem;
  max-height: 90svh;
  overflow-y: auto;
}
dialog.info-modal .modal .modal-content > .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 992px) {
  dialog.info-modal .modal .modal-content > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
dialog.info-modal .modal .modal-content .media {
  max-width: 350px;
  padding: 4rem 0 2rem;
}
@media (max-width: 992px) {
  dialog.info-modal .modal .modal-content .media {
    padding: 3rem 1rem 0 0;
  }
}
dialog.info-modal .modal .modal-content .media .image-cover {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  max-width: 100%;
}
@media (max-width: 992px) {
  dialog.info-modal .modal .modal-content .media .image-cover {
    aspect-ratio: 3/2;
  }
}
dialog.info-modal .modal .modal-content .copy {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 750px;
  margin: 3.5rem 0.25rem 1rem 0;
}
dialog.info-modal .modal .modal-content .copy .copy-inner {
  padding: 0;
}
@media (min-width: 769px) {
  dialog.info-modal .modal .modal-content .copy .copy-inner {
    max-height: 390px;
    overflow-y: auto;
  }
}
dialog.info-modal .modal .modal-content .copy .copy-inner > * {
  padding-right: 3rem;
}
@media (max-width: 992px) {
  dialog.info-modal .modal .modal-content .copy .copy-inner > * {
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  dialog.info-modal .modal .modal-content .copy .copy-inner > * {
    padding-right: 0;
  }
}
dialog.info-modal .modal .modal-content .copy .copy-inner::-webkit-scrollbar {
  width: 5px;
}
dialog.info-modal .modal .modal-content .copy .copy-inner::-webkit-scrollbar-track {
  background: #000a59;
  opacity: 1;
}
dialog.info-modal .modal .modal-content .copy .copy-inner::-webkit-scrollbar-thumb {
  background: #ffbb00;
}
dialog.info-modal .modal .modal-content .copy .copy-inner > h2 {
  font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  max-width: 615px;
}
dialog.info-modal .modal .modal-content .copy .copy-inner > div {
  max-width: 615px;
}
@media (max-width: 992px) {
  dialog.info-modal .modal .modal-content .copy {
    margin: 0;
    padding: 1rem 1rem 1rem 0;
    width: 99%;
  }
}
dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(3px);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(3px);
}

form#filter .taxonomy-filters {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.66rem;
}
@media (max-width: 992px) {
  form#filter .taxonomy-filters {
    width: 100%;
  }
}
@media (max-width: 768px) {
  form#filter .taxonomy-filters {
    background-color: #ffffff;
    border: 1px solid rgba(0, 10, 89, 0.5);
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 12px;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
}
form#filter .mobile-filters-toggle {
  font: 700 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 3px;
}
@media (max-width: 768px) {
  form#filter .mobile-filters-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
form#filter .mobile-filters-toggle.expanded svg line:last-child {
  opacity: 0;
}
form#filter .term-selector {
  position: relative;
}
@media (max-width: 768px) {
  form#filter .term-selector {
    width: 100%;
    border: 1px solid rgba(0, 10, 89, 0.5);
    border-radius: 5px;
    display: none;
  }
  form#filter .term-selector:last-child {
    margin-bottom: 12px;
  }
}
form#filter .term-selector > button {
  font: 700 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  form#filter .term-selector > button {
    padding: 12px 15px;
    width: 100%;
  }
}
form#filter .term-selector > button svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
form#filter .term-selector > button[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
form#filter .term-selector ul.terms-list {
  position: absolute;
  top: 2rem;
  z-index: 10;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem 0.75rem;
  min-width: 280px;
  max-height: 300px;
  overflow-y: auto;
  -webkit-box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
          box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
}
form#filter .term-selector ul.terms-list::-webkit-scrollbar {
  width: 5px;
}
form#filter .term-selector ul.terms-list::-webkit-scrollbar-track {
  background: #d8eaff;
  opacity: 1;
  border-radius: 5px;
}
form#filter .term-selector ul.terms-list::-webkit-scrollbar-thumb {
  background: #000a59;
  border-radius: 5px;
}
@media (max-width: 768px) {
  form#filter .term-selector ul.terms-list {
    position: relative;
    top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 12px 15px;
  }
}
form#filter .term-selector ul.terms-list li.term .term-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
form#filter .term-selector ul.terms-list li.term:last-child {
  margin-bottom: 0;
}
form#filter .term-selector ul.terms-list li.term input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  outline: 2px solid #000a59;
  border-radius: 3px;
  cursor: pointer;
}
form#filter .term-selector ul.terms-list li.term input[type=radio] {
  border-radius: 50%;
}
form#filter .term-selector ul.terms-list li.term input:checked {
  outline: 2px solid #000a59;
  border: 2px solid #ffffff;
  background-color: #ffbb00;
}
form#filter .term-selector ul.terms-list li.term label {
  font: 600 0.7777777778rem/1.4285714286 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
form#filter .term-selector ul.terms-list li.term label svg {
  width: 1.25rem;
  height: auto;
}
form#filter .term-selector ul.terms-list li.term > ul.child-terms {
  border-left: 2px solid #d8eaff;
  margin-left: 6px;
  padding-left: 0.75rem;
}
@media (max-width: 768px) {
  form#filter .taxonomy-filters.expanded .term-selector {
    display: block;
  }
}
form#filter .keyword-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  position: relative;
  padding: 0 0 0 1rem;
  border-left: 1px solid #000a59;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media (max-width: 992px) {
  form#filter .keyword-search {
    border-left: none;
    border-bottom: 2px solid #000a59;
    padding: 0 0 0.5rem;
  }
}
@media (max-width: 768px) {
  form#filter .keyword-search {
    border-bottom: 2px solid #000a59;
    padding: 0 0 0.5rem;
  }
}
form#filter .keyword-search label {
  font: 750 1rem/1.2222222222 "bennet-display", "Georgia", "Times New Roman", serif;
  font-style: italic;
  position: absolute;
  top: 3px;
  left: 1.5rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 992px) {
  form#filter .keyword-search label {
    left: 0;
  }
}
form#filter .keyword-search input {
  font: 750 1rem/1.2222222222 "bennet-display", "Georgia", "Times New Roman", serif;
  width: 100%;
  padding: 0 0.5rem;
}
form#filter .keyword-search input.in-focus + label {
  opacity: 0;
}
form#filter .keyword-search button.clear-search-text {
  display: none;
}
form#filter .keyword-search:has(.in-focus) button.search-submit {
  display: none;
}
form#filter .keyword-search:has(.in-focus) button.clear-search-text {
  display: block;
}
form#filter .filter-inner.flex {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #000a59;
  padding: 0 0 1rem;
  margin: 0 0 1rem;
}
form#filter .filter-inner.flex.no-taxonomies .keyword-search {
  border-left: 0;
}
@media (min-width: 993px) {
  form#filter .filter-inner.flex.no-taxonomies .keyword-search {
    padding: 0;
  }
}
form#filter .filter-inner.flex.no-taxonomies .keyword-search label {
  left: 0;
}
@media (max-width: 992px) {
  form#filter .filter-inner.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0.5rem;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    border-bottom: none;
  }
}
form#filter .filter-lower.flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  margin: 1rem 0 2rem;
}
form#filter .filter-lower.flex:has(ul:empty) {
  margin: 0;
}
@media (max-width: 768px) {
  form#filter .filter-lower.flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
form#filter .filter-lower.flex .selected-filters {
  font: 400 0.7777777778rem/1.2857142857 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
form#filter .filter-lower.flex .selected-filters li button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
}
form#filter .filter-lower.flex .selected-filters li button svg {
  height: 11px;
  width: auto;
}
form#filter .filter-lower.flex .selected-filters li button:hover, form#filter .filter-lower.flex .selected-filters li button:focus {
  text-decoration: underline;
}
form#filter .filter-lower.flex .perpage-group .inner.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}
form#filter .filter-lower.flex .perpage-group #per-page-label {
  font: 700 0.7777777778rem/1.2857142857 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-left: 6px;
}
form#filter .filter-lower.flex .perpage-group label {
  font: 800 0.6666666667rem/1 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000a59;
  cursor: pointer;
  padding: 2px 0 0;
}
form#filter .filter-lower.flex .perpage-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: -9999px;
}
form#filter .filter-lower.flex .perpage-group input:checked + label {
  background-color: #000a59;
  color: #ffffff;
}

.gform_wrapper {
  position: relative;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_fields {
    row-gap: 1.2rem !important;
  }
}
.gform_wrapper .gform_title {
  font: 750 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 0.5rem;
}
.gform_wrapper .gform_description {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 2rem;
}
.gform_wrapper .gfield_label.gform-field-label {
  font: 700 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.gform_wrapper .gfield input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media (min-width: 1201px) {
  .searchbar {
    display: none;
  }
}
.searchbar .searchbar-inner {
  width: 100%;
  padding: 0.5rem 0 0.25rem;
}
@media (min-width: 1201px) {
  .searchbar .searchbar-inner {
    padding: 3.5rem 0 0;
    background: linear-gradient(330deg, #8fc3ff -94.39%, #fff 63.04%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 510;
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.searchbar .close {
  background-color: #000a59;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .searchbar .close {
    display: none;
  }
}

.recommended-content-searchbar form,
.searchbar form {
  position: relative;
}
.recommended-content-searchbar form input[type=search],
.searchbar form input[type=search] {
  font: 700 2rem/1.1944444444 "bennet-display", "Georgia", "Times New Roman", serif;
  border-radius: 80px;
  background-color: #000a59;
  color: #ffffff;
  display: block;
  width: calc(100% - 4rem);
  height: 100px;
  padding: 0 2rem;
  min-height: 0;
}
@media (max-width: 1200px) {
  .recommended-content-searchbar form input[type=search],
  .searchbar form input[type=search] {
    font: 700 0.8888888889rem/1.1875 "bennet-display", "Georgia", "Times New Roman", serif;
    height: 52px;
    border-radius: 32px;
    padding: 0 1.5rem;
    width: calc(100% - 3rem);
  }
}
.recommended-content-searchbar form input[type=search] + label,
.searchbar form input[type=search] + label {
  font: 700 2rem/1.1944444444 "bennet-display", "Georgia", "Times New Roman", serif;
  color: #ffffff;
  position: absolute;
  top: 30px;
  left: 2rem;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .recommended-content-searchbar form input[type=search] + label,
  .searchbar form input[type=search] + label {
    font: 700 0.8888888889rem/1.1875 "bennet-display", "Georgia", "Times New Roman", serif;
    top: 17px;
    left: 1.5rem;
  }
}
.recommended-content-searchbar form input[type=search].in-focus + label,
.searchbar form input[type=search].in-focus + label {
  opacity: 0;
}
.recommended-content-searchbar form button.search,
.searchbar form button.search {
  position: absolute;
  top: 30px;
  right: 2rem;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .recommended-content-searchbar form button.search,
  .searchbar form button.search {
    top: 11px;
    right: 1rem;
  }
}
.recommended-content-searchbar form button.search svg,
.searchbar form button.search svg {
  width: 40px;
  height: auto;
}
@media (max-width: 1200px) {
  .recommended-content-searchbar form button.search svg,
  .searchbar form button.search svg {
    width: 22px;
  }
}
.recommended-content-searchbar .search-resources,
.searchbar .search-resources {
  background-image: url("/wp-content/themes/hfpg/assets/svg/search-arc.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 2.25rem 0 4.25rem;
  color: #000a59;
}
@media (max-width: 1200px) {
  .recommended-content-searchbar .search-resources,
  .searchbar .search-resources {
    display: none;
  }
}
.recommended-content-searchbar .search-resources .headline,
.searchbar .search-resources .headline {
  font: 700 1.3333333333rem/1.1666666667 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 0 2rem;
  margin: 0 0 1.5rem;
}
.recommended-content-searchbar .search-resources .search-resource-groups,
.searchbar .search-resources .search-resource-groups {
  padding: 0 2rem;
}
.recommended-content-searchbar .search-resources .search-resource-groups .group,
.searchbar .search-resources .search-resource-groups .group {
  width: 100%;
  border-left: 1px solid #000a59;
  padding-left: 2rem;
}
.recommended-content-searchbar .search-resources .search-resource-groups .group:first-of-type,
.searchbar .search-resources .search-resource-groups .group:first-of-type {
  border-left: none;
  padding-left: 0;
}
.recommended-content-searchbar .search-resources .search-resource-groups .group .group-title,
.searchbar .search-resources .search-resource-groups .group .group-title {
  font: 700 1rem/1.1666666667 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 1rem;
}
.recommended-content-searchbar .search-resources .search-resource-groups .group .group-posts li,
.searchbar .search-resources .search-resource-groups .group .group-posts li {
  margin: 0 0 0.25rem;
}
.recommended-content-searchbar .search-resources .search-resource-groups .group .group-posts li a,
.searchbar .search-resources .search-resource-groups .group .group-posts li a {
  font: 400 0.8888888889rem/1.9375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
.recommended-content-searchbar .search-resources .search-resource-groups .group .group-posts li a:hover,
.searchbar .search-resources .search-resource-groups .group .group-posts li a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #0070f3;
          text-decoration-color: #0070f3;
  text-decoration-thickness: 2px;
}
.recommended-content-searchbar .search-backdrop,
.searchbar .search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  z-index: 501;
}
@media (max-width: 1200px) {
  .recommended-content-searchbar .search-backdrop,
  .searchbar .search-backdrop {
    display: none;
  }
}

.recommended-content-searchbar {
  padding: 4rem 0;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  background-color: #ffffff;
}
.recommended-content-searchbar form input[type=search] {
  font: 700 1.3333333333rem/1.25 "bennet-display", "Georgia", "Times New Roman", serif;
  height: 75px;
}
.recommended-content-searchbar form input[type=search] + label {
  font: 700 1.3333333333rem/1.25 "bennet-display", "Georgia", "Times New Roman", serif;
  top: 22px;
  pointer-events: none;
}
.recommended-content-searchbar form button.search {
  top: 22px;
}
.recommended-content-searchbar form button.search svg {
  width: 30px;
}
.recommended-content-searchbar .search-resources {
  background-image: none;
}
.recommended-content-searchbar .search-resources .search-resource-groups,
.recommended-content-searchbar .search-resources .headline {
  padding: 0 1rem;
}

/*!
START WYSIWYG
*/
/*!
END WYSIWYG
*/
.posts-heading {
  font: 700 1.5555555556rem/1.2142857143 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 2rem;
}
@media (max-width: 992px) {
  .posts-heading {
    margin: 1rem 0 2rem;
  }
}
.posts-heading.show-mobile-sm {
  margin: 0.2rem 0;
}

.filter-results {
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.filter-results.loading {
  opacity: 0.3;
  pointer-events: none;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.announcement-bar {
  position: relative;
}
@media (max-width: 1200px) {
  .announcement-bar {
    margin: -1rem 0 1rem;
  }
}
.announcement-bar .inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.announcement-bar .inner > div {
  padding: 0.75rem 3rem 0.75rem 0;
}
.announcement-bar .inner button.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.announcement-bar p:last-of-type {
  margin-bottom: 0;
}

form.grants-filter {
  margin-bottom: 3.75rem;
  position: relative;
}
@media (max-width: 768px) {
  form.grants-filter {
    margin-bottom: 2rem;
  }
}
form.grants-filter .filter-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.55rem;
}
@media (max-width: 768px) {
  form.grants-filter .filter-inner {
    gap: 1rem;
  }
}
form.grants-filter .radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.66rem;
}
@media (max-width: 768px) {
  form.grants-filter .radio-group {
    gap: 0.2rem;
  }
}
form.grants-filter .radio-group label {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: block;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100px;
  cursor: pointer;
  min-width: 160px;
}
@media (max-width: 768px) {
  form.grants-filter .radio-group label {
    min-width: unset;
    padding: 12px 20px;
  }
}
form.grants-filter .radio-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form.grants-filter .radio-group input:checked + label {
  background-color: #000a59;
  color: #ffffff;
}
form.grants-filter .radio-group input:disabled + label {
  opacity: 0.35;
  cursor: not-allowed;
}
form.grants-filter .radio-group.grants-type-filter {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
  background-color: #ffffff;
  border-radius: 100px;
}
@media (max-width: 768px) {
  form.grants-filter .radio-group.grants-type-filter {
    width: auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
form.grants-filter .radio-group.grants-type-filter label {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  form.grants-filter .radio-group.grants-type-filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    min-height: 100%;
    padding: 12px 60px;
  }
}
form.grants-filter .radio-group.grants-type-filter label[for=grants-type-rfp] {
  margin-right: -40px;
}
form.grants-filter .radio-group.grants-type-filter input:checked + label {
  z-index: 10;
}

.translation-switcher {
  position: relative;
}

@media (max-width: 992px) {
  .translate-toggle {
    position: relative;
    padding: 0 1rem 0.75rem;
  }
}

ul.translation-list {
  position: absolute;
  z-index: 501;
  padding: 0.5rem;
  width: 100%;
  max-width: 150px;
  min-width: 120px;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  -webkit-box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
          box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
}
ul.translation-list li {
  margin-bottom: 0.5rem;
}
ul.translation-list li a {
  font: 400 0.7777777778rem/1.4285714286 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}
ul.translation-list li a:hover {
  text-decoration: underline;
}
ul.translation-list li:last-child {
  margin-bottom: 0;
}

section.pagination {
  position: relative;
}
section.pagination .posts-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
section.pagination .posts-pagination span,
section.pagination .posts-pagination a {
  font: 800 0.7777777778rem/1 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  min-width: 33px;
  height: 33px;
  border-radius: 4px;
  border: 1px solid #000a59;
  text-decoration: none;
  margin: 3rem 0 1.5rem;
}
@media (max-width: 768px) {
  section.pagination .posts-pagination span,
  section.pagination .posts-pagination a {
    margin: 2rem 0 1rem;
  }
}
section.pagination .posts-pagination span.current,
section.pagination .posts-pagination a.current {
  background-color: #000a59;
  color: #ffffff;
}
section.pagination .posts-pagination span.prev, section.pagination .posts-pagination span.next,
section.pagination .posts-pagination a.prev,
section.pagination .posts-pagination a.next {
  padding: 0;
  border: none;
}
section.pagination .posts-pagination span.prev:hover svg path, section.pagination .posts-pagination span.next:hover svg path,
section.pagination .posts-pagination a.prev:hover svg path,
section.pagination .posts-pagination a.next:hover svg path {
  fill: #0070f3;
}
section.pagination .posts-pagination span:hover, section.pagination .posts-pagination span:focus,
section.pagination .posts-pagination a:hover,
section.pagination .posts-pagination a:focus {
  text-decoration: underline;
}

.password-protected {
  padding: 8rem 0 12rem;
  background-color: #ebf4fd;
}
.password-protected .password-form {
  background-color: #ffffff;
  padding: 4rem 4rem 2rem;
  border: 1px solid #bddcff;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .password-protected .password-form {
    padding: 2rem 1rem 0;
  }
}
.password-protected .password-form form p:first-of-type {
  font-weight: bold;
  text-wrap: balance;
}
.password-protected .password-form form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.password-protected .password-form form label input[type=password] {
  border: 1px solid #000a59;
  padding: 0.5rem 1rem;
  margin: 0.5rem 0 2rem;
}
.password-protected .password-form form input[type=submit] {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.64px;
  padding: 12px 30px;
  display: inline-block;
  text-decoration: none;
  margin: 1rem 0;
  cursor: pointer;
  background-color: #000a59;
  color: #ffffff;
  border-radius: 100px;
  border: 2px solid #000a59;
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  font-weight: 800;
}
.password-protected .password-form form input[type=submit]:hover {
  background-color: #ffbb00;
  border-color: #ffbb00;
  color: #000a59;
}

section.archive {
  padding: 3rem 0 5rem;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(-0.07%, #edf5ff), color-stop(84.55%, #fff));
  background: linear-gradient(0, #edf5ff -0.07%, #fff 84.55%);
}
section.archive:has(a.page-numbers) {
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  section.archive {
    padding: 2rem 0 1.75rem;
  }
}
section.archive .grid {
  gap: 2rem 2.22rem;
}
@media (max-width: 768px) {
  section.archive .grid {
    gap: 1rem;
  }
}

.board-group {
  background-color: #0061d1;
  color: #ffffff;
  position: relative;
  padding: 0 0 18rem;
  margin: -110px 0 0;
}
@media (max-width: 768px) {
  .board-group {
    padding: 0 0 15rem;
  }
}
.board-group .curve-top {
  position: absolute;
  width: 100%;
  height: 110px;
  top: -109px;
  left: 0;
  background-color: #0061d1;
  margin-top: 0;
}
.board-group:first-child {
  margin: 110px 0 0;
  background-color: #0070f3;
}
.board-group:first-child .curve-top {
  background-color: #0070f3;
}
.board-group:last-child {
  background-color: #0053b3;
  padding: 0 0 4rem;
}
@media (max-width: 768px) {
  .board-group:last-child {
    padding: 0 0 4rem;
  }
}
.board-group:last-child .curve-top {
  background-color: #0053b3;
}
.board-group .intro {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 933px;
  margin: 0 auto;
  position: relative;
  bottom: 2rem;
}
@media (max-width: 768px) {
  .board-group .intro {
    bottom: 3.5rem;
    margin: 0 auto -1.5rem;
  }
}
.board-group .intro h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 992px) {
  .board-group .intro h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 0.5rem;
  }
}
.board-group .intro p:last-of-type {
  margin: 0;
}
.board-group .accordion-group {
  gap: 0;
}
.board-group .accordion-group .accordion {
  border-radius: 0;
  padding: 1.25rem 0;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.board-group .accordion-group .accordion:has(.accordion-title[aria-expanded=true]) {
  background-color: transparent;
}
@media (max-width: 768px) {
  .board-group .accordion-group .accordion:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.board-group .accordion-group .accordion .accordion-title {
  font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
}
.board-group .accordion-group .accordion .accordion-title > svg {
  color: #ffffff;
}
.board-group .accordion-group .accordion .accordion-content > .grid {
  gap: 2rem;
}
.board-group .accordion-group .accordion .accordion-content .board-member h4 {
  font: 700 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0 0 0.2rem;
}
.board-group .accordion-group .accordion .accordion-content .board-member .title {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.board-group .accordion-group .accordion:has(.accordion-title:hover) {
  background-color: transparent;
  color: inherit;
}
.board-group .board-notation {
  font: 500 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 3.5rem 0 0;
}

body.post-type-archive-grants {
  background-color: #eef6ff;
}

section.archive.archive-grants {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35.42%, #fb0), color-stop(108.36%, #ffd665));
  background: linear-gradient(0deg, #fb0 35.42%, #ffd665 108.36%);
  padding-bottom: 0;
}
section.archive.archive-grants:has(a.page-numbers) {
  padding-bottom: 0;
}
section.archive.archive-grants h3.no-posts {
  grid-column: span 3;
  margin: 4rem 0;
}
section.archive.archive-grants .grants-intro {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 0 0 2rem;
}
section.archive.archive-grants .grants-intro .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.archive.archive-grants .grants-intro .inner > h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 1.3rem 2.5rem 0;
  max-width: 95%;
}
@media (max-width: 992px) {
  section.archive.archive-grants .grants-intro .inner > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
    max-width: 90%;
    margin: 0 0.5rem 2.5rem 0;
  }
}
section.archive.archive-grants .grants-intro .inner > h2 .line {
  background-color: #ffe8ab;
  display: inline-block !important;
  -webkit-box-shadow: 2.8rem 0 #ffe8ab, -1.3rem 0 #ffe8ab, -1.3rem 1.2rem 0 #ffe8ab, 2.8rem 1.2rem 0 #ffe8ab;
          box-shadow: 2.8rem 0 #ffe8ab, -1.3rem 0 #ffe8ab, -1.3rem 1.2rem 0 #ffe8ab, 2.8rem 1.2rem 0 #ffe8ab;
}
@media (max-width: 992px) {
  section.archive.archive-grants .grants-intro .inner > h2 .line {
    -webkit-box-shadow: 1rem 0 #ffe8ab, -0.7rem 0 #ffe8ab, -0.7rem 0.7rem 0 #ffe8ab, 1rem 0.7rem 0 #ffe8ab;
            box-shadow: 1rem 0 #ffe8ab, -0.7rem 0 #ffe8ab, -0.7rem 0.7rem 0 #ffe8ab, 1rem 0.7rem 0 #ffe8ab;
  }
}
section.archive.archive-grants .grants-intro .inner .btn {
  margin: 0.5rem 0;
}
section.archive.archive-grants .grants-posts {
  position: relative;
  padding: 4rem 0 3rem;
}
@media (max-width: 768px) {
  section.archive.archive-grants .grants-posts {
    padding-bottom: 1rem;
  }
}
section.archive.archive-grants .grants-posts::before {
  content: "";
  opacity: 0.6;
  position: absolute;
  inset: 0;
  background-color: #ffe8ab;
  --radius: 300vw;
  clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
}
@media (max-width: 768px) {
  section.archive.archive-grants .grants-posts::before {
    --radius: 350vh;
  }
}
section.archive.archive-grants .grid {
  position: relative;
  gap: 1.3rem;
}
@media (min-width: 769px) {
  section.archive.archive-grants:has(+ .cta-video) {
    margin-bottom: -7rem;
  }
  section.archive.archive-grants:has(+ .cta-video) .grants-posts {
    padding-bottom: 9rem;
  }
}

section.archive.archive-staff {
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebf4ff), color-stop(90%, #fff));
  background: linear-gradient(180deg, #ebf4ff 0%, #fff 90%);
}
section.archive.archive-staff .container {
  position: relative;
}
section.archive.archive-staff .grid {
  gap: 1.333rem;
}
@media (max-width: 768px) {
  section.archive.archive-staff .grid {
    grid-template-columns: 1fr;
  }
}

.accordion-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.accordion-group .accordion {
  padding: 16px 21px;
  border-radius: 10px;
  color: #000a59;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-group .accordion .accordion-title:hover {
  text-decoration: underline;
}
.accordion-group .accordion .accordion-title {
  font: 750 1rem/1.3333333333 "bennet-display", "Georgia", "Times New Roman", serif;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion-group .accordion .accordion-title span {
  width: 100%;
}
.accordion-group .accordion .accordion-title > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-left: auto;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  top: 1px;
}
@media (max-width: 992px) {
  .accordion-group .accordion .accordion-title > svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33px;
            flex: 0 0 33px;
  }
}
.accordion-group .accordion .accordion-title[aria-expanded=true] svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.accordion-group .accordion .accordion-content {
  display: none;
  padding: 1rem 0 0;
}
.accordion-group .accordion .accordion-content a:not(.btn):hover {
  text-decoration: underline;
}
.accordion-group .accordion .accordion-content.expanded {
  display: block;
}
.accordion-group .accordion:has(.accordion-title:hover), .accordion-group .accordion:has(.accordion-title[aria-expanded=true]) {
  background-color: #0070f3;
  color: #ffffff;
}
.accordion-group .accordion:has(.accordion-title:hover) svg, .accordion-group .accordion:has(.accordion-title[aria-expanded=true]) svg {
  color: #ffffff;
}

.blue-text-grid-block .intro {
  font-weight: 500;
  margin: 0 0 1rem;
}
.blue-text-grid-block .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.blue-text-grid-block .flex .box {
  font: 400 1rem/1.3333333333 "bennet-display", "Georgia", "Times New Roman", serif;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(50% - 1rem);
          flex: 1 0 calc(50% - 1rem);
  -webkit-perspective: 1500px;
          perspective: 1500px;
}
.blue-text-grid-block .flex .box .box-inner {
  position: relative;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.blue-text-grid-block .flex .box .box-side {
  border-radius: 10px;
  padding: 30px 22px 30px 32px;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  grid-row: 1/2;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blue-text-grid-block .flex .box .box-side p:last-of-type {
  margin-bottom: 0;
}
.blue-text-grid-block .flex .box .box-side.back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (max-width: 768px) {
  .blue-text-grid-block .flex .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.blue-text-grid-block .flex .box span {
  font-weight: 700;
  font-style: italic;
}
.blue-text-grid-block .flex .box.flippable {
  cursor: alias;
}
.blue-text-grid-block .flex .box.flippable .front {
  background-image: url("/wp-content/themes/hfpg/assets/svg/flip.svg");
  background-position: 98% 95%;
  background-repeat: no-repeat;
  background-size: 16px;
}
@media (max-width: 768px) {
  .blue-text-grid-block .flex .box.flippable .front {
    background-position: 99% 90%;
  }
}
.blue-text-grid-block .flex .box.flippable:hover .box-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.image-block {
  margin: 0 0 1.25rem;
}

.quote-block {
  padding: 1.5rem 0;
  border-top: 1px solid #0070f3;
  border-bottom: 1px solid #0070f3;
}
.quote-block .inner-quote {
  position: relative;
}
.quote-block .inner-quote > svg {
  position: absolute;
  top: 5px;
  left: 0;
}
.quote-block .inner-quote > svg:nth-child(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: unset;
  left: unset;
  bottom: 5px;
  right: 0;
}
.quote-block .inner-quote .text {
  font: 750 1.2222222222rem/1.3636363636 "bennet-display", "Georgia", "Times New Roman", serif;
  color: #0070f3;
  padding-left: 2.33rem;
}
@media (max-width: 768px) {
  .quote-block .inner-quote .text {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.quote-block .inner-quote .attr {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding-left: 2.33rem;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .quote-block .inner-quote .attr {
    padding-left: 0;
    padding-right: 2rem;
  }
}
.quote-block .inner-quote .attr .name {
  font-weight: 700;
}

.table-block .table-responsive {
  width: 100%;
  overflow-x: auto;
}
.table-block .table-responsive::-webkit-scrollbar {
  height: 8px;
}
.table-block .table-responsive::-webkit-scrollbar-track {
  background: #d8eaff;
  opacity: 1;
  border-radius: 0;
}
.table-block .table-responsive::-webkit-scrollbar-thumb {
  background: #000a59;
  border-radius: 0;
}
.table-block table {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  border-collapse: collapse;
  table-layout: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
.table-block table th,
.table-block table td {
  border: 1px solid rgba(0, 10, 89, 0.1);
  padding: 0.5rem;
  text-align: left;
  max-width: 300px;
}
.table-block table th {
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #000a59;
  color: #ffffff;
  font-weight: bold;
}
.table-block table tr:nth-child(even) {
  background-color: rgba(216, 234, 255, 0.35);
}

.donate-card {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.donate-card .card-inner {
  border-radius: 10px;
  padding: 36px 34px;
  height: calc(100% - 51px);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
@media (max-width: 768px) {
  .donate-card .card-inner {
    padding: 1rem;
  }
}
.donate-card .card-inner a > span,
.donate-card .card-inner p {
  position: relative;
}
.donate-card .card-inner::before {
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  inset: 0 20% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(154deg, rgba(255, 187, 0, 0.6) 7.9%, rgba(255, 235, 178, 0.6) 136.65%);
}
.donate-card .card-inner:has(a:hover) {
  background-color: #ffbb00;
}
.donate-card .card-inner:has(a:hover) a {
  text-decoration: underline;
}
.donate-card .card-inner:has(a:hover)::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  inset: 0 15% 0 0;
}
.donate-card a {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
  display: block;
  text-decoration: none;
  margin: 0 0 0.75rem;
}

.card-grants > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 10px;
  height: 100%;
  padding: 2rem 1.8rem 2.33rem;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.card-grants > button * {
  position: relative;
}
.card-grants > button::before {
  content: "";
  pointer-events: none;
  opacity: 0;
  position: absolute;
  inset: 0 3.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background: linear-gradient(151deg, rgba(0, 10, 89, 0.6) 35.33%, rgba(65, 80, 198, 0.6) 110.92%);
}
@media (max-width: 768px) {
  .card-grants > button {
    padding: 2rem 1.25rem;
  }
}
.card-grants > button .copy {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.card-grants > button .copy > h3 {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
}
.card-grants > button:hover {
  background-color: #000a59;
  color: #ffffff;
}
.card-grants > button:hover::before {
  inset: 0 2.5rem 0 0;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.card-grants dialog.grant-modal .modal {
  max-width: 1350px;
}
.card-grants dialog.grant-modal .modal > .container > .inner {
  background: linear-gradient(190deg, #fff 69.8%, #0070f3 216.34%);
}
@media (max-width: 992px) {
  .card-grants dialog.grant-modal .modal > .container > .inner {
    padding: 0;
  }
}
.card-grants dialog.grant-modal .modal > .container > .inner::before {
  background-image: url("/wp-content/themes/hfpg/assets/svg/modal-bg-blue.svg");
}
.card-grants dialog.grant-modal .modal > .container > .inner .close {
  background-color: #d8eaff;
  color: #000a59;
}
.card-grants dialog.grant-modal .modal > .container > .inner .close:hover {
  background-color: #0070f3;
  color: #ffffff;
}
.card-grants dialog.grant-modal .modal .modal-content {
  padding: 0;
}
.card-grants dialog.grant-modal .modal .modal-content > .flex {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  gap: 0;
}
.card-grants dialog.grant-modal .modal .modal-content .copy {
  width: 100%;
  margin: 0;
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner {
  position: relative;
  min-height: 100%;
  max-height: unset;
  height: 450px;
  padding: 2.5rem 0;
}
@media (max-width: 992px) {
  .card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner {
    height: auto;
    padding: 0.5rem 1rem 0;
  }
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner::-webkit-scrollbar {
  width: 9px;
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner::-webkit-scrollbar-track {
  background: #cccede;
  opacity: 1;
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner::-webkit-scrollbar-thumb {
  background: #0070f3;
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner > h2 {
  font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner > * {
  padding-right: 2rem;
}
.card-grants dialog.grant-modal .modal .modal-content .copy .copy-inner > div {
  max-width: 100%;
}
.card-grants dialog.grant-modal .modal .modal-content .grant-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 350px;
          flex: 1 0 350px;
  min-height: 100%;
  padding: 2.7rem 2.22rem;
}
@media (max-width: 992px) {
  .card-grants dialog.grant-modal .modal .modal-content .grant-info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1rem;
  }
}
.card-grants dialog.grant-modal .modal .modal-content .grant-info .grant-info-inner {
  margin-bottom: 1rem;
}
.card-grants dialog.grant-modal .modal .modal-content .grant-info .grant-info-inner li {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 0.75rem 0;
  border-bottom: 1px solid #ffffff;
}
.card-grants dialog.grant-modal .modal .modal-content .grant-info .grant-info-inner li strong {
  display: block;
}

.card-news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-news > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #d8eaff;
  text-decoration: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card-news > a::before {
  content: "";
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: absolute;
  inset: 0 20% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(200deg, rgba(255, 187, 0, 0.6) 7.9%, rgba(255, 231, 167, 0.6) 136.65%);
}
.card-news > a .external-link-icon {
  position: absolute;
  bottom: 0.65rem;
  right: 1rem;
}
.card-news > a .copy {
  padding: 1.33rem 1.11rem;
  margin: 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-news > a .copy > h3 {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 1.5rem;
}
.card-news > a .copy .post-date {
  font: 500 0.7777777778rem/1.4285714286 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  color: #000a59;
  margin: auto 0 0;
}
.card-news > a .image-cover {
  position: relative;
  aspect-ratio: 424/213;
  background-color: #bddcff;
}
.card-news > a:hover {
  text-decoration: none;
  background-color: #ffbb00;
}
.card-news > a:hover h3 {
  text-decoration: underline;
}
.card-news > a:hover::before {
  opacity: 1;
}

.terms {
  position: relative;
  padding: 0.8rem 0 0.65rem;
  border-bottom: 1px solid #000a59;
}
.terms > button {
  font: 500 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.terms > button:hover, .terms > button:focus {
  text-decoration: underline;
}
.terms .terms-list {
  font: 500 0.7777777778rem/1.2857142857 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: absolute;
  z-index: 500;
  top: 1rem;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
  padding: 1.35rem;
  -webkit-box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
          box-shadow: 0px 46px 13px 0px rgba(209, 209, 209, 0), 0px 29px 12px 0px rgba(209, 209, 209, 0.03), 0px 17px 10px 0px rgba(209, 209, 209, 0.1), 0px 7px 7px 0px rgba(209, 209, 209, 0.17), 0px 2px 4px 0px rgba(209, 209, 209, 0.2);
}
.terms .terms-list > div {
  margin-bottom: 0.5rem;
  padding-right: 1.25rem;
}
.terms .terms-list > div:last-child {
  margin-bottom: 0;
}
.terms .terms-list > div strong {
  font: 700 0.7777777778rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
}
.terms .terms-list .close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.card-search {
  padding: 1.25rem 0;
  border-bottom: 1px solid #000a59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.card-search .image {
  width: 120px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
.card-search .image .image-cover {
  aspect-ratio: 3/2.25;
}
.card-search:first-child {
  padding-top: 0;
}
.card-search:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.card-search .eyebrow {
  font: 600 0.7777777778rem/1.7142857143 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
  color: #5f6492;
}
.card-search h3 {
  font: 700 1.3333333333rem/1.3333333333 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 0.5rem;
}
.card-search p {
  font: 400 0.8888888889rem/1.5 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 800px;
}
.card-search:has(a:hover) h3 {
  text-decoration: underline;
}

.card-staff > button {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 768px) {
  .card-staff > button .card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 16px;
  }
}
.card-staff > button:hover {
  background-color: #ffbb00;
}
.card-staff > button .image-cover {
  aspect-ratio: 1/1;
}
@media (max-width: 768px) {
  .card-staff > button .image-cover {
    border-radius: 10px;
    max-width: 100px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    overflow: hidden;
  }
}
.card-staff > button .copy {
  padding: 1.5rem 1rem 3rem;
}
@media (max-width: 768px) {
  .card-staff > button .copy {
    padding: 0;
  }
}
.card-staff > button .copy h3 {
  font: 750 1rem/1.4444444444 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0;
}
.card-staff > button .copy h3 span {
  font-style: italic;
}
.card-staff > button .position {
  font: 400 0.7777777778rem/1.3571428571 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 0.5rem 0 0;
}
.card-staff .modal-content .contacts {
  border-top: 1px solid #000a59;
  margin: 1.5rem 3rem 0 0;
  padding: 1.66rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.card-staff .modal-content .contacts div {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.card-staff .modal-content .contacts div strong {
  font: 700 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 768px) {
  .card-staff dialog.info-modal .modal .modal-content .media {
    padding-top: 1rem;
  }
  .card-staff dialog.info-modal .modal .modal-content .media .image-cover {
    aspect-ratio: 1/1;
    max-width: 183px;
  }
}

.page-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), to(#d9ebff));
  background: linear-gradient(180deg, #fff 65%, #d9ebff 100%);
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}
.page-content .page-inner.flex {
  padding: 3.33rem 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .page-content .page-inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0 1.5rem;
  }
}
.page-content .page-blocks {
  max-width: 700px;
}
.page-content .block {
  margin: 0 0 2rem;
}
@media (max-width: 768px) {
  .page-content .block {
    margin: 0 0 1rem;
  }
}
.page-content .block.wysiwyg-block iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .page-content .block.wysiwyg-block img.alignleft,
  .page-content .block.wysiwyg-block img.alignright,
  .page-content .block.wysiwyg-block img.aligncenter {
    float: none;
    display: block;
  }
}
.page-content .block.accordion-group-block.has-divider {
  border-bottom: 1px solid #000a59;
  padding: 0 0 2rem;
}
.page-content .block:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-content .block hr {
  border-top: 1px solid #000a59;
  margin: 2rem 0;
}
.page-content .block img {
  border-radius: 10px;
}
.page-content .block img.alignnone {
  margin: 0;
}
.page-content .block h2 {
  font: 700 2rem/1.2222222222 "bennet-display", "Georgia", "Times New Roman", serif;
}
.page-content .block h2.anchor-heading {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
}
.page-content .block h3 {
  font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
}
.page-content .block h4 {
  font: 700 1.3333333333rem/1.25 "bennet-display", "Georgia", "Times New Roman", serif;
}
.page-content .block h5 {
  font: 700 1.2222222222rem/1.2727272727 "bennet-display", "Georgia", "Times New Roman", serif;
}
.page-content .block h6 {
  font: 700 1rem/1.4444444444 "bennet-display", "Georgia", "Times New Roman", serif;
}
.page-content .block a:not([class]) {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-content .block a:not([class]):hover {
  background-color: #ffe8ab;
}
.page-content.has-sidebar .page-inner.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 993px) {
  .page-content.has-sidebar .page-blocks {
    border-left: 1px solid #0070f3;
    padding-left: 2.44rem;
  }
}

.cta-contact {
  padding: 0 0 3rem;
}
@media (max-width: 768px) {
  .cta-contact {
    padding: 0 0 2rem;
  }
}
.cta-contact .cta-contact-inner {
  border-radius: 10px;
  padding: 1.8rem 2.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 190px;
  gap: 3rem;
}
@media (max-width: 992px) {
  .cta-contact .cta-contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1.8rem 1rem;
  }
}
@media (max-width: 768px) {
  .cta-contact .cta-contact-inner {
    padding-bottom: 0.5rem;
    gap: 0;
  }
}
.cta-contact .cta-contact-inner::before {
  content: "";
  position: absolute;
  inset: 0 66% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(171, 57, 17, 0)), to(#882908));
  background: linear-gradient(180deg, rgba(171, 57, 17, 0) 0%, #882908 100%);
}
@media (max-width: 992px) {
  .cta-contact .cta-contact-inner::before {
    inset: 0 0 auto 0;
    height: 160px;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}
@media (max-width: 480px) {
  .cta-contact .cta-contact-inner::before {
    height: 180px;
  }
}
.cta-contact .heading-container {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
@media (max-width: 992px) {
  .cta-contact .heading-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-height: 100px;
    margin-bottom: 3rem;
  }
}
.cta-contact .heading-container h2 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0;
}
@media (max-width: 992px) {
  .cta-contact .heading-container h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.cta-contact .contact-card {
  width: 100%;
  gap: 0 1rem;
  position: relative;
  display: grid;
  grid-template-rows: auto auto;
}
.cta-contact .contact-card.with-photo {
  grid-template-columns: 110px auto;
}
@media (min-width: 993px) and (max-width: 1200px) {
  .cta-contact .contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
}
@media (max-width: 992px) {
  .cta-contact .contact-card {
    gap: 0.75rem;
  }
}
.cta-contact .contact-card .image-cover {
  aspect-ratio: 108/139;
  max-width: 108px;
  border-radius: 8px;
  overflow: hidden;
  grid-row: span 2;
}
@media (max-width: 992px) {
  .cta-contact .contact-card .image-cover {
    margin-bottom: 0.75rem;
  }
}
.cta-contact .contact-card .person-details {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .cta-contact .contact-card .person-details {
    border-bottom: none;
  }
}
.cta-contact .contact-card .person-details .name {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
}
.cta-contact .contact-card .person-details .title {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.cta-contact .contact-card .contact-info {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  gap: 0.5rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .cta-contact .contact-card .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (max-width: 992px) {
  .cta-contact .contact-card .contact-info {
    grid-column: span 2;
    border-top: 1px solid #ffffff;
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cta-contact .contact-card .contact-info {
    width: 100%;
  }
}
.cta-contact .contact-card .contact-info strong {
  font: 750 0.8888888889rem/1.375 "bennet-display", "Georgia", "Times New Roman", serif;
}
.cta-contact .contact-card.without-details {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 480px;
          flex: 1 1 480px;
  margin: 0 auto;
  padding-left: 2rem;
  grid-template-columns: auto;
}
@media (max-width: 992px) {
  .cta-contact .contact-card.without-details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding-left: 0;
  }
}
.cta-contact .contact-card.without-details .contact-copy {
  width: 100%;
}
.cta-contact .contact-card.without-details .contact-info {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 1200px) {
  .cta-contact .contact-card.without-details .contact-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 992px) {
  .cta-contact .contact-card.without-details .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    padding-top: 0;
  }
}
.cta-contact .contact-card.without-details .contact-info > div {
  width: 100%;
  border-right: 1px solid #ffffff;
  padding-right: 1.5rem;
}
.cta-contact .contact-card.without-details .contact-info > div:last-child {
  border-right: none;
  padding-left: 2rem;
  padding-right: 0;
}
@media (max-width: 992px) {
  .cta-contact .contact-card.without-details .contact-info > div {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 2rem;
  }
  .cta-contact .contact-card.without-details .contact-info > div:last-child {
    border-bottom: none;
    padding: 1rem 0;
  }
}
.cta-contact .contact-card.without-details .contact-info strong {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
  display: block;
  margin: 0 0 0.25rem;
}
.cta-contact .contact-cta {
  margin-left: auto;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 992px) {
  .cta-contact .contact-cta {
    margin: 0;
  }
}
.cta-contact .contact-cta .btn:hover,
.cta-contact .contact-cta .btn:focus {
  background-color: #000a59;
  border-color: #000a59;
}

.page-template-why-create-a-fund .cta-contact {
  background-color: #f0f7ff;
}

.cta-image {
  position: relative;
  padding: 2.25rem 0;
  background: linear-gradient(10deg, #0070f2 -32.56%, #000a59 137.57%);
}
.cta-image:has(+ .cta) {
  padding: 2.25rem 0 3rem;
}
@media (max-width: 768px) {
  .cta-image:has(+ .cta) {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cta-image {
    padding: 0;
  }
}
.cta-image > .container > .inner.flex {
  position: relative;
  border-radius: 10px;
  padding: 2.22rem;
  gap: 3rem;
  z-index: 5;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .cta-image > .container > .inner.flex {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .cta-image > .container > .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1.22rem 1.22rem 2rem;
    border-radius: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.cta-image > .container > .inner.flex::before {
  content: "";
  position: absolute;
  inset: 0 57% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(157deg, rgba(216, 234, 255, 0.6) 58.11%, rgba(143, 195, 255, 0.6) 102.48%);
}
@media (max-width: 768px) {
  .cta-image > .container > .inner.flex::before {
    inset: 0 7% 0 0;
  }
}
.cta-image .copy {
  padding: 2.72rem 0 2rem 0.66rem;
  position: relative;
}
@media (max-width: 768px) {
  .cta-image .copy {
    padding: 1.25rem 0 0;
  }
}
.cta-image .copy > h2 {
  font: 700 1.7777777778rem/1.4375 "bennet-display", "Georgia", "Times New Roman", serif;
  max-width: 465px;
}
@media (max-width: 992px) {
  .cta-image .copy > h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.cta-image .copy > div {
  max-width: 445px;
}
.cta-image .image-cover {
  position: relative;
  aspect-ratio: 678/371;
  border-radius: 10px;
  overflow: hidden;
  max-width: 678px;
}
@media (max-width: 768px) {
  .cta-image .image-cover {
    aspect-ratio: 352/226;
  }
}

.spotlights.t3 + .cta-image {
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f3ff), to(#eef6ff));
  background: linear-gradient(180deg, #e9f3ff 0%, #eef6ff 100%);
}
.spotlights.t3 + .cta-image .inner.flex {
  margin-top: -8.75rem;
}
@media (max-width: 992px) {
  .spotlights.t3 + .cta-image .inner.flex {
    margin-top: 0;
  }
}

.cta-video {
  position: relative;
}
@media (min-width: 769px) {
  .cta-video.t1::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #0070f3;
  }
  .cta-video.t1::after {
    content: "";
    position: absolute;
    inset: 60% 0 0;
    background-color: #000a59;
    z-index: 1;
    --radius: 300vw;
    clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  }
}
.cta-video > .container > .inner.flex {
  position: relative;
  border-radius: 10px;
  padding: 2.22rem;
  gap: 3rem;
  z-index: 5;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .cta-video > .container > .inner.flex {
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .cta-video > .container > .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    padding: 1.22rem;
    border-radius: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.cta-video > .container > .inner.flex::before {
  content: "";
  position: absolute;
  inset: 0 57% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(157deg, rgba(216, 234, 255, 0.6) 58.11%, rgba(143, 195, 255, 0.6) 102.48%);
}
@media (max-width: 768px) {
  .cta-video > .container > .inner.flex::before {
    opacity: 0.75;
    inset: 0 10% 0 0;
    clip-path: ellipse(100% 90% at 0 50%);
  }
}
.cta-video .copy {
  padding: 2.72rem 0 2rem 0.66rem;
  position: relative;
}
@media (max-width: 768px) {
  .cta-video .copy {
    padding: 1.25rem 0 0;
  }
}
.cta-video .copy > h2 {
  font: 700 1.7777777778rem/1.4375 "bennet-display", "Georgia", "Times New Roman", serif;
  max-width: 465px;
}
@media (max-width: 992px) {
  .cta-video .copy > h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 0.5rem;
  }
}
.cta-video .copy > div {
  max-width: 445px;
}
@media (max-width: 992px) {
  .cta-video .copy p:last-of-type {
    margin: 0;
  }
}
.cta-video .video {
  position: relative;
  aspect-ratio: 678/371;
  border-radius: 10px;
  overflow: hidden;
  max-width: 678px;
}
@media (max-width: 768px) {
  .cta-video .video {
    aspect-ratio: 352/226;
  }
}

body.post-type-archive-community-funds .cta-video,
body.post-type-archive-programs .cta-video {
  padding: 2.25rem 0 3rem;
  background: linear-gradient(10deg, #0070f2 -32.56%, #000a59 137.57%);
}

section.cta .cta-inner {
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding: 2.8rem 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 768px) {
  section.cta .cta-inner {
    padding: 2rem 0;
  }
}
section.cta .cta-inner::before {
  content: "";
  opacity: 0.5;
  position: absolute;
  width: 1135px;
  height: 1135px;
  border-radius: 50%;
  top: 45%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: linear-gradient(311deg, rgba(0, 118, 255, 0) 51.33%, #63abff 92.33%);
}
@media (max-width: 768px) {
  section.cta .cta-inner::before {
    top: 47%;
    width: 1500px;
    height: 1500px;
    background: linear-gradient(337deg, rgba(0, 118, 255, 0) 51.33%, #63abff 92.33%);
  }
}
section.cta .cta-inner.bg-sunshine::before {
  opacity: 1;
  background: linear-gradient(320deg, rgba(255, 255, 255, 0) 53.23%, #f1ce6d 96.57%);
}
section.cta .cta-inner h3 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 auto 3.5rem;
  max-width: 900px;
}
@media (max-width: 768px) {
  section.cta .cta-inner h3 {
    font: 800 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 1.5rem;
  }
}
section.cta .cta-inner a,
section.cta .cta-inner h3 {
  position: relative;
}

.feature-donors .outer {
  border-radius: 20px 20px 0 0;
  padding: 4rem 0;
  background: linear-gradient(162deg, #d1e6ff 22.08%, #fff 80.67%);
}
@media (max-width: 768px) {
  .feature-donors .outer {
    padding: 1.8rem 0 2.5rem;
    border-radius: 0;
  }
}
.feature-donors .inner.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media (max-width: 1200px) {
  .feature-donors .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-donors .intro {
  width: 400px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .feature-donors .intro {
    width: 100%;
    max-width: 450px;
  }
}
.feature-donors .intro .kicker {
  margin-left: 1.3rem;
  position: relative;
  top: 0.77rem;
  z-index: 5;
}
.feature-donors .intro > h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
  margin-bottom: 2.25rem;
}
@media (max-width: 768px) {
  .feature-donors .intro > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
    max-width: 80%;
  }
}
.feature-donors .intro .btns {
  margin-top: 2.2rem;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-donors .intro .btns .btn {
  margin: 0;
}
.feature-donors .features {
  width: 872px;
  gap: 1.33rem;
}
@media (max-width: 1200px) {
  .feature-donors .features {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .feature-donors .features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-donors .features .feature {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .feature-donors .features .feature {
    max-width: 500px;
  }
}
.feature-donors .features .feature .image-cover {
  height: 228px;
  aspect-ratio: 424/228;
}
@media (max-width: 768px) {
  .feature-donors .features .feature .image-cover {
    display: none;
  }
}
.feature-donors .features .feature .copy {
  font: 400 0.7777777778rem/1.3571428571 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1.5rem 1rem 1.75rem 1.5rem;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  .feature-donors .features .feature .copy {
    font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 1.5rem 1rem;
  }
}
.feature-donors .features .feature .copy > h3 {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
  position: relative;
}
.feature-donors .features .feature .copy > div {
  margin-bottom: 2.35rem;
  position: relative;
}
@media (max-width: 768px) {
  .feature-donors .features .feature .copy > div {
    margin-bottom: 1.5rem;
  }
}
.feature-donors .features .feature .copy > a {
  font: 700 0.7777777778rem/1.2857142857 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  margin-top: auto;
  position: relative;
}
@media (max-width: 768px) {
  .feature-donors .features .feature .copy > a {
    font: 700 0.8888888889rem/1.25 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.feature-donors .features .feature .copy > a:hover, .feature-donors .features .feature .copy > a:focus {
  text-decoration: underline;
}
.feature-donors .features .feature .copy:has(a:hover) {
  background-color: #0070f3;
}
.feature-donors .features .feature .copy:has(a:hover)::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(187deg, rgba(0, 81, 176, 0) 22.5%, rgba(1, 78, 167, 0.6) 124.05%);
}
@media (max-width: 992px) {
  .feature-donors .features .feature .copy:has(a:hover)::before {
    inset: 0 0 3rem 0;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}

.feature-grants {
  position: relative;
}
.feature-grants .curve-top {
  width: 100%;
  height: 5vw;
  position: absolute;
  bottom: 0;
  left: 0;
}
.feature-grants .outer {
  padding: 4rem 0 calc(4rem + 5vw);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.34%, #fff8e7), color-stop(129.7%, #ffdf95));
  background: linear-gradient(180deg, #fff8e7 -14.34%, #ffdf95 129.7%);
}
@media (max-width: 768px) {
  .feature-grants .outer {
    padding: 1.8rem 0 2.5rem;
  }
}
.feature-grants .inner.flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media (max-width: 1200px) {
  .feature-grants .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-grants .intro {
  width: 450px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .feature-grants .intro {
    width: 100%;
    max-width: 450px;
  }
}
.feature-grants .intro .kicker {
  margin-left: 1.3rem;
  position: relative;
  top: 0.77rem;
  z-index: 5;
}
.feature-grants .intro > h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
  margin-bottom: 2.25rem;
  max-width: 400px;
}
@media (max-width: 768px) {
  .feature-grants .intro > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
    width: 80%;
  }
}
.feature-grants .intro .btns {
  margin-top: 2.2rem;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-grants .intro .btns .btn {
  margin: 0;
}
.feature-grants .features {
  width: 760px;
  gap: 1.77rem;
}
@media (max-width: 1200px) {
  .feature-grants .features {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .feature-grants .features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.feature-grants .features .feature {
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1201px) {
  .feature-grants .features .feature {
    width: 88%;
  }
  .feature-grants .features .feature:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: auto;
  }
}
@media (max-width: 992px) {
  .feature-grants .features .feature {
    max-width: 500px;
  }
}
.feature-grants .features .feature .image-cover {
  min-height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
@media (max-width: 992px) {
  .feature-grants .features .feature .image-cover {
    display: none;
  }
}
.feature-grants .features .feature .copy {
  font: 400 0.7777777778rem/1.3571428571 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1.5rem 1rem 1.75rem 1.5rem;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-grants .features .feature .copy:before {
  opacity: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(201deg, rgba(255, 187, 0, 0.6) 23.71%, rgba(255, 231, 163, 0.6) 95%);
}
@media (max-width: 768px) {
  .feature-grants .features .feature .copy {
    font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 1.5rem 1rem;
  }
}
.feature-grants .features .feature .copy > h3 {
  font: 750 1.2222222222rem/0.9545454545 "bennet-display", "Georgia", "Times New Roman", serif;
  position: relative;
}
.feature-grants .features .feature .copy > div {
  margin-bottom: 1.3rem;
  position: relative;
}
@media (max-width: 768px) {
  .feature-grants .features .feature .copy > div {
    margin-bottom: 1.5rem;
  }
}
.feature-grants .features .feature .copy > a {
  font: 700 0.7777777778rem/1.2857142857 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  margin-top: auto;
  position: relative;
}
@media (max-width: 768px) {
  .feature-grants .features .feature .copy > a {
    font: 700 0.8888888889rem/1.25 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.feature-grants .features .feature .copy > a:hover, .feature-grants .features .feature .copy > a:focus {
  text-decoration: underline;
}
.feature-grants .features .feature .copy:has(a:hover) {
  background-color: #ffbb00;
  color: #000a59;
}
.feature-grants .features .feature .copy:has(a:hover)::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.feature-news {
  background: -webkit-gradient(linear, left top, left bottom, from(#eef6ff), to(#fff));
  background: linear-gradient(180deg, #eef6ff 0%, #fff 100%);
  margin: 0 0 3.5rem;
}
.feature-news .news-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  border-bottom: 1px solid #000a59;
  margin-bottom: 2.88rem;
}
@media (max-width: 992px) {
  .feature-news .news-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    padding-top: 2rem;
    margin-bottom: 1rem;
    border-bottom: none;
  }
}
.feature-news .news-header h2 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0;
}
.feature-news .news-posts.grid {
  grid-template-columns: 53fr 47fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  justify-items: start;
  gap: 1rem 65px;
}
@media (max-width: 992px) {
  .feature-news .news-posts.grid {
    grid-template-columns: 1fr;
  }
}
.feature-news .feature-news-card {
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .feature-news .feature-news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .feature-news .feature-news-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.feature-news .feature-news-card .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 158px;
          flex: 1 1 158px;
}
@media (max-width: 992px) {
  .feature-news .feature-news-card .image {
    max-width: 160px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.feature-news .feature-news-card .image .image-cover {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.feature-news .feature-news-card .copy {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 425px;
          flex: 1 1 425px;
}
@media (max-width: 992px) {
  .feature-news .feature-news-card .copy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.feature-news .feature-news-card .copy .copy-inner > h3 {
  font: 750 1.2222222222rem/1.2727272727 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 0.5rem;
}
.feature-news .feature-news-card:has(a:hover) .copy h3 {
  text-decoration: underline;
}
.feature-news .feature-news-card:first-child {
  grid-row: span 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  background-color: #000a59;
  color: #ffffff;
  gap: 0;
  border-bottom: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.feature-news .feature-news-card:first-child .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  width: 100%;
}
.feature-news .feature-news-card:first-child .image .image-cover {
  aspect-ratio: 649/315;
  border-radius: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .feature-news .feature-news-card:first-child .image .image-cover {
    aspect-ratio: 353/214;
  }
}
.feature-news .feature-news-card:first-child .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  width: 100%;
}
.feature-news .feature-news-card:first-child .copy::before {
  content: "";
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  position: absolute;
  inset: 0 10% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(129deg, rgba(255, 187, 0, 0.6) 52.51%, rgba(255, 231, 167, 0.6) 112.07%);
}
.feature-news .feature-news-card:first-child .copy .copy-inner {
  position: relative;
  padding: 30px 38px 40px;
  z-index: 1;
}
@media (max-width: 992px) {
  .feature-news .feature-news-card:first-child .copy .copy-inner {
    padding: 1rem 1rem 0.5rem;
  }
}
.feature-news .feature-news-card:first-child .copy .copy-inner > * {
  max-width: 550px;
}
.feature-news .feature-news-card:first-child .copy .copy-inner > h3 {
  font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 1rem;
}
.feature-news .feature-news-card:first-child .copy .copy-inner .read-more {
  display: inline-block;
  margin: 1rem 0 0;
  position: static;
}
.feature-news .feature-news-card:first-child .copy .copy-inner .read-more::before {
  z-index: 2;
}
.feature-news .feature-news-card:first-child:has(a:hover) {
  background-color: #ffbb00;
  color: #000a59;
}
.feature-news .feature-news-card:first-child:has(a:hover) .copy h3 {
  text-decoration: none;
}
.feature-news .feature-news-card:first-child:has(a:hover) .copy::before {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.feature-programs {
  padding-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .feature-programs {
    padding-top: 1.5rem;
  }
}
.feature-programs .intro {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 2.88rem;
}
@media (max-width: 992px) {
  .feature-programs .intro {
    border-bottom: none;
    margin-bottom: 0;
  }
}
.feature-programs .intro .kicker {
  margin: 0 0 1rem;
}
.feature-programs .intro h2 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 2.33rem;
}
@media (max-width: 992px) {
  .feature-programs .intro h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
    text-wrap: balance;
  }
}
.feature-programs .features.grid {
  grid-template-columns: 0.41fr 0.59fr;
  grid-template-rows: minmax(-webkit-min-content, 0.56fr) minmax(-webkit-min-content, 0.44fr);
  grid-template-rows: minmax(min-content, 0.56fr) minmax(min-content, 0.44fr);
  gap: 1.33rem;
  padding-bottom: 2.33rem;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 992px) {
  .feature-programs .features.grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.feature-programs .features.grid .feature {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .feature-programs .features.grid .feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
  }
}
.feature-programs .features.grid .feature:first-child {
  grid-column: 1;
  grid-row: 1/span 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-programs .features.grid .feature:first-child .copy::before {
  background: linear-gradient(143deg, rgba(0, 81, 176, 0.6) 45.05%, rgba(0, 37, 81, 0.6) 106.64%);
}
.feature-programs .features.grid .feature:first-child .image-cover {
  height: 273px;
}
@media (max-width: 992px) {
  .feature-programs .features.grid .feature:first-child .image-cover {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
    height: 214px;
  }
}
@media (min-width: 993px) {
  .feature-programs .features.grid .feature:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.feature-programs .features.grid .feature:nth-child(2) .copy::before {
  background: linear-gradient(157deg, rgba(255, 187, 0, 0.6) 3.06%, rgba(255, 246, 222, 0.6) 138.57%);
}
.feature-programs .features.grid .feature:nth-child(2) .image-cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 251px;
          flex: 0 0 251px;
}
@media (max-width: 992px) {
  .feature-programs .features.grid .feature:nth-child(2) .image-cover {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
    height: 214px;
  }
}
.feature-programs .features.grid .feature:nth-child(3) .copy::before {
  background: linear-gradient(141deg, rgba(192, 66, 22, 0.6) 35.22%, rgba(144, 37, 0, 0.6) 90.09%);
}
.feature-programs .features.grid .feature:nth-child(3) .image-cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 357px;
          flex: 0 0 357px;
  max-width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .feature-programs .features.grid .feature:nth-child(3) .image-cover {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 214px;
            flex: 0 0 214px;
    height: 214px;
    max-width: 100%;
  }
}
.feature-programs .features.grid .feature .copy {
  font: 400 0.8888888889rem/1.3125 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1.5rem 1rem 1.75rem 1.5rem;
  height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.feature-programs .features.grid .feature .copy::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  opacity: 0;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 992px) {
  .feature-programs .features.grid .feature .copy::before {
    inset: 0 0 3rem 0;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}
.feature-programs .features.grid .feature .copy:has(a:hover)::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 768px) {
  .feature-programs .features.grid .feature .copy {
    font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    padding: 1.5rem 1rem;
  }
}
.feature-programs .features.grid .feature .copy > h3 {
  font: 750 1.2222222222rem/1.3636363636 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 0.5rem;
  position: relative;
}
.feature-programs .features.grid .feature .copy > div {
  position: relative;
}
.feature-programs .features.grid .feature .copy > a {
  font: 700 0.8888888889rem/1.3125 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  margin-top: auto;
  position: relative;
}
@media (max-width: 768px) {
  .feature-programs .features.grid .feature .copy > a {
    font: 700 0.8888888889rem/1.25 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
}
.feature-programs .features.grid .feature .copy > a:hover, .feature-programs .features.grid .feature .copy > a:focus {
  text-decoration: underline;
}

.featured-story {
  position: relative;
}
@media (min-width: 769px) {
  .featured-story::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #000a59;
  }
  .featured-story::after {
    content: "";
    position: absolute;
    inset: 60% 0 0;
    background-color: #ffffff;
    z-index: 1;
    --radius: 300vw;
    clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  }
}
.featured-story > .container > .inner.flex {
  position: relative;
  border-radius: 10px;
  padding: 2.22rem;
  gap: 3rem;
  z-index: 5;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .featured-story > .container > .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1.22rem;
    border-radius: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.featured-story > .container > .inner.flex::before {
  content: "";
  position: absolute;
  inset: 0 45% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(339deg, rgba(216, 234, 255, 0) 9.48%, rgba(255, 255, 255, 0.6) 123.34%);
}
@media (max-width: 992px) {
  .featured-story > .container > .inner.flex::before {
    inset: 20% 0 0 0;
    clip-path: ellipse(108% 70% at 50% 70%);
    background: linear-gradient(120deg, rgba(216, 234, 255, 0) 10.93%, rgba(255, 255, 255, 0.6) 142.1%);
  }
}
.featured-story .story-copy {
  font: 400 0.8888888889rem/1.5 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1rem 0 0 0.66rem;
  position: relative;
  width: 325px;
}
@media (max-width: 768px) {
  .featured-story .story-copy {
    padding: 1.25rem 0 0;
  }
}
.featured-story .story-copy > h2 {
  font: 700 1.7777777778rem/1.4375 "bennet-display", "Georgia", "Times New Roman", serif;
  max-width: 465px;
  margin: 0 0 0.75rem;
}
@media (max-width: 768px) {
  .featured-story .story-copy > h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.featured-story .story-copy > div {
  max-width: 445px;
}
.featured-story .story-copy .btn:hover, .featured-story .story-copy .btn:focus {
  background-color: #000a59;
  border-color: #000a59;
  color: #ffffff;
}
.featured-story .story {
  width: 860px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .featured-story .story {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .featured-story .story {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.featured-story .story .story-image {
  width: 484px;
  height: 359px;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .featured-story .story .story-image {
    width: 100%;
    height: auto;
  }
}
.featured-story .story .story-copy {
  font: 400 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 375px;
}
.featured-story .story .story-copy::before {
  opacity: 0;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(161deg, rgba(255, 240, 199, 0.6) 55.27%, rgba(255, 255, 255, 0.6) 102.65%);
}
@media (max-width: 992px) {
  .featured-story .story .story-copy::before {
    inset: 0 0 3rem 0;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}
@media (max-width: 768px) {
  .featured-story .story .story-copy {
    width: 100%;
  }
}
.featured-story .story .story-copy .text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.75rem;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .featured-story .story .story-copy .text-inner {
    padding: 0 1rem 1.5rem;
  }
}
.featured-story .story .story-copy .text-inner > h3 {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
}
.featured-story .story .story-copy button {
  font: 700 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin: 3rem 0 0;
}
.featured-story .story .story-copy button:hover, .featured-story .story .story-copy button:focus {
  text-decoration: underline;
}
.featured-story .story .story-copy:has(button:hover)::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

dialog.story-modal .modal .modal-content > .flex {
  gap: 2rem;
}
dialog.story-modal .modal .modal-content > .flex .media {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  dialog.story-modal .modal .modal-content > .flex .media {
    padding-right: 2rem;
  }
}
dialog.story-modal .modal .modal-content > .flex .copy {
  max-width: 100%;
  width: 100%;
}

.features-grid .outer {
  border-radius: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e9f3ff), to(#f0f7ff));
  background: linear-gradient(180deg, #e9f3ff 0%, #f0f7ff 100%);
}
.features-grid .features-grid-item .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.features-grid .features-grid-item .feature:hover {
  background-color: #ffbb00;
  color: #000a59;
}
.features-grid .features-grid-item .feature > .image .image-cover {
  aspect-ratio: 424/228;
  width: 100%;
}
@media (max-width: 768px) {
  .features-grid .features-grid-item .feature > .image .image-cover {
    display: block;
  }
}
.features-grid .features-grid-item .feature .learn-more {
  margin-top: auto;
}

.featured-funds {
  position: relative;
}
.featured-funds .inner {
  padding: 3.5rem 0 1.5rem;
}
@media (max-width: 768px) {
  .featured-funds .inner {
    padding: 2.5rem 0 1rem;
  }
}
.featured-funds .inner > .container > h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 2.5rem;
}
@media (max-width: 768px) {
  .featured-funds .inner > .container > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 1.5rem;
  }
}
.featured-funds .inner .scroller.flex {
  position: relative;
  gap: 24px;
  padding-bottom: 1rem;
}
@media (max-width: 480px) {
  .featured-funds .inner .scroller.flex {
    padding-right: 0;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
}
.featured-funds .inner .scroller.flex.scrollbar-active {
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 24px;
  padding-bottom: 1.25rem;
  margin-bottom: 1rem;
}
.featured-funds .inner .scroller.flex.scrollbar-active::-webkit-scrollbar {
  height: 7px;
}
.featured-funds .inner .scroller.flex.scrollbar-active::-webkit-scrollbar-track {
  background-color: #cccede;
  border-radius: 0;
}
.featured-funds .inner .scroller.flex.scrollbar-active::-webkit-scrollbar-thumb {
  background-color: #000a59;
  border-radius: 0;
}
.featured-funds .featured-donate-card {
  background-color: #d8eaff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 425px;
          flex: 0 0 425px;
}
@media (max-width: 480px) {
  .featured-funds .featured-donate-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% + 24px);
            flex: 1 0 calc(100% + 24px);
    scroll-snap-align: center;
  }
}
.featured-funds .featured-donate-card .image-cover {
  aspect-ratio: 424/213;
}
.featured-funds .featured-donate-card .copy {
  font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 24px 21px 28px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.featured-funds .featured-donate-card .copy > * {
  position: relative;
}
.featured-funds .featured-donate-card .copy::before {
  content: "";
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  pointer-events: none;
  position: absolute;
  opacity: 0;
  inset: 0 15% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(141deg, rgba(0, 10, 89, 0.6) 44.13%, rgba(65, 80, 198, 0.6) 109.43%);
}
.featured-funds .featured-donate-card .copy:has(a:hover) {
  background-color: #000a59;
  color: #ffffff;
}
.featured-funds .featured-donate-card .copy:has(a:hover)::before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  inset: 0 10% 0 0;
}
.featured-funds .featured-donate-card h3 {
  font: 750 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
}
.featured-funds .featured-donate-card p {
  margin-bottom: 1.5rem;
}
.featured-funds .featured-donate-card a {
  font: 700 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
}

.featured-post {
  background: linear-gradient(318deg, #fff9ea 21.55%, #ffda85 90.96%);
  padding: 2.22rem 0 3.25rem;
}
.featured-post.featured-static {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .featured-post {
    padding: 0;
  }
}
.featured-post .container > .inner.flex {
  position: relative;
  border-radius: 10px;
  padding: 2.22rem;
  gap: 3rem;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .featured-post .container > .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding: 1.22rem 1.22rem 2.5rem;
    border-radius: 0;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }
}
.featured-post .container > .inner.flex::before {
  content: "";
  position: absolute;
  inset: 0 60% 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(353deg, rgba(255, 249, 234, 0.6) -14.58%, rgba(255, 191, 47, 0.36) 102.11%);
}
@media (max-width: 992px) {
  .featured-post .container > .inner.flex::before {
    inset: 30% 0 0 0;
    clip-path: ellipse(108% 70% at 50% 70%);
    background: linear-gradient(120deg, rgba(216, 234, 255, 0) 10.93%, rgba(255, 255, 255, 0.6) 142.1%);
  }
}
.featured-post .post-copy {
  font: 400 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding: 1rem 0 0 0.66rem;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 460px;
          flex: 1 1 460px;
}
@media (max-width: 992px) {
  .featured-post .post-copy {
    padding: 0.5rem 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.featured-post .post-copy > h2 {
  font: 700 1.7777777778rem/1.4375 "bennet-display", "Georgia", "Times New Roman", serif;
  max-width: 465px;
  margin: 0 0 0.75rem;
}
@media (max-width: 992px) {
  .featured-post .post-copy > h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.featured-post .post-copy p:last-of-type {
  margin-bottom: 0;
}
.featured-post .post-copy > div {
  max-width: 445px;
}
.featured-post .post-copy .btn {
  margin: 2rem 0 1rem;
}
@media (max-width: 768px) {
  .featured-post .post-copy .btn {
    margin: 1rem 0;
  }
}
.featured-post .post-copy .btn:hover, .featured-post .post-copy .btn:focus {
  background-color: #000a59;
  border-color: #000a59;
  color: #ffffff;
}
.featured-post .image-cover {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 678px;
          flex: 1 1 678px;
  aspect-ratio: 678/371;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .featured-post .image-cover {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.form-embed {
  padding: 3.44rem 0;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .form-embed {
    margin-top: 0;
  }
}
.form-embed .inner.flex {
  max-width: 1045px;
  margin: 0 auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 992px) {
  .form-embed .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.form-embed .copy {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
}
.form-embed .copy > h2 {
  text-wrap: balance;
  margin: 0 0 3rem 1.3rem;
}
@media (max-width: 768px) {
  .form-embed .copy > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 2rem 0.5rem;
  }
}
.form-embed .form-embed-container {
  width: 100%;
}
.form-embed .form-embed-container iframe {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 10px;
  width: 100%;
  min-height: 600px;
}

.grid-modals {
  background: -webkit-gradient(linear, left top, left bottom, from(#0070f3), to(#0150c3));
  background: linear-gradient(180deg, #0070f3 0%, #0150c3 100%);
  --radius: 300vw;
  clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  margin-top: -5vw;
  padding: 4.7rem 0 1rem;
}
@media (max-width: 768px) {
  .grid-modals {
    --radius: 1000vw;
    padding: 2.5rem 0 1rem;
  }
}
.grid-modals .intro {
  max-width: 933px;
  margin: 0 auto 3rem;
  font-weight: 500;
}
.grid-modals .intro > h2 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
}
.grid-modals .grid {
  gap: 30px 25px;
}
@media (max-width: 1200px) {
  .grid-modals .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .grid-modals .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-modals .grid {
    grid-template-columns: 1fr;
  }
}
.grid-modals .grid .grid-item > button {
  border-radius: 10px;
  overflow: hidden;
  background-color: #d8eaff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.grid-modals .grid .grid-item > button:hover {
  background-color: #ffbb00;
}
.grid-modals .grid .grid-item > button > .image .image-cover {
  aspect-ratio: 312/188;
  width: 100%;
}
.grid-modals .grid .grid-item > button > .copy {
  padding: 18px 27px 24px;
}
.grid-modals .grid .grid-item > button > .copy > h3 {
  font: 700 1.2222222222rem/1.3636363636 "bennet-display", "Georgia", "Times New Roman", serif;
}
.grid-modals .grid .grid-item > button > .copy > .learn-more {
  text-decoration: underline;
}
.grid-modals .grid .grid-item .cta-wrapper {
  border-top: 1px solid #000a59;
  margin-top: 1rem;
  margin-right: 1rem;
}
.grid-modals .grid .grid-item .modal .modal-content .copy .copy-inner > strong {
  margin-bottom: 0.75rem;
  display: block;
}

.grid-story {
  background-color: #000a59;
  color: #ffffff;
  padding: 4.7rem 0 4rem;
}
@media (max-width: 768px) {
  .grid-story {
    padding: 2.5rem 0;
  }
}
.grid-story .container > h2 {
  font: 700 1.7777777778rem/1.34375 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 3.25rem;
}
@media (max-width: 768px) {
  .grid-story .container > h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 2rem;
  }
}
.grid-story .grid-story-cta {
  margin: 2rem 0 0;
}
.grid-story .grid-story-cta .btn {
  margin: 0;
}
.grid-story .grid {
  grid-template-columns: repeat(4, 1fr);
}
.grid-story .grid .grid-story-item.type-image {
  padding: min(3vw, 2.75rem);
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.grid-story .grid .grid-story-item.type-image.item-5, .grid-story .grid .grid-story-item.type-image.item-7 {
  border-radius: 50px 50px 0 0;
}
.grid-story .grid .grid-story-item.type-image .image-cover {
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
.grid-story .grid .grid-story-item.type-text {
  font: 700 1.5555555556rem/1.3214285714 "bennet-display", "Georgia", "Times New Roman", serif;
  padding: 28px 33px;
  border-radius: 10px;
  position: relative;
  text-wrap: balance;
}
.grid-story .grid .grid-story-item.type-text > div {
  margin: 1rem 0 0;
}
.grid-story .grid .grid-story-item.type-text span {
  font-style: italic;
  padding: 0 8px;
}
.grid-story .grid .grid-story-item.type-text .connector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.grid-story .grid .grid-story-item.type-text .connector .connector-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(calc(50% - 0.5px), calc(50% - 1.5px)) translateZ(0);
          transform: translate(calc(50% - 0.5px), calc(50% - 1.5px)) translateZ(0);
}
.grid-story .grid .grid-story-item.type-text .connector .connector-svg path {
  fill: #000a59;
}
.grid-story .grid .grid-story-item.type-text .connector .grid-story-arrows {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-135%, -150%);
          transform: translate(-135%, -150%);
}
.grid-story .grid .grid-story-item.type-text.item-1 {
  background-color: #016eee;
}
.grid-story .grid .grid-story-item.type-text.item-1 span {
  background: -webkit-gradient(linear, left top, right top, from(#0150c1), to(#0150c1));
  background: linear-gradient(90deg, #0150c1 0%, #0150c1 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.grid-story .grid .grid-story-item.type-text.item-1 .connector-svg path {
  fill: url("#blue1");
}
.grid-story .grid .grid-story-item.type-text.item-6 {
  background-color: #0053b3;
}
.grid-story .grid .grid-story-item.type-text.item-6 span {
  background: -webkit-gradient(linear, left top, right top, from(#0070f3), to(#0070f3));
  background: linear-gradient(90deg, #0070f3 0%, #0070f3 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.grid-story .grid .grid-story-item.type-text.item-6 .connector {
  bottom: unset;
  top: 0;
  -webkit-transform: translate(50%, -50%) rotate(270deg);
          transform: translate(50%, -50%) rotate(270deg);
}
.grid-story .grid .grid-story-item.type-text.item-6 .connector .connector-svg path {
  fill: url("#blue2");
}
.grid-story .grid .grid-story-item.type-text.item-6 .connector .grid-story-arrows {
  -webkit-transform: translate(60%, 60%);
          transform: translate(60%, 60%);
}
.grid-story .grid .grid-story-item.type-text.item-3 {
  background-color: #0070f3;
}
.grid-story .grid .grid-story-item.type-text.item-3 span {
  background: -webkit-gradient(linear, left top, right top, from(#0061d1), to(#0061d1));
  background: linear-gradient(90deg, #0061d1 0%, #0061d1 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.grid-story .grid .grid-story-item.type-text.item-3 .connector-svg path {
  fill: url("#blueToSunshine");
}
.grid-story .grid .grid-story-item.type-text.item-8 {
  background-color: #ffbb00;
  color: #000a59;
}
.grid-story .grid .grid-story-item.type-text.item-8 span {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.grid-story .grid .grid-story-item.type-text.item-8 .connector {
  display: none;
}
@media (max-width: 1200px) {
  .grid-story .grid {
    max-width: 700px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .grid-story .grid .grid-story-item.item-4, .grid-story .grid .grid-story-item.item-5, .grid-story .grid .grid-story-item.item-7 {
    display: none;
  }
  .grid-story .grid .grid-story-item.item-2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: -3.15rem;
  }
  .grid-story .grid .grid-story-item.item-1 {
    padding-top: 3.25rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .grid-story .grid .grid-story-item.item-6 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .grid-story .grid .grid-story-item.item-3 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .grid-story .grid .grid-story-item.item-8 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .grid-story .grid .grid-story-item.type-image {
    padding: 0 1.75rem;
    border-radius: 0;
    background-color: transparent;
  }
  .grid-story .grid .grid-story-item.type-image .image-cover {
    aspect-ratio: 296/193;
    border-radius: 10px;
  }
  .grid-story .grid .grid-story-item.type-text {
    text-align: center;
  }
  .grid-story .grid .grid-story-item.type-text > div {
    margin: 0;
  }
  .grid-story .grid .grid-story-item.type-text .connector {
    display: none;
  }
}
.grid-story.t3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0070f3), to(#0150c3));
  background: linear-gradient(180deg, #0070f3 0%, #0150c3 100%);
  --radius: 300vw;
  clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  margin-top: -5vw;
  padding: 4.7rem 0 1rem;
}
@media (max-width: 768px) {
  .grid-story.t3 {
    padding: 2.5rem 0 1rem;
  }
}
.grid-story.t3 .grid-story-cta {
  margin: 2.5rem 0 0;
}
.grid-story.t3 .container > h2 {
  max-width: 670px;
  margin: 0 auto 3rem;
}
@media (max-width: 768px) {
  .grid-story.t3 .container > h2 {
    margin: 0 auto 2rem;
  }
}
.grid-story.t3 .grid .grid-story-item.type-text {
  background-color: #000a59;
}
.grid-story.t3 .grid .grid-story-item.type-text .connector .connector-svg path {
  fill: #000a59;
}
.grid-story.t3 .grid .grid-story-item.type-text span {
  background: -webkit-gradient(linear, left top, right top, from(#0061d1), to(#0061d1));
  background: linear-gradient(90deg, #0061d1 0%, #0061d1 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
.grid-story.t3 .grid .grid-story-item.type-text.item-3 .connector-svg path {
  fill: url("#navyToSunshine");
}
.grid-story.t3 .grid .grid-story-item.type-text.item-8 {
  background-color: #ffbb00;
  color: #000a59;
}
.grid-story.t3 .grid .grid-story-item.type-text.item-8 span {
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  background-position: 0 0;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.hero-archive .container > .inner.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .hero-archive .container > .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.hero-archive .hero-cta {
  margin-left: auto;
}
.hero-archive .hero-cta .btn {
  margin: 0;
}
@media (max-width: 992px) {
  .hero-archive .hero-cta {
    margin-left: 0;
  }
}
.hero-archive:has(+ .archive) {
  padding-bottom: 5rem;
}

.hero-home {
  padding: 0 0 4rem;
}
.hero-home .outer {
  position: relative;
}
.hero-home .outer .inner {
  padding: 3.7rem 0 2.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .hero-home .outer .inner {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.hero-home #arc-hero-home {
  position: absolute;
  width: 80%;
  height: auto;
  bottom: 0;
  right: -5%;
  opacity: 0;
}
@media (max-width: 992px) {
  .hero-home #arc-hero-home {
    display: none;
  }
}
.hero-home .hero-copy {
  position: relative;
  width: 600px;
  padding: 1.5rem 0;
  z-index: 10;
}
@media (max-width: 992px) {
  .hero-home .hero-copy {
    width: 100%;
  }
}
.hero-home .hero-copy h1 {
  font: 750 2.6666666667rem/1.2916666667 "bennet-display", "Georgia", "Times New Roman", serif;
  color: #000a59;
  letter-spacing: -0.8px;
  max-width: 550px;
  margin: 0 0 2.65rem 1.3rem;
}
@media (max-width: 992px) {
  .hero-home .hero-copy h1 {
    font: 750 2.1111111111rem/1.2368421053 "bennet-display", "Georgia", "Times New Roman", serif;
    max-width: 100%;
    margin: 0 0 1.75rem 0.5rem;
  }
}
.hero-home .hero-copy > div {
  font: 400 0.8888888889rem/1.3125 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  padding-right: 11rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 992px) {
  .hero-home .hero-copy > div {
    padding-right: 0;
  }
}
.hero-home .hero-copy > div p:last-child {
  margin-bottom: 0;
}
.hero-home .hero-copy .btn {
  padding: 13px 30px;
}
.hero-home .hero-media {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 872px;
          flex: 1 0 872px;
  aspect-ratio: 872/515;
  margin-left: -8.5rem;
}
@media (max-width: 1200px) {
  .hero-home .hero-media {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 800px;
            flex: 1 1 800px;
  }
}
@media (max-width: 992px) {
  .hero-home .hero-media {
    aspect-ratio: 393/217;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: calc(100% + 2rem);
    border-radius: 0;
    margin: 0 -1rem -4rem;
  }
}
.hero-home .hero-media .hero-video {
  container-type: size;
  position: absolute;
  inset: -2px;
  overflow: hidden;
}
.hero-home .hero-media .hero-video iframe {
  width: calc(100% + 4px);
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@container (aspect-ratio < 16/9) {
  .hero-home .hero-media .hero-video iframe {
    height: calc(100% + 4px);
    width: auto;
  }
}
.hero-home .hero-media .hero-video iframe {
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.hero-home .hero-media .hero-video .controls {
  position: absolute;
  bottom: 1rem;
  right: 1.75rem;
}
@media (max-width: 992px) {
  .hero-home .callouts .flex.inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-home .callouts .callout {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hero-home .callouts .callout .callout-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 28px 32px;
}
.hero-home .callouts .callout .callout-title h2 {
  font: 750 1.1111111111rem/1.4 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.hero-home .callouts .callout .callout-title > svg {
  position: relative;
  bottom: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
}
.hero-home .callouts .callout .callout-title > svg line {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.hero-home .callouts .callout .callout-title[aria-expanded=true] h2 {
  color: #000a59;
}
.hero-home .callouts .callout .callout-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px 1.75rem 2rem;
  width: 100%;
  background-color: #ffbb00;
  color: #000a59;
  z-index: 11;
}
.hero-home .callouts .callout .callout-text .callout-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0;
  position: relative;
}
.hero-home .callouts .callout .callout-text .callout-title h2 {
  font: 750 1.1111111111rem/1.4 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0 0 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
}
.hero-home .callouts .callout .callout-text .callout-title > svg {
  position: relative;
  bottom: 11px;
}
.hero-home .callouts .callout .callout-text .callout-title > svg line:last-child {
  opacity: 0;
}
@media (max-width: 992px) {
  .hero-home .callouts .callout .callout-text {
    position: relative;
    margin-top: -5rem;
  }
}
.hero-home .callouts .callout .callout-text::before {
  content: "";
  position: absolute;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(198deg, rgba(255, 187, 0, 0.6) -23.04%, rgba(255, 231, 167, 0.6) 125.23%);
}
.hero-home .callouts .callout .callout-text > div {
  position: relative;
}
.hero-home .callouts .callout .callout-text > a {
  font: 700 0.8888888889rem/1.4375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  position: relative;
  text-decoration: none;
}
.hero-home .callouts .callout .callout-text > a:hover, .hero-home .callouts .callout .callout-text > a:focus {
  text-decoration: underline;
}

.intake-form {
  width: 100%;
}
.intake-form .intake-form-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 26px 24px;
}
.intake-form .intake-form-wrapper::before {
  content: "";
  position: absolute;
  inset: 0 2.5rem 0 0;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(306deg, rgba(181, 214, 255, 0.6) 19.11%, rgba(255, 255, 255, 0.48) 90.03%);
}
@media (max-width: 992px) {
  .intake-form .intake-form-wrapper::before {
    inset: 0 0 3rem 0;
    clip-path: ellipse(100% 100% at 50% 0%);
  }
}
.intake-form .intake-form-wrapper div.form-heading {
  font: 800 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
  position: relative;
  margin: 0 0 0.75rem;
}
.intake-form .intake-form-wrapper .gform_wrapper .gform_required_legend {
  display: none;
}
.intake-form .intake-form-wrapper .gform_wrapper .gform_fields {
  row-gap: 1.25rem;
}
.intake-form .intake-form-wrapper .gform_wrapper .gfield_label.gform-field-label {
  font: 700 0.7777777778rem/1.3571428571 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.intake-form .intake-form-wrapper .gform_wrapper .gfield_consent_label {
  font: 400 0.7777777778rem/1.3571428571 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.intake-form .intake-form-wrapper .gform_wrapper .gfield {
  font: 400 0.7777777778rem/1.3571428571 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.intake-form .intake-form-wrapper .gform_wrapper .gfield select,
.intake-form .intake-form-wrapper .gform_wrapper .gfield input,
.intake-form .intake-form-wrapper .gform_wrapper .gfield textarea {
  border-radius: 5px;
  background-color: #ffffff;
  border: none;
  min-height: 0;
  height: 36px;
  padding: 8px 12px;
  line-height: 20px;
}
.intake-form .intake-form-wrapper .gform_wrapper .gfield select[type=checkbox], .intake-form .intake-form-wrapper .gform_wrapper .gfield select[type=radio],
.intake-form .intake-form-wrapper .gform_wrapper .gfield input[type=checkbox],
.intake-form .intake-form-wrapper .gform_wrapper .gfield input[type=radio],
.intake-form .intake-form-wrapper .gform_wrapper .gfield textarea[type=checkbox],
.intake-form .intake-form-wrapper .gform_wrapper .gfield textarea[type=radio] {
  height: 1rem;
  width: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1rem;
          flex: 0 0 1rem;
  padding: 0;
  border-radius: 2px;
}
.intake-form .intake-form-wrapper .gform_wrapper input[type=submit] {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 14px !important;
  line-height: 14px !important;
  padding: 10px 20px !important;
  min-height: 0 !important;
}

.hero-page,
.hero {
  padding: 2.75rem 0 3rem;
  background-image: url("/wp-content/themes/hfpg/assets/svg/hero-bg.svg");
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
}
.hero-page:has(+ .page-intro),
.hero:has(+ .page-intro) {
  padding-bottom: 4rem;
}
.hero-page:has(+ .grid-story.t3), .hero-page:has(+ .grid-modals),
.hero:has(+ .grid-story.t3),
.hero:has(+ .grid-modals) {
  padding-bottom: 10vw;
}
@media (max-width: 992px) {
  .hero-page,
  .hero {
    background-image: url("/wp-content/themes/hfpg/assets/svg/hero-bg-mobile.svg");
    background-position: top right;
    padding: 2rem 0 3rem;
  }
  .hero-page.has-image,
  .hero.has-image {
    background-position: center right;
  }
}
.hero-page .inner.flex,
.hero .inner.flex {
  gap: 4rem;
}
@media (max-width: 992px) {
  .hero-page .inner.flex,
  .hero .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1.5rem;
  }
}
.hero-page .copy,
.hero .copy {
  font: 400 0.9444444444rem/1.4117647059 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 680px;
}
.hero-page .copy h1,
.hero .copy h1 {
  font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 768px) {
  .hero-page .copy h1,
  .hero .copy h1 {
    margin: 0 0 0.5rem;
  }
}
.hero-page .copy p:last-child,
.hero .copy p:last-child {
  margin-bottom: 0;
}
.hero-page .copy .btn,
.hero .copy .btn {
  margin: 2rem 0 1rem;
}
.hero-page .image-cover,
.hero .image-cover {
  aspect-ratio: 562/238;
  border-radius: 10px;
  overflow: hidden;
}

.lottie-wrap {
  background-color: #ffffff;
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 9998;
  overflow: hidden;
}
@media (max-width: 992px) {
  .lottie-wrap {
    display: none;
  }
}
.lottie-wrap .lottie-inner {
  display: grid;
  place-items: center;
  position: absolute;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  clip-path: inset(0);
  background: radial-gradient(115.64% 87.94% at 73.23% 30.21%, #0b1243 0%, #051170 100%);
}
.lottie-wrap .lottie-inner #lottie-el {
  width: 100%;
  position: fixed;
  left: 50vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
}
.lottie-wrap .lottie-inner #lottie-el.lottie--ready::before {
  display: none;
}

.page-intro {
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c3dfff), to(#e5f1ff));
  background: linear-gradient(180deg, #c3dfff 0%, #e5f1ff 100%);
  position: relative;
}
.page-intro .ellipse svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 48.5%;
  height: auto;
}
@media (max-width: 992px) {
  .page-intro .ellipse svg {
    display: none;
  }
}
.page-intro .inner.flex {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .page-intro .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page-intro .copy {
  width: 100%;
  padding: 4.5rem 0 2rem;
}
@media (max-width: 992px) {
  .page-intro .copy {
    padding: 0;
  }
}
.page-intro .copy h2 {
  font: 700 2.6666666667rem/1.2916666667 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 992px) {
  .page-intro .copy h2 {
    font: 700 2.1111111111rem/1.2368421053 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.page-intro .copy .text {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  max-width: 556px;
  margin-top: 2.5rem;
}
.page-intro .image {
  width: 90%;
}
.page-intro .image img {
  width: 100%;
  height: auto;
}

.recommended-content {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #fff), to(#d9ebff));
  background: linear-gradient(180deg, #fff 65%, #d9ebff 100%);
  min-height: 500px;
  padding: 4rem 0;
}
.recommended-content .thank-you-message {
  font: 700 1.1111111111rem/1.4 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.section-404 {
  min-height: 800px;
  display: grid;
  place-items: center;
}

.spotlights {
  padding: 2rem 0;
  overflow: hidden;
}
@media (max-width: 992px) {
  .spotlights {
    padding: 2rem 0 1rem;
  }
}
.spotlights.t2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#e5f1ff), to(#fff));
  background: linear-gradient(180deg, #e5f1ff 0%, #fff 100%);
}
.spotlights.t3 {
  background: -webkit-gradient(linear, left top, left bottom, from(#0150c3), to(#011c74));
  background: linear-gradient(180deg, #0150c3 0%, #011c74 100%);
  color: #ffffff;
  position: relative;
}
.spotlights.t3:has(+ .cta-image) {
  padding-bottom: 12rem;
}
@media (max-width: 992px) {
  .spotlights.t3:has(+ .cta-image) {
    padding-bottom: 1rem;
  }
}
.spotlights.t3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 95%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(235deg, rgba(0, 10, 89, 0.6) 4.25%, rgba(0, 65, 141, 0) 91.51%);
  -webkit-transform: translate(25%, -6%);
          transform: translate(25%, -6%);
}
.spotlights.t3 .inner {
  border-top: 1px solid #ffffff;
  padding-top: 3.7rem;
}
@media (max-width: 992px) {
  .spotlights.t3 .inner {
    padding-top: 2rem;
  }
}
.spotlights .spotlight-item {
  position: relative;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .spotlights .spotlight-item {
    margin-bottom: 2rem;
    max-width: 650px;
  }
}
.spotlights .spotlight-item:last-child {
  margin-bottom: 0;
}
.spotlights .spotlight-item .spotlight-inner.flex {
  gap: 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .spotlights .spotlight-item .spotlight-inner.flex {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 1rem;
  }
}
.spotlights .spotlight-item:nth-child(odd) .spotlight-inner.flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.spotlights .spotlight-item:nth-child(odd) .spotlight-inner.flex .image {
  text-align: right;
}
@media (max-width: 992px) {
  .spotlights .spotlight-item:nth-child(odd) .spotlight-inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .spotlights .spotlight-item:nth-child(odd) .spotlight-inner.flex .image {
    text-align: left;
  }
}
.spotlights .spotlight-item .copy {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  width: 100%;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
@media (max-width: 1200px) {
  .spotlights .spotlight-item .copy {
    margin-bottom: 0;
  }
}
.spotlights .spotlight-item .copy > h2 {
  font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  text-wrap: balance;
  max-width: 535px;
}
@media (max-width: 992px) {
  .spotlights .spotlight-item .copy > h2 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.spotlights .spotlight-item .copy > div {
  max-width: 535px;
}
.spotlights .spotlight-item .image {
  width: 83%;
}
@media (max-width: 992px) {
  .spotlights .spotlight-item .image {
    width: 100%;
  }
}
.spotlights .spotlight-item .image .image-cover {
  border-radius: 10px;
  aspect-ratio: 578/341;
  overflow: hidden;
}

.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 400;
  padding: 1.8rem;
  border-radius: 0 20px 0 0;
  -webkit-box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  max-width: 406px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}
@media (max-width: 768px) {
  .sticky-cta {
    padding: 1.5rem 1rem 1rem;
  }
}
.sticky-cta .inner.flex {
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .sticky-cta .inner.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sticky-cta .inner.flex > strong {
  font: 700 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  display: block;
}
.sticky-cta .inner.flex .btn {
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.vertical-tabs {
  position: relative;
  padding: 2rem 0 0;
}
.vertical-tabs::before {
  content: "";
  position: absolute;
  inset: 60% 0 0 0;
  opacity: 0.8;
  --radius: 200vw;
  clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-66.34%, rgba(0, 112, 242, 0)), color-stop(99.34%, #004ca3));
  background: linear-gradient(180deg, rgba(0, 112, 242, 0) -66.34%, #004ca3 99.34%);
}
@media (max-width: 992px) {
  .vertical-tabs::before {
    display: none;
  }
}
.vertical-tabs .curve-top {
  height: 4rem;
}
@media (max-width: 992px) {
  .vertical-tabs .curve-top {
    height: 2rem;
  }
}
.vertical-tabs .vertical-tabs-inner {
  padding: 1rem 0 6rem;
}
@media (max-width: 992px) {
  .vertical-tabs .vertical-tabs-inner {
    padding: 1rem 0 2.5rem;
  }
}
.vertical-tabs .tabs-intro {
  max-width: 933px;
  margin: 0 auto 3.25rem;
  position: relative;
}
.vertical-tabs .tabs-intro > h2 {
  font: 700 2.3333333333rem/1.380952381 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 992px) {
  .vertical-tabs .tabs-intro > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}

.tabs {
  gap: 3.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 992px) {
  .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.tabs .tabslist {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 320px;
          flex: 1 1 320px;
  gap: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .tabs .tabslist {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    margin: 0 auto;
    gap: 0;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
  }
}
.tabs .tabslist button.tab,
.tabs .tabslist button.tabs-mobile-toggle {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: none;
  margin: 0;
  background-color: #d8eaff;
  border: none;
  color: #000a59;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .tabs .tabslist button.tab,
  .tabs .tabslist button.tabs-mobile-toggle {
    display: none;
    border-radius: 0;
    width: 100%;
    text-align: left;
  }
  .tabs .tabslist button.tab.tabs-mobile-toggle,
  .tabs .tabslist button.tabs-mobile-toggle.tabs-mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.tabs .tabslist button.tab[aria-selected=true], .tabs .tabslist button.tab:hover,
.tabs .tabslist button.tabs-mobile-toggle[aria-selected=true],
.tabs .tabslist button.tabs-mobile-toggle:hover {
  background-color: #ffffff;
}
.tabs .tabpanels {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 940px;
          flex: 1 1 940px;
}
@media (max-width: 992px) {
  .tabs .tabpanels {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
.tabs .tabpanels .tabpanel-inner {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  min-height: 395px;
}
@media (max-width: 992px) {
  .tabs .tabpanels .tabpanel-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.tabs .tabpanels .copy {
  background: linear-gradient(118deg, #fff 27.71%, #daebff 54.28%);
  padding: 4rem 1.77rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 440px;
          flex: 1 1 440px;
  clip-path: ellipse(100% 135% at 0 50%);
  margin-right: -2.5rem;
}
@media (max-width: 992px) {
  .tabs .tabpanels .copy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    padding: 12vw 1.5rem 2rem;
    margin-right: 0;
    margin-top: -10vw;
    --radius: 150vw;
    clip-path: ellipse(var(--radius) var(--radius) at 50% var(--radius));
  }
}
.tabs .tabpanels .copy .copy-inner {
  max-width: 350px;
}
@media (max-width: 992px) {
  .tabs .tabpanels .copy .copy-inner {
    max-width: 100%;
  }
}
.tabs .tabpanels .copy .copy-inner > h3 {
  font: 600 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
}
@media (max-width: 992px) {
  .tabs .tabpanels .copy .copy-inner > h3 {
    font: 600 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 0 0 0.5rem;
  }
}
.tabs .tabpanels .image-cover {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 395px;
          flex: 1 1 395px;
  aspect-ratio: 563/395;
}
@media (max-width: 992px) {
  .tabs .tabpanels .image-cover {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    aspect-ratio: 355/214;
  }
}
@media (max-width: 768px) {
  .tabs .tabpanels .image-cover {
    max-height: 250px;
  }
}
.tabs.expanded .tabslist .tabs-mobile-toggle svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tabs.expanded .tabslist button.tab {
  display: block;
}

.whats-new {
  padding: 0 0 4.6rem;
}
@media (max-width: 768px) {
  .whats-new {
    padding: 0 0 2.25rem;
  }
}
.whats-new .intro.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.75rem;
  width: 100%;
  border-bottom: 1px solid #000a59;
  padding: 1rem 0;
  margin: 2.5rem 0;
}
@media (max-width: 1200px) {
  .whats-new .intro.flex {
    margin: 1.5rem 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
@media (max-width: 768px) {
  .whats-new .intro.flex {
    border-bottom: none;
    margin: 1rem 0 0.5rem;
  }
}
.whats-new .intro.flex > h2 {
  font: 700 2.3333333333rem/1.1904761905 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0;
}
@media (max-width: 992px) {
  .whats-new .intro.flex > h2 {
    font: 700 1.7777777778rem/1.3125 "bennet-display", "Georgia", "Times New Roman", serif;
  }
}
.whats-new .intro.flex > .eyebrow {
  font: 500 1rem/1.3333333333 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  margin-top: 0.25rem;
}
@media (max-width: 992px) {
  .whats-new .intro.flex > .eyebrow {
    margin: 0;
  }
}
.whats-new .intro.flex > .btn {
  margin: 0 0 0 auto;
}
@media (max-width: 1200px) {
  .whats-new .intro.flex > .btn {
    margin: 0;
  }
}
.whats-new .whats-new-posts.grid {
  gap: 2rem 1.35rem;
  grid-template-areas: "p1 p1 p2" "p3 p4 p5";
}
@media (max-width: 768px) {
  .whats-new .whats-new-posts.grid {
    grid-template-areas: none;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.whats-new .whats-new-posts.grid .read-more {
  display: inline-block;
  margin-top: 0.75rem;
}
.whats-new .whats-new-posts.grid .post-1,
.whats-new .whats-new-posts.grid .post-2 {
  background-color: #000a59;
  color: #ffffff;
  border-radius: 10px;
}
.whats-new .whats-new-posts.grid .post-1 .card-inner,
.whats-new .whats-new-posts.grid .post-2 .card-inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.whats-new .whats-new-posts.grid .post-1 .image-cover,
.whats-new .whats-new-posts.grid .post-2 .image-cover {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 196px;
          flex: 0 0 196px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.whats-new .whats-new-posts.grid .post-1 .copy,
.whats-new .whats-new-posts.grid .post-2 .copy {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  height: 100%;
}
@media (max-width: 768px) {
  .whats-new .whats-new-posts.grid .post-1 .copy,
  .whats-new .whats-new-posts.grid .post-2 .copy {
    padding: 0 1.5rem 1.5rem;
  }
}
.whats-new .whats-new-posts.grid .post-1 .copy .copy-inner,
.whats-new .whats-new-posts.grid .post-2 .copy .copy-inner {
  position: relative;
  padding: 0 2rem 2rem;
  height: 100%;
}
@media (max-width: 768px) {
  .whats-new .whats-new-posts.grid .post-1 .copy .copy-inner,
  .whats-new .whats-new-posts.grid .post-2 .copy .copy-inner {
    padding: 0;
  }
}
.whats-new .whats-new-posts.grid .post-1 .copy .copy-inner > h3,
.whats-new .whats-new-posts.grid .post-2 .copy .copy-inner > h3 {
  font: 700 1.2222222222rem/1.4090909091 "bennet-display", "Georgia", "Times New Roman", serif;
}
.whats-new .whats-new-posts.grid .post-1 .copy::before,
.whats-new .whats-new-posts.grid .post-2 .copy::before {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0 2rem 0 0;
  opacity: 0;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  clip-path: ellipse(100% 135% at 0 50%);
  background: linear-gradient(156deg, rgba(255, 187, 0, 0.6) 26.55%, rgba(255, 231, 167, 0.6) 118.67%);
}
.whats-new .whats-new-posts.grid .post-1 .copy .eyebrow,
.whats-new .whats-new-posts.grid .post-2 .copy .eyebrow {
  font: 800 0.7222222222rem/1.3846153846 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  background-color: #ffbb00;
  color: #000a59;
  display: inline-block;
  padding: 10px 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.whats-new .whats-new-posts.grid .post-1:has(a:hover),
.whats-new .whats-new-posts.grid .post-2:has(a:hover) {
  background-color: #ffbb00;
  color: #000a59;
}
.whats-new .whats-new-posts.grid .post-1:has(a:hover) .copy::before,
.whats-new .whats-new-posts.grid .post-2:has(a:hover) .copy::before {
  inset: 0 1rem 0 0;
  opacity: 1;
}
.whats-new .whats-new-posts.grid .post-1:has(a:hover) .eyebrow,
.whats-new .whats-new-posts.grid .post-2:has(a:hover) .eyebrow {
  background-color: #000a59;
  color: #ffffff;
}
@media (min-width: 993px) {
  .whats-new .whats-new-posts.grid .post-1 {
    grid-area: p1;
  }
  .whats-new .whats-new-posts.grid .post-1 .card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .whats-new .whats-new-posts.grid .post-1 .image-cover {
    aspect-ratio: 438px/406px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 438px;
            flex: 1 1 438px;
    height: 100%;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
  }
  .whats-new .whats-new-posts.grid .post-1 .copy {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 433px;
            flex: 1 1 433px;
  }
  .whats-new .whats-new-posts.grid .post-1 .copy h3 {
    font: 700 1.5555555556rem/1.2857142857 "bennet-display", "Georgia", "Times New Roman", serif;
    margin: 1rem 0;
  }
  .whats-new .whats-new-posts.grid .post-1 .copy .eyebrow {
    padding: 13px 24px;
  }
  .whats-new .whats-new-posts.grid .post-1 .copy .excerpt {
    font: 400 0.8888888889rem/1.375 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  .whats-new .whats-new-posts.grid .post-1 .copy .read-more {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .whats-new .whats-new-posts.grid .post-3,
  .whats-new .whats-new-posts.grid .post-4,
  .whats-new .whats-new-posts.grid .post-5 {
    display: none;
  }
}
.whats-new .whats-new-posts.grid .post-3 .card-inner,
.whats-new .whats-new-posts.grid .post-4 .card-inner,
.whats-new .whats-new-posts.grid .post-5 .card-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
.whats-new .whats-new-posts.grid .post-3 .image-cover,
.whats-new .whats-new-posts.grid .post-4 .image-cover,
.whats-new .whats-new-posts.grid .post-5 .image-cover {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 113px;
          flex: 0 0 113px;
  border-radius: 10px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.whats-new .whats-new-posts.grid .post-3 .copy,
.whats-new .whats-new-posts.grid .post-4 .copy,
.whats-new .whats-new-posts.grid .post-5 .copy {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 290px;
          flex: 1 1 290px;
}
.whats-new .whats-new-posts.grid .post-3 .copy .eyebrow,
.whats-new .whats-new-posts.grid .post-4 .copy .eyebrow,
.whats-new .whats-new-posts.grid .post-5 .copy .eyebrow {
  font: 800 0.7222222222rem/1.3846153846 "Schibsted Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  border-bottom: 1px solid #000a59;
  padding: 0 0 0.25rem;
  margin: 0 0 0.5rem;
}
.whats-new .whats-new-posts.grid .post-3 .copy h3,
.whats-new .whats-new-posts.grid .post-4 .copy h3,
.whats-new .whats-new-posts.grid .post-5 .copy h3 {
  font: 750 0.8888888889rem/1.375 "bennet-display", "Georgia", "Times New Roman", serif;
  margin: 0;
  padding-right: 1.25rem;
}
.whats-new .whats-new-posts.grid .post-3:has(a:hover) h3,
.whats-new .whats-new-posts.grid .post-4:has(a:hover) h3,
.whats-new .whats-new-posts.grid .post-5:has(a:hover) h3 {
  text-decoration: underline;
}

/* 
** Setup color css classes
** Included last to ensure classes override theme defaults when used.
*/
.text-white {
  color: #ffffff;
}

.text-hover-white:hover {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.bg-hover-white:hover {
  background-color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-hover-black:hover {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.bg-hover-black:hover {
  background-color: #000000;
}

.text-skyBlue {
  color: #d8eaff;
}

.text-hover-skyBlue:hover {
  color: #d8eaff;
}

.bg-skyBlue {
  background-color: #d8eaff;
}

.bg-hover-skyBlue:hover {
  background-color: #d8eaff;
}

.text-skyBlue2 {
  color: #bddcff;
}

.text-hover-skyBlue2:hover {
  color: #bddcff;
}

.bg-skyBlue2 {
  background-color: #bddcff;
}

.bg-hover-skyBlue2:hover {
  background-color: #bddcff;
}

.text-riverBlue {
  color: #0070f3;
}

.text-hover-riverBlue:hover {
  color: #0070f3;
}

.bg-riverBlue {
  background-color: #0070f3;
}

.bg-hover-riverBlue:hover {
  background-color: #0070f3;
}

.text-riverBlue2 {
  color: #0061d1;
}

.text-hover-riverBlue2:hover {
  color: #0061d1;
}

.bg-riverBlue2 {
  background-color: #0061d1;
}

.bg-hover-riverBlue2:hover {
  background-color: #0061d1;
}

.text-riverBlue3 {
  color: #0053b3;
}

.text-hover-riverBlue3:hover {
  color: #0053b3;
}

.bg-riverBlue3 {
  background-color: #0053b3;
}

.bg-hover-riverBlue3:hover {
  background-color: #0053b3;
}

.text-riverBlue4 {
  color: #0047b5;
}

.text-hover-riverBlue4:hover {
  color: #0047b5;
}

.bg-riverBlue4 {
  background-color: #0047b5;
}

.bg-hover-riverBlue4:hover {
  background-color: #0047b5;
}

.text-navy {
  color: #000a59;
}

.text-hover-navy:hover {
  color: #000a59;
}

.bg-navy {
  background-color: #000a59;
}

.bg-hover-navy:hover {
  background-color: #000a59;
}

.text-sunshine {
  color: #ffbb00;
}

.text-hover-sunshine:hover {
  color: #ffbb00;
}

.bg-sunshine {
  background-color: #ffbb00;
}

.bg-hover-sunshine:hover {
  background-color: #ffbb00;
}

.text-sunshine2 {
  color: #ffe8ab;
}

.text-hover-sunshine2:hover {
  color: #ffe8ab;
}

.bg-sunshine2 {
  background-color: #ffe8ab;
}

.bg-hover-sunshine2:hover {
  background-color: #ffe8ab;
}

.text-clay {
  color: #c04216;
}

.text-hover-clay:hover {
  color: #c04216;
}

.bg-clay {
  background-color: #c04216;
}

.bg-hover-clay:hover {
  background-color: #c04216;
}

.text-sand {
  color: #f8efd8;
}

.text-hover-sand:hover {
  color: #f8efd8;
}

.bg-sand {
  background-color: #f8efd8;
}

.bg-hover-sand:hover {
  background-color: #f8efd8;
}
/*# sourceMappingURL=style.css.map */
