/*
! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}h1 {
  font-family: Futura, sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  h1 {
    font-size: 70px;
  }
}h2 {
  font-family: Futura, sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  h2 {
    font-size: 45px;
  }

  h2 {
    line-height: 105%;
  }
}h3 {
  font-family: Futura, sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 105%;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  h3 {
    font-size: 30px;
  }
}h4 {
  font-family: Futura, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 125%;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  h4 {
    font-size: 26px;
  }
}h5, .gform_fields input {
  font-family: Futura, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  h5, .gform_fields input {
    font-size: 20px;
  }
}h6 {
  font-family: Hoboken High, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  h6 {
    font-size: 17px;
  }
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}.tham {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity;
}.tham:hover {
  opacity: 0.7;
}.tham-box {
  position: relative;
  display: inline-block;
}.tham-inner {
  top: 50%;
  display: block;
  background-color: #000;
  position: absolute;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}.tham-inner::before {
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}.tham-inner::after {
  content: "";
  background-color: inherit;
  position: absolute;
  display: block;
  border-radius: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
}.tham.tham-w-4.tham-e-slider .tham-inner {
  top: 1px;
}.tham.tham-w-4.tham-e-slider .tham-inner::before {
  top: 4px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}.tham.tham-w-4.tham-e-slider .tham-inner::after {
  top: 8px;
}.tham.tham-w-4.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 4px, 0) rotate(45deg);
}.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-2.2857142857142856px, -2px, 0);
  opacity: 0;
}.tham.tham-w-4.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-90deg);
}.tham.tham-e-squeeze .tham-inner {
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  transition-duration: 75ms;
}.tham.tham-e-squeeze .tham-inner::before {
  transition: top 75ms ease .12s,opacity 75ms ease;
}.tham.tham-e-squeeze .tham-inner::after {
  transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}.tham.tham-e-squeeze.tham-active .tham-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transform: rotate(45deg);
}.tham.tham-e-squeeze.tham-active .tham-inner::before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0;
}.tham.tham-e-squeeze.tham-active .tham-inner::after {
  bottom: 0;
  transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
  transform: rotate(-90deg);
}.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-4.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-4.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-4.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-3.20px, -4.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-4.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-3.20px, 4.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(3.20px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-4.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(3.20px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-4.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-4.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}.tham.tham-w-4.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-4.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}.tham.tham-w-4.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-6.tham-e-slider .tham-inner {
  top: 1.5px;
}.tham.tham-w-6.tham-e-slider .tham-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}.tham.tham-w-6.tham-e-slider .tham-inner::after {
  top: 12px;
}.tham.tham-w-6.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714285714284px, -3px, 0);
  opacity: 0;
}.tham.tham-w-6.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-6.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-6.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-6.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-4.80px, -6.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-6.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-4.80px, 6.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(4.80px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-6.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(4.80px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-6.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-6.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}.tham.tham-w-6.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-6.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}.tham.tham-w-6.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-8.tham-e-slider .tham-inner {
  top: 2px;
}.tham.tham-w-8.tham-e-slider .tham-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}.tham.tham-w-8.tham-e-slider .tham-inner::after {
  top: 16px;
}.tham.tham-w-8.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-4.571428571428571px, -4px, 0);
  opacity: 0;
}.tham.tham-w-8.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-8.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-8.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-8.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-6.40px, -8.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-6.40px, 8.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-8.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-8.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}.tham.tham-w-8.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-8.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}.tham.tham-w-8.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-12.tham-e-slider .tham-inner {
  top: 3px;
}.tham.tham-w-12.tham-e-slider .tham-inner::before {
  top: 12px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}.tham.tham-w-12.tham-e-slider .tham-inner::after {
  top: 24px;
}.tham.tham-w-12.tham-e-slider.tham-active .tham-inner {
  transform: translate3d(0, 12px, 0) rotate(45deg);
}.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::before {
  transform: rotate(-45deg) translate3d(-6.857142857142857px, -6px, 0);
  opacity: 0;
}.tham.tham-w-12.tham-e-slider.tham-active .tham-inner::after {
  transform: translate3d(0, -24px, 0) rotate(-90deg);
}.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::before {
  transform: translate3d(-9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-12.tham-e-arrow.tham-active .tham-inner::after {
  transform: translate3d(-9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-12.tham-e-arrow-alt .tham-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-12.tham-e-arrow-alt .tham-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::before {
  top: 0;
  transform: translate3d(-9.60px, -12.00px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-12.tham-e-arrow-alt.tham-active .tham-inner::after {
  bottom: 0;
  transform: translate3d(-9.60px, 12.00px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner {
  transform: rotate(-180deg);
}.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::before {
  transform: translate3d(9.60px, 0, 0) rotate(45deg) scale(0.7, 1);
}.tham.tham-w-12.tham-e-arrow-turn.tham-active .tham-inner::after {
  transform: translate3d(9.60px, 0, 0) rotate(-45deg) scale(0.7, 1);
}.tham.tham-w-12.tham-e-spin .tham-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-12.tham-e-spin .tham-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}.tham.tham-w-12.tham-e-spin .tham-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}.tham.tham-w-12.tham-e-spin.tham-active .tham-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}.tham.tham-w-12.tham-e-spin.tham-active .tham-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tham-w-4 .tham-box {
  width: 16px;
  height: 10px;
}.tham-w-4 .tham-inner {
  margin-top: -1px;
  width: 16px;
  height: 2px;
}.tham-w-4 .tham-inner::before {
  width: 16px;
  height: 2px;
  top: -4px;
}.tham-w-4 .tham-inner::after {
  width: 16px;
  height: 2px;
  bottom: -4px;
}.tham-w-6 {
  width: 24px;
  height: 15px;
}.tham-w-6 .tham-box {
  width: 24px;
  height: 15px;
}.tham-w-6 .tham-inner {
  margin-top: -1.5px;
  width: 24px;
  height: 3px;
}.tham-w-6 .tham-inner::before {
  width: 24px;
  height: 3px;
  top: -6px;
}.tham-w-6 .tham-inner::after {
  width: 24px;
  height: 3px;
  bottom: -6px;
}.tham-w-8 .tham-box {
  width: 32px;
  height: 20px;
}.tham-w-8 .tham-inner {
  margin-top: -2px;
  width: 32px;
  height: 4px;
}.tham-w-8 .tham-inner::before {
  width: 32px;
  height: 4px;
  top: -8px;
}.tham-w-8 .tham-inner::after {
  width: 32px;
  height: 4px;
  bottom: -8px;
}.tham-w-12 .tham-box {
  width: 48px;
  height: 30px;
}.tham-w-12 .tham-inner {
  margin-top: -3px;
  width: 48px;
  height: 6px;
}.tham-w-12 .tham-inner::before {
  width: 48px;
  height: 6px;
  top: -12px;
}.tham-w-12 .tham-inner::after {
  width: 48px;
  height: 6px;
  bottom: -12px;
}.container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .container {
    max-width: calc(100% - 180px);
  }
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}.my-\[35px\] {
  margin-top: 35px;
  margin-bottom: 35px;
}.mt-\[200px\] {
  margin-top: 200px;
}.mb-14 {
  margin-bottom: 3.5rem;
}.mt-\[26px\] {
  margin-top: 26px;
}.mt-\[30px\] {
  margin-top: 30px;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.flex {
  display: flex;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.h-6 {
  height: 1.5rem;
}.h-12 {
  height: 3rem;
}.h-full {
  height: 100%;
}.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}.w-\[104px\] {
  width: 104px;
}.w-6 {
  width: 1.5rem;
}.w-12 {
  width: 3rem;
}.w-\[85\%\] {
  width: 85%;
}.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.flex-row {
  flex-direction: row;
}.flex-col {
  flex-direction: column;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.gap-sm {
  gap: 10px;
}.gap-\[25px\] {
  gap: 25px;
}.rounded-t-\[13px\] {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}.border-b-\[1px\] {
  border-bottom-width: 1px;
}.border-grey-20 {
  --tw-border-opacity: 1;
  border-color: rgb(114 137 159 / var(--tw-border-opacity));
}.bg-blue-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.bg-grey-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(184 205 224 / var(--tw-bg-opacity));
}.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
}.bg-blue-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(126 205 255 / var(--tw-bg-opacity));
}.bg-blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
}.bg-blue-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
}.bg-stripedPattern {
  background-image: url(images/striped-hero-bg.9f73132c.png);
}.bg-newsletterPattern {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iY292ZXIiIHZpZXdCb3g9IjAgMCAxNDAwIDUzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS01NzguOTk1IC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNLTM0Ni40NDcgLTI3Mi4zNTFMNjcyLjg3OCAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0tMTEzLjg5MSAtMjcyLjM1MUw2NzIuODg1IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTExOC42NTggLTI3Mi4zNTFMNjcyLjg4NSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNTEuMjA0IC0yNzIuMzUxTDY3Mi44ODIgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNTgzLjgzOCAtMjcyLjM1MUw2NzIuODgyIDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTgxNi4zODUgLTI3Mi4zNTFMNjcyLjg3OSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMDQ4LjkzIC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTI4MS40OCAtMjcyLjM1MUw2NzIuODc5IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE1MTQuMDMgLTI3Mi4zNTFMNjcyLjg3OSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNzQ2LjU4IC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTk3OS4yMiAtMjcyLjM1MUw2NzIuODc5IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
}.fill-blue-navy {
  fill: #173962;
}.pt-\[34px\] {
  padding-top: 34px;
}.pb-\[55px\] {
  padding-bottom: 55px;
}.pb-\[30px\] {
  padding-bottom: 30px;
}.pl-1 {
  padding-left: 0.25rem;
}.pt-xxl {
  padding-top: 80px;
}.pb-\[40px\] {
  padding-bottom: 40px;
}.text-center {
  text-align: center;
}.text-\[103px\] {
  font-size: 103px;
}.text-\[20px\] {
  font-size: 20px;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.font-extrabold {
  font-weight: 800;
}.font-bold {
  font-weight: 700;
}.leading-\[100\%\] {
  line-height: 100%;
}.tracking-tight {
  letter-spacing: -0.025em;
}.text-blue-navy {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.text-grey-20 {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0, 0, 0, 0.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none !important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0, 0, 0, 0.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0, 0, 0, 0.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0, 0, 0, 0.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}@font-face{font-family:hoboken high;src:url(fonts/HobokenHighSansLLWeb-Regular.1cecde57.woff)}h1 {
  font-size: 45px;
  line-height: 47.25px;
}@media (min-width: 1024px) {

  h1 {
    font-size: 70px;
    line-height: 70px;
  }
}h2 {
  font-size: 30px;
  line-height: 31.5px;
}@media (min-width: 1024px) {

  h2 {
    font-size: 45px;
    line-height: 47.25px;
  }
}h3 {
  font-size: 26px;
  line-height: 32.5px;
}@media (min-width: 1024px) {

  h3 {
    font-size: 30px;
    line-height: 31.5px;
  }
}h4 {
  font-size: 19px;
  line-height: 26.6px;
}@media (min-width: 1024px) {

  h4 {
    font-size: 26px;
    line-height: 32.5px;
  }
}p {
  font-size: 17px;
  line-height: 23.8px;
}@media (min-width: 1024px) {

  p {
    font-size: 19px;
    line-height: 26.6px;
  }
}@font-face{font-family:HobokenHighSansLLWeb-Regular;src:local("hoboken"),url(fonts/HobokenHighSansLLWeb-Regular.1cecde57.woff) format("woff")}html, body {
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  font-family: Source Serif Pro, serif;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}body {
  font-size: 19px;
  line-height: 26.6px;position:static !important;
}.content-wrapper {
  margin-top: 58px;
}@media (min-width: 1024px) {

  .content-wrapper {
    margin-top: 100px;
  }
}.full-width{margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;max-width:100vw !important}.to-reveal{opacity:0;transition:opacity .5s ease,transform 1s cubic-bezier(0.1, 0.6, 0.4, 1)}.to-reveal.__revealed{opacity:1}.article {
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 1024px) {

  .article {
    padding-bottom: 90px;
  }
}.article.hide-title {
  padding-top: 0px;
}.article :first-child:not(.image-hero__container):not(.detail-hero__container) {
  margin-top: 0px;
}.article>* {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}@media (min-width: 768px) {

  .article>* {
    max-width: 595px;
  }
}.article h1:not(.image-hero__title h1) {
  margin-bottom: 55px;
  text-align: center;
}@media (min-width: 1024px) {

  .article h1:not(.image-hero__title h1) {
    margin-bottom: 91px;
  }
}.article h2, .article h3, .article h5, .article .gform_fields input, .gform_fields .article input {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .article h2, .article h3, .article h5, .article .gform_fields input, .gform_fields .article input {
    margin-bottom: 45px;
  }
}.article h4 {
  margin-bottom: 20px;
}@media (min-width: 1024px) {

  .article h4 {
    margin-bottom: 30px;
  }
}.article p:not(.program-detail p,.image-hero__headline) {
  margin-bottom: 35px;
}.article p:not(.program-detail p,.image-hero__headline):last-of-type {
  margin-bottom: 55px;
}@media (min-width: 1024px) {

  .article p:not(.program-detail p,.image-hero__headline):last-of-type {
    margin-bottom: 90px;
  }

  .article p+h2, .article p+h3, .article p+h4, .article p+h5, .article .gform_fields p+input, .gform_fields .article p+input, .article p+h6 {
    margin-top: 25px;
  }
}.article ul {
  margin-bottom: 20px;
  list-style-type: disc;
}@media (min-width: 1024px) {

  .article ul {
    margin-bottom: 30px;
  }
}.article ol {
  margin-bottom: 20px;
  list-style-type: decimal;
}@media (min-width: 1024px) {

  .article ol {
    margin-bottom: 30px;
  }
}.article li {
  list-style-position: inside;
  font-family: Source Serif Pro, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .article li {
    font-size: 19px;
  }
}.article a:not(.btn) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.article .wp-block-image {
  margin-top: 60px;
  margin-bottom: 25px;
  max-width: 100%;width:960px;
}.article .wp-block-image img {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}.article .wp-block-image figcaption {
  margin-top: 22px;
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 26px;
}.article .wp-block-image.is-style-float-right {
  float: right;
  margin-top: 1rem;width:calc((100% - 740px)/2 - 16px);
}.article .wp-block-image.is-style-float-left {
  float: right;
}.article-header {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  min-height: 800px;
  flex-direction: column;
  overflow: hidden;
}.article-header__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}.article-header__bg img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.article-header__content {
  margin-top: auto;
  padding-bottom: 2rem;
}#progress-bar{--scroll: 0%;background:linear-gradient(to right, #000 var(--scroll), transparent 0);position:absolute;width:100%;height:5px;top:100%}.banner {
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.banner__wrapper {
  padding-top: 30px;
}@media (min-width: 1024px) {.banner__wrapper {
    margin-left: auto;
    margin-right: auto;
  }.banner__wrapper {
    width: 1440px;
  }.banner__wrapper {
    max-width: calc(100% - 60px);
  }@media (min-width: 1024px) {

    .banner__wrapper {
      max-width: calc(100% - 180px);
    }
  }.banner__wrapper {
    padding-top: 60px;
  }
}.banner--closed{height:0}.banner__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .banner__container {
    max-width: calc(100% - 180px);
  }
}.banner__container {
  position: relative;
  border-radius: 13px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  padding: 20px;
  text-align: center;
  font-family: Futura, sans-serif;
  font-size: 16px;
  font-weight: 700;
}@media (min-width: 1024px) {

  .banner__container {
    padding-left: 200px;
    padding-right: 200px;
  }

  .banner__container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .banner__container {
    font-size: 26px;
    line-height: 32.5px;
  }
}.banner__container a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}@media (min-width: 1024px) {

  .banner__container a {
    text-decoration-thickness: 2px;
  }

  .banner__container a {
    text-underline-offset: 7px;
  }
}.banner__close {
  position: absolute;
  top: 0px;
  right: 0px;
}.btn, .sign-up .gform_wrapper.gravity-theme .gform_button, .article .wp-block-button__link {
  border-radius: 9999px;
  border-width: 1.25px;
  border-style: solid;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  line-height: 15.4px;
  font-weight: 700;
  line-height: 110%;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}@media (min-width: 1024px) {

  .btn, .sign-up .gform_wrapper.gravity-theme .gform_button, .article .wp-block-button__link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn, .sign-up .gform_wrapper.gravity-theme .gform_button, .article .wp-block-button__link {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .btn, .sign-up .gform_wrapper.gravity-theme .gform_button, .article .wp-block-button__link {
    font-size: 17px;
    line-height: 23.8px;
  }

  .btn, .sign-up .gform_wrapper.gravity-theme .gform_button, .article .wp-block-button__link {
    line-height: 130%;
  }
}.btn--dark {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(208 46 42 / var(--tw-bg-opacity));
}.btn--light, .btn--white {
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
  outline-offset: 0px;
}.btn--light {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.btn--light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.btn--white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--yellow, .sign-up .gform_wrapper.gravity-theme .gform_button {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
  fill: #173962;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.btn--yellow:hover, .sign-up .gform_wrapper.gravity-theme .gform_button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 204 9 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  fill: #FDCC09;
  --tw-text-opacity: 1;
  color: rgb(253 204 9 / var(--tw-text-opacity));
}.btn--dark-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(253 204 9 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 204 9 / var(--tw-text-opacity));
}.btn--dark-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
  fill: #173962;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.btn--blue-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.btn--blue-20:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--red {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 46 42 / var(--tw-bg-opacity));
  fill: #D02E2A;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.btn--red:hover {
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(208 46 42 / var(--tw-border-opacity));
  background-color: transparent;
  fill: #D02E2A;
  --tw-text-opacity: 1;
  color: rgb(208 46 42 / var(--tw-text-opacity));
}.btn--disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.btn--no-hover {
  pointer-events: none;
}.btn--tight, .sign-up .gform_wrapper.gravity-theme .gform_button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 110%;
}.btn-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}@media (min-width: 1024px) {

  .btn-list {
    flex-direction: row;
  }
}.btn-list li .btn, .btn-list li .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .btn-list li .gform_button, .btn-list li .article .wp-block-button__link, .article .btn-list li .wp-block-button__link {
  display: inline-block;
}@media (min-width: 1024px) {

  .btn-list li .btn, .btn-list li .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .btn-list li .gform_button, .btn-list li .article .wp-block-button__link, .article .btn-list li .wp-block-button__link {
    display: inline;
  }
}.btn-list li:first-of-type {
  margin-bottom: 10px;
}@media (min-width: 1024px) {

  .btn-list li:first-of-type {
    margin-bottom: 0px;
  }
}.btn-sm {
  border-radius: 9999px;
  border-width: 1.25px;
  border-style: solid;
  border-color: transparent;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  line-height: 15.4px;
  font-weight: 700;
  line-height: 110%;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}@media (min-width: 1024px) {

  .btn-sm {
    padding-left: 16px;
    padding-right: 16px;
  }

  .btn-sm {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .btn-sm {
    font-size: 17px;
    line-height: 23.8px;
  }

  .btn-sm {
    line-height: 130%;
  }
}.footer-info {
  overflow: hidden;
  font-family: Futura, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
}@media (min-width: 768px) {

  .footer-info {
    font-size: 17px;
  }
}.footer-info__logo {
  position: relative;
  grid-column: span 5 / span 5;
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
  padding-top: 36px;
  padding-bottom: 36px;
}@media (min-width: 768px) {

  .footer-info__logo {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.footer-info__logo::before{content:"";position: absolute;top: 0px;z-index: 0;height: 100%;width: 100vw;--tw-bg-opacity: 1;background-color: rgb(253 204 9 / var(--tw-bg-opacity));right: 50%;--tw-translate-x: 50%;transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media (min-width: 1024px) {

  .footer-info__logo::before {
    right: 0px;
  }

  .footer-info__logo::before {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.footer-info__svg {
  position: relative;
  width: 123px;
  align-self: center;
}@media (min-width: 768px) {

  .footer-info__svg {
    width: 220px;
  }
}.footer-info__contact {
  position: relative;
  grid-column: span 7 / span 7;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  padding-top: 36px;
  padding-bottom: 36px;
}@media (min-width: 768px) {

  .footer-info__contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-info__contact {
    padding-left: 134px;
  }
}.footer-info__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .footer-info__container {
    max-width: calc(100% - 180px);
  }

  .footer-info__container {
    display: grid;
  }

  .footer-info__container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}.footer-info__grid {
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-content: space-between;
  gap: 18px;
}.footer-info__term {
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .footer-info__term {
    margin-bottom: 5px;
  }
}.footer-info__description {
  -moz-column-break-before: auto;
       break-before: auto;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.footer-nav {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  padding-top: 26px;
  padding-bottom: 26px;
  font-family: Futura, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.footer-nav__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .footer-nav__container {
    max-width: calc(100% - 180px);
  }
}.footer-nav__content {
  display: flex;
  flex-direction: column;
}@media (min-width: 768px) {

  .footer-nav__content {
    flex-direction: row;
  }
}.footer-nav__list {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
  row-gap: 16px;
  -moz-column-gap: 26px;
       column-gap: 26px;
  font-size: 14px;
}@media (min-width: 768px) {

  .footer-nav__list {
    width: 100%;
  }

  .footer-nav__list {
    gap: 40px;
  }

  .footer-nav__list {
    font-size: 17px;
  }
}.footer-nav__list li a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.footer-nav__list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.footer-nav__social {
  display: flex;
  align-items: center;
  gap: 21px;
  padding-top: 20px;
}@media (min-width: 768px) {

  .footer-nav__social {
    padding-top: 0px;
  }
}.footer-nav__social li a svg path {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.footer-nav__social li a svg:hover path {
  fill: #72899F;
}.footer-legal {
  padding-top: 50px;
  font-size: 12px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(184 205 224 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .footer-legal {
    padding-top: 36px;
  }
}.footer-legal__content {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 39px;
       column-gap: 39px;
  row-gap: 8px;
}@media (min-width: 768px) {

  .footer-legal__content {
    gap: 40px;
  }
}.footer-legal__content a {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.footer-legal__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.admin-bar .headroom {
  margin: 0px;
}@media (min-width: 1024px) {

  .admin-bar .headroom {
    top: 2rem;
  }
}.admin-bar .headroom--top {
  top: 46px;
}@media (min-width: 1024px) {

  .admin-bar .headroom--top {
    top: 2rem;
  }
}.headroom{will-change:transform;transition:transform 200ms linear;position: fixed;top: 0px;z-index: 20;height: 58px;width: 100%;--tw-bg-opacity: 1;background-color: rgb(244 250 255 / var(--tw-bg-opacity));--tw-text-opacity: 1;color: rgb(23 57 98 / var(--tw-text-opacity))}@media (min-width: 768px) {

  .headroom {
    height: 70px;
  }
}@media (min-width: 1024px) {

  .headroom {
    height: 100px;
  }
}.headroom--pinned{transform:translateY(0%)}.headroom--unpinned{transform:translateY(-100%)}.header {
  font-family: Futura, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
}.header__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .header__wrapper {
    max-width: calc(100% - 180px);
  }
}.header__wrapper {
  top: 0px;
  display: flex;
  height: 58px;
  justify-content: space-between;
}@media (min-width: 768px) {

  .header__wrapper {
    height: 70px;
  }

  .header__wrapper {
    align-items: flex-start;
  }
}@media (min-width: 1024px) {

  .header__wrapper {
    height: 100px;
  }
}.header__nav {
  display: none;
  height: 100%;
}@media (min-width: 1024px) {

  .header__nav {
    display: flex;
  }
}.header__nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}.header__nav-list li:not(.donate):hover a {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.header__nav-list .glink {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.header__nav-list .glink:hover {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.header__nav-link {
  display: inline-block;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.header__shop {
  display: flex;
  align-items: center;
}.header__logo {
  width: 82px;
}@media (min-width: 768px) {

  .header__logo {
    width: 145px;
  }
}.menu {
  pointer-events: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 10;
  margin: 0px;
  width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}@media (min-width: 768px) {

  .menu {
    overflow-y: scroll;
  }
}@media (min-width: 1024px) {

  .menu {
    display: none;
  }
}.menu__inner {
  margin-left: 30px;
  margin-right: 64px;
  margin-top: 121px;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}@media (min-width: 768px) {

  .menu__inner {
    margin-top: 200px;
  }
}.menu__trigger {
  display: flex;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}@media (min-width: 1024px) {

  .menu__trigger {
    display: none;
  }
}.menu__right-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media (min-width: 1024px) {

  .menu__right-container {
    display: none;
  }
}.menu__right-container .glink {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.menu__right-container .glink:hover {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.menu .menu-item {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: Futura, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 130%;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .menu .menu-item {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .menu .menu-item {
    font-size: 20px;
    line-height: 26px;
  }
}.menu .menu-item__shop {
  display: flex;
  flex-direction: row;
  align-items: center;
}.menu .menu-item__line {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}@media (min-width: 768px) {

  .menu .menu-item .btn, .menu .menu-item .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .menu .menu-item .gform_button, .menu .menu-item .article .wp-block-button__link, .article .menu .menu-item .wp-block-button__link {
    font-size: 17px;
    line-height: 23.8px;
  }
}.menu__mobile-translate {
  align-self: center;
}@media (min-width: 1024px) {

  .menu__mobile-translate {
    display: none;
  }
}.menu-active {
  overflow: hidden;
}.menu-active .menu {
  pointer-events: auto;
}.menu-active .menu__trigger {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.hero {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
}.hero__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .hero__container {
    max-width: calc(100% - 180px);
  }
}.hero__container {
  display: flex;
}.hero__content {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  padding-top: 50px;
}@media (min-width: 768px) {

  .hero__content {
    margin-top: 0px;
  }

  .hero__content {
    margin-bottom: 68px;
  }

  .hero__content {
    padding-top: 68px;
  }
}.hero__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}.hero__logo {
  width: 138px;
}@media (min-width: 768px) {

  .hero__logo {
    width: 155px;
  }
}.hero__tag {
  width: 340px;
  max-width: 100%;
  text-align: center;
}@media (min-width: 768px) {

  .hero__tag {
    width: 650px;
  }
}.hero__tag {
  font-size: 23px;
  line-height: 105%;
  letter-spacing: 0.02em;
}@media (min-width: 768px) {

  .hero__tag {
    font-size: 45px;
  }
}.hero__btn {
  display: flex;
  flex-direction: row;
  gap: 15px;
}.hero__bg {
  pointer-events: none;
  bottom: 0px;
  display: grid;
  height: 100%;
  width: 100vw;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: flex-end;
}@media (min-width: 768px) {

  .hero__bg {
    position: absolute;
  }

  .hero__bg {
    width: 100%;
  }

  .hero__bg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}.hero__bg--left {
  position: relative;
  align-items: center;
}@media (min-width: 768px) {

  .hero__bg--left {
    display: flex;
  }

  .hero__bg--left {
    --tw-translate-x: -375px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .hero__bg--left {
    justify-content: flex-start;
  }
}.hero__bg--right {
  position: relative;
  display: none;
  align-items: center;
  justify-content: flex-end;
}@media (min-width: 768px) {

  .hero__bg--right {
    display: flex;
  }

  .hero__bg--right {
    --tw-translate-x: 375px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.hero-full, .student-voices-single-hero {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  min-height: 400px;
  flex-direction: column;
  overflow: hidden;
}.hero-full__bg, .student-voices-single-hero__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
}.hero-full__bg img,.student-voices-single-hero__bg img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.hero-full__content {
  margin-top: auto;
  padding-bottom: 2rem;
}.hero-split {
  position: relative;
  display: flex;
  min-height: 50vh;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.hero-split__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  padding-top: 3rem;
  padding-bottom: 3rem;
}@media (min-width: 1024px) {

  .hero-split__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}.hero-split__img {
  order: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 0.75rem;
}@media (min-width: 1024px) {

  .hero-split__img {
    order: 2;
  }

  .hero-split__img {
    margin-bottom: 0px;
  }

  .hero-split__img {
    border-radius: 1.5rem;
  }
}.hero-split__text {
  order: 2;
  display: flex;
  align-items: center;
}@media (min-width: 640px) {

  .hero-split__text {
    text-align: center;
  }
}@media (min-width: 1024px) {

  .hero-split__text {
    order: 1;
  }

  .hero-split__text {
    text-align: left;
  }
}.hero-split--img-left .hero-split__img {
  order: 1;
}@media (min-width: 1024px) {

  .hero-split--img-left .hero-split__img {
    order: 1;
  }
}.hero-split--img-left .hero-split__text {
  order: 2;
}@media (min-width: 1024px) {

  .hero-split--img-left .hero-split__text {
    order: 2;
  }
}.hero-split__heading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}@media (min-width: 640px) {

  .hero-split__heading {
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 768px) {

  .hero-split__heading {
    font-size: 3.75rem;
    line-height: 1;
  }
}.modal {
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.modal.active {
  pointer-events: auto;
  opacity: 1;
}.modal__inner {
  position: relative;
  width: 560px;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;max-width:calc(100% - 32px);
}.modal__inner p {
  margin-top: 1rem;
}.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 1rem;
}.modal__close svg {
  width: 37px;
}.our-staff-modal.modal .modal__inner {
  border-radius: 0px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  padding: 25px;
}@media (min-width: 768px) {

  .our-staff-modal.modal .modal__inner {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .our-staff-modal.modal .modal__inner {
    padding-left: 63px;
    padding-right: 63px;
  }
}@media (min-width: 1024px) {

  .our-staff-modal.modal .modal__inner {
    width: 800px;
  }
}@media (min-width: 768px) {

  .our-staff-modal.modal .modal__close {
    top: 20px;
  }
}.our-staff-modal.modal h4:last-of-type {
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .our-staff-modal.modal h4:last-of-type {
    margin-bottom: 30px;
  }
}body.js-modal-open {
  overflow: hidden;
}.page-transition {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100vh;
  width: 0px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));z-index:9999;
}.page-transition__loading {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.fade-text-wrapper {
  overflow: hidden;
}.paper-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  max-width: 100%;
}.paper-container__bg {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 100%;
  width: 100%;background:linear-gradient(-45deg, transparent 48px, #173962 0);
}.paper-container__fold {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 70px;
  width: 70px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));background:linear-gradient(-45deg, transparent 48px, #173962 0);
}.paper-container__inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-top-width: 3px;
  border-left-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
}@media (min-width: 768px) {

  .paper-container__inner {
    padding: 50px;
  }
}.paper-container__inner{background:linear-gradient(-45deg, transparent 48px, white 0)}.paper-container__inner::before{content:"";position: absolute;bottom: 0px;left: 0px;height: 3px;width: calc(100% - 70px);--tw-bg-opacity: 1;background-color: rgb(23 57 98 / var(--tw-bg-opacity))}.paper-container__inner::after{content:"";position: absolute;top: 0px;right: 0px;display: block;height: calc(100% - 70px);width: 3px;--tw-bg-opacity: 1;background-color: rgb(23 57 98 / var(--tw-bg-opacity))}.post-tease-row {
  grid-column: span 12 / span 12;
  overflow: hidden;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}@media (min-width: 1024px) {

  .post-tease-row {
    grid-column: span 8 / span 8;
  }

  .post-tease-row {
    grid-column-start: 3;
  }
}.post-tease-row:first-of-type {
  border-top-width: 1px;
}@media (min-width: 1024px) {

  .post-tease-row__card {
    display: flex;
  }
}.post-tease-row__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.post-tease-row__img {
  margin-bottom: 0.5rem;
  overflow: hidden;
  border-radius: 0.5rem;
}@media (min-width: 1024px) {

  .post-tease-row__img {
    margin-right: 1rem;
  }

  .post-tease-row__img {
    margin-bottom: 0px;
  }

  .post-tease-row__img {
    max-width: 200px;
  }
}.post-grid__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}@media (min-width: 1024px) {

  .post-grid__grid--cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .post-grid__grid--cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .post-grid__grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .post-grid__grid--cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}.post-tease {
  overflow: hidden;
}.post-tease__card {
  display: flex;
  flex-direction: column;
}.post-tease__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.post-tease__content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
}@media (min-width: 1024px) {

  .post-tease__content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .post-tease__content {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}.post-tease__bg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}.post-tease__bg img, .post-tease__bg svg {
  height: 100%;
  width: 100%;
}@media (min-width: 768px) {

  .post-tease__bg img, .post-tease__bg svg {
    height: 100%;
  }

  .post-tease__bg img, .post-tease__bg svg {
    width: 100%;
  }
}.secret-identity {
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 768px) {

  .secret-identity {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.secret-identity__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .secret-identity__container {
    max-width: calc(100% - 180px);
  }
}.secret-identity__container {
  display: flex;
  height: 100%;
  flex-direction: column-reverse;
}@media (min-width: 1024px) {

  .secret-identity__container {
    flex-direction: row;
  }

  .secret-identity__container {
    justify-content: space-between;
  }

  .secret-identity__text {
    width: 610px;
  }
}.secret-identity__title {
  justify-content: flex-start;
  font-size: 32px;
}@media (min-width: 768px) {

  .secret-identity__title {
    font-size: 45px;
  }
}.secret-identity__heading {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.secret-identity__subheading {
  --tw-text-opacity: 1;
  color: rgb(253 204 9 / var(--tw-text-opacity));
}.secret-identity__body-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: start;
  gap: 35px;
  padding-top: 25px;
}@media (min-width: 768px) {

  .secret-identity__body-content {
    gap: 30px;
  }

  .secret-identity__body-content {
    padding-top: 20px;
  }
}@media (min-width: 1024px) {

  .secret-identity__body-content {
    width: 578px;
  }
}.secret-identity__body {
  white-space: pre-line;
  text-align: left;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .secret-identity__body {
    font-size: 19px;
  }
}.secret-identity__img-container {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .secret-identity__img-container {
    margin-bottom: 0px;
  }
}.secret-identity__img {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 237 255 / var(--tw-border-opacity));
}.secret-identity__img img {
  -o-object-fit: cover;
     object-fit: cover;
}.secret-identity__logo {
  position: absolute;
  height: 92px;
  width: 92px;
  --tw-translate-x: 229px;
  --tw-translate-y: -60px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: flex-end;
  -o-object-fit: contain;
     object-fit: contain;
}@media (min-width: 768px) {

  .secret-identity__logo {
    --tw-translate-x: 600px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}@media (min-width: 1024px) {

  .secret-identity__logo {
    height: 175px;
  }

  .secret-identity__logo {
    width: 175px;
  }

  .secret-identity__logo {
    --tw-translate-y: -145px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .secret-identity__logo {
    --tw-translate-x: -72px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.secret-identity .btn, .secret-identity .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .secret-identity .gform_button, .secret-identity .article .wp-block-button__link, .article .secret-identity .wp-block-button__link {
  display: flex;
  gap: 10px;
}@media (min-width: 768px) {

  .secret-identity .btn svg, .secret-identity .sign-up .gform_wrapper.gravity-theme .gform_button svg, .sign-up .gform_wrapper.gravity-theme .secret-identity .gform_button svg, .secret-identity .article .wp-block-button__link svg, .article .secret-identity .wp-block-button__link svg {
    margin-top: 2px;
  }
}.featured-person__wrapper {
  padding-top: 30px;
  padding-bottom: 50px;
}@media (min-width: 768px) {

  .featured-person__wrapper {
    padding-bottom: 90px;
  }

  .featured-person__wrapper {
    padding-top: 60px;
  }
}.featured-person__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.featured-person__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}@media (min-width: 768px) {

  .featured-person__header {
    flex-direction: row;
  }

  .featured-person__header {
    padding-bottom: 0px;
  }
}.featured-person__header svg {
  width: 16px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 768px) {

  .featured-person__header svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.featured-person__header h2 {
  margin-left: 30pxs;
  margin-right: 30pxs;
  width: 90%;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .featured-person__header h2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .featured-person__header h2 {
    width: 100%;
  }

  .featured-person__header h2 {
    text-align: left;
  }
}.featured-person__box {
  display: flex;
  justify-content: center;
  padding-left: 5px;
}@media (min-width: 768px) {

  .featured-person__box {
    padding-left: 30px;
  }
}.featured-person__person-container {
  position: relative;
  margin-left: 30px;
  margin-bottom: 55px;
  border-width: 3px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 768px) {

  .featured-person__person-container {
    margin-right: 0;
  }

  .featured-person__person-container {
    margin-top: 60px;
  }

  .featured-person__person-container {
    display: flex;
  }

  .featured-person__person-container {
    width: 100%;
  }

  .featured-person__person-container {
    max-width: 80%;
  }
}@media (min-width: 1024px) {

  .featured-person__person-container {
    max-width: 60%;
  }
}.featured-person__person-container::after, .featured-person__person-container::before {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
}.featured-person__person-container::after,.featured-person__person-container::before{content:""}.featured-person__person-container::after {
  right: 15.2px;
  bottom: 0px;
  height: 40px;
  width: 101.7%;
  border-top-right-radius: 2px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}@media (min-width: 768px) {

  .featured-person__person-container::after {
    right: 25.6px;
  }

  .featured-person__person-container::after {
    height: 60px;
  }

  .featured-person__person-container::after {
    width: 100.7%;
  }

  .featured-person__person-container::after {
    border-left-width: 0px;
  }
}.featured-person__person-container::after{transform:translateY(100%) skewX(-45deg)}.featured-person__person-container::before {
  top: 15.2px;
  left: -80px;
  height: 101%;
  width: 40px;
  border-top-right-radius: 3px;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}@media (min-width: 768px) {

  .featured-person__person-container::before {
    top: 25.5px;
  }

  .featured-person__person-container::before {
    left: -121px;
  }

  .featured-person__person-container::before {
    height: 101.4%;
  }

  .featured-person__person-container::before {
    width: 60px;
  }
}.featured-person__person-container::before{transform:translateX(100%) skewY(-45deg)}.featured-person__person-container.blue::after, .featured-person__person-container.blue::before {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
}.featured-person__text-container {
  padding: 25px;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .featured-person__text-container {
    width: 66.666667%;
  }

  .featured-person__text-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .featured-person__text-container {
    padding-bottom: 40px;
  }

  .featured-person__text-container {
    padding-top: 50px;
  }
}.featured-person__text-container h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}@media (min-width: 768px) {

  .featured-person__text-container h3 {
    margin-bottom: 30px;
  }

  .featured-person__text-container h3 {
    font-size: 30px;
    line-height: 31.5px;
  }
}.featured-person__text-container p {
  margin-bottom: 25px;
  font-weight: 400;
}.featured-person__img-container {
  height: 100%;
  max-height: 230px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}@media (min-width: 768px) {

  .featured-person__img-container {
    max-height: 100%;
  }

  .featured-person__img-container {
    width: 33.333333%;
  }

  .featured-person__img-container {
    border-bottom-width: 0px;
  }

  .featured-person__img-container {
    border-right-width: 3px;
  }
}.featured-person__img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.featured-person__btn {
  font-size: 14px;
}.get-involved {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
}.get-involved__section-headline {
  margin-bottom: 30px;
  text-align: center;
}@media (min-width: 768px) {

  .get-involved__section-headline {
    margin-bottom: 60px;
  }

  .get-involved__section-headline {
    max-width: 70%;
  }
}.get-involved__section-title {
  margin-bottom: 40px;
}.get-involved__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.get-involved__wrapper {
  padding-top: 35px;
  padding-bottom: 55px;
}@media (min-width: 1024px) {

  .get-involved__wrapper {
    padding-top: 60px;
  }

  .get-involved__wrapper {
    padding-bottom: 90px;
  }
}.get-involved__cards {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 30px;
}@media (min-width: 1024px) {

  .get-involved__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}.get-involved__card {
  position: relative;
  overflow: hidden;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 36px;
  padding-bottom: 36px;
}@media (min-width: 1024px) {

  .get-involved__card {
    padding: 50px;
  }

  .get-involved__card {
    padding-bottom: 40px;
  }
}.get-involved__card-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}.get-involved__card-headline {
  margin-bottom: 30px;
}.get-involved__card-desc {
  margin-bottom: 30px;
  font-family: Source Serif Pro, serif;
  font-size: 19px;
  line-height: 26.6px;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .get-involved__card-desc {
    margin-bottom: 95px;
  }
}.get-involved__card-desc p {
  font-weight: 400;
}.get-involved__btn-container {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}@media (min-width: 1024px) {

  .get-involved__btn-container {
    flex-direction: row;
  }

  .get-involved__btn-container {
    gap: 20px;
  }
}.get-involved__btn-container a {
  display: inline-block;
}.section-header {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}@media (min-width: 768px) {

  .section-header {
    width: auto;
  }

  .section-header {
    flex-direction: row;
  }
}.section-header svg {
  width: 16px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 768px) {

  .section-header svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.section-header h2 {
  width: 90%;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .section-header h2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-header h2 {
    width: auto;
  }

  .section-header h2 {
    text-align: left;
  }
}.featured-programs {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.featured-programs__wrapper {
  padding-top: 15px;
}@media (min-width: 1024px) {

  .featured-programs__wrapper {
    padding-top: 60px;
  }
}.featured-programs__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.featured-programs__header {
  margin-bottom: 15px;
}@media (min-width: 1024px) {

  .featured-programs__header {
    margin-bottom: 50px;
  }
}.featured-programs__img {
  position: relative;
}.featured-programs__img img {
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}.featured-programs__bottom-container {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-width: 1.25px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  padding-bottom: 30px;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@media (min-width: 1024px) {

  .featured-programs__bottom-container {
    padding-bottom: 40px;
  }
}.featured-programs__text-container {
  padding: 25px;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .featured-programs__text-container {
    position: relative;
  }

  .featured-programs__text-container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .featured-programs__text-container {
    padding-bottom: 20px;
  }

  .featured-programs__text-container {
    padding-top: 40px;
  }
}.featured-programs__text-container h4 {
  position: relative;
  margin-bottom: 20px;
}@media (min-width: 1024px) {

  .featured-programs__text-container h4 {
    width: 70%;
  }
}.featured-programs__text-container p {
  font-family: Source Serif Pro, serif;
  font-size: 17px;
  line-height: 23.8px;
}@media (min-width: 1024px) {

  .featured-programs__text-container p {
    font-size: 19px;
    line-height: 26.6px;
  }
}.featured-programs__btn-container, .all-programs__btn-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}.featured-programs__btn-container>*, .all-programs__btn-container>* {
  margin-right: 10px;
}.featured-programs__btn-container p, .all-programs__btn-container p {
  font-family: Hoboken High, sans-serif;
  font-size: 17px;
  line-height: 23.8px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .featured-programs__btn-container li, .all-programs__btn-container li {
    display: inline-flex;
  }
}.featured-programs__btn-container li:last-of-type, .all-programs__btn-container li:last-of-type {
  margin-right: 0px;
}.featured-programs__btn-container .btn, .all-programs__btn-container .btn, .featured-programs__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .all-programs__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .featured-programs__btn-container .gform_button, .sign-up .gform_wrapper.gravity-theme .all-programs__btn-container .gform_button, .featured-programs__btn-container .article .wp-block-button__link, .all-programs__btn-container .article .wp-block-button__link, .article .featured-programs__btn-container .wp-block-button__link, .article .all-programs__btn-container .wp-block-button__link {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  line-height: 15.4px;
}@media (min-width: 1024px) {

  .featured-programs__btn-container .btn, .all-programs__btn-container .btn, .featured-programs__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .all-programs__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .featured-programs__btn-container .gform_button, .sign-up .gform_wrapper.gravity-theme .all-programs__btn-container .gform_button, .featured-programs__btn-container .article .wp-block-button__link, .all-programs__btn-container .article .wp-block-button__link, .article .featured-programs__btn-container .wp-block-button__link, .article .all-programs__btn-container .wp-block-button__link {
    padding-left: 15px;
    padding-right: 15px;
  }
}.featured-programs__grade-container {
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}@media (min-width: 1024px) {

  .featured-programs__grade-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}.featured-programs__logo {
  position: absolute;
  right: 20px;
}@media (min-width: 1024px) {

  .featured-programs__logo {
    bottom: -50px;
  }

  .featured-programs__logo {
    right: 30px;
  }
}.featured-programs__logo img {
  max-width: 100px;
}.featured-programs__card {
  max-width: 100%;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.featured-programs .post-tease {
  border-radius: 13px;
  transition-duration: 400ms;box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .4s;
}.featured-programs .post-tease:hover {
  --tw-border-opacity: 1;
  border-color: rgb(114 137 159 / var(--tw-border-opacity));box-shadow:0px 0px 15px -6px #173962;
}.featured-programs .post-tease:hover .featured-programs__bottom-container {
  --tw-border-opacity: 1;
  border-color: rgb(114 137 159 / var(--tw-border-opacity));
}.featured-programs .post-grid__grid {
  gap: 30px;
}.featured-programs .post-tease__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0px;
}.featured-programs .post-tease {
  display: flex;
}.featured-programs .post-tease__card {
  display: block;
}.sign-up {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  background-size: cover;
}@media (min-width: 768px) {

  .sign-up {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iY292ZXIiIHZpZXdCb3g9IjAgMCAxNDAwIDUzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS01NzguOTk1IC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNLTM0Ni40NDcgLTI3Mi4zNTFMNjcyLjg3OCAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0tMTEzLjg5MSAtMjcyLjM1MUw2NzIuODg1IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTExOC42NTggLTI3Mi4zNTFMNjcyLjg4NSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNTEuMjA0IC0yNzIuMzUxTDY3Mi44ODIgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNTgzLjgzOCAtMjcyLjM1MUw2NzIuODgyIDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTgxNi4zODUgLTI3Mi4zNTFMNjcyLjg3OSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMDQ4LjkzIC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTI4MS40OCAtMjcyLjM1MUw2NzIuODc5IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE1MTQuMDMgLTI3Mi4zNTFMNjcyLjg3OSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNzQ2LjU4IC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTk3OS4yMiAtMjcyLjM1MUw2NzIuODc5IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
  }
}.sign-up__wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 1024px) {

  .sign-up__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.sign-up__container {
  display: flex;
  max-width: 100%;
  justify-content: center;
}.sign-up__content {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: center;
}.sign-up__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 768px) {

  .sign-up__header {
    flex-direction: row;
  }

  .sign-up__header {
    justify-content: center;
  }
}.sign-up__header svg {
  width: 16px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 768px) {

  .sign-up__header svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.sign-up__header h3 {
  margin-left: 14px;
  margin-right: 14px;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .sign-up__header h3 {
    margin-left: 18px;
    margin-right: 18px;
  }

  .sign-up__header h3 {
    width: 100%;
  }
}.sign-up__form-container {
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-end;
  gap: 41px;
  padding-top: 20px;
}@media (min-width: 1024px) {

  .sign-up__form-container {
    width: 100%;
  }

  .sign-up__form-container {
    flex-direction: row;
  }

  .sign-up__form-container {
    justify-content: center;
  }

  .sign-up__form-container {
    gap: 45px;
  }

  .sign-up__form-container {
    padding-top: 52px;
  }
}.sign-up__form {
  width: 100%;
}.sign-up__pencil {
  height: 40px;
  width: 40px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: flex-end;
}@media (min-width: 1024px) {

  .sign-up__pencil {
    height: 100%;
  }

  .sign-up__pencil {
    width: auto;
  }

  .sign-up__pencil {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.sign-up__pencil svg {
  width: 40px;
}@media (min-width: 1024px) {

  .sign-up__pencil svg {
    height: 100%;
  }

  .sign-up__pencil svg {
    width: auto;
  }
}.sign-up .paper-container__inner {
  padding-left: 35px;
  padding-right: 35px;
}@media (min-width: 1024px) {

  .sign-up .paper-container__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}.sign-up .gform_wrapper.gravity-theme .gfield_label {
  font-family: Hoboken High, sans-serif;
  font-size: 17px;
  line-height: 23.8px;
}.sign-up .gform_wrapper.gravity-theme input[type=text] {
  padding-left: 0px;
  font-size: 16px;
}@media (min-width: 1024px) {

  .sign-up .gform_wrapper.gravity-theme input[type=text] {
    font-size: 20px;
    line-height: 26px;
  }
}.sign-up .gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  background-color: transparent;
  background-position: right;
  background-repeat: no-repeat;
  background-origin: content-box;
  padding-left: 0px;
  padding-right: 0px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzE3Mzk2MiIgZD0iTTguMDgyIDkuNDgyLjA5OC40OTVoMTUuOTY4TDguMDgyIDkuNDgyWiIvPjwvc3ZnPg==);
}.sign-up .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 0px;
}@media (min-width: 1024px) {

  .sign-up .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 16px;
  }
}.sign-up .gform_wrapper.gravity-theme .gfield_label {
  padding-top: 22px;
}.sign-up .gform_wrapper.gravity-theme .gform_button {
  cursor: pointer;
}.sign-up .gform_wrapper.gravity-theme .gform_button:hover {
  border-color: transparent;
}.sign-up .gform_wrapper.gravity-theme .gform_button{margin-bottom:0 !important}.gform_fields input {
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}.gform_fields input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.gfield_label:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}.gfield select {
  width: 258px;
  font-family: Hoboken High, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .gfield select {
    width: 633px;
  }

  .gfield select {
    font-size: 17px;
  }
}.gfield select:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}#input_1_14 {
  width: 200px;
}.program-categories {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.program-categories__wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
}@media (min-width: 1024px) {

  .program-categories__wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.program-categories__cat-wrapper:not(:last-of-type) {
  margin-bottom: 80px;
}.program-categories__subcat-wrapper {
  display: flex;
  flex-direction: column;
}@media (min-width: 1024px) {

  .program-categories__subcat-wrapper {
    flex-direction: row;
  }

  .program-categories__subcat-wrapper {
    gap: 50px;
  }

  .program-categories__subcat-container:not(:last-of-type) {
    margin-right: 50px;
  }
}.program-categories__subcat-container {
  margin-top: 40px;
}@media (min-width: 1024px) {

  .program-categories__subcat-container {
    width: 33.333333%;
  }
}.program-categories__subcat-container h5, .program-categories__subcat-container .gform_fields input, .gform_fields .program-categories__subcat-container input {
  position: relative;
  margin-bottom: 15px;
  display: inline-block;
}@media (min-width: 1024px) {

  .program-categories__subcat-container h5, .program-categories__subcat-container .gform_fields input, .gform_fields .program-categories__subcat-container input {
    margin-bottom: 20px;
  }
}.program-categories__subcat-container.cta-container {
  border-radius: 13px;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 1024px) {

  .program-categories__subcat-container.cta-container {
    margin-top: 0px;
  }
}.program-categories__subcat-content.cta-content {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
}@media (min-width: 1024px) {

  .program-categories__subcat-content.cta-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}.program-categories .btn--light {
  margin-top: 15px;
  display: inline-flex;
  font-size: 14px;
  line-height: 15.4px;
}@media (min-width: 1024px) {

  .program-categories .btn--light {
    margin-top: 30px;
  }
}a.program-categories__subcat-container:hover h5::after, a.program-categories__subcat-container:hover .gform_fields input::after, .gform_fields a.program-categories__subcat-container:hover input::after {
  opacity: 1;
}a.program-categories__subcat-container h5::after, a.program-categories__subcat-container .gform_fields input::after, .gform_fields a.program-categories__subcat-container input::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}a.program-categories__subcat-container h5::after,a.program-categories__subcat-container .gform_fields input::after,.gform_fields a.program-categories__subcat-container input::after{content:""}.student-voices__content {
  position: relative;
  display: flex;
  max-height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}@media (min-width: 768px) {

  .student-voices__content {
    gap: 45px;
  }
}@media (min-width: 1024px) {

  .student-voices__content {
    width: 80%;
  }
}.student-voices__dek{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.student-voices__wrapper {
  padding-top: 5px;
  padding-bottom: 50px;
}@media (min-width: 768px) {

  .student-voices__wrapper {
    padding-top: 50px;
  }

  .student-voices__wrapper {
    padding-bottom: 77px;
  }
}.student-voices__container {
  position: relative;
  display: flex;
  flex-direction: column;
}@media (min-width: 768px) {

  .student-voices__container {
    align-items: flex-end;
  }
}@media (min-width: 1024px) {

  .student-voices__container {
    width: auto;
  }

  .student-voices__container {
    max-width: none;
  }

  .student-voices__container {
    flex-direction: row;
  }
}.student-voices__slide {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}@media (min-width: 1024px) {

  .student-voices__slide {
    padding-left: 73px;
    padding-right: 73px;
  }
}.student-voices__slide>* {
  margin-bottom: 20px;
}.student-voices__slide h6 {
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.student-voices__slide p {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.student-voices__bg-left, .student-voices__bg-right {
  width: 0px;
}@media (min-width: 1024px) {

  .student-voices__bg-left, .student-voices__bg-right {
    width: 18%;
  }
}.student-voices__bg-bottom {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 1024px) {

  .student-voices__bg-bottom {
    display: none;
  }
}.student-voices__bg-bottom svg {
  display: inline;
}.student-voices .paper-container {
  width: 100%;
}@media (min-width: 1024px) {

  .student-voices .paper-container {
    width: 640px;
  }

  .student-voices .paper-container__inner {
    padding-top: 58px;
    padding-bottom: 58px;
  }
}.student-voices .swiper-button-prev, .student-voices .swiper-button-next {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.student-voices .btn-list {
  margin-bottom: 0px;
}@media (min-width: 1024px) {

  .student-voices .btn-list li:first-of-type {
    margin-right: 15px;
  }
}.student-voices .btn-list li .btn, .student-voices .btn-list li .article .wp-block-button__link, .article .student-voices .btn-list li .wp-block-button__link, .student-voices .btn-list li .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .student-voices .btn-list li .gform_button {
  display: inline-block;
}.all-programs {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.all-programs__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 1024px) {

  .all-programs__top {
    display: flex;
  }

  .all-programs__top {
    justify-content: space-between;
  }
}.all-programs__income-container {
  align-items: center;
}@media (min-width: 1024px) {

  .all-programs__income-container {
    display: flex;
  }
}.all-programs__income {
  margin-top: 20px;
  display: flex;
}@media (min-width: 1024px) {

  .all-programs__income {
    margin-top: 0px;
  }
}.all-programs__income .pill {
  height: 22px;
  width: 37px;
  border-radius: 11px;
}.all-programs__income p {
  margin-left: 17px;
  font-family: Futura, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}.all-programs__income:first-of-type {
  margin-right: 30px;
}.all-programs__facet-wrapper {
  margin-top: 25px;
}@media (min-width: 1024px) {

  .all-programs__facet-wrapper {
    margin-top: 45px;
  }
}.all-programs__facet-posts-wrapper {
  padding-top: 35px;
}@media (min-width: 1024px) {

  .all-programs__facet-posts-wrapper {
    padding-top: 60px;
  }
}.all-programs__facet-container {
  display: flex;
  align-items: center;
}.all-programs__facet-top-desktop {
  display: none;
  align-items: center;
  justify-content: space-between;
}@media (min-width: 1024px) {

  .all-programs__facet-top-desktop {
    display: flex;
  }
}.all-programs__facet-top-mobile {
  display: block;
}@media (min-width: 1024px) {

  .all-programs__facet-top-mobile {
    display: none;
  }
}.all-programs__facet-top-container {
  position: relative;
}.all-programs__facet-closed {
  display: flex;
  justify-content: space-between;
  font-family: Futura, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.all-programs__facet-closed svg {
  width: 13px;
}.all-programs__facet-row {
  display: flex;
  justify-content: space-between;
}.all-programs__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-width: 1.25px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  padding-left: 25px;
  padding-right: 25px;
}@media (min-width: 1024px) {

  .all-programs__content {
    padding-left: 35px;
    padding-right: 35px;
  }
}.all-programs__post-desc {
  margin-top: 20px;
}.all-programs__post-desc p {
  font-family: Source Serif Pro, serif;
  font-size: 17px;
  line-height: 23.8px;
}@media (min-width: 1024px) {

  .all-programs__post-desc p {
    font-size: 19px;
    line-height: 26.6px;
  }
}.all-programs__grid {
  gap: 30px;
}.all-programs__card {
  position: relative;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.all-programs .post-tease {
  display: flex;
  border-radius: 13px;box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .4s;
}.all-programs .post-tease:hover{box-shadow:0px 0px 15px -6px #173962}.all-programs .post-tease:hover .all-programs__content {
  --tw-border-opacity: 1;
  border-color: rgb(114 137 159 / var(--tw-border-opacity));
}.all-programs__btn-container p {
  font-family: Hoboken High, sans-serif;
  font-weight: 600;
}.all-programs__btn-container .btn, .all-programs__btn-container .article .wp-block-button__link, .article .all-programs__btn-container .wp-block-button__link, .all-programs__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .all-programs__btn-container .gform_button {
  padding-top: 9px;
  font-size: 14px;
  line-height: 15.4px;
}.all-programs__text-container {
  margin-bottom: 25px;
}.all-programs__grade-container, .all-programs__cta-container {
  margin-top: auto;
}.all-programs__grade-container {
  padding-bottom: 0px;
}.all-programs__date-headline {
  padding-bottom: 12px;
  font-family: Hoboken High, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}@media (min-width: 1024px) {

  .all-programs__date-headline {
    padding-bottom: 18px;
  }
}.all-programs__card-top {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 13px;
  width: 100%;
}.all-programs__bottom-container {
  margin-top: 35px;
  border-top-width: 1.5px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  padding-top: 35px;
}@media (min-width: 1024px) {

  .all-programs__bottom-container {
    margin-top: 60px;
  }

  .all-programs__bottom-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.all-programs__bottom-container h3 {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .all-programs__bottom-container h3 {
    margin-bottom: 45px;
  }
}.all-programs .bottom__content {
  height: 100%;
  border-radius: 13px;
  border-top-width: 1.25px;
}.all-programs__no-posts {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}@media (min-width: 1024px) {

  .all-programs__no-posts {
    padding-top: 130ox;
    padding-bottom: 130ox;
  }
}.all-programs__no-posts a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.facet .program-facet,.content-wrapper .su-tabs.facet .su-tabs-nav{box-shadow:0px 5px 0px -2px #173962}.facet .program-facet, .content-wrapper .su-tabs.facet .su-tabs-nav {
  margin-right: 0px;
  border-radius: 9999px;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}@media (min-width: 1024px) {

  .facet .program-facet, .content-wrapper .su-tabs.facet .su-tabs-nav {
    margin-right: 20px;
  }

  .facet .program-facet, .content-wrapper .su-tabs.facet .su-tabs-nav {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .facet .program-facet, .content-wrapper .su-tabs.facet .su-tabs-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
}.facet .program-facet:active, .content-wrapper .su-tabs.facet .su-tabs-nav:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}@media (min-width: 1024px) {

  .facet .facetwp-facet-grade .program-facet, .content-wrapper .su-tabs.facet .facetwp-facet-grade .su-tabs-nav {
    padding-right: 45px;
  }
}.facet .facetwp-checkbox {
  margin-bottom: 0px;
}.facet .facetwp-page.active {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}.facet .facetwp-page {
  margin-right: 8px;
  font-size: 17px;
  line-height: 23.8px;
}@media (min-width: 768px) {

  .facet .facetwp-page {
    margin-right: 50px;
  }

  .facet .facetwp-page {
    font-size: 26px;
    line-height: 32.5px;
  }
}.facet .facetwp-page.next, .facet .facetwp-page.prev {
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}.facet .facetwp-page.next::after, .facet .facetwp-page.prev::after {
  position: absolute;
  top: 8px;
  height: 20px;
  width: 20px;
}@media (min-width: 768px) {

  .facet .facetwp-page.next::after, .facet .facetwp-page.prev::after {
    top: 10px;
  }

  .facet .facetwp-page.next::after, .facet .facetwp-page.prev::after {
    height: 40px;
  }

  .facet .facetwp-page.next::after, .facet .facetwp-page.prev::after {
    width: 40px;
  }
}.facet .facetwp-page.next::after,.facet .facetwp-page.prev::after{content:""}.facet .pager {
  display: flex;
  flex-direction: column;
  align-items: center;
}.facet .facetwp-page.next {
  margin-right: 0px;
}.facet .facetwp-page.next::after {
  right: -20px;
}@media (min-width: 768px) {

  .facet .facetwp-page.next::after {
    right: -45px;
  }
}.facet .facetwp-page.next::after{background:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NSAzMSI+CiAgPHBhdGggZD0iTS44MTMgMTUuMzM4aDcwLjM3TTU4LjEzNyAyLjMyNyA3MS4yOCAxNS40NyA1OC4xMzcgMjguNjE1IiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS13aWR0aD0iNCIvPgo8L3N2Zz4=) no-repeat}.facet .facetwp-page.prev::after {
  left: -20px;
}@media (min-width: 768px) {

  .facet .facetwp-page.prev::after {
    left: -45px;
  }
}.facet .facetwp-page.prev::after{background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNzUgMzEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NC4xOTUzIDE1LjYwMzhMMy44MjU0OCAxNS42MDM4IiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS13aWR0aD0iNCIvPgo8cGF0aCBkPSJNMTYuODcxMSAyOC42MTQ1TDMuNzI3MjggMTUuNDcwNkwxNi44NzExIDIuMzI2NzYiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLXdpZHRoPSI0Ii8+Cjwvc3ZnPgo=) no-repeat}.facet .facetwp-facet-location .custom-checkbox {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 15.4px;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxMyI+CiAgPHJlY3QgeD0iLjgxMyIgeT0iLjgxMiIgd2lkdGg9IjEwLjU2MyIgaGVpZ2h0PSIxMC41NjMiIHJ4PSI1LjI4MiIgc3Ryb2tlPSIjMTczOTYyIiBzdHJva2Utd2lkdGg9IjEuNjI1Ii8+Cjwvc3ZnPg==);
}.facet .facetwp-facet-location .custom-checkbox::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 75%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;content:"";
}@media (min-width: 1024px) {

  .facet .facetwp-facet-location .custom-checkbox:hover::after {
    opacity: 1;
  }
}.facet .facetwp-facet-location .facetwp-checkbox.checked{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+CiAgPGNpcmNsZSBjeD0iNiIgY3k9IjYiIHI9IjYiIGZpbGw9IiMxNzM5NjIiLz4KPC9zdmc+)}.facet .facetwp-facet {
  margin-bottom: 0px;
  font-family: Futura, sans-serif;
  font-weight: 700;
}.facet .facetwp-facet-location {
  font-weight: 700;
}.facet .facetwp-facet-mobile_season, .facet .facetwp-facet-mobile_weekly_occurrence {
  width: 100%;
}.facet .facet-group {
  display: flex;
  justify-content: space-between;
}.facet .facet-group .custom-checkbox {
  margin-right: 10px;
  cursor: pointer;
  background-image: none;
  padding-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.facet .facet-group .custom-checkbox:hover {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}@media (min-width: 1024px) {

  .facet .facet-group .custom-checkbox:hover {
    --tw-text-opacity: 1;
    color: rgb(23 57 98 / var(--tw-text-opacity));
  }
}.facet .facet-group .custom-checkbox.checked {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.facet .facet-group .custom-checkbox:last-of-type {
  margin-right: 0px;
}.facet .facet-group .selected {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.facet .custom-dropdown{background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxMCI+CiAgPHBhdGggZD0ibTEuOTcgMi4xNSA1LjAzNCA1LjU5M2ExLjM0IDEuMzQgMCAwIDAgMS45OTIgMEwxNC4wMyAyLjE1IiBzdHJva2U9IiMxNzM5NjIiIHN0cm9rZS13aWR0aD0iMi42ODgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=);background-repeat:no-repeat;background-size:12px;-webkit-appearance:none;-moz-appearance:none;background-position-x:85%;background-position-y:50%;font-family: Futura, sans-serif;font-weight: 700;--tw-text-opacity: 1;color: rgb(23 57 98 / var(--tw-text-opacity))}.facet .custom-dropdown option {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
}.facet .custom-dropdown:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}.facet .facetwp-counter {
  display: none;
}.facet-open {
  position: fixed;
  left: 0px;
  bottom: 0px;
  top: 0px;
  z-index: 20;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  flex-direction: column;
  border-radius: 13px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}.facet-open .facetwp-facet {
  width: 100%;
}.facet-open .custom-dropdown {
  width: 100%;
}.facet-open__inner {
  overflow-y: scroll;
  padding-top: 80px;
  font-size: 16px;
}.facet-open__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  padding-bottom: 35px;
}.facet-open__row svg {
  width: 15px;
}.facet-open__row:not(:first-of-type) {
  margin-top: 35px;
}.facet-open__legend {
  margin-top: 35px;
}.facet-open__legend>* {
  margin-bottom: 35px;
}.facet-open__legend p {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.facet-open__virtual {
  display: flex;
}.facet-open__virtual .circle {
  margin-right: 20px;
  height: 23px;
  width: 23px;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}.facet-active {
  overflow: hidden;
}.donation-stats__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .donation-stats__container {
    max-width: calc(100% - 180px);
  }
}.donation-stats__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 0px;
}@media (min-width: 1024px) {

  .donation-stats__content {
    display: grid;
  }

  .donation-stats__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}.donation-stats__wrapper {
  position: relative;
  z-index: 1;
}.donation-stats__light-bg, .donation-stats__dark-bg {
  position: absolute;
  z-index: -1;
  height: 50%;
  width: 100%;
}@media (min-width: 1024px) {

  .donation-stats__light-bg, .donation-stats__dark-bg {
    height: 100%;
  }

  .donation-stats__light-bg, .donation-stats__dark-bg {
    width: 50%;
  }
}.donation-stats__light-bg {
  left: 0px;
  top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
}.donation-stats__dark-bg {
  right: 0px;
  bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
}.box__blue20, .box__navy, .box__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}.box__blue20 {
  display: flex;
  min-height: 233px;
  align-items: center;
  gap: 16px;
}@media (min-width: 1024px) {

  .box__blue20 {
    height: 100%;
  }

  .box__blue20 {
    padding-right: 32px;
  }
}.box__navy {
  gap: 27px;
}@media (min-width: 1024px) {

  .box__navy {
    gap: 41px;
  }
}.box__container {
  display: flex;
  min-height: 233px;
  width: 100%;
  gap: 18px;
}@media (min-width: 1024px) {

  .box__container {
    height: 100%;
  }

  .box__container {
    gap: 41px;
  }

  .box__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .box__container {
    padding-left: 50px;
  }
}.box__content {
  display: flex;
  place-items: center;
  justify-items: start;
  gap: 30px;
}.box__percent {
  width: 40%;
}.box__percent h1 {
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(253 204 9 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .box__percent h1 {
    font-size: 69px;
  }
}.box__description {
  width: 60%;
}.box__description h5, .box__description .gform_fields input, .gform_fields .box__description input {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .box__description h5, .box__description .gform_fields input, .gform_fields .box__description input {
    font-size: 20px;
  }
}.box__svg {
  height: 71px;
  width: 317px;
}@media (min-width: 1024px) {

  .box__svg {
    height: auto;
  }

  .box__svg {
    width: 100%;
  }
}.donation-give {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
}@media (min-width: 1024px) {

  .donation-give__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.donation-give__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.donation-give__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 1024px) {

  .donation-give__header {
    flex-direction: row;
  }
}.donation-give__header svg {
  height: 56px;
  width: 16px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 1024px) {

  .donation-give__header svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.donation-give__header h2 {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .donation-give__header h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .donation-give__header h2 {
    text-align: left;
  }
}.donation-give__box-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
}@media (min-width: 768px) {

  .donation-give__box-container {
    flex-direction: row;
  }
}@media (min-width: 1024px) {

  .donation-give__box-container {
    margin-top: 60px;
  }
}.donation-give__box {
  position: relative;
  gap: 30px;
  overflow: hidden;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}@media (min-width: 1024px) {

  .donation-give__box {
    width: 50%;
  }
}.donation-give__box-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 42px;
  padding-bottom: 42px;
}@media (min-width: 1024px) {

  .donation-give__box-content {
    height: 100%;
  }

  .donation-give__box-content {
    gap: 30px;
  }

  .donation-give__box-content {
    padding: 50px;
  }
}.donation-give__box-button {
  margin-top: auto;
}.donation-give__box-button .btn, .donation-give__box-button .article .wp-block-button__link, .article .donation-give__box-button .wp-block-button__link, .donation-give__box-button .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .donation-give__box-button .gform_button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}.donation-give__box-button svg {
  display: inline-flex;
}.donation-give__mail-donation {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  text-align: center;
}@media (min-width: 1024px) {

  .donation-give__mail-donation {
    padding-top: 60px;
  }
}.donation-give__mail-donation{@layer b1}.donation-give__mail-address {
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  font-weight: 700;@layer b1;
}.donation-shop {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.donation-shop__wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
}@media (min-width: 1024px) {

  .donation-shop__wrapper {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.donation-shop__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.donation-shop__header {
  display: flex;
  flex-direction: column;
  align-items: center;
}@media (min-width: 768px) {

  .donation-shop__header {
    flex-direction: row;
  }
}.donation-shop__header svg {
  width: 17px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -o-object-fit: contain;
     object-fit: contain;
}@media (min-width: 768px) {

  .donation-shop__header svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.donation-shop__header h2 {
  width: 90%;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .donation-shop__header h2 {
    width: 100%;
  }

  .donation-shop__header h2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .donation-shop__header h2 {
    text-align: left;
  }
}.donation-shop__shop-wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: center;
  gap: 25px;
  padding-top: 25px;
}@media (min-width: 1024px) {

  .donation-shop__shop-wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .donation-shop__shop-wrapper {
    gap: 30px;
  }

  .donation-shop__shop-wrapper {
    padding-top: 60px;
  }
}.donation-shop__shop-container {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-radius: 0.75rem;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 22px;
  padding-top: 30px;
  padding-bottom: 30px;
}@media (min-width: 1024px) {

  .donation-shop__shop-container {
    width: 491px;
  }

  .donation-shop__shop-container {
    gap: 25px;
  }

  .donation-shop__shop-container {
    padding-left: 41px;
    padding-right: 41px;
  }
}.donation-shop__shop-container p {
  font-size: 17px;
}@media (min-width: 1024px) {

  .donation-shop__shop-container p {
    font-size: 19px;
  }
}.donation-shop__shop-container img {
  height: 78px;
  width: 93px;
  -o-object-fit: contain;
     object-fit: contain;
}.donation-shop__other-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 55px;
}@media (min-width: 1024px) {

  .donation-shop__other-container {
    gap: 40px;
  }

  .donation-shop__other-container {
    padding-left: 400px;
    padding-right: 400px;
  }

  .donation-shop__other-container {
    padding-top: 60px;
  }

  .donation-shop__other-container {
    text-align: left;
  }
}.donation-shop__other-container a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.donation-shop__other-container h3 {
  font-size: 23px;
  line-height: 105%;
}@media (min-width: 1024px) {

  .donation-shop__other-container h3 {
    font-size: 30px;
  }
}.donation-shop__other-container p {
  font-size: 17px;
}@media (min-width: 1024px) {

  .donation-shop__other-container p {
    font-size: 19px;
  }
}.donation-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
}.donation-cta__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}@media (min-width: 1024px) {

  .donation-cta__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .donation-cta__wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}.donation-cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}@media (min-width: 1024px) {

  .donation-cta__content {
    flex-direction: row;
  }

  .donation-cta__content {
    align-items: stretch;
  }

  .donation-cta__content {
    gap: 116px;
  }
}.donation-cta__header {
  align-self: center;
  text-align: center;
  font-size: 26px;
  line-height: 32.5px;
}@media (min-width: 1024px) {

  .donation-cta__header {
    font-size: 45px;
    line-height: 47.25px;
  }
}.donation-cta__cta-container {
  height: 147px;
  width: 147px;
  flex: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  padding-top: 40px;
  text-align: center;
}@media (min-width: 1024px) {

  .donation-cta__cta-container {
    height: 183px;
  }

  .donation-cta__cta-container {
    width: 183px;
  }

  .donation-cta__cta-container {
    padding-top: 60px;
  }
}.donation-cta__cta-container{box-shadow:3px 3px #173962}.icon-hero {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iY292ZXIiIHZpZXdCb3g9IjAgMCAxNDAwIDUzMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTS01NzguOTk1IC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNLTM0Ni40NDcgLTI3Mi4zNTFMNjcyLjg3OCAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0tMTEzLjg5MSAtMjcyLjM1MUw2NzIuODg1IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTExOC42NTggLTI3Mi4zNTFMNjcyLjg4NSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0zNTEuMjA0IC0yNzIuMzUxTDY3Mi44ODIgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNNTgzLjgzOCAtMjcyLjM1MUw2NzIuODgyIDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTgxNi4zODUgLTI3Mi4zNTFMNjcyLjg3OSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMDQ4LjkzIC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTI4MS40OCAtMjcyLjM1MUw2NzIuODc5IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTE1MTQuMDMgLTI3Mi4zNTFMNjcyLjg3OSAxMTEyLjkzIiBzdHJva2U9IiM3Mjg5OUYiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+CjxwYXRoIGQ9Ik0xNzQ2LjU4IC0yNzIuMzUxTDY3Mi44NzkgMTExMi45MyIgc3Ryb2tlPSIjNzI4OTlGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTk3OS4yMiAtMjcyLjM1MUw2NzIuODc5IDExMTIuOTMiIHN0cm9rZT0iIzcyODk5RiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: cover;
  background-position: center;
}.icon-hero__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .icon-hero__container {
    max-width: calc(100% - 180px);
  }
}.icon-hero__container {
  display: flex;
}.icon-hero__content {
  position: relative;
  margin-top: 42px;
  margin-bottom: 42px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}@media (min-width: 1024px) {

  .icon-hero__content {
    margin-top: 51px;
  }

  .icon-hero__content {
    margin-bottom: 51px;
  }

  .icon-hero__content {
    gap: 29px;
  }
}.icon-hero__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}.icon-hero__icon img {
  width: 109px;
}@media (min-width: 1024px) {

  .icon-hero__icon img {
    width: 126px;
  }
}.icon-hero__anchors, .image-hero__anchors {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: center;
  font-family: Futura, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .icon-hero__anchors, .image-hero__anchors {
    flex-direction: row;
  }

  .icon-hero__anchors, .image-hero__anchors {
    font-size: 14px;
  }
}.icon-hero__anchors a, .image-hero__anchors a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}@media (min-width: 1024px) {

  .icon-hero__anchors a, .image-hero__anchors a {
    margin-bottom: 0px;
  }

  .icon-hero__anchors a, .image-hero__anchors a {
    margin-right: 25px;
  }
}.image-hero, .detail-hero {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
}.image-hero__wrapper, .detail-hero__wrapper {
  display: flex;
  justify-content: center;
}.image-hero__container, .detail-hero__container {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}@media (min-width: 1024px) {

  .image-hero__container, .detail-hero__container {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}.image-hero__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}@media (min-width: 768px) {

  .image-hero__content {
    max-width: none;
  }
}@media (min-width: 1024px) {

  .image-hero__content {
    flex-direction: row;
  }
}.image-hero__text-container, .detail-hero__text-container {
  position: relative;
  display: inline-block;
  width: 100%;
  justify-self: start;
}@media (min-width: 1024px) {

  .image-hero__text-container, .detail-hero__text-container {
    z-index: 10;
  }

  .image-hero__text-container, .detail-hero__text-container {
    max-width: 662px;
  }

  .image-hero__text-container, .detail-hero__text-container {
    --tw-translate-x: 10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.image-hero__text-content, .detail-hero__text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 25px;
}@media (min-width: 1024px) {

  .image-hero__text-content, .detail-hero__text-content {
    border-radius: 0.5rem;
  }

  .image-hero__text-content, .detail-hero__text-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-hero__text-content, .detail-hero__text-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-hero__text-content, .detail-hero__text-content {
    --tw-shadow: 3px 3px 0px #173962;
    --tw-shadow-colored: 3px 3px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}.image-hero__headline {
  text-align: center;
  font-family: Source Serif Pro, serif;
  font-size: 17px;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .image-hero__headline {
    font-size: 19px;
  }
}.image-hero__title {
  text-align: center;
}.image-hero__title h1 {
  font-size: 32px;
}@media (min-width: 768px) {

  .image-hero__title h1 {
    font-size: 70px;
  }
}.image-hero__button-group {
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
}@media (min-width: 1024px) {

  .image-hero__button-group {
    flex-direction: row;
  }
}.image-hero__anchors {
  text-align: center;
  font-family: Futura, sans-serif;
}.image-hero__image-container, .detail-hero__image-container {
  display: inline-block;
  width: 100%;
  justify-self: end;
}@media (min-width: 1024px) {

  .image-hero__image-container, .detail-hero__image-container {
    --tw-translate-x: -10%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.image-hero__image, .detail-hero__image {
  aspect-ratio: 3 / 2;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 1024px) {

  .image-hero__image, .detail-hero__image {
    height: 410px;
  }

  .image-hero__image, .detail-hero__image {
    border-radius: 0.5rem;
  }
}.detail-hero__content {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}@media (min-width: 768px) {

  .detail-hero__content {
    max-width: none;
  }
}@media (min-width: 1024px) {

  .detail-hero__content {
    flex-direction: row;
  }

  .detail-hero__text-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}.detail-hero__heading-content h2 {
  text-align: center;
  font-size: 23px;
}@media (min-width: 1024px) {

  .detail-hero__heading-content h2 {
    font-size: 45px;
  }
}.detail-hero__headline-heading {
  text-align: center;
}.detail-hero__headline {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.detail-hero__title {
  text-align: center;
}.detail-hero__button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}.detail-hero__icon {
  position: absolute;
  left: 35px;
  display: none;
}@media (min-width: 1024px) {

  .detail-hero__icon {
    bottom: -60px;
  }

  .detail-hero__icon {
    display: flex;
  }

  .detail-hero__icon {
    max-width: 150px;
  }
}.detail-hero__icon img {
  width: 115px;
}.program-detail__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .program-detail__container {
    max-width: calc(100% - 180px);
  }
}.program-detail__card {
  border-radius: 13px;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 768px) {

  .program-detail__card {
    display: flex;
  }
}.program-detail__card .btn, .program-detail__card .article .wp-block-button__link, .article .program-detail__card .wp-block-button__link, .program-detail__card .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .program-detail__card .gform_button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}.program-detail__card:not(:last-of-type) {
  margin-bottom: 30px;
}@media (min-width: 768px) {

  .program-detail__left {
    margin-right: 85px;
  }

  .program-detail__left {
    width: 60%;
  }
}.program-detail__left h4 {
  margin-bottom: 20px;
}@media (min-width: 768px) {

  .program-detail__left p.body-copy {
    padding-bottom: 55px;
  }

  .program-detail__right {
    width: 40%;
  }
}.program-detail__detail-section {
  margin-bottom: 30px;
}@media (min-width: 768px) {

  .program-detail__detail-section {
    width: 70%;
  }
}.program-detail__detail-section h5 p, .program-detail__detail-section .gform_fields input p, .gform_fields .program-detail__detail-section input p {
  margin-bottom: 0px;
  font-family: Futura, sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.program-detail__detail-section h5, .program-detail__detail-section .gform_fields input, .gform_fields .program-detail__detail-section input {
  margin-bottom: 20px;
}.program-detail__detail-section h5:first-of-type, .program-detail__detail-section .gform_fields input:first-of-type, .gform_fields .program-detail__detail-section input:first-of-type {
  margin-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.program-detail__detail-section:last-of-type {
  margin-bottom: 0px;
}.explore-more__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .explore-more__container {
    max-width: calc(100% - 180px);
  }
}.explore-more__top {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}@media (min-width: 768px) {

  .explore-more__top {
    margin-bottom: 45px;
  }
}.explore-more__programs, .explore-more__publications-slideshow {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .explore-more__programs, .explore-more__publications-slideshow {
    margin-bottom: 0px;
  }
}.explore-more .swiper-slide {
  margin-right: 10px;
  width: 20%;
}@media (min-width: 768px) {

  .explore-more .swiper-slide {
    width: 30%;
  }
}.our-staff {
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
}.our-staff__wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 1024px) {

  .our-staff__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.our-staff__tagline, .our-staff__title {
  text-align: center;
}.our-staff__tagline {
  margin-bottom: 30px;
}@media (min-width: 1024px) {

  .our-staff__tagline {
    margin-bottom: 60px;
  }
}.our-staff__title {
  margin-bottom: 30px;
}@media (min-width: 1024px) {

  .our-staff__title {
    margin-bottom: 40px;
  }
}.our-staff .post-tease{box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .4s;cursor: pointer;border-width: 3px;--tw-border-opacity: 1;border-color: rgb(23 57 98 / var(--tw-border-opacity))}.our-staff .post-tease:hover{box-shadow:0px 0px 15px -6px #173962}.our-staff__card {
  height: 100%;
}.our-staff__content {
  height: 100%;
  padding: 0px;
}.our-staff__img {
  height: 350px;
  position: relative;
}.our-staff__img:before{display:block;content:"";width:100%;padding-top:60.1680672269%}.our-staff__img img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.our-staff__text-container {
  height: 100%;
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 17px;
  padding-right: 17px;
  padding-top: 20px;
  padding-bottom: 50px;
}.our-staff__text-container p {
  font-family: Hoboken High, sans-serif;
  font-size: 17px;
  line-height: 23.8px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.our-staff__title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}.our-staff__title-container h5, .our-staff__title-container .gform_fields input, .gform_fields .our-staff__title-container input {
  margin-bottom: 5px;
}.our-staff__trigger {
  cursor: pointer;
}.our-staff__trigger svg {
  width: 19px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.our-staff__grid .post-grid__grid--cols-4 {
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
}@media (min-width: 768px) {

  .our-staff__grid .post-grid__grid--cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1024px) {

  .our-staff__grid .post-grid__grid--cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}.featured-writing__title {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .featured-writing__title {
    margin-bottom: 60px;
  }
}.featured-writing__title h2 {
  font-size: 26px;
  line-height: 32.5px;
}@media (min-width: 1024px) {

  .featured-writing__title h2 {
    font-size: 45px;
    line-height: 47.25px;
  }
}.featured-writing__wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}.featured-writing__tease {
  height: 100%;
  cursor: pointer;
  border-radius: 13px;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .3s;
}.featured-writing__tease:hover {
  --tw-border-opacity: 1;
  border-color: rgb(114 137 159 / var(--tw-border-opacity));box-shadow:0px 0px 15px -6px #173962;
}.featured-writing__card {
  display: block;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.featured-writing__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}@media (min-width: 768px) {

  .featured-writing__content {
    padding-left: 50px;
    padding-right: 50px;
  }

  .featured-writing__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}.featured-writing__facet-posts-wrapper {
  margin-bottom: 60px;
}.featured-writing__text-container>* {
  margin-bottom: 20px;
}.featured-writing__text-container h6 {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.featured-writing__post-desc {
  overflow: hidden;
  text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;
}@media (min-width: 1024px) {

  .featured-writing__post-desc {
    max-height: 135px;
  }
}.featured-writing__btn-container {
  margin-top: auto;
}.featured-writing__btn-container .btn, .featured-writing__btn-container .article .wp-block-button__link, .article .featured-writing__btn-container .wp-block-button__link, .featured-writing__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .featured-writing__btn-container .gform_button {
  display: inline-block;
}.featured-publications {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
}.featured-publications__wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
}@media (min-width: 768px) {

  .featured-publications__wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}.featured-publications__header {
  margin-bottom: 35px;
}@media (min-width: 768px) {

  .featured-publications__header {
    margin-bottom: 40px;
  }
}.featured-publications__header h2 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(253 204 9 / var(--tw-text-opacity));
}.featured-publications__copy {
  margin-bottom: 30px;
}@media (min-width: 1024px) {

  .featured-publications__copy {
    max-width: 700px;
  }
}.featured-publications__copy p {
  text-align: center;
  font-size: 17px;
  line-height: 23.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}@media (min-width: 768px) {

  .featured-publications__copy p {
    font-size: 19px;
    line-height: 26.6px;
  }
}.featured-publications__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.featured-publications__btn-list {
  margin-bottom: 60px;
  display: contents;
}@media (min-width: 768px) {

  .featured-publications__btn-list {
    display: block;
  }
}.featured-publications__btn-list .btn, .featured-publications__btn-list .article .wp-block-button__link, .article .featured-publications__btn-list .wp-block-button__link, .featured-publications__btn-list .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .featured-publications__btn-list .gform_button {
  margin-bottom: 25px;
}@media (min-width: 768px) {

  .featured-publications__btn-list .btn, .featured-publications__btn-list .article .wp-block-button__link, .article .featured-publications__btn-list .wp-block-button__link, .featured-publications__btn-list .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .featured-publications__btn-list .gform_button {
    margin-bottom: 0px;
  }

  .featured-publications__btn-list .btn:not(:last-of-type), .featured-publications__btn-list .article .wp-block-button__link:not(:last-of-type), .article .featured-publications__btn-list .wp-block-button__link:not(:last-of-type), .featured-publications__btn-list .sign-up .gform_wrapper.gravity-theme .gform_button:not(:last-of-type), .sign-up .gform_wrapper.gravity-theme .featured-publications__btn-list .gform_button:not(:last-of-type) {
    margin-right: 20px;
  }
}.featured-publications .swiper-slide {
  width: auto;
}.featured-publications .swiper-slide img {
  height: 223px;
  -o-object-fit: cover;
     object-fit: cover;
}@media (min-width: 768px) {

  .featured-publications .swiper-slide img {
    height: 392px;
  }
}.featured-publications .swiper-slide:not(:last-of-type) {
  margin-right: 12px;
}@media (min-width: 768px) {

  .featured-publications .swiper-slide:not(:last-of-type) {
    margin-right: 25px;
  }
}.publications__grid {
  padding-top: 80px;
  padding-bottom: 80px;
}.publications__img {
  margin-bottom: 15px;
  display: flex;
  height: calc(100% - 498px);
  align-items: flex-end;
}@media (min-width: 1024px) {

  .publications__img {
    height: 445px;
  }
}.publications__img:before{display:block;content:"";height:100%;padding-top:60.1680672269%}.publications__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .4s;
}.publications__img img:hover{box-shadow:0px 0px 15px -6px #173962}@media (min-width: 1024px) {

  .publications__post-title {
    width: 90%;
  }
}.publications__explore-img {
  margin-bottom: 15px;
  display: flex;
  height: 129px;
  align-items: flex-end;
}@media (min-width: 1024px) {

  .publications__explore-img {
    height: 353px;
  }
}.publications__explore-img:before{display:block;content:"";height:100%;padding-top:60.1680672269%}.publications__explore-img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;height:100%;box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .4s;
}.publications__explore-img img:hover{box-shadow:0px 0px 15px -6px #173962}.publications__post-title p {
  font-family: Futura, sans-serif;
  font-size: 17px;
  line-height: 23.8px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.publications__content {
  padding: 0px;
}.single-publication__header {
  padding-top: 45px;
}@media (min-width: 768px) {

  .single-publication__header {
    padding-top: 100px;
  }
}.single-publication__header-content {
  display: flex;
  flex-direction: column-reverse;
}@media (min-width: 1024px) {.single-publication__header-content {
    margin-left: auto;
    margin-right: auto;
  }.single-publication__header-content {
    width: 1440px;
  }.single-publication__header-content {
    max-width: calc(100% - 60px);
  }@media (min-width: 1024px) {

    .single-publication__header-content {
      max-width: calc(100% - 180px);
    }
  }.single-publication__header-content {
    flex-direction: row;
  }
}.single-publication__text-container {
  max-width: none;
}@media (min-width: 1024px) {

  .single-publication__text-container {
    margin-right: 130px;
  }

  .single-publication__text-container {
    max-width: 50%;
  }
}@media (min-width: 1280px) {

  .single-publication__text-container {
    max-width: 60%;
  }
}.single-publication__text-container>* {
  margin-bottom: 40px;
}.single-publication__text-container a:not(.btn) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}.single-publication__text-container .btn::after,.single-publication__text-container .article .wp-block-button__link::after,.article .single-publication__text-container .wp-block-button__link::after,.single-publication__text-container .sign-up .gform_wrapper.gravity-theme .gform_button::after,.sign-up .gform_wrapper.gravity-theme .single-publication__text-container .gform_button::after{content:none}.single-publication__img-container {
  margin-bottom: 55px;
}@media (min-width: 1024px) {

  .single-publication__img-container {
    margin-bottom: 0px;
  }
}.news__header {
  padding-top: 60px;
  padding-bottom: 60px;
}.news__facet-posts-wrapper {
  padding-bottom: 60px;
}.news__facet-container {
  margin-bottom: 75px;
}.news__card {
  height: 100%;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
}.news__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.news__card-content {
  height: 100%;
  overflow-y: hidden;
  padding: 0px;
}.news__grid {
  gap: 30px;
}.news__img {
  width: 100%;
}@media (min-width: 1024px) {

  .news__img {
    height: 450px;
  }
}.news__img img {
  max-height: 300px;
  width: 100%;
}@media (min-width: 1024px) {

  .news__img img {
    height: 100%;
  }

  .news__img img {
    max-height: none;
  }
}.news__text-container {
  display: flex;
  flex-direction: column;
}.news__text>* {
  margin-bottom: 25px;
}.news__text h5, .news__text .gform_fields input, .gform_fields .news__text input {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.news__white-container {
  height: 100%;
  width: 100%;
  border-top-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 40px;
}.news__post-desc {
  overflow: hidden;
  text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-height: 120px;
}@media (min-width: 768px) {

  .news__post-desc {
    max-height: 120px;
  }
}@media (min-width: 1024px) {

  .news__post-desc {
    max-height: 130px;
  }
}.news__btn-container {
  margin-top: auto;
}.news__btn-container .btn, .news__btn-container .article .wp-block-button__link, .article .news__btn-container .wp-block-button__link, .news__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .news__btn-container .gform_button {
  display: inline-block;
}.events__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}.events__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.events__header {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .events__header {
    margin-bottom: 60px;
  }
}.content-wrapper .su-tabs.facet {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .content-wrapper .su-tabs.facet {
    max-width: calc(100% - 180px);
  }
}.content-wrapper .su-tabs.facet {
  margin-bottom: 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}@media (min-width: 768px) {

  .content-wrapper .su-tabs.facet {
    margin-bottom: 90px;
  }
}.content-wrapper .su-tabs.facet .su-tabs-nav {
  margin-top: 35px;
  margin-bottom: 35px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 22px;
}@media (min-width: 768px) {

  .content-wrapper .su-tabs.facet .su-tabs-nav {
    margin-bottom: 60px;
  }

  .content-wrapper .su-tabs.facet .su-tabs-nav {
    margin-top: 45px;
  }

  .content-wrapper .su-tabs.facet .su-tabs-nav {
    width: auto;
  }

  .content-wrapper .su-tabs.facet .su-tabs-nav {
    flex-direction: row;
  }

  .content-wrapper .su-tabs.facet .su-tabs-nav {
    border-radius: 9999px;
  }
}.content-wrapper .su-tabs.facet .su-tabs-nav span:focus {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
  outline-width: 0px;
}.content-wrapper .su-tabs.facet .su-tabs-nav .title {
  font-family: Futura, sans-serif;
  font-weight: 700;
}.content-wrapper .su-tabs.facet .su-tabs-nav span:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
  outline-width: 0px;
}.content-wrapper .su-tabs.facet .su-tabs-nav span {
  min-height: 0px;
  padding: 0px;
  font-size: 14px;
  line-height: 15.4px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.content-wrapper .su-tabs.facet .su-tabs-nav span:not(:last-of-type) {
  margin-bottom: 20px;
}@media (min-width: 768px) {

  .content-wrapper .su-tabs.facet .su-tabs-nav span:not(:last-of-type) {
    margin-right: 15px;
  }

  .content-wrapper .su-tabs.facet .su-tabs-nav span:not(:last-of-type) {
    margin-bottom: 0px;
  }
}.content-wrapper .su-tabs.facet .su-tabs-panes {
  width: 100%;
}.content-wrapper .su-tabs.facet .su-tabs-pane {
  background-color: transparent;
  padding: 0px;
  display: grid;
}@media (min-width: 768px) {

  .content-wrapper .su-tabs.facet .su-tabs-pane {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-wrapper .su-tabs.facet .su-tabs-pane {
    gap: 30px;
  }
}.content-wrapper .su-tabs.facet [data-title="Foundations & Corporate"] {
  display: grid;
}@media (min-width: 768px) {

  .content-wrapper .su-tabs.facet [data-title="Foundations & Corporate"] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1024px) {

  .content-wrapper .su-tabs.facet [data-title="Foundations & Corporate"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.content-wrapper .su-tabs.facet .sui-star {
  display: none;
}.content-wrapper .su-tabs.facet .su-list {
  font-size: 14px;
  line-height: 15.4px;
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}@media (min-width: 1024px) {

  .content-wrapper .su-tabs.facet .su-list {
    font-size: 20px;
    line-height: 26px;
  }
}.content-wrapper .su-tabs.facet .su-list ul li {
  font-weight: 700;padding:4px 0px !important;
}.content-wrapper .su-tabs.facet br {
  display: none;
}.section-title__wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 1024px) {

  .section-title__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.section-title__container {
  display: flex;
  flex-direction: column;
}.section-title__header.no-accents h2 {
  margin-left: 0px;
  margin-right: 0px;
}.section-title__header.no-accents svg {
  display: none;
}.student-voices-single-hero {
  margin-bottom: 0px;
  min-height: 0px;
  overflow: visible;
}@media (min-width: 768px) {

  .student-voices-single-hero {
    margin-bottom: 25px;
  }

  .student-voices-single-hero {
    align-items: center;
  }
}.student-voices-single-hero__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .student-voices-single-hero__container {
    max-width: calc(100% - 180px);
  }
}.student-voices-single-hero__container {
  z-index: 10;
}@media (min-width: 768px) {

  .student-voices-single-hero__container {
    width: 70%;
  }
}@media (min-width: 1024px) {

  .student-voices-single-hero__container {
    width: auto;
  }
}.student-voices-single-hero__content {
  display: flex;
  flex-direction: column-reverse;
}@media (min-width: 768px) {

  .student-voices-single-hero__content {
    flex-direction: row;
  }

  .student-voices-single-hero__content {
    align-items: center;
  }
}.student-voices-single-hero__logo {
  margin-bottom: 30px;
}@media (min-width: 768px) {

  .student-voices-single-hero__logo {
    margin-bottom: 0px;
  }
}.student-voices-single-hero__logo svg {
  height: 102px;
  width: 130px;
}@media (min-width: 768px) {

  .student-voices-single-hero__logo svg {
    height: 240px;
  }

  .student-voices-single-hero__logo svg {
    width: 240px;
  }
}.student-voices-single-hero__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 45px;
}@media (min-width: 768px) {

  .student-voices-single-hero__img {
    position: absolute;
  }

  .student-voices-single-hero__img {
    bottom: -60px;
  }

  .student-voices-single-hero__img {
    display: block;
  }

  .student-voices-single-hero__img {
    padding-bottom: 0px;
  }
}.student-voices-single-hero__img img {
  max-height: 407px;
}@media (min-width: 768px) {

  .student-voices-single-hero__img img {
    max-height: none;
  }

  .student-voices-single-hero__img img {
    width: 213px;
  }
}.student-voices-single-hero__img img{box-shadow:5px 5px 15px 0px #72899f}.student-voices-single-hero__text {
  max-width: 600px;
}@media (min-width: 768px) {

  .student-voices-single-hero__text {
    margin-right: 80px;
  }
}@media (min-width: 1024px) {

  .student-voices-single-hero__text {
    margin-right: 145px;
  }
}.student-voices-single-hero__text h2 {
  margin-bottom: 20px;
}.student-voices-single-hero__text .pub-text h4 {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.student-voices-single-hero__text .pub-text a {
  cursor: pointer;
  font-size: 19px;
  line-height: 26.6px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 2px;
}@media (min-width: 1024px) {

  .student-voices-single-hero__text .pub-text a {
    font-size: 26px;
    line-height: 32.5px;
  }
}.our-mission {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.our-mission__wrapper {
  padding-top: 35px;
  padding-bottom: 15px;
}@media (min-width: 1024px) {

  .our-mission__wrapper {
    padding-top: 60px;
  }

  .our-mission__wrapper {
    padding-bottom: 0px;
  }
}.our-mission__container {
  position: relative;
  overflow: hidden;
  border-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.our-mission__content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 40px;
  padding-right: 40px;
}@media (min-width: 1024px) {

  .our-mission__content {
    flex-direction: row;
  }

  .our-mission__content {
    align-self: center;
  }

  .our-mission__content {
    padding-left: 75px;
    padding-right: 75px;
  }

  .our-mission__content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}@media (min-width: 1280px) {

  .our-mission__content {
    gap: 75px;
  }
}@media (min-width: 1024px) {

  .our-mission__text-content {
    width: 50%;
  }

  .our-mission__text-content {
    padding-top: 25px;
  }
}.our-mission__section-title {
  margin-bottom: 25px;
  text-align: left;
}@media (min-width: 1024px) {

  .our-mission__section-title {
    margin-bottom: 25px;
  }
}.our-mission__section-description {
  text-align: left;
}@media (min-width: 1024px) {

  .our-mission__visual-content {
    width: 50%;
  }
}.our-mission__visual-content iframe {
  max-width: 100%;
}.our-mission__visual-content img {
  height: 144px;
  width: 231px;
  justify-content: center;
}@media (min-width: 1024px) {

  .our-mission__visual-content img {
    height: 274px;
  }

  .our-mission__visual-content img {
    width: 491px;
  }
}.core-values {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.core-values__wrapper {
  margin: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
}.core-values__container {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}@media (min-width: 1024px) {

  .core-values__container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.core-values__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}@media (min-width: 1024px) {

  .core-values__header {
    flex-direction: row;
  }

  .core-values__header {
    justify-content: center;
  }

  .core-values__header {
    padding-bottom: 50px;
  }
}.core-values__header svg {
  height: 56px;
  width: 16px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}@media (min-width: 1024px) {

  .core-values__header svg {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}.core-values__value-content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
}@media (min-width: 768px) {

  .core-values__value-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}@media (min-width: 1024px) {

  .core-values__value-content {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}.core-values__value {
  display: flex;
  flex-direction: column;
  gap: 15px;
}.core-values__value p {
  font-size: 17px;
}@media (min-width: 1024px) {

  .core-values__value p {
    font-size: 19px;
  }
}.core-values__icon {
  height: 110px;
  width: 110px;
  place-self: center;
  -o-object-fit: contain;
     object-fit: contain;
}@media (min-width: 768px) {

  .core-values__icon {
    place-self: start;
  }
}@media (min-width: 1024px) {

  .core-values__icon {
    margin-bottom: 20px;
  }

  .core-values__icon {
    height: 160px;
  }

  .core-values__icon {
    width: 160px;
  }
}.text-section__wrapper {
  margin: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
}.text-section__container {
  padding-top: 30px;
  padding-bottom: 55px;
}@media (min-width: 1024px) {

  .text-section__container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.text-section__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}@media (min-width: 1024px) {

  .text-section__content {
    gap: 0px;
  }
}.text-section__text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}@media (min-width: 1024px) {

  .text-section__text-content {
    gap: 30px;
  }
}.text-section__text-content{grid-column:7/span 6;display: flex;flex-direction: column;text-align: left}.text-section__text-content .btn, .text-section__text-content .article .wp-block-button__link, .article .text-section__text-content .wp-block-button__link, .text-section__text-content .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .text-section__text-content .gform_button {
  display: inline-block;
}.text-section__img{grid-column:1/span 5}.text-section__img img {
  aspect-ratio: 3 / 2;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}.text-section__body :last-child {
  padding-bottom: 0px;
}.text-section__body p {
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 24px;
}@media (min-width: 768px) {

  .text-section__body p {
    font-size: 19px;
  }

  .text-section__body p {
    line-height: 27px;
  }
}@media (min-width: 1024px) {

  .text-section__body p {
    padding-bottom: 27px;
  }
}.text-section__body ul {
  list-style-type: disc;
}.text-section__body ol {
  list-style-type: decimal;
  padding-bottom: 27px;
}.text-section__body li {
  list-style-position: inside;
  padding-bottom: 27px;
}.text-section__body a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.img__right, .img__left {
  display: flex;
  flex-direction: column;
}@media (min-width: 1024px) {

  .img__right, .img__left {
    display: grid;
  }

  .img__right, .img__left {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .img__right, .img__left {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}.img__right{grid-auto-flow:dense}.img__right .text-section__text-content{grid-column:1/span 6}.img__right .text-section__img{grid-column:8/span 5}.section-title+.text-section .text-section__wrapper .text-section__container {
  padding-top: 0px;
}.text-section+.text-section .text-section__container {
  padding-top: 0px;
}.text-section+.text-section .text-section__container.no-image {
  padding-top: 55px;
  padding-bottom: 55px;
}@media (min-width: 1024px) {

  .text-section+.text-section .text-section__container.no-image {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.founders-board {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.founders-board__wrapper {
  margin: 0px;
  display: flex;
  width: 100%;
  justify-content: flex-start;
}.founders-board__container {
  padding-top: 55px;
  padding-bottom: 55px;
}@media (min-width: 1024px) {

  .founders-board__container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}.founders-board__section-container {
  padding-top: 55px;
}.founders-board__section-title {
  padding-bottom: 35px;
}@media (min-width: 1024px) {

  .founders-board__section-title {
    padding-bottom: 40px;
  }
}.founders-board__founders-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
}@media (min-width: 1024px) {

  .founders-board__founders-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .founders-board__founders-container {
    gap: 40px;
  }
}.founders-board__founders-grid {
  display: grid;
  row-gap: 10px;
}@media (min-width: 1024px) {

  .founders-board__founders-grid {
    row-gap: 5px;
  }
}.founders-board__director-container {
  display: grid;
  gap: 35px;
}@media (min-width: 1024px) {

  .founders-board__director-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founders-board__director-container {
    gap: 40px;
  }
}.founders-board__special-role-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media (min-width: 1024px) {

  .founders-board__special-role-container {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}.founders-board__special-role {
  padding-bottom: 6px;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.founders-board__member-grid {
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 10px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media (min-width: 1024px) {

  .founders-board__member-grid {
    row-gap: 5px;
  }

  .founders-board__member-grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}.founders-board__name-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 10px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}@media (min-width: 1024px) {

  .founders-board__name-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .founders-board__name-grid {
    row-gap: 5px;
  }

  .founders-board__name-grid {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}.about-cta {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
}.about-cta__wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 1024px) {

  .about-cta__wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
}.about-cta__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 40px;
}@media (min-width: 1024px) {

  .about-cta__container {
    flex-direction: row;
  }

  .about-cta__container {
    gap: 0px;
  }
}.about-cta__text {
  align-self: center;
  padding-bottom: 6px;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}@media (min-width: 1024px) {

  .about-cta__text {
    padding-bottom: 10px;
  }

  .about-cta__text {
    font-size: 29px;
  }
}.about-cta__round-container {
  height: 190px;
  width: 190px;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 48px;
  padding-bottom: 23px;
  text-align: center;
}@media (min-width: 1024px) {

  .about-cta__round-container {
    height: 235px;
  }

  .about-cta__round-container {
    width: 235px;
  }

  .about-cta__round-container {
    padding-left: 37px;
    padding-right: 37px;
  }

  .about-cta__round-container {
    padding-top: 60px;
  }

  .about-cta__round-container {
    padding-bottom: 37px;
  }
}.about-cta__round-container{box-shadow:4px 4px #173962;display: flex;flex-direction: column;align-items: center}.about-cta__arch-container {
  height: 182px;
  width: 221px;
  flex: none;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 204 9 / var(--tw-bg-opacity));
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 48px;
  padding-bottom: 23px;
  text-align: center;
}@media (min-width: 1024px) {

  .about-cta__arch-container {
    height: 235px;
  }

  .about-cta__arch-container {
    width: 284px;
  }

  .about-cta__arch-container {
    padding-left: 37px;
    padding-right: 37px;
  }

  .about-cta__arch-container {
    padding-top: 60px;
  }

  .about-cta__arch-container {
    padding-bottom: 37px;
  }
}.about-cta__arch-container{box-shadow:4px 4px #173962;display: flex;flex-direction: column;align-items: center}.about-cta__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 11px;
}@media (min-width: 1024px) {

  .about-cta__btn {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .about-cta__btn {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-cta__btn {
    font-size: 14px;
  }
}.chapters {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 255 / var(--tw-bg-opacity));
}.chapters__wrapper {
  padding-top: 55px;
}@media (min-width: 1024px) {

  .chapters__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.chapters__container {
  display: flex;
  flex-direction: column;
}.chapters__icon-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}@media (min-width: 768px) {

  .chapters__icon-container {
    display: flex;
  }

  .chapters__icon-container {
    flex-direction: row;
  }

  .chapters__icon-container {
    justify-content: space-between;
  }
}.box-line {
  position: absolute;
}.box-line svg {
  width: 35px;
}.box-line.b-right {
  bottom: -3px;
  right: -8px;
}.box-line.t-right {
  top: -3px;
  right: -8px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.box-line.t-left {
  top: -3px;
  left: -8px;
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.box-line.b-left {
  bottom: -3px;
  left: -8px;
  --tw-rotate: 270deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.news-hero {
  --tw-bg-opacity: 1;
  background-color: rgb(209 237 255 / var(--tw-bg-opacity));
  padding-top: 45px;
  padding-bottom: 45px;
}@media (min-width: 1024px) {

  .news-hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.news-hero__container {
  margin-left: auto;
  margin-right: auto;
  width: 1440px;
  max-width: calc(100% - 60px);
}@media (min-width: 1024px) {

  .news-hero__container {
    max-width: calc(100% - 180px);
  }
}.news-hero__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-between;
  row-gap: 35px;
}@media (min-width: 1024px) {

  .news-hero__container {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}.news-hero__text-col {
  order: 2;
  grid-column: span 12 / span 12;
  display: flex;
  flex-direction: column;
  justify-content: center;
}@media (min-width: 768px) {

  .news-hero__text-col {
    grid-column: span 6 / span 6;
  }
}@media (min-width: 1024px) {

  .news-hero__text-col {
    order: 1;
  }
}.news-hero__text-col p {
  font-family: Futura, sans-serif;
  font-size: 26px;
  line-height: 32.5px;
  font-weight: 700;
}.news-hero__image-col {
  order: 1;
  grid-column: span 12 / span 12;
}@media (min-width: 1024px) {

  .news-hero__image-col {
    order: 2;
  }

  .news-hero__image-col {
    grid-column: span 5 / span 5;
  }

  .news-hero__image-col {
    grid-column-start: 8;
  }
}.news-hero__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}.news-hero__image-wrapper:before{display:block;content:"";width:100%;padding-top:75%}.news-hero__image {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.news-tease {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
}.news-tease:hover .news-tease__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(23 57 98 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.news-tease__btn {
  display: inline-block;
  border-radius: 9999px;
  border-width: 1.25px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Futura, sans-serif;
  font-size: 14px;
  line-height: 15.4px;
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}.news-tease__card {
  display: flex;
  height: 100%;
  flex: 1 1 0%;
  flex-direction: column;
}.news-tease__date h5, .news-tease__date .gform_fields input, .gform_fields .news-tease__date input {
  font-family: Futura, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.news-tease__desc p {
  line-height: 26.6px;
  font-size: 17px;
}@media (min-width: 1024px) {

  .news-tease__desc p {
    font-size: 19px;
  }
}.news-tease__title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}.news-tease__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 32px;
  padding-bottom: 32px;
}@media (min-width: 1024px) {

  .news-tease__content {
    padding: 40px;
  }
}.news-tease__content>*:not(:last-child) {
  margin-bottom: 25px;
}.news-tease__content :last-child {
  margin-top: auto;
}.news-tease__image-wrapper, .featured-news-events__image {
  position: relative;
}.news-tease__image-wrapper:before,.featured-news-events__image:before{display:block;content:"";width:100%;padding-top:60.1680672269%}.news-tease__image, .featured-news-events__image img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}.pagination {
  display: none;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 768px) {

  .pagination {
    display: flex;
  }
}@media (min-width: 1024px) {

  .pagination {
    justify-content: center;
  }

  .pagination {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pagination {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}.pagination {
  font-family: Futura, sans-serif;
  font-size: 16px;
  font-weight: 700;
}@media (min-width: 1024px) {

  .pagination {
    font-size: 26px;
    line-height: 32.5px;
  }
}.pagination svg:hover{stroke:red}.pagination .current {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(23 57 98 / var(--tw-border-opacity));
}.pagination__item {
  display: none;
}.pagination__item:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}@media (min-width: 1024px) {

  .pagination__item {
    display: block;
  }
}.pagination__btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}.pagination__btn:hover {
  --tw-text-opacity: 1;
  color: rgb(23 57 98 / var(--tw-text-opacity));
}.pagination__btn svg {
  height: 26px;
  width: 70px;
}.pagination__btn:hover svg path {
  stroke: #173962;
}.pagination__btn.btn-next {
  margin-right: 0px;
}.news-button {
  display: flex;
  justify-content: center;
  padding-top: 35px;
  padding-bottom: 55px;
}@media (min-width: 768px) {

  .news-button {
    display: none;
  }
}#google_translate_element {
  display: flex;
  justify-content: flex-end;
}#google_translate_element .goog-logo-link {
  display: flex;
  align-items: center;
  gap: 5px;
}.goog-te-banner-frame {
  display: none;
}@media (min-width: 1024px) {

  .goog-te-banner-frame {
    display: block;
  }
}iframe.skiptranslate {
  display: none;
}.featured-news-events__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 35px;
  padding-bottom: 35px;
}@media (min-width: 1024px) {

  .featured-news-events__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}.featured-news-events__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}.featured-news-events__header {
  margin-bottom: 35px;
}@media (min-width: 1024px) {

  .featured-news-events__header {
    margin-bottom: 60px;
  }
}.featured-news-events__post {
  display: flex;
  flex-direction: column;
  gap: 20px;
}@media (min-width: 1024px) {

  .featured-news-events__post {
    flex-direction: row;
  }

  .featured-news-events__post {
    align-items: center;
  }

  .featured-news-events__post {
    gap: 30px;
  }
}.featured-news-events__posts-wrapper {
  width: 100%;
}@media (min-width: 1024px) {

  .featured-news-events__posts-wrapper {
    width: 80%;
  }
}.featured-news-events__image {
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(184 205 224 / var(--tw-border-opacity));
}@media (min-width: 1024px) {

  .featured-news-events__image {
    width: 40%;
  }
}.featured-news-events__image{box-shadow:0px 0px 0px 0px #173962;transition:box-shadow .4s}.featured-news-events__image:hover {
  --tw-border-opacity: 1;
  border-color: rgb(114 137 159 / var(--tw-border-opacity));box-shadow:0px 0px 15px -6px #173962;
}.featured-news-events__image img {
  width: 100%;
}.featured-news-events__btn-container .btn, .featured-news-events__btn-container .article .wp-block-button__link, .article .featured-news-events__btn-container .wp-block-button__link, .featured-news-events__btn-container .sign-up .gform_wrapper.gravity-theme .gform_button, .sign-up .gform_wrapper.gravity-theme .featured-news-events__btn-container .gform_button {
  display: inline-block;
}.featured-news-events__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}@media (min-width: 1024px) {

  .featured-news-events__copy {
    width: 60%;
  }

  .featured-news-events__copy {
    gap: 30px;
  }
}.hover\:text-grey-20:hover {
  --tw-text-opacity: 1;
  color: rgb(114 137 159 / var(--tw-text-opacity));
}@media (min-width: 640px) {

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}@media (min-width: 768px) {

  .tham.md\:tham-w-8.tham-e-slider .tham-inner {
    top: 2px;
  }

  .tham.md\:tham-w-8.tham-e-slider .tham-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s;
  }

  .tham.md\:tham-w-8.tham-e-slider .tham-inner::after {
    top: 16px;
  }

  .tham.md\:tham-w-8.tham-e-slider.tham-active .tham-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }

  .tham.md\:tham-w-8.tham-e-slider.tham-active .tham-inner::before {
    transform: rotate(-45deg) translate3d(-4.571428571428571px, -4px, 0);
    opacity: 0;
  }

  .tham.md\:tham-w-8.tham-e-slider.tham-active .tham-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
  }

  .tham.md\:tham-w-8.tham-e-arrow.tham-active .tham-inner::before {
    transform: translate3d(-6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
  }

  .tham.md\:tham-w-8.tham-e-arrow.tham-active .tham-inner::after {
    transform: translate3d(-6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
  }

  .tham.md\:tham-w-8.tham-e-arrow-alt .tham-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .tham.md\:tham-w-8.tham-e-arrow-alt .tham-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }

  .tham.md\:tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::before {
    top: 0;
    transform: translate3d(-6.40px, -8.00px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }

  .tham.md\:tham-w-8.tham-e-arrow-alt.tham-active .tham-inner::after {
    bottom: 0;
    transform: translate3d(-6.40px, 8.00px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }

  .tham.md\:tham-w-8.tham-e-arrow-turn.tham-active .tham-inner {
    transform: rotate(-180deg);
  }

  .tham.md\:tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::before {
    transform: translate3d(6.40px, 0, 0) rotate(45deg) scale(0.7, 1);
  }

  .tham.md\:tham-w-8.tham-e-arrow-turn.tham-active .tham-inner::after {
    transform: translate3d(6.40px, 0, 0) rotate(-45deg) scale(0.7, 1);
  }

  .tham.md\:tham-w-8.tham-e-spin .tham-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .tham.md\:tham-w-8.tham-e-spin .tham-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  }

  .tham.md\:tham-w-8.tham-e-spin .tham-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .tham.md\:tham-w-8.tham-e-spin.tham-active .tham-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .tham.md\:tham-w-8.tham-e-spin.tham-active .tham-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  }

  .tham.md\:tham-w-8.tham-e-spin.tham-active .tham-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .md\:tham-w-8 {
    width: 32px;
    height: 20px;
  }

  .md\:tham-w-8 .tham-box {
    width: 32px;
    height: 20px;
  }

  .md\:tham-w-8 .tham-inner {
    margin-top: -2px;
    width: 32px;
    height: 4px;
  }

  .md\:tham-w-8 .tham-inner::before {
    width: 32px;
    height: 4px;
    top: -8px;
  }

  .md\:tham-w-8 .tham-inner::after {
    width: 32px;
    height: 4px;
    bottom: -8px;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-\[76px\] {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}@media (min-width: 1024px) {

  .lg\:mx-xxxl {
    margin-left: 160px;
    margin-right: 160px;
  }

  .lg\:my-\[60px\] {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .lg\:mt-xl {
    margin-top: 60px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[40\%\] {
    height: 40%;
  }

  .lg\:w-\[158px\] {
    width: 158px;
  }

  .lg\:w-\[600px\] {
    width: 600px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:gap-md {
    gap: 25px;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:pt-\[15px\] {
    padding-top: 15px;
  }

  .lg\:pb-\[90px\] {
    padding-bottom: 90px;
  }

  .lg\:text-\[156px\] {
    font-size: 156px;
  }

  .lg\:text-h4 {
    font-size: 26px;
    line-height: 32.5px;
  }
}
