*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: proxima-nova, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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]) {
  text-decoration: underline;
  -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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 600px) {

  .container {
    max-width: 600px;
  }
}
@media (min-width: 780px) {

  .container {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
.fluid-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 600px) {

  .fluid-container {
    max-width: 600px;
  }
}
@media (min-width: 780px) {

  .fluid-container {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {

  .fluid-container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .fluid-container {
    max-width: 1280px;
  }
}
p + .wp-block-buttons {
  margin-top: 1rem;
}
.wp-block-button.is-style-primary .wp-block-button__link {
  display: flex;
  border-radius: 0.375rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1rem;
  line-height: 1.625;
}
.wp-block-button.is-style-primary .wp-block-button__link img {
  margin-left: 0.5rem;
}
.wp-block-button.is-style-primary .wp-block-button__link.has-light-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-primary .wp-block-button__link.has-light-background-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary .wp-block-button__link.has-light-grey-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-primary .wp-block-button__link.has-light-grey-background-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.wp-block-button.is-style-primary .wp-block-button__link.has-medium-grey-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary .wp-block-button__link.has-dark-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-primary .wp-block-button__link.has-dark-blue-background-color:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary .wp-block-button__link.has-light-blue-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-primary .wp-block-button__link.has-dark-blue-color {
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
.wp-block-button.is-style-primary .wp-block-button__link.has-purple-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(78, 59, 127, 1);
  background-color: rgba(78, 59, 127, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-arrow .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.625;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
.wp-block-button.is-style-arrow .wp-block-button__link:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
@media not all and (min-width: 780px) {

  .wp-block-button.is-style-arrow .wp-block-button__link mark {
    display: none;
  }
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-light-grey-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-medium-grey-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-dark-blue-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-light-blue-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-arrow .wp-block-button__link.has-light-blue-background-color:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-external .wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.625;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-external .wp-block-button__link:hover {
  text-decoration-line: underline;
}
.wp-block-button.is-style-external .wp-block-button__link::after {
                content: '';
                -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNMzIwIDBjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsODIuNyAwTDIwMS40IDI2NS40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM3MzMi44IDEyLjUgNDUuMyAwTDQ0OCAxMDkuM2wwIDgyLjdjMCAxNy43IDE0LjMgMzIgMzIgMzJzMzItMTQuMyAzMi0zMmwwLTE2MGMwLTE3LjctMTQuMy0zMi0zMi0zMkwzMjAgMHpNODAgMzJDMzUuOCAzMiAwIDY3LjggMCAxMTJMMCA0MzJjMCA0NC4yIDM1LjggODAgODAgODBsMzIwIDBjNDQuMiAwIDgwLTM1LjggODAtODBsMC0xMTJjMC0xNy43LTE0LjMtMzItMzItMzJzLTMyIDE0LjMtMzIgMzJsMCAxMTJjMCA4LjgtNy4yIDE2LTE2IDE2TDgwIDQ0OGMtOC44IDAtMTYtNy4yLTE2LTE2bDAtMzIwYzAtOC44IDcuMi0xNiAxNi0xNmwxMTIgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkw4MCAzMnonLz48L3N2Zz4=) no-repeat 50% 50%;
                        mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJz48cGF0aCBkPSdNMzIwIDBjLTE3LjcgMC0zMiAxNC4zLTMyIDMyczE0LjMgMzIgMzIgMzJsODIuNyAwTDIwMS40IDI2NS40Yy0xMi41IDEyLjUtMTIuNSAzMi44IDAgNDUuM3MzMi44IDEyLjUgNDUuMyAwTDQ0OCAxMDkuM2wwIDgyLjdjMCAxNy43IDE0LjMgMzIgMzIgMzJzMzItMTQuMyAzMi0zMmwwLTE2MGMwLTE3LjctMTQuMy0zMi0zMi0zMkwzMjAgMHpNODAgMzJDMzUuOCAzMiAwIDY3LjggMCAxMTJMMCA0MzJjMCA0NC4yIDM1LjggODAgODAgODBsMzIwIDBjNDQuMiAwIDgwLTM1LjggODAtODBsMC0xMTJjMC0xNy43LTE0LjMtMzItMzItMzJzLTMyIDE0LjMtMzIgMzJsMCAxMTJjMCA4LjgtNy4yIDE2LTE2IDE2TDgwIDQ0OGMtOC44IDAtMTYtNy4yLTE2LTE2bDAtMzIwYzAtOC44IDcuMi0xNiAxNi0xNmwxMTIgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkw4MCAzMnonLz48L3N2Zz4=) no-repeat 50% 50%;
                display: block;
                height: 1rem;
                width: 1rem;
            }
@media not all and (min-width: 780px) {

  .wp-block-button.is-style-external .wp-block-button__link mark {
    display: none;
  }
}
.wp-block-button.is-style-external .wp-block-button__link.has-light-grey-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-external .wp-block-button__link.has-medium-grey-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-external .wp-block-button__link.has-dark-blue-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.wp-block-button.is-style-external .wp-block-button__link.has-light-blue-background-color::after {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.managed-care-our-brands {
  border-top-width: 1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 159, 221, 1);
  border-color: rgba(0, 159, 221, var(--tw-border-opacity, 1));
}
.wp-block-heading.has-dark-blue-color a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-heading.has-dark-blue-color a:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
/* h1 */
.wp-block-heading.is-style-2xl {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
@media (min-width: 1024px) {

  .wp-block-heading.is-style-2xl {
    font-size: 2.875rem;
  }
}
/* h2 */
.wp-block-heading.is-style-xl {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
@media (min-width: 1024px) {

  .wp-block-heading.is-style-xl {
    font-size: 2.625rem;
  }
}
.wp-block-heading.is-style-xl:has( + .wp-block-buttons) {
  margin-bottom: 0px;
}
/*h3 */
.wp-block-heading.is-style-lg {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
/* h4 */
.wp-block-heading.is-style-md {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
/* h5 */
.wp-block-heading.is-style-sm {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
/* h6 */
.wp-block-heading.is-style-xs {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.wp-block-heading.no-padding {
  margin-bottom: 0px !important;
}
.wp-block-media-text {
  overflow: clip;
  border-radius: 20px;
}
/*&.is-style-grey-rounded { */
/*    @apply rounded-[20px] bg-neutral-50 overflow-clip mb-20; */
/*    &__media img { */
/*        @apply object-cover; */
/*    } */
/*    & > .wp-block-media-text__content { */
/*        @apply py-10 px-10 md:py-20 md:px-12; */
/*    } */
/*} */
/*&.is-style-grey-rounded-tight { */
/*    @apply rounded-[20px] bg-neutral-50 overflow-clip mb-12; */
/*    &__media img { */
/*        @apply object-cover; */
/*    } */
/*    & > .wp-block-media-text__content { */
/*        @apply py-4 px-8; */
/*    } */
/*} */
@media (min-width: 780px) {

  .wp-block-media-text.is-style-height-short {
    height: 318px;
  }

  .wp-block-media-text.is-style-height-medium {
    height: 416px;
  }

  .wp-block-media-text.is-style-height-tall {
    height: 540px;
  }
}
.wp-block-media-text.has-light-grey-background-color {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
.wp-block-media-text.has-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 243, 247, 1);
  border-color: rgba(239, 243, 247, var(--tw-border-opacity, 1));
}
@media not all and (min-width: 780px) {

  .wp-block-media-text > .wp-block-media-text__content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 780px) {

  .wp-block-media-text > .wp-block-media-text__content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.wp-block-media-text:not(.is-style-height-short):not(.is-style-height-medium):not(.is-style-height-tall) > .wp-block-media-text__content {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.wp-block-media-text + .wp-block-media-text {
  margin-top: 2rem;
}
p {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.03em;
}
p a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(1, 159, 221, 1);
  color: rgba(1, 159, 221, var(--tw-text-opacity, 1));
}
p.is-style-quote-author {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration-color: #8EA7C8;
  text-decoration-thickness: 1px;
}
p.is-style-quote-body:before {
            content: '';
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDggNTEyJz48cGF0aCBmaWxsPScjMDA5RkREJyBkPSdNMCAyMTZDMCAxNDkuNyA1My43IDk2IDEyMCA5Nmw4IDBjMTcuNyAwIDMyIDE0LjMgMzIgMzJzLTE0LjMgMzItMzIgMzJsLTggMGMtMzAuOSAwLTU2IDI1LjEtNTYgNTZsMCA4IDY0IDBjMzUuMyAwIDY0IDI4LjcgNjQgNjRsMCA2NGMwIDM1LjMtMjguNyA2NC02NCA2NGwtNjQgMGMtMzUuMyAwLTY0LTI4LjctNjQtNjRsMC0zMiAwLTMyIDAtNzJ6bTI1NiAwYzAtNjYuMyA1My43LTEyMCAxMjAtMTIwbDggMGMxNy43IDAgMzIgMTQuMyAzMiAzMnMtMTQuMyAzMi0zMiAzMmwtOCAwYy0zMC45IDAtNTYgMjUuMS01NiA1NmwwIDggNjQgMGMzNS4zIDAgNjQgMjguNyA2NCA2NGwwIDY0YzAgMzUuMy0yOC43IDY0LTY0IDY0bC02NCAwYy0zNS4zIDAtNjQtMjguNy02NC02NGwwLTMyIDAtMzIgMC03MnonLz48L3N2Zz4=);
            vertical-align: text-bottom;
            margin-bottom: 2px;
            display: inline-block;
            height: 1.5rem;
            width: 1rem;
            background-position: center;
            background-repeat: no-repeat;
        }
p.is-style-quote-body:after {
            content: '';
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA0NDggNTEyJz48cGF0aCBmaWxsPScjMDA5RkREJyBkPSdNNDQ4IDI5NmMwIDY2LjMtNTMuNyAxMjAtMTIwIDEyMGwtOCAwYy0xNy43IDAtMzItMTQuMy0zMi0zMnMxNC4zLTMyIDMyLTMybDggMGMzMC45IDAgNTYtMjUuMSA1Ni01NmwwLTgtNjQgMGMtMzUuMyAwLTY0LTI4LjctNjQtNjRsMC02NGMwLTM1LjMgMjguNy02NCA2NC02NGw2NCAwYzM1LjMgMCA2NCAyOC43IDY0IDY0bDAgMzIgMCAzMiAwIDcyem0tMjU2IDBjMCA2Ni4zLTUzLjcgMTIwLTEyMCAxMjBsLTggMGMtMTcuNyAwLTMyLTE0LjMtMzItMzJzMTQuMy0zMiAzMi0zMmw4IDBjMzAuOSAwIDU2LTI1LjEgNTYtNTZsMC04LTY0IDBjLTM1LjMgMC02NC0yOC43LTY0LTY0bDAtNjRjMC0zNS4zIDI4LjctNjQgNjQtNjRsNjQgMGMzNS4zIDAgNjQgMjguNyA2NCA2NGwwIDMyIDAgMzIgMCA3MnonLz48L3N2Zz4=);
            vertical-align: text-bottom;
            margin-bottom: 2px;
            display: inline-block;
            height: 1.5rem;
            width: 1rem;
            background-position: center;
            background-repeat: no-repeat;
        }
p.is-style-brow {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #8EA7C8;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
p.is-style-brow + * {
  margin-top: 0.5rem !important;
}
p.is-style-stat-jumbo {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.02em;
}
@media (min-width: 1280px) {

  p.is-style-stat-jumbo {
    font-size: 38px;
  }
}
p.is-style-stat-normal {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.02em;
}
p.is-style-stat-xjumbo {
  font-size: 3.5rem;
  font-weight: 100;
}
.is-style-stat-normal + p {
  margin-top: 0.25rem !important;
}
.wp-block-separator.is-style-thin-border {
  border-top-width: 0.5px;
}
.i-circle {
  display: block;
  display: flex;
  height: 58px;
  width: 58px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
.circle__content {
  font-size: 36px;
  font-weight: 700;
}
/*.FAQ .accordion{ */
/*        &__icon-wrap { */
/*        @apply w-8 h-8 rounded-full flex justify-end transition-all w-full w-1/4; */
/*        &:hover { */
/*            .accordion__icon { */
/*                @apply text-primary; */
/*            } */
/*        } */
/*    } */
/*        &__padding { */
/*        @apply mb-5 pr-4  pl-4 lg:pr-16 lg:pl-4 relative overflow-hidden; */
/*    } */
/*} */
/*.brand .accordion { */
/*        &__padding { */
/*        @apply mb-5 pr-4  pl-4 lg:pr-16 lg:pl-[18rem] relative overflow-hidden; */
/*    } */
/*} */
.accordion__item {
  border-top-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 159, 221, 1);
  border-color: rgba(0, 159, 221, var(--tw-border-opacity, 1));
}
.accordion__item:first-child {
  border-style: none;
}
.accordion__media {
  position: relative;
  height: 64px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {

  .accordion__media {
    width: 250px;
  }
}
.accordion__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.accordion__header {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.accordion--large .accordion__header {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion__target {
  z-index: 10;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -.03em;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.accordion__title {
  width: 16rem;
  flex: 1 1 auto;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 1024px) {

  .accordion__title {
    width: 100%;
  }
}
.accordion--large .accordion__title {
  font-size: 1.5rem;
}
.accordion__body {
  height: 0px;
  overflow: hidden;
        transition: height .25s ease-in;
}
.accordion__padding {
  position: relative;
  margin-bottom: 1.25rem;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .accordion__padding {
    padding-right: 6rem;
  }
}
.accordion__icon-wrap {
  display: block;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 159, 221, 1);
  border-color: rgba(0, 159, 221, var(--tw-border-opacity, 1));
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion__icon-wrap:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.accordion__icon-wrap:hover .accordion__icon {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.accordion__icon {
  font-size: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.accordion__icon--expanded {
  display: none;
}
.accordion__item--active .accordion__icon--expanded {
  display: block;
}
.accordion__item--active .accordion__icon--collapsed {
  display: none;
}
/* styles to be shown on public side */
/* this file is automatically compiled w/ other css files */
.accordion--grey {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 247, 1);
  background-color: rgba(238, 242, 247, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
.card-block {
  height: 100%;
  border-radius: 20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1280px) {

  .card-block.extra-padding {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.card-block.bg-color--dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.card-block.bg-color--light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.card-block.bg-color--medium-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.card-block.bg-color--light-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 216, 214, 1);
  background-color: rgba(217, 216, 214, var(--tw-bg-opacity, 1));
}
.card-block.bg-color--lightest-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
.card-block.bg-color--purple {
  --tw-text-opacity: 1;
  color: rgba(78, 59, 127, 1);
  color: rgba(78, 59, 127, var(--tw-text-opacity, 1));
}
.card-block .wp-block-buttons + * {
  margin-top: 1rem;
}
.card-block .wp-block-pwb-grid + .wp-block-pwb-grid {
  margin-top: 1rem;
}
.careers-listing__items {
  margin-top: 2rem;
}
.careers-listing__title {
  margin-bottom: 0.5rem;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(10, 10, 10, 1);
  color: rgba(10, 10, 10, var(--tw-text-opacity, 1));
}
.dark *.careers-listing__title {
  --tw-text-opacity: 1;
  color: rgba(239, 243, 247, 1);
  color: rgba(239, 243, 247, var(--tw-text-opacity, 1));
}
.careers-listing__description {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(10, 10, 10, 1);
  color: rgba(10, 10, 10, var(--tw-text-opacity, 1));
}
.dark *.careers-listing__description {
  --tw-text-opacity: 1;
  color: rgba(239, 243, 247, 1);
  color: rgba(239, 243, 247, var(--tw-text-opacity, 1));
}
.careers-listing__item {
  margin-bottom: 3rem;
  width: 70ch;
}
.employeestories-picker {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
    display: grid;
}
.employeestories-picker.quality .grid__item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: clip;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
@media not all and (min-width: 780px) {

  .employeestories-picker.quality .grid__item {
    aspect-ratio: 3/2;
  }
}
.employeestories-picker.quality .grid__item p {
  margin-top: 0.25rem !important;
}
.employeestories-picker.quality .grid__item .wp-block-group {
  padding: 1rem;
}
@media (min-width: 1024px) {

  .employeestories-picker.quality .grid__item .wp-block-group {
    padding: 2rem;
  }
}
.employeestories-picker.quality .grid__item .wp-block-image {
  height: 100%;
}
.employeestories-picker.quality .grid__item .wp-block-image figure {
  height: 100%;
}
.employeestories-picker.quality .grid__item .wp-block-image img {
  height: 100%;
}
@media (min-width: 780px) {

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

  .employeestories-picker {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.employeestories-media {
  position: relative;
  aspect-ratio: 3/4;
  width: 100%;
  overflow: clip;
  border-radius: 20px;
}
.employeestories-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.employeestories-card {
    /*@apply p-8 bg-primary basis-1/4; */
    /*& + .employee-stories-card { */
    /*    @apply mt-12; */
    /*} */
    /*&__top { */
    /*    @apply flex gap-2 items-center; */
    /*} */
    /*&__bottom { */
    /*    @apply pt-4; */
    /*} */
}
.employeestories-card:hover .employeestories-card__title {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.employeestories-card__title {
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.employeestories-card__subtitle {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
/* styles to be shown on public side */
/* this file is automatically compiled w/ other css files */
.grid {
    display: grid;
}
.grid__item {
  width: 100%;
}
.grid--align-start {
  align-items: flex-start;
}
.grid--align-center {
  align-items: center;
}
.grid--align-end {
  align-items: flex-end;
}
.grid--align-stretch {
  align-items: stretch;
}
.grid--gap-none {}
.grid--gap-small {
  gap: 0.5rem;
}
@media (min-width: 1280px) {

  .grid--gap-small {
    gap: 1rem;
  }
}
.grid--gap-normal {
  gap: 1rem;
}
@media (min-width: 1280px) {

  .grid--gap-normal {
    gap: 2rem;
  }
}
.grid--gap-large {
  gap: 2rem;
}
@media (min-width: 1280px) {

  .grid--gap-large {
    gap: 4rem;
  }
}
/* set up column widths per breakpoint & rows setting */
.grid--cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
        }
.grid--cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
        }
.grid--cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
        }
.grid--cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
        }
.grid--cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
        }
.grid--cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
        }
.grid--cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
        }
.grid--cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
@media (min-width: 780px) {
            .grid--cols-md-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
        }
@media (min-width: 1024px) {
            .grid--cols-lg-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
        }
.grid.quality .grid__item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: clip;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
@media not all and (min-width: 780px) {

  .grid.quality .grid__item {
    aspect-ratio: 3/2;
  }
}
.grid.quality .grid__item p {
  margin-top: 0.25rem !important;
}
.grid.quality .grid__item .wp-block-group {
  padding: 1rem;
}
@media (min-width: 1024px) {

  .grid.quality .grid__item .wp-block-group {
    padding: 2rem;
  }
}
.grid.quality .grid__item .wp-block-image {
  height: 100%;
}
.grid.quality .grid__item .wp-block-image figure {
  height: 100%;
}
.grid.quality .grid__item .wp-block-image img {
  height: 100%;
}
.hero-split {
  margin: auto;
  max-width: 1440px;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.hero-split__sizer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 600px) {

  .hero-split__sizer {
    max-width: 600px;
  }
}
@media (min-width: 780px) {

  .hero-split__sizer {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {

  .hero-split__sizer {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .hero-split__sizer {
    max-width: 1280px;
  }
}
.hero-split__sizer {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media not all and (min-width: 1024px) {

  .hero-split__sizer {
    min-height: 250px;
  }
}
@media (min-width: 1024px) {

  .hero-split__sizer {
    height: 380px;
  }

  .hero-split__content {
    flex-basis: 50%;
    padding-right: 4rem;
  }
}
.hero-split__media {
  top: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}
@media not all and (min-width: 780px) {

  .hero-split__media {
    height: 350px;
  }
}
@media (min-width: 780px) {

  @media not all and (min-width: 1024px) {

    .hero-split__media {
      height: 450px;
    }
  }
}
@media (min-width: 1024px) {

  .hero-split__media {
    position: absolute;
    width: 50%;
  }
}
.hero-split__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-caption-block.bg-color--dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.image-caption-block.bg-color--light-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
}
.image-caption-block.bg-color--medium-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 168, 169, 1);
  background-color: rgba(167, 168, 169, var(--tw-bg-opacity, 1));
}
.image-caption-block.bg-color--light-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(217, 216, 214, 1);
  background-color: rgba(217, 216, 214, var(--tw-bg-opacity, 1));
}
.image-caption-block.bg-color--lightest-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
.image-caption-block.bg-color--purple {
  --tw-text-opacity: 1;
  color: rgba(78, 59, 127, 1);
  color: rgba(78, 59, 127, var(--tw-text-opacity, 1));
}
.image-caption-block__media img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.image-caption-block p {
  line-height: 1.2;
}
.image-caption-block figcaption {
  display: table-caption;
  caption-side: bottom;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.image-caption-block figure {
  display: table;
}
.image-link-block {
  display: block;
}
.image-link-block + .image-link-block {
  margin-top: 1.25rem;
}
.image-link-block__text {
  text-align: center;
}
.is-style-small .image-link-block__media {
  position: relative;
  display: block;
  aspect-ratio: 3/2;
  overflow: clip;
  border-radius: 0.75rem;
}
.is-style-small .image-link-block__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-style-small .image-link-block__detail {
  display: flex;
  justify-content: center;
  padding-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.is-style-small:hover .image-link-block__detail {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.is-style-large .image-link-block__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: clip;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.is-style-large .image-link-block__media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-style-large .image-link-block__detail {
  display: flex;
  justify-content: center;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  line-height: 1.2;
  letter-spacing: -.02em;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.is-style-large:hover .image-link-block__detail {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.kpi-carousel {
    background:  rgba(29, 79, 145, 0.07);
    margin: auto;
    max-width: 1440px;
    padding-top: 1.5rem;
    padding-bottom: 1rem;
}
.kpi-carousel__sizer {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .kpi-carousel__sizer {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.kpi-carousel__item-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
.kpi-carousel__item-content {
  flex-grow: 1;
}
.kpi-carousel__item-content p + p {
  margin-top: 1rem;
}
.kpi-carousel__item-content .wp-block-buttons {
  margin-top: 1rem;
}
.kpi-carousel__item-content .wp-block-button__link {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
}
@media not all and (min-width: 780px) {

  .kpi-carousel__item-body p.has-text-align-right, .kpi-carousel__item-body p {
    text-align: center !important;
  }
}
.kpi-carousel__item-body .grid--gap-small {
  gap: 0.5rem;
}
.kpi-carousel__item-category {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
  text-decoration-color: #8EA7C8;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.kpi-carousel__nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 2rem;
}
.kpi-carousel__next, .kpi-carousel__prev {
  margin-top: 0px !important;
}
.kpi-carousel__next, .kpi-carousel__prev {
  font-size: 0.9375rem;
}
.kpi-carousel__nav {
  padding-left: 0px !important;
}
.kpi-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.kpi-carousel__nav-item {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: rgba(29, 79, 145, 0.25);
}
.kpi-carousel__nav-item.tns-nav-active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.latest-news {
  position: relative;
}
@media (min-width: 780px) {

  .latest-news__sizer {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media (min-width: 1280px) {

  .latest-news__sizer {
    margin-left: 6.6rem;
    margin-right: 6.6rem;
  }
}
@media not all and (min-width: 780px) {

  .latest-news__sizer .wp-block-buttons {
    justify-content: center !important;
  }

  .latest-news__sizer .wp-block-buttons {
    margin-top: 4rem;
  }
}
.latest-news__side {
  position: absolute;
  display: flex;
  align-items: center;
}
@media not all and (min-width: 780px) {

  .latest-news__side {
    bottom: 1rem;
    width: 50%;
  }
}
@media (min-width: 780px) {

  .latest-news__side {
    top: 0px;
    height: 100%;
  }
}
.latest-news__side button {
  margin-bottom: 38px;
}
.latest-news__side.prev {
  left: 0px;
}
@media not all and (min-width: 780px) {

  .latest-news__side.prev {
    justify-content: flex-end;
    padding-right: 0.5rem;
  }
}
.latest-news__side.next {
  right: 0px;
}
@media not all and (min-width: 780px) {

  .latest-news__side.next {
    padding-left: 0.5rem;
  }
}
.latest-news__prev {
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 159, 221, 1);
  border-color: rgba(0, 159, 221, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.latest-news__prev:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.latest-news__next {
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 159, 221, 1);
  border-color: rgba(0, 159, 221, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.latest-news__next:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 159, 221, 1);
  background-color: rgba(0, 159, 221, var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.latest-news__bottom {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
.latest-news__bottom-left {
  flex-basis: 33.333333%;
}
.latest-news__bottom-center {
  flex-basis: 33.333333%;
}
@media not all and (min-width: 780px) {

  .latest-news__bottom-center {
    display: none;
  }
}
.latest-news__bottom-right {
  flex-basis: 33.333333%;
}
.latest-news__nav {
  padding-left: 0px !important;
}
.latest-news__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.latest-news__nav-item {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: rgba(29, 79, 145, 0.25);
}
.latest-news__nav-item.tns-nav-active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.latest-news__item-wrapper {
  overflow: clip;
  border-radius: 20px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 243, 247, 1);
  border-color: rgba(239, 243, 247, var(--tw-border-opacity, 1));
}
.latest-news__item-content {
  position: relative;
  display: flex;
  align-items: stretch;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
@media not all and (min-width: 780px) {

  .latest-news__item-content {
    flex-direction: column;
  }
}
@media (min-width: 780px) {

  .latest-news__item-content {
    aspect-ratio: 6/2;
  }
}
.latest-news__item-content:hover span.title {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.latest-news__item-media {
  position: relative;
  display: block;
  height: 100%;
  flex-basis: 50%;
  overflow: clip;
}
.latest-news__item-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-news__item-sizer {
  display: block;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media not all and (min-width: 780px) {

  .latest-news__item-sizer {
    height: 320px;
  }
}
@media (min-width: 780px) {

  .latest-news__item-sizer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.latest-news__item-body {
  display: flex;
  flex-basis: 50%;
  align-items: center;
}
.latest-news__item-body .date {
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
.latest-news__item-body .title {
  margin-bottom: 0.5rem;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.latest-news__item-body .title:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.latest-news__item-body .text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -.03em;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
/*h2.wp-block-heading { */
/*  @apply text-white pl-20 text-4xl pb-8; */
/*} */
/*a.header-link{ */
/*  @apply pl-20 text-white ; */
/*} */
/*h1.wp-block-heading{ */
/*  @apply underline text-sm text-brightspring-lt-blue pl-20 pt-10; */
/*} */
/*.wp-block-pwb-media-split-header{ */
/*@apply mb-8 bg-primary; */
/*} */
.patientstories-picker {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 2rem;
  gap: 2rem;
    display: grid;
}
.patientstories-picker.quality .grid__item {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: clip;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgba(239, 243, 247, 1);
  background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
}
@media not all and (min-width: 780px) {

  .patientstories-picker.quality .grid__item {
    aspect-ratio: 3/2;
  }
}
.patientstories-picker.quality .grid__item p {
  margin-top: 0.25rem !important;
}
.patientstories-picker.quality .grid__item .wp-block-group {
  padding: 1rem;
}
@media (min-width: 1024px) {

  .patientstories-picker.quality .grid__item .wp-block-group {
    padding: 2rem;
  }
}
.patientstories-picker.quality .grid__item .wp-block-image {
  height: 100%;
}
.patientstories-picker.quality .grid__item .wp-block-image figure {
  height: 100%;
}
.patientstories-picker.quality .grid__item .wp-block-image img {
  height: 100%;
}
@media (min-width: 780px) {

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

  .patientstories-picker {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.patientstories-media {
  position: relative;
  width: 100%;
  overflow: clip;
  border-radius: 20px;
}
@media (min-width: 1024px) {

  .patientstories-media {
    height: 360px;
  }
}
.patientstories-media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.patientstories-card {
/*@apply p-8 bg-primary basis-1/4; */
/*& + .employee-stories-card { */
/*    @apply mt-12; */
/*} */
/*&__top { */
/*    @apply flex gap-2 items-center; */
/*} */
/*&__bottom { */
/*    @apply pt-4; */
/*} */
}
.quote-carousel-wrapper{
    background:  rgba(29, 79, 145, 0.07);
}
.static-quote-title {
  padding-top: 3rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-decoration-color: #009FDD;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.quote-carousel {
  margin: auto;
  max-width: 1440px;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.quote-carousel__sizer {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 600px) {

  .quote-carousel__sizer {
    max-width: 600px;
  }
}
@media (min-width: 780px) {

  .quote-carousel__sizer {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {

  .quote-carousel__sizer {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .quote-carousel__sizer {
    max-width: 1280px;
  }
}
@media (min-width: 780px) {

  .quote-carousel__sizer {
    max-width: 808px;
  }
}
.quote-carousel__items {
  text-align: center;
}
.quote-carousel__item-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media not all and (min-width: 780px) {

  .quote-carousel__item-wrapper {
    flex-direction: column;
  }
}
.quote-carousel__item-mark {
  flex-shrink: 0;
  flex-basis: 25%;
}
.quote-carousel__item-content {
  flex-grow: 1;
}
.quote-carousel__item-content p + p {
  margin-top: 1rem;
}
.quote-carousel__item-body p {
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
.quote-carousel__item-body .is-style-quote-author {
  font-size: 14px;
}
.quote-carousel__quote-mark {
  display: none;
}
@media (min-width: 1024px) {

  .quote-carousel__quote-mark {
    display: block;
  }
}
.quote-carousel__item-media {
  flex-shrink: 0;
  flex-basis: 20%;
  align-items: center;
  justify-content: center;
}
@media not all and (min-width: 780px) {

  .quote-carousel__item-media {
    display: flex;
  }
}
.quote-carousel__item-media-wrapper {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 20px;
}
@media not all and (min-width: 780px) {

  .quote-carousel__item-media-wrapper {
    flex-basis: 50%;
  }
}
.quote-carousel__item-media-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.quote-carousel__nav-wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-top: 1.5rem;
}
@media (min-width: 1024px) {

  .quote-carousel__nav-wrapper {
    padding-top: 1.5rem;
  }
}
.quote-carousel__next, .quote-carousel__prev {
  margin-top: 0px !important;
}
.quote-carousel__next, .quote-carousel__prev {
  font-size: 0.875rem;
}
.quote-carousel__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1024px) {

  .quote-carousel__nav {
    gap: 0.5rem;
  }
}
.quote-carousel__nav {
  padding-left: 0px !important;
}
.quote-carousel__nav-item {
  display: block;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  background-color: rgba(29, 79, 145, 0.25);
}
.quote-carousel__nav-item.tns-nav-active {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 79, 145, 1);
  background-color: rgba(29, 79, 145, var(--tw-bg-opacity, 1));
}
.section--width-normal {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}
@media (min-width: 600px) {

  .section--width-normal {
    max-width: 600px;
  }
}
@media (min-width: 780px) {

  .section--width-normal {
    max-width: 780px;
  }
}
@media (min-width: 1024px) {

  .section--width-normal {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .section--width-normal {
    max-width: 1280px;
  }
}
.section--width-thin {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .section--width-thin {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section--width-super-thin {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1024px) {

  .section--width-super-thin {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section--padding-none {
  padding-top: 0px;
  padding-bottom: 0px;
}
.section--padding-normal {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section--padding-extra {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {

  .section--padding-extra {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section--bg-color-light-grey {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 247, 1);
  background-color: rgba(238, 242, 247, var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}
.section + .section {
  padding-top: 0px;
}
@media (min-width: 1024px) {

  .section + .section {
    padding-top: 0px;
  }
}
.section:last-of-type {
  padding-bottom: 2rem;
}
.widget--bottom .section {
  padding-top: 4rem;
}
.slider {
  position: relative;
  overflow: hidden;
}
.slider__overlay-top {
  position: absolute;
  top: 0px;
  z-index: 20;
  height: 50%;
  width: 100vw;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(0, 0, 0, 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark *.slider__overlay-top {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.slider__overlay-bottom {
  position: absolute;
  bottom: 0px;
  z-index: 30;
  height: 60%;
  width: 100vw;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: rgba(10, 10, 10, 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(10, 10, 10, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.dark *.slider__overlay-bottom {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(10, 10, 10, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.slider__wrapper {
    }
.slider__media {
  position: relative;
  z-index: 10;
  height: 100vh;
  width: 100vw;
}
.slider__media img, .slider__media video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__detail {
  position: absolute;
  bottom: 0px;
  z-index: 50;
  width: 100vw;
  padding-bottom: 3rem;
}
@media (min-width: 1024px) {

  .slider__detail {
    padding-bottom: 8rem;
  }
}
.slider__detail-inner {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}
@media not all and (min-width: 780px) {

  .slider__detail-inner {
    flex-direction: column;
  }
}
.slider__link {
  flex-basis: 75%;
}
.slider__text {
  display: block;
}
.slider__btn {
  border-radius: 0px !important;
  background-color: transparent !important;
}
.slider__btn {
  margin-top: 1rem;
  display: inline-flex;
  gap: 1rem;
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(239, 243, 247, 1);
  border-color: rgba(239, 243, 247, var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgba(239, 243, 247, 1);
  color: rgba(239, 243, 247, var(--tw-text-opacity, 1));
}
.slider__btn:before {
            content: '';
            position: absolute;
            top: 0px;
            right: 0px;
            bottom: 0px;
            left: 0px;
            z-index: -10;
            --tw-translate-y: 100%;
            transform: translate(var(--tw-translate-x), 100%) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transition-property: all;
            transition-duration: 150ms;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            --tw-bg-opacity: 1;
            background-color: rgba(239, 243, 247, 1);
            background-color: rgba(239, 243, 247, var(--tw-bg-opacity, 1));
        }
.slider__btn:hover:before {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), 0px) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  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));
}
.slider__btn:after {
            content: '';
            background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27white%27 viewBox=%270 0 448 512%27%3e%3cpath d=%27M429.8 273l17-17-17-17L276.2 85.4l-17-17-33.9 33.9 17 17L354.9 232 24 232 0 232l0 48 24 0 330.8 0L242.2 392.6l-17 17 33.9 33.9 17-17L429.8 273z%27/%3e%3c/svg%3e");
            display: block;
            height: 1.5rem;
            width: 1.5rem;
            background-repeat: no-repeat;
        }
.slider__btn:hover {
  --tw-text-opacity: 1;
  color: rgba(10, 10, 10, 1);
  color: rgba(10, 10, 10, var(--tw-text-opacity, 1));
}
.slider__btn:hover:after {
                filter: invert(100%);
                -webkit-filter: invert(100%);
            }
.slider__slide-info {
  display: flex;
  flex-basis: 25%;
  justify-content: flex-end;
}
.slider__slide-countdown {
  position: relative;
  display: flex;
  height: 70px;
  width: 70px;
  align-items: center;
  justify-content: center;
  font-family: proxima-nova, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(239, 243, 247, 1);
  color: rgba(239, 243, 247, var(--tw-text-opacity, 1));
}
.slider__slide-countdown svg {
  position: absolute;
  height: 100%;
  width: 100%;
            transform: rotateY(-180deg) rotateZ(-90deg);
}
.slider__title {
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 2.625rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(239, 243, 247, 1);
  color: rgba(239, 243, 247, var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  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) drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  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);
}
.slider__description {
  font-size: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(239, 243, 247, 1);
  color: rgba(239, 243, 247, var(--tw-text-opacity, 1));
}
.slider__nav-wrapper {
  position: absolute;
}
.stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 3rem;
}
@media not all and (min-width: 780px) {

  .stats {
    row-gap: 1rem;
  }
}
@media (max-width: 640px) {
            .stats--cols-1 > div {
    flex-basis: 100%;
    border-style: none;
  }
            .stats--cols-2 > div {
    flex-basis: 50%;
  }
                .stats--cols-2 > div:nth-of-type(even) {
    border-style: none;
  }
            .stats--cols-3 > div {
    flex-basis: 33.333333%;
  }
                .stats--cols-3 > div:nth-of-type(3n) {
    border-style: none;
  }
        }
@media (min-width: 641px) and (max-width: 1024px) {
             .stats--cols-md-1 > div {
    flex-basis: 100%;
    border-style: none;
  }
             .stats--cols-md-2 > div {
    flex-basis: 50%;
  }
                .stats--cols-md-2 > div:nth-of-type(even) {
    border-style: none;
  }
            .stats--cols-md-3 > div {
    flex-basis: 33.333333%;
  }
                .stats--cols-md-3 > div:nth-of-type(3n) {
    border-style: none;
  }
            .stats--cols-md-4 > div {
    flex-basis: 25%;
  }
                .stats--cols-md-4 > div:nth-of-type(4n) {
    border-style: none;
  }
            .stats--cols-md-5 > div {
    flex-basis: 20%;
  }
                .stats--cols-md-5 > div:nth-of-type(5n) {
    border-style: none;
  }
        }
@media (min-width: 1025px) {
            .stats--cols-lg-1 > div {
    flex-basis: 100%;
    border-style: none;
  }
            .stats--cols-lg-2 > div {
    flex-basis: 50%;
  }
                .stats--cols-lg-2 > div:nth-of-type(even) {
    border-style: none;
  }
            .stats--cols-lg-3 > div {
    flex-basis: 33.333333%;
  }
                .stats--cols-lg-3 > div:nth-of-type(3n) {
    border-style: none;
  }
            .stats--cols-lg-4 > div {
    flex-basis: 25%;
  }
                .stats--cols-lg-4 > div:nth-of-type(4n) {
    border-style: none;
  }
            .stats--cols-lg-5 > div {
    flex-basis: 20%;
  }
                .stats--cols-lg-5 > div:nth-of-type(5n) {
    border-style: none;
  }
        }
.stat__item {
  padding: 1rem;
}
@media (min-width: 1024px) {

  .stat__item {
    padding: 2rem;
  }
}
@media (min-width: 1280px) {

  .stat__item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.stat__item {
  border-right-width: 1px;
  border-color: rgba(0, 159, 221, 0.25);
  border-color: rgba(0, 159, 221, var(--tw-border-opacity, 1));
  --tw-border-opacity: 0.25;
}
.stat__item .wp-block-image {
  margin-bottom: 1rem;
}
.stat__item:last-of-type {
  border-style: none;
}
.has-text-color.has-light-color {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.has-text-color.has-dark-color {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.has-text-color.has-dark-blue-color {
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
.has-text-color.has-light-blue-color {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.has-text-color.has-medium-grey-color {
  --tw-text-opacity: 1;
  color: rgba(167, 168, 169, 1);
  color: rgba(167, 168, 169, var(--tw-text-opacity, 1));
}
.has-text-color.has-light-grey-color {
  --tw-text-opacity: 1;
  color: rgba(217, 216, 214, 1);
  color: rgba(217, 216, 214, var(--tw-text-opacity, 1));
}
.has-text-color.has-purple-color {
  --tw-text-opacity: 1;
  color: rgba(78, 59, 127, 1);
  color: rgba(78, 59, 127, var(--tw-text-opacity, 1));
}
.has-inline-color.has-light-color {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.has-inline-color.has-dark-color {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, 1);
  color: rgba(0, 0, 0, var(--tw-text-opacity, 1));
}
.has-inline-color.has-dark-blue-color {
  --tw-text-opacity: 1;
  color: rgba(29, 79, 145, 1);
  color: rgba(29, 79, 145, var(--tw-text-opacity, 1));
}
.has-inline-color.has-light-blue-color {
  --tw-text-opacity: 1;
  color: rgba(0, 159, 221, 1);
  color: rgba(0, 159, 221, var(--tw-text-opacity, 1));
}
.has-inline-color.has-medium-grey-color {
  --tw-text-opacity: 1;
  color: rgba(167, 168, 169, 1);
  color: rgba(167, 168, 169, var(--tw-text-opacity, 1));
}
.has-inline-color.has-light-grey-color {
  --tw-text-opacity: 1;
  color: rgba(217, 216, 214, 1);
  color: rgba(217, 216, 214, var(--tw-text-opacity, 1));
}
.has-inline-color.has-purple-color {
  --tw-text-opacity: 1;
  color: rgba(78, 59, 127, 1);
  color: rgba(78, 59, 127, var(--tw-text-opacity, 1));
}
.wp-block-separator {
  margin-top: 2rem;
}
.wp-block-pwb-grid-item.rounded {
  overflow: clip;
  border-radius: 20px;
}
.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;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-4 {
  bottom: 1rem;
}
.right-4 {
  right: 1rem;
}
.z-10 {
  z-index: 10;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-20 {
  height: 5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[32px\] {
  height: 32px;
}
.h-full {
  height: 100%;
}
.w-14 {
  width: 3.5rem;
}
.w-32 {
  width: 8rem;
}
.w-64 {
  width: 16rem;
}
.w-9 {
  width: 2.25rem;
}
.w-full {
  width: 100%;
}
.flex-auto {
  flex: 1 1 auto;
}
.grow {
  flex-grow: 1;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-11 {
  gap: 2.75rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * 0);
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - 0));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - 0));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.bg-brightspring-lt-grey {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 242, 247, 1);
  background-color: rgba(238, 242, 247, var(--tw-bg-opacity, 1));
}
.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(230, 240, 250, 1);
  background-color: rgba(230, 240, 250, var(--tw-bg-opacity, 1));
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-6 {
  padding: 1.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.font-bold {
  font-weight: 700;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-feature-settings: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-feature-settings: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: ordinal var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: blur(8px) 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);
  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);
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media not all and (min-width: 1024px) {

  .max-lg\:flex-col {
    flex-direction: column;
  }
}
@media (min-width: 780px) {

  .md\:visible {
    visibility: visible;
  }

  .md\:flex {
    display: flex;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[68px\] {
    height: 68px;
  }

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

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

  .lg\:items-end {
    align-items: flex-end;
  }

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