/*
! tailwindcss v3.3.2 | 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: currentColor; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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 */
  font-weight: inherit; /* 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: #BDBDBD; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #BDBDBD; /* 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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  html {
    font-family: Frutiger, Arial, sans-serif;
  }
  .no-scroll {
  overflow-y: hidden;
}
  .s14-tab-content [role=tabpanel][aria-hidden=true] {
  display: none;
}
  .skip-to-main-link {
  position: absolute;
  left: 50%;
  --tw-translate-y: -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));
  padding: 0.5rem;
}
  .skip-to-main-link:focus {
  top: 4rem;
  left: 25%;
  z-index: 2;
}
  a:focus,
  a:focus-visible {
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
    color: #212b32;
    background-color: #ffeb3b;
  }
  a.no-focus:focus {
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: initial;
    background-color: initial;
  }
  a.no-focus:focus-visible {
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
    color: #212b32;
    background-color: #ffeb3b;
  }
  p:focus {
    box-shadow: 0 -2px #ffeb3b, 0 4px #212b32;
    outline: 4px solid transparent;
    text-decoration: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 235 59 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(33 43 50 / var(--tw-text-opacity));
  }
  input:focus {
    border: 2px solid #212b32;
    box-shadow: inset 0 0 0 2px;
    outline: 4px solid #ffeb3b; /* 1 */
    outline-offset: 0;
  }
  input[type=radio]:focus {
    border: 4px solid #212b32;
    box-shadow: 0 0 0 4px #ffeb3b;
  }
  input[type=checkbox]:focus {
    border: 4px solid #212b32;
    box-shadow: 0 0 0 4px #ffeb3b;
  }
  button:focus-visible {
    background-color: #ffeb3b;
    border: 0;
    box-shadow: 0 4px 0 0 #212b32;
    color: #212b32;
    outline: 4px solid transparent; /* 1 */
    outline-offset: 4px;
  }
  button:focus-visible svg {
    fill: #212b32;
  }
  strong,
  b {
    font-size: inherit;
  }

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
}
.custom-footer {
  padding-top: 2.85rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .custom-footer {
    padding-left: 5.938rem;
    padding-right: 5.438rem;
  }
}
.custom-footer {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .custom-footer {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .custom-footer {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.custom-footer__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.custom-footer__wrapper::before {
  background-image: url("/assets/images/blue-mask-mobile.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {

  .custom-footer__wrapper::before {
    background-image: url("/assets/images/blue-mask.svg");
  }
}
.custom-footer__wrapper::before {
  position: absolute;
  top: -1.25rem;
  display: block;
  height: 1.25rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .custom-footer__wrapper::before {
    height: 4.85rem;
  }
}
.custom-footer__main_content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-bottom: 3.9375rem;
  padding-top: 1.125rem;
}
@media (min-width: 1024px) {

  .custom-footer__main_content {
    grid-template-columns: 25% 40% 20%;
    gap: 5.4375rem;
  }
}
.custom-footer__col-1__top {
  margin-bottom: 1.875rem;
}
.custom-footer__col-1__top__title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
}
.custom-footer__col-1__bottom {
  display: flex;
  align-items: center;
}
.custom-footer__col-1__bottom img {
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-footer__col-2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {

  .custom-footer__col-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.3125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.3125rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .custom-footer__col-2 {
    flex-direction: row;
  }

  .custom-footer__col-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(3.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.custom-footer__col-2 > div:first-of-type {
  width: 50%;
}
@media (min-width: 1024px) {

  .custom-footer__col-2 > div:first-of-type {
    width: 60%;
  }
}
.custom-footer__col-2 > div:last-of-type {
  width: 50%;
}
@media (min-width: 1024px) {

  .custom-footer__col-2 > div:last-of-type {
    width: 40%;
  }
}
.custom-footer__col-3__top {
  margin-bottom: 1.1875rem;
}
.custom-footer__col-3__top__title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
}
@media (min-width: 1024px) {

  .custom-footer__col-3__top__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.custom-footer__social_links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-footer__social_link {
  display: flex;
  height: 2.8125rem;
  width: 2.8125rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.custom-footer__social_icon {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.custom-footer__list {
  display: flex;
  flex-direction: column;
}
.custom-footer__list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.6375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.6375rem * var(--tw-space-y-reverse));
}
.custom-footer__list > li {
  display: flex;
  font-size: 1.125rem;
  line-height: 1;
}
.custom-footer__list__quick_links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}
.custom-footer__list__quick_links a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.custom-footer__list__title {
  margin-bottom: 1.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
}
@media (min-width: 1024px) {

  .custom-footer__list__title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.custom-footer__list__link {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration-line: underline;
}
.custom-footer__list__link:hover {
  text-decoration-line: none;
}
.custom-footer__sub_content {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
@media not all and (min-width: 1024px) {

  .custom-footer__sub_content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.1875rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .custom-footer__sub_content {
    flex-direction: row;
    align-items: center;
  }

  .custom-footer__sub_content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.custom-footer__sub_content__text {
  font-size: 0.875rem;
}
@media (min-width: 1024px) {

  .custom-footer__sub_content__text {
    line-height: 0.8125rem;
  }
}
.custom-footer__sub_content__links {
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 1024px) {

  .custom-footer__sub_content__links > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.1875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.1875rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .custom-footer__sub_content__links {
    flex-direction: row;
  }

  .custom-footer__sub_content__links > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.0625rem * var(--tw-space-x-reverse));
    margin-left: calc(2.0625rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.custom-footer__sub_content__links > li {
  line-height: 1;
}
.custom-footer__sub_content__link {
  font-size: 0.875rem;
  line-height: 0.8125rem;
  text-decoration-line: underline;
}
.custom-footer__sub_content__link:hover {
  text-decoration-line: none;
}
.nav {
  display: flex;
  max-width: 90rem;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 768px) {

  .nav {
    padding-left: 5.938rem;
  }
}
@media (min-width: 1024px) {

  .nav {
    padding-right: 5.438rem;
  }
}
.nav {
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
}
.nav-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.nav-contents {
  --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));
  background-color: transparent;
  row-gap: 1.25rem;
  padding: 0px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  display: none;
  z-index: 50;
  width: 100%;
}
@media (min-width: 70em) {
    .nav-contents {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  }
@media (min-width: lg) {
    .nav-contents {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
  }
  }
@media (min-width: 70em) {
    .nav-items {
    row-gap: 1.75rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    display: flex;
    flex-direction: column;
  }
    @media (min-width: 1024px) {

    .nav-items {
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
    }
  }
    .nav-items {
    margin-bottom: 0.75rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
  }
    @media (min-width: 1024px) {

    .nav-items {
      margin-bottom: 0px;
      margin-left: 7.75rem;
      margin-right: 4.4375rem;
      border-bottom-width: 0px;
    }
  }
    .nav-items--hidden {
    display: none;
  }
    .nav-item {
    position: relative;
  }
    .nav-item.active .nav-dropdown-options {
    bottom: 0px;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 20.188rem;
    flex-direction: column;
  }
    @media (min-width: 1024px) {

    .nav-item.active .nav-dropdown-options {
      --tw-translate-y: 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));
    }
  }
    .nav-item.active .nav-dropdown-options {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    visibility: visible;
    z-index: 50;
    row-gap: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    --tw-shadow: 0px 8px 2px rgba(0, 0, 0, 0.15);
    --tw-shadow-colored: 0px 8px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .nav-item.active .nav-dropdown-svg {
    --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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
    .nav-dropdown {
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .nav-dropdown-text {
    position: relative;
    white-space: nowrap;
    padding: 0.75rem;
    padding-bottom: 0.25rem;
    padding-right: 1.25rem;
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
    @media (min-width: 768px) {

    .nav-dropdown-text {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
    .nav-dropdown-text.active {
    text-decoration-line: underline;
  }
    .nav-dropdown-text.active:hover {
    text-decoration-line: none;
  }
    .nav-dropdown-svg {
    position: absolute;
    bottom: 25%;
    right: 0px;
    display: flex;
    --tw-translate-y: -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));
      content: url(/assets/chevron-down.svg);
  }
    .nav-dropdown-options {
    visibility: hidden;
    position: absolute;
    z-index: -10;
    opacity: 0;
  }
    @media (min-width: 1024px) {

    .nav-dropdown-options {
      --tw-translate-y: -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));
    }
  }
    .nav-dropdown-link {
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
    .nav-dropdown-link:hover {
    --tw-text-opacity: 1;
    color: rgb(124 40 85 / var(--tw-text-opacity));
    text-decoration-line: underline;
  }
    @media (min-width: 768px) {

    .nav-dropdown-link {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
    .nav-dropdown-link {
    white-space: nowrap;
    padding: 0.5rem;
  }
    .nav-link {
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .nav-link:hover {
    text-decoration-line: underline;
  }
    @media (min-width: 768px) {

    .nav-link {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
    .nav-link {
    white-space: nowrap;
    padding: 0.75rem;
    padding-bottom: 0.25rem;
  }
    .nav-link.active {
    text-decoration-line: underline;
  }
    .nav-link.active:hover {
    text-decoration-line: none;
  }
    .nav-link:focus {
    text-decoration-line: none;
  }
  }
@media (min-width: lg) {
    .nav-items {
    row-gap: 1.75rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
    display: flex;
    flex-direction: column;
  }
    @media (min-width: 1024px) {

    .nav-items {
      flex-direction: row;
      align-items: flex-end;
      justify-content: space-between;
    }
  }
    .nav-items {
    margin-bottom: 0.75rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(210 210 210 / var(--tw-border-opacity));
  }
    @media (min-width: 1024px) {

    .nav-items {
      margin-bottom: 0px;
      margin-left: 7.75rem;
      margin-right: 4.4375rem;
      border-bottom-width: 0px;
    }
  }
    .nav-items--hidden {
    display: none;
  }
    .nav-item {
    position: relative;
  }
    .nav-item.active .nav-dropdown-options {
    bottom: 0px;
    display: flex;
    height: -moz-fit-content;
    height: fit-content;
    width: 20.188rem;
    flex-direction: column;
  }
    @media (min-width: 1024px) {

    .nav-item.active .nav-dropdown-options {
      --tw-translate-y: 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));
    }
  }
    .nav-item.active .nav-dropdown-options {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.625rem;
    padding-right: 1.625rem;
    opacity: 1;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    visibility: visible;
    z-index: 50;
    row-gap: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(237 237 237 / var(--tw-border-opacity));
    --tw-shadow: 0px 8px 2px rgba(0, 0, 0, 0.15);
    --tw-shadow-colored: 0px 8px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
    .nav-item.active .nav-dropdown-svg {
    --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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
    .nav-dropdown {
    display: flex;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .nav-dropdown-text {
    position: relative;
    white-space: nowrap;
    padding: 0.75rem;
    padding-bottom: 0.25rem;
    padding-right: 1.25rem;
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
    @media (min-width: 768px) {

    .nav-dropdown-text {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
    .nav-dropdown-text.active {
    text-decoration-line: underline;
  }
    .nav-dropdown-text.active:hover {
    text-decoration-line: none;
  }
    .nav-dropdown-svg {
    position: absolute;
    bottom: 25%;
    right: 0px;
    display: flex;
    --tw-translate-y: -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));
      content: url(/assets/chevron-down.svg);
  }
    .nav-dropdown-options {
    visibility: hidden;
    position: absolute;
    z-index: -10;
    opacity: 0;
  }
    @media (min-width: 1024px) {

    .nav-dropdown-options {
      --tw-translate-y: -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));
    }
  }
    .nav-dropdown-link {
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
  }
    .nav-dropdown-link:hover {
    --tw-text-opacity: 1;
    color: rgb(124 40 85 / var(--tw-text-opacity));
    text-decoration-line: underline;
  }
    @media (min-width: 768px) {

    .nav-dropdown-link {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
    .nav-dropdown-link {
    white-space: nowrap;
    padding: 0.5rem;
  }
    .nav-link {
    display: flex;
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-transform: capitalize;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
    .nav-link:hover {
    text-decoration-line: underline;
  }
    @media (min-width: 768px) {

    .nav-link {
      width: -moz-fit-content;
      width: fit-content;
    }
  }
    .nav-link {
    white-space: nowrap;
    padding: 0.75rem;
    padding-bottom: 0.25rem;
  }
    .nav-link.active {
    text-decoration-line: underline;
  }
    .nav-link.active:hover {
    text-decoration-line: none;
  }
    .nav-link:focus {
    text-decoration-line: none;
  }
  }
.nav-toggle {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-toggle:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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: 70em) {
    .nav-toggle {
    display: none;
  }
  }
@media (min-width: lg) {
    .nav-toggle {
    display: none;
  }
  }
.nav-toggle .close {
  display: none;
}
.nav-toggle[aria-expanded=true] .close {
  display: block;
}
.nav-toggle[aria-expanded=true] .open {
  display: none;
}
.nav-banner {
  z-index: 10;
  display: none;
  height: 4.44rem;
  align-items: center;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 70em) {
    .nav-banner {
    display: flex;
  }
  }
@media (min-width: lg) {
    .nav-banner {
    display: flex;
  }
  }
.nav-banner-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.nav-banner-content {
  display: flex;
  justify-content: space-between;
}
.nav-banner-items {
  display: flex;
}
.nav-banner-item {
  display: flex;
  align-items: center;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(189 189 189 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1280px) {

  .nav-banner-item {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }
}
.nav-banner-item {
  white-space: nowrap;
}
.nav-banner-item:last-child {
  border-width: 0px;
}
@media (min-width: 1280px) {

  .nav-banner-item:last-child {
    padding-right: 4.8125rem;
  }
}
.nav-banner-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.nav-banner-link:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.nav-banner-link.active {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
}
.nav-banner-link.active:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
}
.nav-banner-button {
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(233 46 39 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .nav-banner-button {
    padding-left: 1.8125rem;
    padding-right: 1.8125rem;
  }
}
.nav-banner-select {
  position: relative;
  margin-right: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  background-repeat: no-repeat;
  padding: 0.25rem;
  padding-right: 1.75rem;
    background-image: url(/assets/arrow.svg);
    background-position-x: 92%;
    background-position-y: 0.625rem;
}
.nav__sm {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 242 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 7rem;
  --tw-translate-y: -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));
  transition-duration: 200ms;
}
@media (min-width: 1024px) {

  .nav__sm {
    display: none;
  }
}
.nav__sm[data-visible=true] {
  z-index: 50;
  --tw-translate-y: 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));
  overflow-y: auto;
  opacity: 1;
}
.nav__sm .nav-banner-select {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.nav__sm-divider {
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  z-index: 10;
  width: 100%;
}
.nav__sm-content {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-bottom: 3.5rem;
}
.nav__sm-items {
  display: flex;
  flex-direction: column;
}
.nav__sm-items > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.875rem * var(--tw-space-y-reverse));
}
.nav__sm-items {
  padding-top: 2.5rem;
}
.nav__sm-items__2 {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
  height: 100%;
  min-height: 100%;
}
.nav__sm-items__2 .nav-items {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
}
.nav__sm-items__2 .nav-items > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.nav__sm-items__2 .nav-items {
  padding-bottom: 3.5rem;
}
.nav__sm-items__2 .nav-item {
  position: relative;
}
.nav__sm-items__2 .nav-item.active .nav-dropdown-options {
  position: relative;
  display: flex;
  bottom: 0px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1024px) {

  .nav__sm-items__2 .nav-item.active .nav-dropdown-options {
    --tw-translate-y: 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));
  }
}
.nav__sm-items__2 .nav-item.active .nav-dropdown-options {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  visibility: visible;
}
.nav__sm-items__2 .nav-item.active .nav-dropdown-options > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.nav__sm-items__2 .nav-item.active .nav-dropdown-options {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  z-index: 30;
  margin-bottom: 2rem;
  width: 100%;
}
.nav__sm-items__2 .nav-item.active .nav-dropdown-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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav__sm-items__2 .nav-dropdown {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav__sm-items__2 .nav-dropdown svg {
  --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));
}
.nav__sm-items__2 .nav-dropdown-options {
  position: absolute;
  top: 2rem;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  width: 100%;
  flex-direction: column;
}
.nav__sm-items__2 .nav-dropdown-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav__sm-items__2 .nav-banner-button {
  margin-bottom: 2.5rem;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.nav__sm-items__2 .nav-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav__sm-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.nav__sm-footer .nav-sponsor img {
  height: 3rem;
}
.nav__sm-social_links {
  display: flex;
}
.nav__sm-social_links > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.nav__sm-social_link {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 2rem;
  width: 2rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  align-items: center;
  justify-content: center;
}
.nav__sm-social_link img {
  height: 1rem;
}
.nav__sm-link {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.banner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .banner {
    padding-left: 5.938rem;
    padding-right: 5.438rem;
  }
}
.banner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .banner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .banner {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.banner {
  display: flex;
  max-width: 90rem;
  justify-content: space-between;
}
@media (min-width: 768px) {

  .banner {
    padding-right: 5.438rem;
  }
}
.banner {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  align-items: flex-end;
  padding-bottom: 5.5rem;
  aspect-ratio: 4.471;
}
.banner .resources-inner__download {
  margin-bottom: 1.25rem;
  margin-right: 4rem;
  display: none;
}
@media (min-width: 1024px) {

  .banner .resources-inner__download {
    display: flex;
  }
}
.banner-wrapper {
  position: relative;
  display: flex;
  height: 17.625rem;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .banner-wrapper {
    height: 20.1875rem;
  }
}
.banner__lg {
  height: 100%;
  width: 100%;
}
@media (min-width: 1024px) {

  .banner__lg {
    aspect-ratio: 2.3633;
  }
}
.banner__lg {
  height: 32.75rem;
}
@media (min-width: 1024px) {

  .banner__lg {
    min-height: 38.1875rem;
  }
}
.banner__lg .banner {
  justify-content: center;
  padding-top: 8rem;
}
@media (min-width: 1024px) {

  .banner__lg .banner {
    justify-content: flex-start;
  }
}
.banner__lg .banner {
  align-items: flex-end;
  padding-bottom: 8.5rem;
}
@media (min-width: 1024px) {

  .banner__lg .banner {
    align-items: baseline;
    padding-bottom: 5.5rem;
  }
}
.banner-title {
  position: relative;
  display: flex;
  overflow: hidden;
}
.banner-title::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("/assets/banner-title-bg-blue.png");
  background-repeat: round;
}
.banner-title-violet::after {
  background-image: url("/assets/banner-title-bg-violet.png");
}
.banner-title-yellow::after {
  background-image: url("/assets/banner-title-bg-orange.png");
}
.banner-title-green::after {
  background-image: url("/assets/banner-title-bg-green.png");
}
.banner-title-text {
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .banner-title-text {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2.5rem;
    line-height: 2.8125rem;
  }
}
.banner-title-text {
  position: relative;
  z-index: 20;
  max-width: 30ch;
}
.banner-title-text__light {
  font-size: 1.5rem;
  font-weight: 400;
}
@media (min-width: 1024px) {

  .banner-title-text__light {
    font-size: 2.25rem;
  }
}
.banner-img {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.breadcrumbs__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.breadcrumbs__section {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .breadcrumbs__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .breadcrumbs__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.breadcrumbs__section {
  max-width: 83.125rem;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
}
.breadcrumbs__list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.breadcrumbs__list {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}
@media (min-width: 1024px) {

  .breadcrumbs__list {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
  }
}
.breadcrumbs__item:last-of-type a {
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.breadcrumbs__link {
  white-space: pre;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .breadcrumbs__link {
    font-size: 1.125rem;
  }
}
.breadcrumbs__link {
  line-height: 0.875rem;
}
.breadcrumbs__link:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
@media (min-width: 1024px) {

  .breadcrumbs__link {
    line-height: 1.0625rem;
  }
}
.impact__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(40 51 58 / var(--tw-bg-opacity));
}
.impact__wrapper::before {
  position: absolute;
  display: block;
  height: 3.875rem;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  top: -1.25rem;
  background-image: url("/assets/images/dark-mask.svg");
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.impact__section {
  padding-top: 5rem;
  padding-bottom: 5.5625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .impact__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .impact__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.impact__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .impact__section {
    padding-top: 6.0625rem;
    padding-bottom: 7.0625rem;
  }
}
.impact__section {
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px) {

  .impact__section > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.625rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .impact__section {
    flex-direction: row;
    row-gap: 4.125rem;
  }

  .impact__section > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8.125rem * var(--tw-space-x-reverse));
    margin-left: calc(8.125rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.impact__col-1 {
  width: 100%;
}
@media (min-width: 419px) {

  .impact__col-1 {
    min-width: 25rem;
  }
}
@media (min-width: 1024px) {

  .impact__col-1 {
    width: 91.666667%;
  }
}
.impact__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
}
@media (min-width: 1024px) {

  .impact__subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.impact__subtitle {
  margin-bottom: 0.8125rem;
  line-height: 1.375rem;
}
@media (min-width: 1024px) {

  .impact__subtitle {
    margin-bottom: 1.6875rem;
  }
}
.impact__title {
  font-size: 1.625rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .impact__title {
    font-size: 2.5rem;
  }
}
.impact__title {
  line-height: 2.25rem;
  letter-spacing: -0.01rem;
}
@media (min-width: 1024px) {

  .impact__title {
    line-height: 2.625rem;
  }
}
.impact__main-text {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {

  .impact__main-text {
    font-size: 1.125rem;
  }
}
.impact__main-text {
  margin-bottom: 1.1875rem;
  line-height: 1.6875rem;
}
@media (min-width: 1024px) {

  .impact__main-text {
    margin-bottom: 1.5rem;
    line-height: 1.8125rem;
  }
}
.impact__link {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(253 183 26 / var(--tw-text-opacity));
}
.impact__link:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-info__card {
  height: 100%;
  width: 100%;
  flex: 1 1 0%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.help-info__card-wrapper {
  display: flex;
  height: 100%;
  min-height: 22.5rem;
  flex: 1 1 0%;
  cursor: pointer;
}
@media (min-width: 1024px) {

  .help-info__card-wrapper {
    max-width: 16.6875rem;
  }
}
.help-info__card-wrapper:hover {
  outline-style: solid;
  outline-color: #828282;
}
.help-info__card-wrapper:hover .help-info__card-link {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-info__card-image__wrapper {
  display: flex;
  min-height: 10.375rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.help-info__card-image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.help-info__card-text {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.875rem;
  line-height: 1.625rem;
}
.help-info__card-title {
  margin-bottom: 1.0625rem;
}
.help-info__card-link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.9375rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.help-info__card-link:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-info__card-subtitle {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.help-organisation__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 242 / var(--tw-bg-opacity));
}
.help-organisation__section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .help-organisation__section {
    padding-left: 5.938rem;
    padding-right: 5.438rem;
  }
}
.help-organisation__section {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .help-organisation__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .help-organisation__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
@media not all and (min-width: 1024px) {

  .help-organisation__section {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {

  .help-organisation__section {
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
  }
}
.help-organisation__title {
  margin-bottom: 1.875rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .help-organisation__title {
    padding-left: 3.825rem;
    text-align: left;
    font-size: 2rem;
  }
}
.help-organisation__card {
  display: flex;
  height: 100%;
  width: 20.5rem;
  flex-direction: column;
  justify-content: space-between;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 3.25rem;
  padding-bottom: 1.125rem;
}
@media (min-width: 419px) {

  .help-organisation__card {
    width: 22.5rem;
  }
}
.help-organisation__card-text {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.help-organisation__card-title {
  margin-bottom: 1.125rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8125rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.help-organisation__card-subtitle {
  margin-bottom: 1.125rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.help-organisation__card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.875rem;
}
.help-organisation__card-link a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 94 184 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
.help-organisation__card-link a:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-organisation__card-icon {
  background-image: url("/assets/images/orange-mask.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-top: 1rem;
  padding-bottom: 1.3125rem;
}
.help-organisation__card-link img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.help-organisation__carousel {
  display: flex;
  width: 100%;
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  gap: 2.5rem;
  overflow-x: scroll;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {

  .help-organisation__carousel {
    gap: 1.75rem;
  }
}
.help-organisation__carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {

  .help-organisation__carousel-wrapper {
    -moz-column-gap: 1.075rem;
         column-gap: 1.075rem;
  }
}
.help-organisation__carousel-item {
  scroll-snap-align: center;
  scroll-snap-stop: always;
}
@media not all and (min-width: 1024px) {

  .help-organisation__carousel-item:first-of-type {
    margin-left: 2.5rem;
  }
}
.help-organisation__carousel-controls {
  padding-top: 1.0625rem;
  padding-bottom: 1.0625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.help-organisation__carousel-controls:first-of-type {
  padding-right: 0px;
}
.help-organisation__carousel-controls:last-of-type {
  padding-left: 0px;
}
.custom-accordion {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  .custom-accordion {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.custom-accordion[open] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.custom-accordion-question {
  position: relative;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.custom-accordion-question:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {

  .custom-accordion-question {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.custom-accordion-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.custom-accordion-question__text {
  width: 80%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.custom-accordion-question .custom-accordion-toggle {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjA2NSA5LjcwMjU4SDkuMzY1VjE1Ljc3NzZINi4wMDVWOS43MDI1OEgwLjMzNVY2LjY4NzU4SDYuMDA1VjAuNjI3NTc4SDkuMzY1VjYuNjg3NThIMTUuMDY1VjkuNzAyNThaIiBmaWxsPSIjMjEyQjMyIi8+Cjwvc3ZnPgo=");
    height: 1.0625rem;
    width: 1.115rem;
    cursor: pointer;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
.custom-accordion-question::-webkit-details-marker {
  display: none;
}
.custom-accordion[open] .custom-accordion-question .custom-accordion-toggle {
  width: 0.75rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDExIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjcyNDY5NSAwLjA1Nzk5OTNIMTAuMjI4N1Y0LjEyNkgwLjcyNDY5NVYwLjA1Nzk5OTNaIiBmaWxsPSIjMTkyMzMxIi8+Cjwvc3ZnPgo=");
}
.custom-accordion-answer {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.help-guide__card {
  display: flex;
  height: 100%;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.help-guide__card-wrapper {
  display: flex;
  height: 100%;
  min-height: 22.5rem;
  flex: 1 1 0%;
  cursor: pointer;
}
@media (min-width: 1024px) {

  .help-guide__card-wrapper {
    min-height: 24.0625rem;
  }
}
.help-guide__card-wrapper:hover .help-guide__card-link {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-guide__card-image__wrapper {
  position: relative;
  height: 13.675rem;
}
@media (min-width: 1024px) {

  .help-guide__card-image__wrapper {
    height: 10.375rem;
  }
}
.help-guide__card-image {
  aspect-ratio: 1.66;
  height: 100%;
  width: 100%;
  flex: 1 1 0%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.help-guide__card-icon {
  position: absolute;
  bottom: -0.125rem;
  display: flex;
  max-height: 3.0625rem;
  max-width: 3.125rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}
.help-guide__card-icon__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.help-guide__card-text {
  flex: 1 1 0%;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.4375rem;
}
.help-guide__card-title {
  margin-bottom: 1.0625rem;
  width: 80%;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .help-guide__card-title {
    width: 100%;
  }
}
.help-guide__card-title-violet {
  --tw-text-opacity: 1;
  color: rgb(187 14 130 / var(--tw-text-opacity));
}
.help-guide__card-title-green {
  --tw-text-opacity: 1;
  color: rgb(74 129 58 / var(--tw-text-opacity));
}
.help-guide__card-title-yellow {
  --tw-text-opacity: 1;
  color: rgb(187 14 130 / var(--tw-text-opacity));
}
.help-guide__card-link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.help-guide__card-link:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-guide__card-subtitle {
  font-size: 1.125rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.urgent-help-service__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1024px) {

  .urgent-help-service__wrapper {
    flex-direction: row;
    align-items: center;
  }
}
@media not all and (min-width: 1024px) {

  .urgent-help-service__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .urgent-help-service__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.46875rem * var(--tw-space-x-reverse));
    margin-left: calc(2.46875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.urgent-help-service__wrapper-sm {
  display: flex;
  flex-direction: row;
}
.urgent-help-service__wrapper-sm > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.46875rem * var(--tw-space-x-reverse));
  margin-left: calc(2.46875rem * calc(1 - var(--tw-space-x-reverse)));
}
@media not all and (min-width: 1024px) {

  .urgent-help-service__wrapper-sm > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}
.urgent-help-service__wrapper-sm .urgent-help-service__image-wrapper {
  max-width: 3.4375rem;
}
.urgent-help-service__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.urgent-help-service__image-wrapper {
  width: 100%;
  max-width: 12.9375rem;
}
.urgent-help-service__text {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .urgent-help-service__text {
    line-height: 1.875rem;
  }
}
.urgent-help-service__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.urgent-help-service__link {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(96 187 70 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-top: 0.9375rem;
  padding-left: 1.3125rem;
  padding-right: 1.3125rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.3125rem;
}
.urgent-help-service__link:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.member-card > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.member-card {
  margin: 1rem;
}
@media (min-width: 1024px) {

  .member-card {
    margin: 1.5rem;
  }
}
.member-img {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 14rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  border-radius: 9999px;
}
.member-role {
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.member-cards {
  margin: -1rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-evenly;
}
@media (min-width: 768px) {

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

  .member-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.member-cards {
  align-items: center;
}
.member__modal {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: none;
  background-color: rgb(0 0 0 / 0.1);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
    margin: 0 !important;
}
.member__modal-content {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  max-width: 59.3125rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6.125rem;
  padding-bottom: 5.1875rem;
}
@media (min-width: 1024px) {

  .member__modal-content {
    max-height: 34.375rem;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.member__modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4.75rem;
}
@media (min-width: 1024px) {

  .member__modal-content {
    flex-direction: row;
  }
}
.member__modal-content {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
  margin-right: 1rem;
  align-items: flex-start;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .member__modal-content {
    margin-left: auto;
    margin-right: auto;
  }
}
.member__modal-content button {
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.member__modal-image {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 14rem;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
}
.member__modal-text {
  max-height: 23rem;
  width: -moz-fit-content;
  width: fit-content;
  overflow-y: scroll;
}
.member__modal-title {
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.member__modal-subtext {
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.getting-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.getting-help__wrapper::before {
  position: absolute;
  top: -1.25rem;
  display: block;
  height: 4.85rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("/assets/images/blue-mask-mobile.svg");
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {

  .getting-help__wrapper::before {
    background-image: url("/assets/images/blue-mask-alt.svg");
  }
}
.getting-help__section {
  position: relative;
  padding-top: 4.625rem;
  padding-bottom: 5.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .getting-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .getting-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.getting-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .getting-help__section {
    padding-top: 2.5rem;
    padding-bottom: 4.375rem;
  }
}
.getting-help__title {
  font-size: 1.625rem;
  line-height: 2.1875rem;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {

  .getting-help__title {
    font-size: 2rem;
  }
}
.getting-help__title {
  margin-bottom: 2.875rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .getting-help__title {
    margin-bottom: 2rem;
  }
}
.getting-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {

  .getting-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .getting-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .getting-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.getting-help__grid {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
help-category {
  width: 100%;
  flex: 1 1 0%;
}
@media (min-width: 1024px) {

  help-category {
    max-width: 17.0625rem;
  }
}
.help-categories {
  margin-bottom: 3rem;
  display: flex;
  width: 90%;
  justify-content: space-evenly;
  position: absolute;
  --tw-translate-y: -7%;
  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-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 3px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 10;
  flex-wrap: wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  flex-direction: column;
  align-items: center;
}
.help-categories > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 70em) {
    .help-categories {
    width: min(82.125rem,91%);
    flex-direction: row;
    align-items: flex-start;
  }
    .help-categories > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
    .help-categories {
    --tw-translate-y: -35%;
    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));
    padding-top: 4.125rem;
    padding-bottom: 4.15rem;
  }
    @media (min-width: 1280px) {

    .help-categories {
      padding-left: 4.8125rem;
      padding-right: 4.8125rem;
    }
  }
  }
@media (min-width: lg) {
    .help-categories {
    width: min(82.125rem,91%);
    flex-direction: row;
    align-items: flex-start;
  }
    .help-categories > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
    .help-categories {
    --tw-translate-y: -35%;
    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));
    padding-top: 4.125rem;
    padding-bottom: 4.15rem;
  }
    @media (min-width: 1280px) {

    .help-categories {
      padding-left: 4.8125rem;
      padding-right: 4.8125rem;
    }
  }
  }
.help-categories__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .help-categories__wrapper {
    padding-left: 5.938rem;
    padding-right: 5.438rem;
  }
}
.help-categories__wrapper {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .help-categories__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .help-categories__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
@media (min-width: 1024px) {

  .help-categories__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
.help-categories__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.help-categories::before {
  position: absolute;
  top: -5px;
  z-index: -11;
  display: flex;
  height: 5px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .help-categories::before {
    left: 0.5%;
    width: 99%;
  }
}
.help-categories::before {
    background-image: url(/assets/paint-smear-orange1.png);
  }
.help-category {
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media not all and (min-width: 1024px) {

  .help-category {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 17.75rem;
  }
}
.help-category-title {
  margin-bottom: 2.25rem;
  line-height: 1.5rem;
}
@media not all and (min-width: 1024px) {

  .help-category-title {
    text-align: center;
  }
}
@media (min-width: 1024px) {

  .help-category-title {
    max-height: 12ch;
    max-width: 33ch;
  }
}
.help-category-title .styled-text {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  width: 100%;
}
@media (min-width: 1024px) {

  .help-category-title .styled-text {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media not all and (min-width: 1024px) {

  .help-category-title .styled-text::after {
    background-size: cover;
  }
}
.help-category-title .styled-text-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px) {

  .help-category-title .styled-text-text {
    margin-left: auto;
    margin-right: auto;
  }

  .help-category-title .styled-text.append-to-title {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.help-category-title span {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.help-category-link {
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.help-category-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.help-category-link {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
}
@media not all and (min-width: 1024px) {

  .help-category-link {
    margin-left: auto;
    margin-right: auto;
  }
}
.help-category-link svg {
  margin-left: 0.75rem;
}
.help-divider {
  display: none;
  height: 10rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
@media (min-width: 70em) {
    .help-divider {
    display: flex;
  }
  }
@media (min-width: lg) {
    .help-divider {
    display: flex;
  }
  }
.home-body .banner-title::after {
  background-size: cover;
}
.home-body .banner-title-text {
  max-width: 43ch;
}
.home-about {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .home-about {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .home-about {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.home-about {
  max-width: 83.125rem;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .home-about {
    flex-direction: row;
  }
}
.home-about__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 242 / var(--tw-bg-opacity));
  padding-top: 36rem;
}
@media (min-width: 1024px) {

  .home-about__wrapper {
    padding-top: 46rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 70em) {
    .home-about__wrapper {
    padding-top: 18.375rem;
  }
  }
@media (min-width: lg) {
    .home-about__wrapper {
    padding-top: 18.375rem;
  }
  }
.home-about__wrapper::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0.5%;
  z-index: 10;
  display: flex;
  height: 4rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
    background-image: url(/assets/home-about-border.svg);
}
.home-about-content {
  position: relative;
  left: 0px;
  --tw-translate-y: -22%;
  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) {

  .home-about-content {
    --tw-translate-y: 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));
  }
}
.home-about-content {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: 0px 3px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 4rem;
  padding-left: 1.875rem;
  padding-right: 1.75rem;
  padding-bottom: 2.625rem;
}
@media (min-width: 1024px) {

  .home-about-content {
    padding: 4rem;
  }
}
.home-about-content {
  z-index: 20;
  --tw-translate-x: 5.3%;
  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) {

  .home-about-content {
    --tw-translate-x: -5%;
    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));
  }
}
.home-about-content {
  width: 95%;
}
@media (min-width: 1024px) {

  .home-about-content {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.home-about-content .styled-text-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.0625rem;
  padding-top: 1.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.home-about-title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.home-about-info {
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-about-info {
    width: 49ch;
  }
}
.home-about-image img {
  aspect-ratio: 1.464;
  height: 19.875rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {

  .home-about-image img {
    height: 100%;
    min-width: 35.125rem;
  }
}
.home-faq {
  padding-top: 4.5rem;
  padding-bottom: 4.4rem;
}
@media (min-width: 1024px) {

  .home-faq {
    padding-bottom: 11rem;
  }
}
.home-faq__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .home-faq__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .home-faq__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.home-faq__wrapper {
  max-width: 83.125rem;
}
.home-faqs {
  display: flex;
  flex-direction: column;
  row-gap: 0.6875rem;
}
.home-faq-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-faq-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home-faq-title {
  margin-bottom: 2.25rem;
}
@media (min-width: 1024px) {

  .home-faq-title {
    margin-top: 4.75rem;
  }
}
.home-situation {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {

  .home-situation {
    padding-left: 5.938rem;
    padding-right: 5.438rem;
  }
}
.home-situation {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .home-situation {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .home-situation {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
@media not all and (min-width: 1024px) {

  .home-situation {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.home-situation {
  padding-top: 4.5rem;
  padding-bottom: 6rem;
}
@media (min-width: 1024px) {

  .home-situation {
    padding-top: 4rem;
    padding-bottom: 8.5rem;
  }
}
.home-situation {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
@media (min-width: 1024px) {

  .home-situation {
    padding-right: 0px;
  }
}
.home-situation__wrapper {
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.home-situation-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .home-situation-title {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.home-situation-title {
  margin-bottom: 3.5rem;
}
.home-situation-slider {
  position: relative;
  display: flex;
  align-items: center;
}
.home-situation-slider #situation-prev {
  position: absolute;
  left: -0.5rem;
  z-index: 20;
}
.home-situation-slider #situation-next {
  position: absolute;
  right: 1.625rem;
  z-index: 20;
}
@media (min-width: 1024px) {

  .home-situation-slider #situation-next {
    right: 5.4375rem;
  }
}
.situation-control {
  position: absolute;
  height: 3rem;
  width: 3rem;
  justify-content: center;
}
@media (min-width: 1024px) {

  .situation-control {
    height: 3.75rem;
    width: 3.5rem;
  }
}
.situation-control {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 51 58 / var(--tw-bg-opacity));
  fill: #FFFFFF;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
  --tw-shadow: 0px 4px 5px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0px 4px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  top: 20%;
}
.situation-control svg {
  width: 0.75rem;
}
@media (min-width: 1024px) {

  .situation-control svg {
    width: 1.25rem;
  }
}
.situation-control.disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(130 130 130 / var(--tw-bg-opacity));
}
.situation-list {
  display: flex;
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
  overflow: scroll;
  scroll-behavior: smooth;
}
.situation-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.situation-list {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (min-width: 1024px) {

  .situation-list {
    padding-right: 1.5rem;
  }
}
@media not all and (min-width: 1024px) {

  .situation-list > *:first-of-type {
    padding-left: 1rem;
  }

  .situation-list > *:last-of-type {
    padding-right: 1rem;
  }
}
.situation-card {
  display: flex;
  width: 12.125rem;
  flex-direction: column;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 1024px) {

  .situation-card {
    min-width: 13.625rem;
  }
}
.situation-card {
  height: 15.125rem;
  border-radius: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .situation-card {
    height: 17rem;
  }
}
.situation-card {
  scroll-snap-align: center;
  scroll-snap-stop: always;
  justify-content: space-between;
}
.situation-card:hover {
  cursor: pointer;
}
.situation-card:hover a {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.situation-img {
  max-height: 5.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1024px) {

  .situation-img {
    max-height: 6.5rem;
  }
}
.situation-title {
  margin-top: auto;
  height: 4ch;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.young-person-inner {
  display: flex;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 2rem;
}
@media (min-width: 1024px) {

  .young-person-inner {
    padding-top: 5.375rem;
  }
}
.young-person-inner {
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .young-person-inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .young-person-inner {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.young-person-inner {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .young-person-content {
    width: 42rem;
  }
}
.young-person-content a {
  font-size: 1.125rem;
  line-height: 2.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.young-person-content a:hover {
  text-decoration-line: none;
}
.young-person-aside {
  margin-bottom: 5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .young-person-aside {
    position: sticky;
    top: 5%;
    width: 23.9375rem;
  }
}
@media not all and (min-width: 1024px) {

  .young-person-aside__wrapper {
    width: 100%;
  }

  .young-person-aside .nhs-card {
    display: none;
  }
}
.young-person-faq {
  display: flex;
  flex-direction: column;
}
.young-person-faq > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.young-person-faq__wrapper.nhs-card {
  margin-top: 4rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media not all and (min-width: 1024px) {

  .young-person-faq__wrapper.nhs-card {
    padding-left: 1rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1024px) {

  .young-person-faq__wrapper.nhs-card {
    margin-top: 5rem;
    max-width: 42.175rem;
  }
}
.young-person-faq-title {
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {

  .young-person-faq-title {
    margin-bottom: 3.5rem;
    font-size: 2rem;
  }
}
.young-person-faq .custom-accordion {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.young-person-aside > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.do__wrapper {
  margin-top: 5rem;
  margin-bottom: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 255 245 / var(--tw-bg-opacity));
  padding-top: 5rem;
  padding-right: 1.25rem;
  padding-bottom: 3.5rem;
  padding-left: 2.75rem;
}
@media (min-width: 1024px) {

  .do__wrapper {
    margin-top: 7rem;
    padding-right: 2.75rem;
    padding-bottom: 2.25rem;
    padding-left: 4rem;
  }
}
.do__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.do__wrapper .styled-text {
  position: absolute;
  left: 0px;
  top: 0.5rem;
  --tw-translate-y: -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));
}
.do__wrapper .styled-text span {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.625rem;
  font-size: 2rem;
  line-height: 2.625rem;
}
.do-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.do-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
  line-height: 2.375rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .do-item {
    width: 56ch;
  }
}
.do-item::after {
  position: absolute;
  top: 0.25rem;
  left: -0.75rem;
  display: flex;
  --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-content: url(/assets/tick.svg);
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .do-item::after {
    left: -1.25rem;
  }
}
.do-item a {
  font-size: 1.125rem;
  line-height: 2.375rem;
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.do-item a:hover {
  text-decoration-line: none;
}
.dont__wrapper {
  margin-top: 6rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 249 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {

  .dont__wrapper {
    margin-top: 4rem;
  }
}
.dont-item__2 {
  display: flex;
}
.dont-item__2::after {
  --tw-content: url(/assets/cancel.svg);
  content: var(--tw-content);
}
.content-menu-title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.content-menu-list {
  margin-right: 2.5rem;
}
.content-menu-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.content-menu-item a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.related-menu-title {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.related-menu-list {
  margin-right: 2.5rem;
}
.related-menu-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.related-menu-item {
  display: flex;
  align-items: center;
}
.related-menu-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.related-menu-item a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.related-menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.related-menu-icon {
  max-height: 1.75rem;
}
.related-menu-icon__wrapper {
  display: flex;
  height: 2.75rem;
  width: 2.875rem;
  justify-content: center;
  border-radius: 0.25rem;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0px 2px 3px rgba(0, 0, 0, 0.13);
  --tw-shadow-colored: 0px 2px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media not all and (min-width: 1024px) {

  .young-person-aside .related-menu__wrapper {
    display: none;
  }
}
.young-person-faq__wrapper.related-menu__wrapper {
  margin-top: 4rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media not all and (min-width: 1024px) {

  .young-person-faq__wrapper.related-menu__wrapper {
    padding-left: 1rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1024px) {

  .young-person-faq__wrapper.related-menu__wrapper {
    margin-top: 5rem;
    max-width: 42.175rem;
  }
}
.related-menu__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2.75rem;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {

  .related-menu__wrapper {
    padding-top: 3rem;
  }
}
.related-menu__wrapper {
  flex-direction: column;
}
.related-menu__wrapper::before {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 5px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .related-menu__wrapper::before {
    left: 0.5%;
    width: 99%;
  }
}
.related-menu__wrapper::before {
    background-image: url(/assets/paint-smear-orange1.png);
  }
.related-menu__wrapper {
  width: 100%;
}
.related-menu-link {
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.related-menu-link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.related-menu-link {
  font-weight: 700;
}
.related-menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.about-header .banner-title-text {
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.about-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .about-content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .about-content {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.about-content {
  max-width: 83.125rem;
  display: flex;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 768px) {

  .about-content {
    align-items: center;
  }

  .about-content > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.25rem * var(--tw-space-x-reverse));
    margin-left: calc(4.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
@media (min-width: 1024px) {

  .about-content {
    padding-top: 3rem;
    padding-bottom: 6.4375rem;
  }
}
.about-content {
  flex-direction: column;
}
.about-content > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
@media (min-width: 768px) {

  .about-content {
    flex-direction: row;
  }
}
.about-content__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.about-content-img {
  position: relative;
  flex-direction: column;
  aspect-ratio: 1.44;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 320px) {

  .about-content-img {
    height: 16rem;
  }
}
@media (min-width: 1024px) {

  .about-content-img {
    height: 26.375rem;
  }
}
.about-content-img::before {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 5px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .about-content-img::before {
    left: 0.5%;
    width: 99%;
  }
}
.about-content-img::before {
    background-image: url(/assets/paint-smear-orange1.png);
  }
.about-content-img img {
  width: 100%;
}
.about-content-title {
  margin-bottom: 2.25rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .about-content-title {
    font-size: 2.5rem;
  }
}
.about-content-description {
  max-width: 46ch;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.about__hero {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .about__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .about__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.about__hero {
  max-width: 83.125rem;
}
.about__hero-title {
  margin-bottom: 2.0625rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .about__hero-title {
    font-size: 2.5rem;
  }
}
.about__hero-list li {
  list-style-type: disc;
}
.about__hero-list p {
  font-size: 1.125rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.mtt-title {
  margin-bottom: 4.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mtt-title {
    margin-bottom: 3.5rem;
  }
}
.mtt-title {
  text-align: center;
}
@media (min-width: 1024px) {

  .mtt-title {
    text-align: start;
  }
}
.mtt__wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .mtt__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .mtt__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mtt__wrapper {
  max-width: 83.125rem;
  padding-top: 6.5rem;
  padding-bottom: 10rem;
}
.support-access {
  padding-top: 9rem;
  padding-bottom: 11rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .support-access {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .support-access {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.support-access {
  max-width: 83.125rem;
}
.support-access__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.support-access__wrapper::before {
  position: absolute;
  display: block;
  height: 4.875rem;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  top: -1.875rem;
  background-image: url("/assets/support-access-divider.svg");
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.support-access-title {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .support-access-title {
    text-align: left;
    font-size: 2.5rem;
  }
}
.support-access-description {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .support-access-description {
    text-align: left;
  }
}
.support-access-accordion {
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  position: relative;
}
.support-access-accordion[aria-expanded=true] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.support-access-accordion[aria-expanded=true] .support-access-button::after {
    -webkit-clip-path: path("M0.962 0.0579993H10.466V4.126H0.962V0.0579993Z");
            clip-path: path("M0.962 0.0579993H10.466V4.126H0.962V0.0579993Z");
  }
.support-access-accordion[aria-expanded=true] .support-access-schools {
  display: flex;
}
.support-access-button {
  position: relative;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.support-access-button:hover {
  cursor: pointer;
}
@media (min-width: 1024px) {

  .support-access-button {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.support-access-button {
  width: 85%;
}
@media (min-width: 1024px) {

  .support-access-button {
    width: 100%;
  }
}
.support-access-button {
  display: flex;
  cursor: pointer;
}
.support-access-button::after {
  position: absolute;
  right: -2.5rem;
  top: 50%;
  display: flex;
  height: 17px;
  width: 1.275rem;
  --tw-translate-y: -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));
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .support-access-button::after {
    right: -0.75rem;
  }
}
.support-access-button::after {
    -webkit-clip-path: path("M15.065 9.435H9.365V15.51H6.005V9.435H0.335V6.42H6.005V0.36H9.365V6.42H15.065V9.435Z");
            clip-path: path("M15.065 9.435H9.365V15.51H6.005V9.435H0.335V6.42H6.005V0.36H9.365V6.42H15.065V9.435Z");
  }
.support-access-button::-webkit-details-marker {
  display: none;
}
.support-access-schools {
  position: absolute;
  top: 5.5rem;
  left: 0px;
  display: flex;
  height: 19rem;
  flex-direction: column;
  display: none;
  width: 100%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.75rem;
  --tw-shadow: 0px 7px 4px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 7px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 20;
}
.support-access-schools > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.support-access-schools {
  overflow-y: scroll;
}
.support-access-school > a {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.support-access-school > a:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.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));
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-between {
  justify-content: space-between;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.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);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.--scrollbar-hidden {
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
.--scrollbar-hidden::-webkit-scrollbar {
    display: none;
  }
.styled-text {
  position: relative;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  overflow: hidden;
}
.styled-text.append-to-title {
  margin-right: 0.05rem;
  display: inline;
}
@media (min-width: 1024px) {

  .styled-text.append-to-title {
    display: inline-flex;
  }
}
.styled-text::after {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("/assets/text-bg-blue.png");
  background-repeat: round;
}
.styled-text--large::after {
  background-image: url("/assets/text-bg-blue-large.png");
}
.styled-text-violet::after {
  background-image: url("/assets/text-bg-violet.png");
}
.styled-text-yellow::after {
  --tw-brightness: brightness(1.49);
  --tw-hue-rotate: hue-rotate(-163deg);
  --tw-saturate: saturate(0.88);
  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);
}
.styled-text-green::after {
  background-image: url("/assets/text-bg-green.png");
}
.styled-text-text {
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  position: relative;
  z-index: 10;
}
.nhs-card {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2.75rem;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {

  .nhs-card {
    padding-top: 3rem;
  }
}
.nhs-card {
  flex-direction: column;
}
.nhs-card::before {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 5px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .nhs-card::before {
    left: 0.5%;
    width: 99%;
  }
}
.nhs-card::before {
    background-image: url(/assets/paint-smear-orange1.png);
  }
.nhs-body-h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
  font-weight: 700;
}
@media (min-width: 1024px) {

  .nhs-body-h2 {
    margin-bottom: 2.25rem;
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.nhs-body-p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.nhs-body-ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 1.5rem;
  list-style-type: disc;
}
.nhs-body-ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger.woff2") format("woff2"), url("/assets/fonts/Frutiger.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger-UltraBlack.woff2") format("woff2"), url("/assets/fonts/Frutiger-UltraBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger-LightCn.woff2") format("woff2"), url("/assets/fonts/Frutiger-LightCn.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger";
  src: url("/assets/fonts/Frutiger-Bold.woff2") format("woff2"), url("/assets/fonts/Frutiger-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
*,
html,
body {
  font-size: 15px;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  *,
  html,
  body {
    font-size: 16px;
  }
}
body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: "Frutiger", Arial, sans-serif;
  width: 100%;
}
/*
0-640px: Phone
640 - 768px: Tablet portrait
768 - 1024px: Tablet landscape
1024 - px: Small desktop styles
$breakpoint arguments choices:
-sm
-md
-lg
-xl
1em = 16px
*/
.young-person-summary__main .young-person__hero {
  padding-top: 2.0625rem;
  padding-bottom: 3.6875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .young-person-summary__main .young-person__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.young-person-summary__main .young-person__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person__hero {
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}
.young-person-summary__main .young-person__hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person__hero__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.young-person-summary__main .young-person__hero__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person__hero__title {
    margin-bottom: 3rem;
  }
}
.young-person-summary__main .young-person__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.young-person-summary__main .young-person-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 188 / var(--tw-bg-opacity));
}
.young-person-summary__main .young-person-help__wrapper::before {
  position: absolute;
  top: -1.25rem;
  display: block;
  height: 4.85rem;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url("/assets/images/blue-mask-mobile.svg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person-help__wrapper::before {
    background-image: url("/assets/images/blue-mask.svg");
  }
}
.young-person-summary__main .young-person-help__section {
  padding-top: 4.0625rem;
  padding-bottom: 9.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .young-person-summary__main .young-person-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.young-person-summary__main .young-person-help__section {
  max-width: 83.125rem;
}
.young-person-summary__main .young-person-help__title {
  margin-bottom: 2rem;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person-help__title {
    font-size: 2rem;
  }
}
.young-person-summary__main .young-person-help__title {
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person-help__title {
    line-height: 2.1875rem;
  }
}
.young-person-summary__main .young-person-help__subtitle {
  margin-bottom: 3.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person-help__subtitle {
    line-height: 1.25rem;
  }
}
.young-person-summary__main .young-person-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.875rem;
}
@media (min-width: 640px) {

  .young-person-summary__main .young-person-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .young-person-summary__main .young-person-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .young-person-summary__main .young-person-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.parent-carer__hero {
  padding-top: 2.0625rem;
  padding-bottom: 3.6875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .parent-carer__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .parent-carer__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.parent-carer__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .parent-carer__hero {
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}
.parent-carer__hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .parent-carer__hero__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.parent-carer__hero__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {

  .parent-carer__hero__title {
    margin-bottom: 3rem;
  }
}
.parent-carer__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .parent-carer__hero__subtext {
    font-size: 1.125rem;
  }

  .parent-carer__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.parent-carer-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(187 14 130 / var(--tw-bg-opacity));
}
.parent-carer-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/violet-mask.svg");
  background-position: left top;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.parent-carer-help__section {
  padding-top: 4.0625rem;
  padding-bottom: 9.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .parent-carer-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .parent-carer-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.parent-carer-help__section {
  max-width: 83.125rem;
}
.parent-carer-help__title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {

  .parent-carer-help__title {
    font-size: 2rem;
  }
}
.parent-carer-help__title {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .parent-carer-help__title {
    line-height: 2.1875rem;
  }
}
.parent-carer-help__subtitle {
  margin-bottom: 5.3125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {

  .parent-carer-help__subtitle {
    margin-bottom: 3.25rem;
  }
}
.parent-carer-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {

  .parent-carer-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .parent-carer-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .parent-carer-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media not all and (min-width: 1024px) {

  .parent-carer-help__grid > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .parent-carer-help__grid {
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    row-gap: 1.0625rem;
  }
}
.work-young-people__hero {
  padding-top: 2.0625rem;
  padding-bottom: 3.6875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .work-young-people__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .work-young-people__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.work-young-people__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .work-young-people__hero {
    padding-top: 4.8125rem;
    padding-bottom: 5rem;
  }
}
.work-young-people__hero__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .work-young-people__hero__title {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
.work-young-people__hero__title {
  margin-bottom: 1.375rem;
}
@media (min-width: 1024px) {

  .work-young-people__hero__title {
    margin-bottom: 3rem;
  }
}
.work-young-people__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .work-young-people__hero__subtext {
    font-size: 1.125rem;
  }

  .work-young-people__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.work-young-people-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(96 187 70 / var(--tw-bg-opacity));
}
.work-young-people-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/green-mask.svg");
  background-position: left top;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.work-young-people-help__section {
  padding-top: 4.0625rem;
  padding-bottom: 9.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .work-young-people-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .work-young-people-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.work-young-people-help__section {
  max-width: 83.125rem;
}
.work-young-people-help__title {
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.99px;
}
@media (min-width: 1024px) {

  .work-young-people-help__title {
    font-size: 2rem;
  }
}
.work-young-people-help__title {
  margin-bottom: 2rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .work-young-people-help__title {
    line-height: 2.1875rem;
  }
}
.work-young-people-help__subtitle {
  margin-bottom: 5.3125rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}
@media (min-width: 1024px) {

  .work-young-people-help__subtitle {
    margin-bottom: 3.25rem;
  }
}
.work-young-people-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {

  .work-young-people-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .work-young-people-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .work-young-people-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media not all and (min-width: 1024px) {

  .work-young-people-help__grid > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.125rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .work-young-people-help__grid {
    -moz-column-gap: 0.9375rem;
         column-gap: 0.9375rem;
    row-gap: 1.0625rem;
  }
}
.resources__hero {
  padding-top: 2.0625rem;
  padding-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .resources__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .resources__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .resources__hero {
    padding-top: 4.8125rem;
    padding-bottom: 2.5625rem;
  }
}
.resources__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .resources__hero__title {
    line-height: 2.625rem;
  }
}
.resources__hero__title {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .resources__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.resources__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .resources__hero__subtext {
    width: 60%;
    line-height: 1.875rem;
  }
}
.resources-filters {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .resources-filters {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .resources-filters {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources-filters {
  max-width: 83.125rem;
}
.resources-filters__wrapper {
  background-image: url("/assets/images/yellow-mask-alt.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3.6875rem;
  padding-bottom: 3.5625rem;
}
@media (min-width: 1024px) {

  .resources-filters__wrapper {
    padding-top: 4.0625rem;
    padding-bottom: 4.5rem;
  }
}
.resources-filters__title {
  margin-bottom: 1.8125rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.59375rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.resources-filters__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media not all and (min-width: 1024px) {

  .resources-filters__row > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .resources-filters__row {
    flex-direction: row;
  }
}
.resources-filters__filters {
  display: flex;
  flex-direction: column;
}
@media not all and (min-width: 1024px) {

  .resources-filters__filters > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.9375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.9375rem * var(--tw-space-y-reverse));
  }
}
@media (min-width: 1024px) {

  .resources-filters__filters {
    flex-direction: row;
  }

  .resources-filters__filters > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.9375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.9375rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.resources-filters__select-filter, .resources-filters__select-sort {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.65625rem;
  padding-right: 3.125rem;
  max-width: 19.6875rem;
  background-image: url("/assets/arrow.svg");
  background-repeat: no-repeat;
  background-position-x: 89%;
  background-position-y: 50%;
}
.resources-filters__select-filter {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.125rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}
.resources-filters__select-sort {
  background-color: transparent;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.resources-filters__select-sort:focus-within {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.resources-filters__select-sort__label {
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 1.125rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.resources-help__section {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .resources-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .resources-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .resources-help__section {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.resources-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
@media (min-width: 640px) {

  .resources-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .resources-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .resources-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.resources-help__grid .help-guide__card {
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
}
.resources-help__button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.625rem;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.4375rem;
       column-gap: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7812rem;
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}
.resources-inner__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .resources-inner__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .resources-inner__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.resources-inner__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .resources-inner__hero {
    padding-top: 4.8125rem;
  }
}
.resources-inner__hero__wrapper {
  margin-bottom: 9rem;
}
.resources-inner__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .resources-inner__hero__title {
    line-height: 2.625rem;
  }
}
.resources-inner__hero__title {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .resources-inner__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.resources-inner__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .resources-inner__hero__subtext {
    line-height: 1.875rem;
  }
}
.resources-inner__hero__subtext + p {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {

  .resources-inner__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.resources-inner__hero__media {
  height: 13rem;
  width: 23.125rem;
}
@media (min-width: 1024px) {

  .resources-inner__hero__media {
    height: 30.5rem;
    width: 54.1875rem;
  }
}
.resources-inner__download {
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(120 189 31 / var(--tw-bg-opacity));
  padding-left: 3.875rem;
  padding-right: 3.875rem;
  padding-top: 1.103rem;
  padding-bottom: 1.103rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.resources-inner__download:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.resources-inner__download svg {
  margin-left: 0.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.contact__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .contact__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .contact__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.contact__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .contact__hero {
    padding-top: 4.8125rem;
  }
}
.contact__hero__wrapper {
  background-image: url("/assets/images/grey-mask-alt.svg");
  background-size: cover;
  background-position: bottom;
  padding-bottom: 9rem;
}
.contact__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .contact__hero__title {
    line-height: 2.625rem;
  }
}
.contact__hero__title {
  margin-bottom: 1.125rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .contact__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.contact__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .contact__hero__subtext {
    line-height: 1.875rem;
  }
}
.contact__hero__subtext + p {
  margin-top: 1.25rem;
}
@media (min-width: 1024px) {

  .contact__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.contact__hero-helpline {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 114 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.contact__hero-alt__helpline {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(233 46 39 / var(--tw-text-opacity));
}
.contact__faqs {
  padding-top: 2.0625rem;
  padding-bottom: 6.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .contact__faqs {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .contact__faqs {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.contact__faqs {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .contact__faqs {
    padding-top: 3.9375rem;
  }
}
.contact__faqs-title {
  margin-bottom: 4rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.59375rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .contact__faqs-title {
    font-size: 2rem;
  }
}
.contact__faqs-tabs__list {
  margin-bottom: 3.5625rem;
  display: flex;
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
  --tw-scroll-snap-strictness: mandatory;
}
.contact__faqs-tabs__list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.875rem * var(--tw-space-x-reverse));
  margin-left: calc(1.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.contact__faqs-tabs__list {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.contact__faqs-tabs__tab {
  white-space: nowrap;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.78125rem;
  --tw-text-opacity: 1;
  color: rgb(66 66 97 / var(--tw-text-opacity));
  position: relative;
  display: inline-block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.8125rem;
}
.contact__faqs-tabs__tab:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.contact__faqs-tabs__tab[aria-selected=true]::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0px;
  height: 0.3125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 114 187 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.contact__faqs-tabs__content > div {
  display: flex;
  flex-direction: column;
}
.contact__faqs-tabs__content > div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.6875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.6875rem * var(--tw-space-y-reverse));
}
.contact__faqs-tabs__content > div[role=tabpanel][aria-hidden=true] {
  display: none;
}
@media not all and (min-width: 1024px) {

  .contact__faqs-tabs__content > div .custom-accordion {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.urgent-help__header .banner-title::after {
  background-size: cover;
}
@media (min-width: 1024px) {

  .urgent-help__header .banner-title-text {
    max-width: 46ch;
  }
}
.urgent-help__main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .urgent-help__main__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .urgent-help__main__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.urgent-help__main__wrapper {
  max-width: 83.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .urgent-help__main__wrapper {
    flex-direction: row;
  }

  .urgent-help__main__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.6875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.6875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.urgent-help__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
}
@media (min-width: 1024px) {

  .urgent-help__hero {
    padding-top: 4.8125rem;
  }
}
.urgent-help__hero__wrapper {
  margin-bottom: 9rem;
  display: flex;
  max-width: 41.6875rem;
  flex-direction: column;
}
.urgent-help__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .urgent-help__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
}
.urgent-help__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .urgent-help__hero__title {
    line-height: 2.625rem;
  }
}
.urgent-help__hero__title {
  margin-bottom: 1.4375rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .urgent-help__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.urgent-help__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .urgent-help__hero__subtext {
    line-height: 1.875rem;
  }
}
.urgent-help__hero__subtext {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.urgent-help__hero__subtext + p {
  margin-top: 1.9375rem;
}
.urgent-help-services {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
}
@media (min-width: 1024px) {

  .urgent-help-services {
    padding-top: 4.8125rem;
  }
}
.urgent-help-services__title {
  font-weight: 700;
  line-height: 2.625rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .urgent-help-services__title {
    line-height: 2.625rem;
  }
}
.urgent-help-services__title {
  margin-bottom: 3.1875rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .urgent-help-services__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.urgent-help-services__list {
  display: flex;
  flex-direction: column;
}
.urgent-help-services__list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.125rem * var(--tw-space-y-reverse));
}
.urgent-help__aside {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.0625rem;
}
@media (min-width: 1024px) {

  .urgent-help__aside {
    display: flex;
    padding-top: 4.8125rem;
  }
}
.urgent-help__aside-text {
  background-image: url("/assets/images/paint-red.svg");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2.5625rem;
  padding-bottom: 2.5625rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.mental-health__hero {
  padding-top: 2.0625rem;
  padding-bottom: 5.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .mental-health__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .mental-health__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .mental-health__hero {
    padding-top: 4.8125rem;
    padding-bottom: 6.875rem;
  }
}
.mental-health__hero-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(40 51 58 / var(--tw-bg-opacity));
}
.mental-health__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health__hero__title {
    line-height: 2.625rem;
  }
}
.mental-health__hero__title {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .mental-health__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.mental-health__hero p, .mental-health__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health__hero p, .mental-health__hero__subtext {
    width: 75%;
    line-height: 1.875rem;
  }

  .mental-health__hero p + p, .mental-health__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.mental-health-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
}
.mental-health-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/white-mask.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.mental-health-help__section {
  padding-top: 2.25rem;
  padding-bottom: 6.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .mental-health-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .mental-health-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .mental-health-help__section {
    padding-top: 4.375rem;
  }
}
.mental-health-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
@media (min-width: 640px) {

  .mental-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .mental-health-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .mental-health-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mental-health__hero {
  padding-top: 2.0625rem;
  padding-bottom: 5.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .mental-health__hero {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .mental-health__hero {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health__hero {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .mental-health__hero {
    padding-top: 4.8125rem;
    padding-bottom: 6.875rem;
  }
}
.mental-health__hero-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(40 51 58 / var(--tw-bg-opacity));
}
.mental-health__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health__hero__title {
    line-height: 2.625rem;
  }
}
.mental-health__hero__title {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .mental-health__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.mental-health__hero p, .mental-health__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health__hero p, .mental-health__hero__subtext {
    width: 75%;
    line-height: 1.875rem;
  }

  .mental-health__hero p + p, .mental-health__hero__subtext + p {
    margin-top: 1.5rem;
  }
}
.mental-health-help__wrapper {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
}
.mental-health-help__wrapper::before {
  position: absolute;
  display: block;
  background-image: url("/assets/images/white-mask.svg");
  background-position: center;
  background-repeat: no-repeat;
  top: -1.25rem;
  height: 4.85rem;
  width: 100%;
  background-size: cover;
  --tw-content: "";
  content: var(--tw-content);
}
.mental-health-help__section {
  padding-top: 2.25rem;
  padding-bottom: 6.875rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .mental-health-help__section {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .mental-health-help__section {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health-help__section {
  max-width: 83.125rem;
}
@media (min-width: 1024px) {

  .mental-health-help__section {
    padding-top: 4.375rem;
  }
}
.mental-health-help__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 1.0625rem;
}
@media (min-width: 640px) {

  .mental-health-help__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .mental-health-help__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .mental-health-help__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.mental-health-inner__header .banner-title::after {
  background-size: cover;
}
@media (min-width: 1024px) {

  .mental-health-inner__header .banner-title-text {
    max-width: 46ch;
  }
}
.mental-health-inner__main__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .mental-health-inner__main__wrapper {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .mental-health-inner__main__wrapper {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.mental-health-inner__main__wrapper {
  max-width: 83.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .mental-health-inner__main__wrapper {
    flex-direction: row;
  }

  .mental-health-inner__main__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5.6875rem * var(--tw-space-x-reverse));
    margin-left: calc(5.6875rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
.mental-health-inner__hero {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2.875rem;
}
@media (min-width: 1024px) {

  .mental-health-inner__hero {
    padding-top: 2.5rem;
  }
}
.mental-health-inner__hero__wrapper {
  margin-bottom: 4rem;
  max-width: 41.6875rem;
}
@media (min-width: 1024px) {

  .mental-health-inner__hero__wrapper {
    margin-bottom: 9rem;
  }
}
.mental-health-inner__hero__wrapper {
  display: flex;
  flex-direction: column;
}
.mental-health-inner__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {

  .mental-health-inner__hero__wrapper > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }
}
.mental-health-inner__hero__title {
  font-weight: 700;
  line-height: 2.1875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health-inner__hero__title {
    line-height: 2.625rem;
  }
}
.mental-health-inner__hero__title {
  margin-bottom: 1.4375rem;
  font-size: 1.625rem;
}
@media (min-width: 1024px) {

  .mental-health-inner__hero__title {
    margin-bottom: 2.25rem;
    font-size: 2rem;
  }
}
.mental-health-inner__hero__subtext {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health-inner__hero__subtext {
    line-height: 1.875rem;
  }
}
.mental-health-inner__hero__subtext {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.mental-health-inner__hero__subtext + p {
  margin-top: 1.9375rem;
}
.mental-health-inner__aside {
  position: relative;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 4.8125rem;
}
@media (min-width: 1024px) {

  .mental-health-inner__aside {
    position: sticky;
    top: 18%;
    width: auto;
    padding-bottom: 0px;
  }
}
.mental-health-inner__aside .other-issues-menu {
  width: 100%;
}
.mental-health-inner__aside .other-issues-menu-title {
  margin-bottom: 2.5rem;
  width: 75%;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .mental-health-inner__aside .other-issues-menu-title {
    width: 80%;
  }
}
.mental-health-inner__aside .other-issues-menu-list {
  margin-right: 2.5rem;
}
.mental-health-inner__aside .other-issues-menu-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.mental-health-inner__aside .other-issues-menu-item {
  display: flex;
  align-items: center;
}
.mental-health-inner__aside .other-issues-menu-item > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.mental-health-inner__aside .other-issues-menu-item a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.mental-health-inner__aside .other-issues-menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.mental-health-inner__aside .other-issues-menu-icon {
  max-height: 2.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mental-health-inner__aside .other-issues-menu-icon__wrapper {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 2.75rem;
  width: 2.875rem;
  justify-content: center;
}
@media not all and (min-width: 1024px) {

  .young-person-aside .mental-health-inner__aside .other-issues-menu__wrapper {
    display: none;
  }
}
.young-person-faq__wrapper.mental-health-inner__aside .other-issues-menu__wrapper {
  margin-top: 4rem;
  margin-bottom: 5rem;
  width: 100%;
}
@media not all and (min-width: 1024px) {

  .young-person-faq__wrapper.mental-health-inner__aside .other-issues-menu__wrapper {
    padding-left: 1rem;
    padding-right: 0.875rem;
  }
}
@media (min-width: 1024px) {

  .young-person-faq__wrapper.mental-health-inner__aside .other-issues-menu__wrapper {
    margin-top: 5rem;
    max-width: 42.175rem;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper {
  position: relative;
  display: flex;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 248 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2.75rem;
  padding-top: 2rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 1024px) {

  .mental-health-inner__aside .other-issues-menu__wrapper {
    padding-top: 3rem;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper {
  flex-direction: column;
}
.mental-health-inner__aside .other-issues-menu__wrapper::before {
  position: absolute;
  top: -5px;
  left: 0px;
  z-index: 2;
  display: flex;
  height: 5px;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 1024px) {

  .mental-health-inner__aside .other-issues-menu__wrapper::before {
    left: 0.5%;
    width: 99%;
  }
}
.mental-health-inner__aside .other-issues-menu__wrapper::before {
    background-image: url(/assets/paint-smear-orange1.png);
  }
.mental-health-inner__aside .other-issues-menu__wrapper {
  width: 100%;
}
@media (min-width: 1024px) {

  .mental-health-inner__aside .other-issues-menu__wrapper {
    position: relative;
    top: -8rem;
  }
}
.mental-health-inner__aside .other-issues-menu-link {
  margin-left: auto;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 2rem;
}
.mental-health-inner__aside .other-issues-menu-link > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}
.mental-health-inner__aside .other-issues-menu-link {
  font-weight: 700;
}
.mental-health-inner__aside .other-issues-menu-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.not-found {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.75rem;
  padding-right: 2rem;
}
@media (min-width: 1024px) {

  .not-found {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}
@media (min-width: 1280px) {

  .not-found {
    padding-left: 6.1875rem;
    padding-right: 6.1875rem;
  }
}
.not-found {
  max-width: 83.125rem;
  padding-top: 0.75rem;
  padding-bottom: 6rem;
}
.not-found__wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.not-found-title {
  margin-bottom: 3rem;
  max-width: 47rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .not-found-title {
    font-size: 3rem;
    line-height: 1.16667;
  }
}
.not-found-text {
  max-width: 47rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(33 43 50 / var(--tw-text-opacity));
}
.not-found-text a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 113 188 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.not-found-text a:hover {
  --tw-text-opacity: 1;
  color: rgb(124 40 85 / var(--tw-text-opacity));
  text-decoration-line: none;
}
@media (min-width: 768px) {

  .md\:ml-auto {
    margin-left: auto;
  }
}
