/**
 * Config
 */
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/sourcesanspro-regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  src: url('../fonts/sourcesanspro-semibold.woff2') format('woff2');
}
@font-face {
  font-family: 'Source-fallback';
  size-adjust: 89.00%;
  ascent-override: 110%;
  src: local('Arial');
}
/* Variables */
:root {
  /* Typography */
  --rem-base: 16;
  --tiny-rem-base: 14;
  --body-font: "Source Sans Pro", "Source-fallback", sans-serif;
  --heading-font: "Source Sans Pro", "Source-fallback", sans-serif;
  --body-font-size: 1rem;
  --body-tiny: 0.75rem;
  --body-small: 0.875rem;
  --body-narrow: 1rem;
  --body-medium: 1.125rem;
  --body-large: 1.5rem;
  --body-big: 1.75rem;
  --body-jumbo: 2rem;
  --h00: 64px;
  --h00: 4rem;
  --h0: 56px;
  --h0: 3.5rem;
  --h1: 32px;
  --h1: 2rem;
  --h2: 28px;
  --h2: 1.75rem;
  --h3: 26px;
  --h3: 1.625rem;
  --h4: 24px;
  --h4: 1.5rem;
  --h5: 20px;
  --h5: 1.25rem;
  --h6: 18px;
  --h6: 1.125rem;
  --h1-mobile: 28px;
  --h1-mobile: 1.75rem;
  --h2-mobile: 24px;
  --h2-mobile: 1.5rem;
  --h3-mobile: 22px;
  --h3-mobile: 1.375rem;
  --h4-mobile: 20px;
  --h4-mobile: 1.25rem;
  --h5-mobile: 19px;
  --h5-mobile: 1.1875rem;
  --h6-mobile: 18px;
  --h6-mobile: 1.125rem;
  --body-tiny: 10px;
  --body-tiny: 0.625rem;
  --body-smaller: 12px;
  --body-smaller: 0.75rem;
  --body-small: 14px;
  --body-medium: 16px;
  --body-medium: 1rem;
  --body-large: 24px;
  --body-larger: 32px;
  --body-larger: 2rem;
  --line-height-1: 1;
  --line-height-2: 1.125;
  --line-height-3: 1.25;
  --line-height-4: 1.5;
  --line-height-5: 1.75;


  /* White space and widths */
  --space-1:         1.00rem;
  --space-2:         2.00rem;
  --space-3:         3.00rem;
  --space-4:         4.00rem;
  --space-5:         5.00rem;
  --space-6:         6.00rem;
  --space-7:         7.00rem;
  --space-8:         8.00rem;
  --space-9:         9.00rem;
  --space-10:        10.00rem;
  --space-11:        11.00rem;
  --space-12:        12.00rem;
  --space-13:        13.00rem;
  --space-14:        14.00rem;
  --space-15:        15.00rem;
  --space-16:        16.00rem;
  --n-space-1:      -1.00rem;
  --n-space-2:      -2.00rem;
  --n-space-3:      -3.00rem;
  --n-space-4:      -4.00rem;
  --n-space-5:      -5.00rem;
  --n-space-6:      -6.00rem;
  --n-space-7:      -7.00rem;
  --n-space-8:      -8.00rem;
  --n-space-9:      -9.00rem;
  --n-space-10:     -10.00rem;
  --n-space-11:     -11.00rem;
  --n-space-12:     -12.00rem;
  --n-space-13:     -13.00rem;
  --n-space-14:     -14.00rem;
  --n-space-15:     -15.00rem;
  --n-space-16:     -16.00rem;
  --space-01:        0.10rem;
  --space-0125:      0.125rem;
  --space-015:       0.15rem;
  --space-02:        0.20rem;
  --space-025:       0.25rem;
  --space-03:        0.30rem;
  --space-035:       0.35rem;
  --space-04:        0.40rem;
  --space-045:       0.45rem;
  --space-05:        0.50rem;
  --space-055:       0.55rem;
  --space-06:        0.60rem;
  --space-065:       0.65rem;
  --space-07:        0.70rem;
  --space-075:       0.75rem;
  --space-08:        0.80rem;
  --space-085:       0.85rem;
  --space-09:        0.90rem;
  --space-095:       0.95rem;
  --n-space-01:     -0.10rem;
  --n-space-0125:   -0.125rem;
  --n-space-015:    -0.15rem;
  --n-space-02:     -0.20rem;
  --n-space-025:    -0.25rem;
  --n-space-03:     -0.30rem;
  --n-space-035:    -0.35rem;
  --n-space-04:     -0.40rem;
  --n-space-045:    -0.45rem;
  --n-space-05:     -0.50rem;
  --n-space-055:    -0.55rem;
  --n-space-06:     -0.60rem;
  --n-space-065:    -0.65rem;
  --n-space-07:     -0.70rem;
  --n-space-075:    -0.75rem;
  --n-space-08:     -0.80rem;
  --n-space-085:    -0.85rem;
  --n-space-09:     -0.90rem;
  --n-space-095:    -0.95rem;
  --space-1-10:      1.10rem;
  --space-1-125:    1.125rem;
  --space-1-15:     1.15rem;
  --space-1-20:      1.20rem;
  --space-1-25:     1.25rem;
  --space-1-30:      1.30rem;
  --space-1-35:     1.35rem;
  --space-1-40:      1.40rem;
  --space-1-45:     1.45rem;
  --space-1-50:      1.50rem;
  --space-1-55:     1.55rem;
  --space-1-60:      1.60rem;
  --space-1-65:     1.65rem;
  --space-1-70:      1.70rem;
  --space-1-75:     1.75rem;
  --space-1-80:      1.80rem;
  --space-1-85:     1.85rem;
  --space-1-90:      1.90rem;
  --space-1-95:     1.95rem;
  --n-space-1-10:   -1.10rem;
  --n-space-1-125: -1.125rem;
  --n-space-1-15:  -1.15rem;
  --n-space-1-20:   -1.20rem;
  --n-space-1-25:  -1.25rem;
  --n-space-1-30:   -1.30rem;
  --n-space-1-35:  -1.35rem;
  --n-space-1-40:   -1.40rem;
  --n-space-1-45:  -1.45rem;
  --n-space-1-50:   -1.50rem;
  --n-space-1-55:  -1.55rem;
  --n-space-1-60:   -1.60rem;
  --n-space-1-65:  -1.65rem;
  --n-space-1-70:   -1.70rem;
  --n-space-1-75:  -1.75rem;
  --n-space-1-80:   -1.80rem;
  --n-space-1-85:  -1.85rem;
  --n-space-1-90:   -1.90rem;
  --n-space-1-95:  -1.95rem;
  --space-1\.1:      1.10rem;
  --space-1\.125:    1.125rem;
  --space-1\.15:     1.15rem;
  --space-1\.2:      1.20rem;
  --space-1\.25:     1.25rem;
  --space-1\.3:      1.30rem;
  --space-1\.35:     1.35rem;
  --space-1\.4:      1.40rem;
  --space-1\.45:     1.45rem;
  --space-1\.5:      1.50rem;
  --space-1\.55:     1.55rem;
  --space-1\.6:      1.60rem;
  --space-1\.65:     1.65rem;
  --space-1\.7:      1.70rem;
  --space-1\.75:     1.75rem;
  --space-1\.8:      1.80rem;
  --space-1\.85:     1.85rem;
  --space-1\.9:      1.90rem;
  --space-1\.95:     1.95rem;
  --n-space-1\.1:   -1.10rem;
  --n-space-1\.125: -1.125rem;
  --n-space-1\.15:  -1.15rem;
  --n-space-1\.2:   -1.20rem;
  --n-space-1\.25:  -1.25rem;
  --n-space-1\.3:   -1.30rem;
  --n-space-1\.35:  -1.35rem;
  --n-space-1\.4:   -1.40rem;
  --n-space-1\.45:  -1.45rem;
  --n-space-1\.5:   -1.50rem;
  --n-space-1\.55:  -1.55rem;
  --n-space-1\.6:   -1.60rem;
  --n-space-1\.65:  -1.65rem;
  --n-space-1\.7:   -1.70rem;
  --n-space-1\.75:  -1.75rem;
  --n-space-1\.8:   -1.80rem;
  --n-space-1\.85:  -1.85rem;
  --n-space-1\.9:   -1.90rem;
  --n-space-1\.95:  -1.95rem;
  --space-100:  10rem;
  --space-110:  11rem;
  --space-120:  12rem;
  --space-130:  13rem;
  --space-140:  14rem;
  --space-150:  15rem;
  --space-160:  16rem;
  --space-170:  17rem;
  --space-180:  18rem;
  --space-190:  19rem;
  --space-200:  20rem;
  --width-1:    32rem;
  --width-2:    48rem;
  --width-3:    64rem;
  --width-4:    1200px;
  --width-4:    75rem;
  --width-5:    128rem;

  /* Positioning */
  --z1:   1;
  --z2:   2;
  --z3:   3;
  --z4:   4;
  --z5:   5;
  --z6:   6;
  --z7:   7;
  --z8:   8;
  --z9:   9;
  --z10:  10;
  --z999: 999;

  /* Colors */
  --white:        #fefefe;
  --black:        #1f1f1f;

  --blue:         #2a4e5f;
  --blue-dark:    #162b35;
  --blue-darker:  #112B38;
  --firefly:      #112B38;

  --coral:        #ff5664;
  --coral-dark:   #993840;

  --green:        #3aac96;
  --green-dark:   #1d7967;
  --green-darker: #10463b;
  --green-light:  #43c6ac;
  --green-alt:    #19b349;
  --cruise:       #b8eae0;

  --red:          #962121;
  --red-dark:     #741818;
  --red-light:    #cb3a3a;

  --yellow:       #f8ffae;
  --yellow-dark:  #c1ca6b;

  --gray:          #d3d3d3;
  --gray-dark:     #6e6e6e;
  --gray-darker:   #3e3e3e;
  --gray-darkest:  #3e3e3e;
  --gray-light:    #EDEDED;
  --gray-lighter:  #EDEDED;
  --gray-lightest: #F7F7F7;
  --gray-alt:      #7F7F7F;
  --scorpion:      #606060;
  --gallery:       #EDEDED;

  /* Transparency */
  --darken-05:   rgba(0,0,0,0.0625);
  --darken-1:    rgba(0,0,0,0.125);
  --darken-2:    rgba(0,0,0,0.25);
  --darken-3:    rgba(0,0,0,0.50);
  --darken-4:    rgba(0,0,0,0.75);

  --lighten-05:  rgba(255,255,255,0.0625);
  --lighten-1:   rgba(255,255,255,0.125);
  --lighten-2:   rgba(255,255,255,0.25);
  --lighten-3:   rgba(255,255,255,0.50);
  --lighten-4:   rgba(255,255,255,0.75);

  --transparent: rgba(0,0,0,0);

  /* Borders */
  --border-width:  1px;
  --border-width:  0.0625rem;
  --border-radius: 4px;
  --border-radius: 0.25rem;

  /* Shadows */
  --shadow-xs:      0 0 0 1px rgba(0, 0, 0, 0.05);
  --shadow-xs:      0 0 0 0.0625rem rgba(0, 0, 0, 0.05);
  --shadow-sm:      0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm:      0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.05);
  --shadow:         0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow:         0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.1), 0 0.0625rem 0.125rem 0 rgba(0, 0, 0, 0.06);
  --shadow-md:      0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-md:      0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
  --shadow-lg:      0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-lg:      0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.125rem rgba(0, 0, 0, 0.05);
  --shadow-xl:      0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-xl:      0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.04);
  --shadow-2xl:     0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-2xl:     0 1.5625rem 3.125rem -0.75rem rgba(0, 0, 0, 0.25);
  --shadow-inner:   inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --shadow-inner:   inset 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.06);
  --shadow-outline: 0 0 0 3px rgba(18, 126, 186, 0.5);
  --shadow-outline: 0 0 0 0.1875rem rgba(18, 126, 186, 0.5);
  --shadow-none:    none;

  --shadow-1: 0 4px 8px 0 rgba(0,0,0,0.125), 0 14px 8px -6px rgba(0,0,0,0.1);

  --shadow-1: 0 0.25rem 0.5rem 0 rgba(0,0,0,0.125), 0 0.875rem 0.5rem -0.375rem rgba(0,0,0,0.1);
  --shadow-2: 0 2px 4px rgba(0, 0, 0, .25);
  --shadow-2: 0 0.125rem 0.25rem rgba(0, 0, 0, .25);
  --shadow-3: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --shadow-3: 0 0.625rem 0.9375rem -0.1875rem rgba(0, 0, 0, 0.1), 0 0.25rem 0.375rem -0.125rem rgba(0, 0, 0, 0.05);
  --shadow-4: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --shadow-4: 0 1.25rem 1.5625rem -0.3125rem rgba(0, 0, 0, 0.1), 0 0.625rem 0.625rem -0.3125rem rgba(0, 0, 0, 0.04);
  --text-shadow-1: 0 2px 8px rgba(0,0,0,0.75);
  --text-shadow-1: 0 0.125rem 0.5rem rgba(0,0,0,0.75);

  /* Buttons */
  --button-font-family: inherit;
  --button-font-style: normal;
  --button-font-size: 24px;
  --button-font-size: 1.5rem;
  --button-desktop-font-size: 24px;
  --button-desktop-font-size: 1.5rem;
  --button-font-weight: 300;
  --button-line-height: 1.33333333333333;
  --button-padding-y: 10px;
  --button-padding-y: 0.625rem;
  --button-padding-x: 32px;
  --button-padding-x: 2rem;
  --button-color: #1f1f1f;
  --button-background-color: var(--yellow);
  --button-small-font-size: 14px;
  --button-small-font-size: 0.875rem;
  --button-small-padding-y: 8px;
  --button-small-padding-y: 0.5rem;
  --button-small-padding-x: 1rem;
  --button-big-padding-y: 1rem;
  --button-big-padding-x: 2rem;
  --button-narrow-padding-x: .5rem;

  /* Forms */
  --form-field-padding-x: .5rem;
  --form-field-padding-y: .5rem;
  --form-field-height: 2.25rem;
  --range-thumb-width: var(--form-field-padding-x);
  --range-thumb-height: calc(var(--form-field-height) - (var(--form-field-padding-y) * 2));
  --range-track-height: calc(var(--form-field-padding-y) / 2);
  --range-thumb-offset: calc(var(--range-thumb-height) / -2 + (var(--range-track-height) / 2));
  --range-thumb-pseudo-size: var(--form-field-height);

  /* Media object */
  --media-object-space: var(--space-1);

  /* SVGs */
  --tile-bg: 'data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><rect width="6" height="6" fill-opacity="0"/><rect x="4" y="4" width="2" height="2" fill="#000000" fill-opacity="0.15"/></svg>';
}
/* Custom breakpoints */
/* 640px */
/* 832px */
/* 448px */
/* 1024px */
/* 640px */
/* 832px */
/* 1024px */
/* 1152px */
/* 1344 */
/* 1536 */
/* Custom selectors */
/**
 * Base
 */
/*! tailwindcss v3.4.1 | 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 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: "Source Sans Pro", "Source-fallback", 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;
  border-top-width: 0.0625rem; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}
/*
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 */
  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;
  outline-offset: -0.125rem; /* 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::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] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-width: 0.0625rem;
  border-radius: 0px;
  border-radius: 0;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline: 0.125rem solid transparent;
  outline-offset: 2px;
  outline-offset: 0.125rem;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #005374;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.0625rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #005374;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #005374;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-width: 0.0625rem;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
  border-radius: 0;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline: 0.125rem solid transparent;
  outline-offset: 2px;
  outline-offset: 0.125rem;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-width: 0.125rem;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #005374;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 0.0625rem solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
  outline: 0.0625rem auto -webkit-focus-ring-color;
}
*, ::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-width: 0;
  --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-width: 0;
  --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:  ;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}
body {
  margin: 0;
  font-family: var(--body-font);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--black);
  text-align: left;
  background-color: var(--white);
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: var(--space-05);
  font-family: var(--heading-font);
  line-height: 1.25;
  font-weight: 600;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: var(--black);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--gray);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  outline-offset: -0.125rem;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
html {
  scroll-behavior: smooth;
}
body {
  /* overflow: hidden; */
}
#Loader__sprite {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin: 0 auto;
  border: 8px solid var(--green-light);
  border: 0.5rem solid var(--green-light);
  border-top: 8px solid var(--gray-light);
  border-top: 0.5rem solid var(--gray-light);
  border-radius: 50%;
  animation: spin 0.5s linear infinite;
}
.scroll-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.scroll-container__content {
  position: relative;
  display: flex;
  margin: 0;
  flex-direction: column;
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.SiteDocument {
  padding-top: 64px;
  padding-top: 4rem;
}
@media (min-width: 52em) {
.SiteDocument {
    padding-top: 130px;
    padding-top: 8.125rem
}
  }
h1 {
  font-size: var(--h1-mobile);
  font-family: var(--heading-font);
  color: var(--blue);
  font-weight: 600;
}
@media (min-width: 52em) {
h1 {
    font-size: var(--h1)
}
  }
h2 {
  font-size: var(--h2-mobile);
  font-family: var(--heading-font);
  color: var(--blue);
  font-weight: 600;
}
@media (min-width: 52em) {
h2 {
    font-size: var(--h2)
}
  }
h3 {
  font-size: var(--h3);
}
h4 {
  font-size: var(--h4);
  font-weight: var(--font-weight-normal);
  color: var(--blue);
}
h5 {
  font-size: var(--h5);
}
h6 {
  font-size: var(--h6);
}
p,
span {
  font-size: var(--body-medium);
  font-family: var(--body-font);
  font-weight: var(--font-weight-normal);
  letter-spacing: var(--letter-spacing-1);
  line-height: var(--line-height-5);
  color: var(--black);
}
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) {
  background-color: transparent;
  margin: var(--space-3) auto;
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td,
  table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th {
    padding: 20px;
    padding: 1.25rem;
    vertical-align: top;
    line-height: 1;
    border: 1px solid var(--gray);
    border: 0.0625rem solid var(--gray);
    border-left: 0;
    border-right: 0;
  }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > p, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > p {
      margin-bottom: var(--space-2);
    }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > p > a:not(.btn):not(.author):not([rel~="category"]), table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > p > a:not(.btn):not(.author):not([rel~="category"]) {
        text-decoration: underline;
      }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > p:last-child, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > p:last-child { margin-bottom: 0; }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList),
    table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList),
    table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList),
    table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList) {
      margin: 30px 0;
      margin: 1.875rem 0;
      padding-left: 26px;
      padding-left: 1.625rem;
      font-family: var(--body-font);
      font-size: 15px;
      font-size: 0.9375rem;
      font-weight: var(--font-weight-1);
      list-style-type: none;
      list-style-position: outside;
    }
@media (min-width: 52em) {
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList),
    table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList),
    table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList),
    table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList) {
        font-size: var(--body-font-size);
        line-height: 30px;
        line-height: 1.875rem
    }
      }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList):last-child, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList):last-child, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList):last-child, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList):last-child { margin-bottom: 0; }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList) li, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList) li, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList) li, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList) li {
        position: relative;
        margin-bottom: var(--space-1);
        line-height: 1.25rem;
      }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList) li:before, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList) li:before, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList) li:before, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList) li:before {
          content: " ";
          position: absolute;
          top: 10px;
          top: 0.625rem;
          left: -26px;
          left: -1.625rem;
          display: block;
          height: 2px;
          height: 0.125rem;
          width: var(--space-1);
          background-color: var(--teal);
        }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList) li:last-of-type, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList) li:last-of-type, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList) li:last-of-type, table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList) li:last-of-type { margin-bottom: 0; }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ul:not(.ContentList) li a:not(.btn), table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) td > ol:not(.ContentList) li a:not(.btn), table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ul:not(.ContentList) li a:not(.btn), table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th > ol:not(.ContentList) li a:not(.btn) {
          text-decoration: underline;
        }
table:not(.gsc-search-box):not(.gsc-input):not(.gsc-table-result):not(.gsc-resultsHeader):not(.gsc-above-wrapper-area-container) th {
    vertical-align: middle;
    border: 1px solid var(--gray);
    border: 0.0625rem solid var(--gray);
    border-left: 0;
    border-right: 0;
    color: var(--dark-teal);
  }
input:focus, textarea:focus, select:focus {
  outline: none;
}
.stretched-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0);
  pointer-events: auto;
}
.ColumnWrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ColumnWrap .Row__col ul {
      list-style: disc;
      padding-left: 1.75rem;
      width: 100%;
      color: var(--gray-darker);
    }
@media (min-width: 52em) {
.ColumnWrap .Row__col ul {
        width: 95%;
        max-width: 335px;
        max-width: 20.9375rem
    }
      }
.ColumnWrap .Row__col ul:last-of-type { margin-bottom: 0; }
.ColumnWrap .Row__col ul li {
        padding-bottom: 10px;
        padding-bottom: 0.625rem;
      }
@media (min-width: 52em) {
    .ColumnWrap--double .ColumnWrap__column { width: 50% }

    .ColumnWrap--triple .ColumnWrap__column { width: 33% }
  }
@media only screen and (min-width: 62.5rem) {
  .word-break br {
    display: none;
  }
}
#cta-3 .Button--primary {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.Rehab-results {
  min-height: 1502px;
  min-height: 93.875rem;
}
[id="questions-homepage"] svg.w-\[16px\] path {
  stroke: black;
}
[id="questions-homepage"] a:hover svg.w-\[16px\] path {
  stroke: white;
}
.Category h1 span {
  font-size: 1.75rem;
}
@media screen and (min-width: 48.875rem) {
[id="sources"] {
    scroll-margin-top: 12rem
}
  }
.hide-scroll-pc {
  overflow: auto; /* Enable scrolling */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* Hide scrollbar for WebKit browsers (Chrome, Safari, etc.) */
.hide-scroll-pc::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}
.break-on-mobile {
  display: block;
}
/* On larger screens (Desktop), keep everything on one line */
@media (min-width: 64rem) {
  .break-on-mobile {
    display: inline;
  }
}
[id="modal-profile-gallery-prev"].js-is-disabled,
[id="modal-profile-gallery-next"].js-is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
#rehab-profile-contact {
  scroll-margin-top: 2rem;
}
@media (min-width: 64rem) {
#rehab-profile-contact {
    scroll-margin-top: 10rem
}
  }
#highlight-content p {
  margin-bottom: 0;
}
#attribution-citations > p {
    margin-bottom: var(--space-1);
  }
#attribution-citations > p:last-child { margin-bottom: 0; }
#attribution-citations > p a {
      text-decoration: underline;
      word-wrap: break-word;

      color: var(--green);

      transition: all 200ms ease-in-out;
    }
#attribution-citations > p a:hover { color: var(--green-dark); }
@media (min-width: 64rem) {
  .CardStack {
    margin: 0 calc(var(--space-1)* -1);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.BottomCTA.sticky_visible {
  bottom: 0;
  transition: bottom .3s ease-out;
}
/* Callback Related CSS */
[id="callback-form"] .Form__cta.form-validated + .Submit__btn {
  background-color: #0d9488;
  cursor: pointer;
  pointer-events: auto;
}
[id="callback-form"] .Form__cta.form-validated  {
  border-color: #38a169;
}
[id="insurance-footer-cta"] [id="callback-form"] .Form__cta.form-validated + .Submit__btn {
  background-color: #005374;
  cursor: pointer;
  pointer-events: auto;
}
[id="insurance-footer-cta"] [id="callback-form"] .Submit__btn {
  background-color: #5091aa;
}
[id="insurance-footer-cta"] [id="callback-form"] .Form__cta, .Hero--insurance-directory [id="callback-form"] .Form__cta {
  color: #1F1F1F;
}
[id="main-incontent-cta"] [id="callback-request-label"] {
  display: none;
}
[id="main-incontent-cta"] [id="input-callback"] {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1rem;
}
@page {
  size: auto;
  margin: 25mm 25mm 25mm 25mm;
}
@media print {
  html {
    margin-top: -85px;
    margin-top: -5.3125rem;
  }

    html .Flyout,
    html .Footer,
    html .BottomCTA,
    html .FooterCTA,
    html .SiteHeader,
    html .PageFooter,
    html .SiteFooter,
    html .InContentCTA,
    html .PageHeroMain,
    html .MobileBottomCTA,
    html .PageFooter Tabs,
    html .PageHeader__cta,
    html .MedicalReviewSection,
    html .PageHeader__breadcrumbs {
      display: none;
    }
      html .EditorContent h1,
      html .EditorContent h2,
      html .EditorContent h3 {
        margin-top: var(--space-1);
        margin-bottom: var(--space-025);
        padding: 0;
      }

      html .EditorContent h1 {
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 0;
        margin-bottom: var(--space-075);
      }

      html .EditorContent h2,
      html .EditorContent h3 {
        font-size: 16px;
        font-size: 1rem;
      }

      html .EditorContent ul,
      html .EditorContent p {
        font-size: 12px;
        font-size: 0.75rem;
        margin: 0;
        padding: 0;
      }

      html .EditorContent p > img {
        max-width: 50%;
        height: auto;
        float: right;
        margin-left: var(--space-2);
        padding: 0;
        border: none;
        box-shadow: none;
      }

      html .EditorContent .Card__meta {
        font-size: 8px;
        font-size: 0.5rem;
        margin-bottom: var(--space-05);
      }
}
@media (min-width: 52em) {
.Rehab-hero {
    margin: 0 auto;
    z-index: 2
}
  }
.Rehab-hero .Rehab-directory__header {
    padding: 1rem;
    text-align: center;
  }
.Rehab-hero .Rehab-directory__header .Rehab__heading {
      color: var(--white);
    }
.Rehab-hero .Rehab-directory__header .Rehab__subheading {
      color: var(--white);
      font-size: .9rem;
    }
@media (min-width: 52em) {
.Rehab-hero .Rehab-directory__header .Rehab__subheading {
        font-size: 1.4rem
    }
      }
.Rehab-hero .RehabsFilter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
@media (min-width: 52em) {
.Rehab-hero .RehabsFilter {
      align-items: center
  }
.Rehab-hero .RehabsFilter .Form--horizontal {
        padding: 0 .5rem
    }
    }
.Rehab-hero .RehabsFilter .form--rehabs-category-filter {
      display: flex;
      flex-direction: column;
      width: 100%;
    }
@media (min-width: 52em) {
.Rehab-hero .RehabsFilter .form--rehabs-category-filter {
        flex-direction: row
    }
      }
.Rehab-hero .RehabsFilter .form--rehabs-category-filter .Category-filter {
        padding: .5rem;
      }
@media (min-width: 52em) {
.Rehab-hero .RehabsFilter .form--rehabs-category-filter .Category-filter {
          padding: 0 .5rem
      }
        }
.dropdown--is-open .dropdown__pane {
    height: initial;
    max-height: 400px;
    max-height: 25rem;
    width: 300px;
    width: 18.75rem;
    visibility: visible;
}
.RehabsFilter__label {
  display: flex;
  padding: var(--space-03);
  align-items: center;
  font-size: var(--body-small);
  border-bottom: 1px solid var(--darken-1);
  border-bottom: 0.0625rem solid var(--darken-1);
}
.RehabsFilter__label:last-child {
    border-bottom: 0;
  }
.RehabsFilter__label > span,
  .RehabsFilter__label > input {
    display: block;
  }
.RehabsFilter__label > span {
    order: 2;
    font-size: 15px;
    font-size: 0.9375rem;
  }
.RehabsFilter__label > input {
    margin-right: var(--space-05);
    order: 1;
  }
.RehabsFilter__label--insurance {
  width: 100%;
  justify-content: space-between;
  -webkit-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: var(--black);
}
.RehabsFilter__applied {
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--space-1);
}
.RehabsFilter__item {
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
  margin-right: var(--space-05);
  margin-bottom: var(--space-05);
  padding: 0 var(--space-05);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: var(--body-small);
  border: 1px solid #14b8a6;
  border: 0.0625rem solid #14b8a6;
  border-radius: var(--border-radius);
  color: #14b8a6;
}
.RehabsFilter__item:hover {
    cursor: pointer;
  }
.RehabsFilter__item::before {
    content: '\00D7';
    margin-right: var(--space-025);
    speak: none;
  }
.Row.Row--rehabs-filter {
  flex-direction: column;
  align-items: center;
  margin: .5rem -2rem;
}
@media (max-width: 52em) {
.Row.Row--rehabs-filter {
    margin: 0
}
  }
@media (min-width: 84em) {
.Row.Row--rehabs-filter {
    flex-direction: row
}
  }
.Row.Row--rehabs-filter .Rehab__filter {
    width: 100%;
  }
@media (min-width: 64em) {
.Row.Row--rehabs-filter .Rehab__filter {
      width: initial
  }
    }
.Row.Row--rehabs-filter .Rehab__filter .form--rehabs-search-filter {
      padding: .5rem;
    }
@media (min-width: 40em) and (max-width: 52em) {
.Row.Row--rehabs-filter .Rehab__filter .form--rehabs-search-filter {
        width: 100%
    }
      }
@media (min-width: 52em) {
.Row.Row--rehabs-filter .Rehab__filter .form--rehabs-search-filter {
        padding: 0 .5rem 1rem .5rem
    }
      }
@media (min-width: 84em) {
.Row.Row--rehabs-filter .Rehab__filter .form--rehabs-search-filter {
        padding: 0 .5rem 0 0
    }
      }
.Row.Row--rehabs-filter .Rehab__filter .form--rehabs-search-filter .input {
        width: 100%;
        border-top-left-radius: 4px;
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 4px;
        border-bottom-left-radius: 0.25rem;
      }
.Filter-button .Icon {
  height: 1.2rem;
}
.Container {
  position: relative;
  margin: 0 auto;
  max-width: var(--width-4);
  padding: 0 var(--space-1);
}
.ContentSection {
  position: relative;
}
.ContentSection.ContentSection--normal {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal {
      padding-top: var(--space-4);
      padding-bottom: var(--space-4)
  }
    }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue {
      padding: 0;
    }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
        max-width: unset;
      }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container {
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          justify-content: flex-end;
          height: 381px;
          height: 23.8125rem
      }
        }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent {
            order: 2;
            padding: 24px;
            padding: 1.5rem;
            width: 100%;
        }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent {
            order: 1;
            width: 60%;
            padding: 24px 42px;
            padding: 1.5rem 2.625rem;
            align-self: center;
            max-width: 816px;
            max-width: 51rem
        }
          }
@media (min-width: 84em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent {
            width: 46%
        }
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent h2 {
            color: var(--green-light);
          }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent h2 {
              font-size: 24px;
              font-size: 1.5rem
          }
            }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent p {
            color: var(--white);
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent .Normal--blue {
            display: flex;
            flex-direction: column;
          }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent .Normal--blue {
              flex-direction: row
          }
            }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent .Normal--blue .Button--firefly {
              width: 75%;
              margin: 8px auto;
              margin: 0.5rem auto;
              max-width: 350px;
              max-width: 21.875rem;
            }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .EditorContent .Normal--blue .Button--firefly {
                width: 50%;
                margin: 0 8px 0 0;
                margin: 0 0.5rem 0 0;
                max-width: 225px;
                max-width: 14.0625rem
            }
              }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .ContentSection__image {
          order: 1;
          width: 100%;
        }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .ContentSection__image {
            order: 2;
            width: 40%
        }
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-blue .Container .ContentSection__image .ContentSection__image__img {
            opacity: 1;
            width: 100%;
            height: 100%;
            max-height: 381px;
            max-height: 23.8125rem;
            font-family: "object-fit:cover";
            object-fit: cover;
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white {
      padding-top: var(--space-2);
      padding-bottom: 0;
    }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container {
        display: flex;
        flex-direction: column;
      }
@media (min-width: 40em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container {
          flex-direction: row;
          margin-bottom: 20px;
          margin-bottom: 1.25rem
      }
        }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__content.EditorContent {
          width: 100%;
          padding: 0 var(--space-1);
        }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__content.EditorContent {
            width: 50%;
            padding: 0
        }
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__content.EditorContent h2 {
            font-size: 24px;
            font-size: 1.5rem;
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__content.EditorContent ul {
            padding: 0;
          }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__content.EditorContent ul a {
              color: var(--blue);
            }
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__image {
          width: 100%;
          max-width: 398px;
          max-width: 24.875rem;
          height: 256px;
          height: 16rem;
          margin: auto;
        }
@media (min-width: 40em) and (max-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__image {
            height: 456px;
            height: 28.5rem
        }
          }
@media (min-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__image {
            width: 50%;
            height: auto
        }
          }
@media (min-width: 40em) and (max-width: 52em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__image .photo__img {
              display: none
          }
            }
@media (min-width: 52em) and (max-width: 64em) {
.ContentSection.ContentSection--normal.ContentSection--with-bgimg.ContentSection--bg-white .Container .ContentSection__image .photo__img {
              height: 320px;
              height: 20rem
          }
            }
.ContentSection.ContentSection--card {
    padding: 0;
    background-color: var(--green-light);
  }
@media (min-width: 52em) {
.ContentSection.ContentSection--card {
      padding: var(--space-4) 0;
      background-image: none
  }
    }
.ContentSection.ContentSection--card .Container {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--card .Container {
        flex-direction: row;
        justify-content: center
    }
      }
.ContentSection.ContentSection--card .ContentSection__content {
      position: relative;
      padding: var(--space-2) var(--space-1) var(--space-1);
      width: 100%;
      order: 2;
      z-index: var(--z1);
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--card .ContentSection__content {
        margin-right: 0;
        padding: 0 var(--space-3);
        width: calc(50% + var(--space-4));
        order: 1
    }
      }
.ContentSection.ContentSection--card .ContentSection__content h2 {
        font-size: 28px;
        font-size: 1.75rem;
        color: var(--white);
      }
.ContentSection.ContentSection--card .ContentSection__content p {
        color: var(--white);
      }
.ContentSection.ContentSection--card .ContentSection__content .Button--firefly {
        color: var(--firefly);
        background-color: var(--green-light);
        border: 1px solid var(--firefly);
        border: 0.0625rem solid var(--firefly);
      }
.ContentSection.ContentSection--card .ContentSection__content .Button--firefly:hover {
          color: var(--green-light);
          background-color: var(--firefly);
        }
.ContentSection.ContentSection--card .ContentSection__content h1,.ContentSection.ContentSection--card .ContentSection__content h2,.ContentSection.ContentSection--card .ContentSection__content h3,.ContentSection.ContentSection--card .ContentSection__content h4,.ContentSection.ContentSection--card .ContentSection__content h5,.ContentSection.ContentSection--card .ContentSection__content h6 { line-height: 1; }
.ContentSection.ContentSection--card .ContentSection__content h1,.ContentSection.ContentSection--card .ContentSection__content h2,.ContentSection.ContentSection--card .ContentSection__content h3,.ContentSection.ContentSection--card .ContentSection__content h4,.ContentSection.ContentSection--card .ContentSection__content h5,.ContentSection.ContentSection--card .ContentSection__content h6,
      .ContentSection.ContentSection--card .ContentSection__content p { margin-bottom: calc(var(--space-1) * 1.75); }
.ContentSection.ContentSection--card .ContentSection__content a:not(.Button) {
        text-decoration: underline;
        color: var(--gray-light);
      }
.ContentSection.ContentSection--card .ContentSection__content a:not(.Button):hover {
          color: var(--white);
        }
.ContentSection.ContentSection--card .ContentSection__image {
      order: 1;
      padding: var(--space-1) var(--space-1) 0;
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--card .ContentSection__image {
        position: static;
        max-width: 425px;
        max-width: 26.5625rem;
        order: 2;
        box-shadow: 0 2px 4px var(--darken-2);
        box-shadow: 0 0.125rem 0.25rem var(--darken-2);
        opacity: 1;
        padding: 0
    }
      }
.ContentSection.ContentSection--card .ContentSection__image .__img {
        font-family: "object-fit:cover";
        object-fit: cover;
      }
@media (min-width: 52em) {
.ContentSection.ContentSection--card .ContentSection__image .__img .photo__img {
            border-radius: var(--border-radius)
        }
          }
.ContentSection.ContentSection--card.ContentSection--card--left {
      background-color: var(--green-light);
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--card.ContentSection--card--left {
        background-image: none
    }
      }
.ContentSection.ContentSection--card.ContentSection--card--left .ContentSection__content {
        order: 2;
      }
@media (min-width: 52em) {
.ContentSection.ContentSection--card.ContentSection--card--left .ContentSection__content {
          padding-bottom: 0;
          margin-right: 0;
          margin-left: 0
      }
        }
.ContentSection.ContentSection--card.ContentSection--card--left .ContentSection__image {
        order: 1;
        background-color: var(--green-light);
      }
@media (min-width: 52em) {
.ContentSection.ContentSection--card.ContentSection--card--left .ContentSection__image {
          margin-top: 0;
          margin-left: 0;
          padding: 0
      }
        }
.ContentSection.ContentSection--card .ContentSection__button {
      text-align: center;
      margin: 0;
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--card .ContentSection__button {
        text-align: left
    }
      }
.HomePage .ContentSections .ContentSection.ContentSection--card .Container {
        padding-left: 0;
        padding-right: 0;
      }
@media (min-width: 52em) {
      .HomePage .ContentSections .ContentSection.ContentSection--card .Container {
          padding-left: var(--space-1);
          padding-right: var(--space-1)
      }
        }
.ContentSection.ContentSection--video {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
    background-color: var(--white);
    background-image: var(white);
  }
@media (min-width: 52em) {
.ContentSection.ContentSection--video {
      padding-top: var(--space-4);
      padding-bottom: var(--space-4)
  }
    }
.ContentSection.ContentSection--video #ContentSection--video-header {
      font-family: 24px !important;
      font-family: 1.5rem !important;
      font-weight: bold;
    }
.ContentSection.ContentSection--video > .Container {
      display: flex;
      align-items: center;
      flex-direction: column;
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--video > .Container {
        flex-direction: row
    }
      }
.ContentSection.ContentSection--video .ContentSection__content {
      position: relative;
      padding: var(--space-2) var(--space-1) var(--space-1);
      width: 100%;
      color: var(--blue);
    }
@media (min-width: 52em) {
.ContentSection.ContentSection--video .ContentSection__content {
        padding: var(--space-3);
        width: calc(50% + var(--space-4))
    }
      }
.ContentSection.ContentSection--video .ContentSection__content h2 {
        font-size: 24px;
        font-size: 1.5rem;
      }
.ContentSection.ContentSection--video .ContentSection__content > p {
        font-size: var(--body-font-size);
        line-height: 2rem;
      }
.ContentSection.ContentSection--video .ContentSection__content > p .Button--firefly {
          background-color: var(--white);
          color: var(--green-light);
          border: 1px solid var(--green-light);
          border: 0.0625rem solid var(--green-light);
        }
.ContentSection.ContentSection--video .ContentSection__content > p .Button--firefly:hover {
            background-color: var(--firefly);
            color: var(--green-light);
          }
.ContentSection.ContentSection--video .ContentSection__content h1,.ContentSection.ContentSection--video .ContentSection__content h2,.ContentSection.ContentSection--video .ContentSection__content h3,.ContentSection.ContentSection--video .ContentSection__content h4,.ContentSection.ContentSection--video .ContentSection__content h5,.ContentSection.ContentSection--video .ContentSection__content h6 { color: var(--blue); }
.ContentSection.ContentSection--video .ContentSection__image {
      position: relative;
      display: block;
      height: 250px;
      height: 15.625rem;
      width: 100%;
      background-color: var(--gray);
      border-radius: var(--border-radius);
      box-shadow: 0 2px 4px var(--darken-2);
      box-shadow: 0 0.125rem 0.25rem var(--darken-2);
    }
@media (min-width: 40em) {
.ContentSection.ContentSection--video .ContentSection__image {
        height: 320px;
        height: 20rem
    }
      }
@media (min-width: 52em) {
.ContentSection.ContentSection--video .ContentSection__image {
        height: 350px;
        height: 21.875rem;
        width: calc(50% + var(--space-4))
    }
      }
.ContentSection.ContentSection--video .ContentSection__image .ContentSection__image__img {
        height: 100%;
        width: 100%;
        border-radius: var(--border-radius);
        font-family: "object-fit:cover";
        object-fit: cover;
      }
.ContentSection.ContentSection--video .ContentSection__image .ContentSection__play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        display: flex;
        height: var(--space-6);
        width: var(--space-6);
        align-items: center;
        justify-content: center;
        background-color: rgba(200, 200, 200, 0.65);
        border-radius: 50%;
        transform: translate(-50%, -50%);
      }
.ContentSection.ContentSection--video .ContentSection__image .ContentSection__play-btn svg {
          width: 36px;
          width: 2.25rem;
          height: auto;
          padding-left: 5px;
          padding-left: 0.3125rem;
        }
.ContentSection.ContentSection--video .ContentSection__image .ContentSection__play-btn svg path {
            fill: var(--white);
          }
.ContentSection--split-section {
  background-color: var(--blue);
  background-image: linear-gradient(var(--green) 0%, var(--green) 50%, var(--blue) 50%, var(--blue) 100%);
  color: var(--white);
  overflow: hidden;
}
@media (min-width: 52em) {
.ContentSection--split-section {
    background-image: linear-gradient(90deg, var(--green) 0%, var(--green) 50%, var(--blue) 50%, var(--blue) 100%)
}
  }
@media (max-width: 52em) {
.ContentSection--split-section .Container {
      padding-left: 0;
      padding-right: 0
  }
    }
.ContentSection--split-section .Container .SplitBGCTA__img--left, .ContentSection--split-section .Container .SplitBGCTA__img--right {
      opacity: 0.1;
    }
.ContentSection--split-section .Container #SplitBtn--left {
      border: 1px solid var(--firefly);
      border: 0.0625rem solid var(--firefly);
      background-color: var(--green-light);
    }
.ContentSection--split-section .Container #SplitBtn--left:hover {
        border: 1px solid var(--green-light);
        border: 0.0625rem solid var(--green-light);
        background-color: var(--firefly);
      }
.ContentSection--split-section .Container #SplitBtn--right {
      border: 1px solid var(--firefly);
      border: 0.0625rem solid var(--firefly);
      background-color: var(--firefly);
    }
.ContentSection--split-section .Container #SplitBtn--right:hover {
        border: 1px solid var(--firefly);
        border: 0.0625rem solid var(--firefly);
        background-color: var(--green-light);
      }
.ContentSection--featured {
  padding: var(--space-2) 0;
  background-color: var(--gallery);
  color: var(--white);
}
@media (min-width: 52em) {
.ContentSection--featured {
    padding: 0 0 var(--space-3)
}
  }
.ContentSection--featured .ContentSection__heading {
    color: var(--blue);
    margin: 0 0 var(--space-1);
  }
@media (min-width: 52em) {
.ContentSection--featured .ContentSection__heading {
      margin: 0 0 var(--space-3);
      font-size: 38px;
      font-size: 2.375rem
  }
    }
.ContentSection--featured .CardStack .CardStack__col {
      max-width: 376px;
      max-width: 23.5rem;
      padding: var(--space-1);
    }
.ContentSection--featured .CardStack .CardStack__col .Card--blog-post .Card__thumbnail {
          height: 192px;
          height: 12rem;
        }
.ContentSection--featured .CardStack .CardStack__col .Card--blog-post .Card__header {
          padding: 16px 16px 0;
          padding: 1rem 1rem 0;
          background-color: var(--white);
        }
.ContentSection--featured .CardStack .CardStack__col .Card--blog-post .Card__header .Card__heading {
            line-height: 26px;
            line-height: 1.625rem;
            font-size: 20px;
            font-size: 1.25rem;
          }
.ContentSection--featured .CardStack .CardStack__col .Card__footer {
        display: flex;
        flex-direction: row;
      }
.ContentSection--featured .CardStack .CardStack__col .Card__footer .Card__button {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          border-radius: 0 0 0 var(--border-radius);
          border-top: 1px solid var(--darken-1);
          border-top: 0.0625rem solid var(--darken-1);
          background: transparent;
          color: var(--blue);
          width: 75%;
        }
.ContentSection--featured .CardStack .CardStack__col .Card__footer .Card__arrow {
          width: 25%;
          border-radius: 0 0  var(--border-radius) 0;
        }
.ContentSection--featured .CardStack .CardStack__col .Card__footer .Card__arrow svg {
            position: relative;
            top: 3px;
            top: 0.1875rem;
          }
.ContentSection--questions {
  padding: var(--space-4) 0;
}
.ContentSection--questions .ContentSection__heading { color: var(--green); }
.ContentSection--icon-grid {
  padding: var(--space-4) 0 var(--space-6);
  text-align: center;
  background-color: var(--white);
}
@media (min-width: 52em) {
.ContentSection--icon-grid h2 {
      font-size: 28px;
      font-size: 1.75rem
  }
    }
.ContentSection--icon-grid h4 {
    color: var(--blue);
    font-size: 20px;
    font-size: 1.25rem;
    font-family: var(--heading-font);
    font-weight: 600;
    letter-spacing: var(--letter-spacing-1);
  }
.ContentSection--icon-grid .ContentSection__subheading {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: var(--heading-font);
  }
@media (min-width: 52em) {
.ContentSection--icon-grid .ContentSection__subheading {
      font-size: 24px;
      font-size: 1.5rem
  }
    }
.ContentSection--icon-grid .IconGrid__content {
    padding: 0 var(--space-1);
    color: var(--scorpion);
  }
.ContentSection--help {
  padding-top: 0 !important;
  padding-bottom: 1rem;
  background-color: var(--gallery);
}
.ContentSection--help::after {
    content: '';
    z-index: 0;
    position: absolute;
    top: -124px;
    top: -7.75rem;
    right: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background-color: var(--gallery);
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
  }
@media (min-width: 52em) {
.ContentSection--help::after {
      -webkit-clip-path: polygon(0 45%, 100% 0, 100% 100%, 0% 100%);
              clip-path: polygon(0 45%, 100% 0, 100% 100%, 0% 100%)
  }
.ContentSection--help {
    padding: var(--space-4) 0
}
    }
.ContentSection--help .ContentSection__content {
    display: flex;
    flex-direction: column;
    padding-top: var(--space-1);
  }
@media (min-width: 52em) {
.ContentSection--help .ContentSection__content {
      flex-direction: row
  }
    }
.ContentSection--help .ContentSection__content .EditorContent {
      position: relative;
      z-index: var(--z1);
    }
@media (min-width: 52em) {
.ContentSection--help .ContentSection__content .EditorContent {
        max-width: 50%
    }
      }
.ContentSection--help .ContentSection__content .EditorContent h2 {
        font-size: 24px;
        font-size: 1.5rem;
      }
.ContentSection--help .ContentSection__content .ContentSection__image {
      z-index: var(--z1);
      display: block;
      margin: var(--space-4) auto 0 auto;
      height: 356px;
      height: 22.25rem;
      max-width: 500px;
      max-width: 31.25rem;
    }
@media (min-width: 52em) {
.ContentSection--help .ContentSection__content .ContentSection__image {
        margin-top: 0
    }
      }
.ContentSection--help .ContentSection__content .ContentSection__image .ContentSection__image__img {
        height: 100%;
        width: 100%;
        object-position: center;
        opacity: 1;
      }
.ContentSection--help .ContentSection__content .ContentSection__image .ContentSection__image__img .photo__img {
          font-family: "object-fit:contain";
          object-fit: contain;
        }
.ContentSection--help .ChoiceCTA,
  .ContentSection--help .ChoiceCTA__content,
  .ContentSection--help .ChoiceCTA__choices {
    z-index: var(--z1);
  }
.ContentSection--help .Button {
    background: transparent;
    border: 1px solid var(--green-light);
    border: 0.0625rem solid var(--green-light);
    color: var(--green-light);
  }
.ContentSection--bg-blue {
  background-color: var(--blue);
  color: var(--white);
}
@media (min-width: 52em) {
.ContentSection--bg-blue .ContentSection__image {
      -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 80%, rgba(0,0,0,0));
              mask-image: linear-gradient(to left, rgba(0,0,0,1) 80%, rgba(0,0,0,0))
  }
    }
.ContentSection--bg-blue .ContentSection__image__img { opacity: 0.35; }
.ContentSection--bg-blue .EditorContent h1,.ContentSection--bg-blue .EditorContent h2,.ContentSection--bg-blue .EditorContent h3,.ContentSection--bg-blue .EditorContent h4,.ContentSection--bg-blue .EditorContent h5,.ContentSection--bg-blue .EditorContent h6 { color: var(--white); }
.ContentSection--bg-green {
  background-color: var(--green);
  color: var(--white);
}
.HomePage .ContentSections {
    padding-top: 0;
    padding-bottom: 0;
}
.ContentSection--quote {
  position: relative;
}
.ContentSection--quote h2 {
    position: relative;
    z-index: var(--z1);
  }
.ContentSection--quote::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, var(--green), var(--yellow));
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 0 60%);
            clip-path: polygon(0 0, 100% 0, 100% 45%, 0 60%);
  }
.ContentSection--quote .QuoteGrid__col {
    margin: var(--space-1) 0;
  }
.ContentSection--city-list,
.ContentSection--state-list {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
  text-align: center;
  background-color: var(--gallery);
}
@media (min-width: 52em) {
.ContentSection--city-list,
.ContentSection--state-list {
    padding-top: var(--space-4);
    padding-bottom: var(--space-4)
}
  }
.ContentSection--city-list .EditorContent, .ContentSection--state-list .EditorContent {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--width-2);
  }
.ContentSection--attribution {
  padding-top: var(--space-2);
  padding-bottom: var(--space-2);
}
.ContentSection--attribution .Accordion {
    margin: 0;
  }
.ContentSection__content *:last-child { margin-bottom: 0; }
.CTAModal h2, .CTAModal p { text-align: center; }
.CTAModal h1,.CTAModal h2,.CTAModal h3,.CTAModal h4,.CTAModal h5,.CTAModal h6 { color: var(--blue); }
.CTAModal .CTAModal__row {
    display: flex;
    margin: 0 1rem;
    align-items: center;
    flex-direction: column;
  }
@media (min-width: 52em) {
.CTAModal .CTAModal__row {
      flex-direction: row;
      flex-wrap: wrap
  }
    }
.CTAModal .CTAModal__row .CTAModal__row__col {
      width: 100%;
      align-items: center;
      display: flex;
      flex-direction: column;
    }
@media (min-width: 52em) {
.CTAModal .CTAModal__row .CTAModal__row__col {
        width: 50%
    }
      }
.CTAModal .CTAModal__row .CTAModal__row__col h3 {
        font-size: 1.5rem;
      }
.CTAModal .CTAModal__row .CTAModal__row__col .CallbackForm {
        width: 90%;
      }
.EditorContent > :where(p):not(:where([class~=not-prose] *)) > a:not(.Button):not(.author):not([rel~="category"]),
  .EditorContent > :where(ul):not(:where([class~=not-prose] *)) > li > a {
    color: var(--green);
    transition: all 200ms ease-in-out;
  }
.EditorContent > :where(p):not(:where([class~=not-prose] *)) > a:not(.Button):not(.author):not([rel~="category"]):hover, .EditorContent > :where(ul):not(:where([class~=not-prose] *)) > li > a:hover { color: var(--green-dark); }
.EditorContent > :where(p):not(:where([class~=not-prose] *)) > a:not(.Button):not(.author):not([rel~="category"]):visited, .EditorContent > :where(ul):not(:where([class~=not-prose] *)) > li > a:visited { color: var(--green); }
.EditorContent > :where(p):not(:where([class~=not-prose] *)) > a:not(.Button):not(.author):not([rel~="category"]):visited:hover, .EditorContent > :where(ul):not(:where([class~=not-prose] *)) > li > a:visited:hover { color: var(--green); }
.EditorContent > :where(h1):not(:where([class~=not-prose] *)) {
    margin: 0 0 var(--space-1) 0;
    font-size: 2rem;
    line-height: 2.375rem;
    color: var(--blue);
    font-weight: 600;
  }
@media (min-width: 52em) {
.EditorContent > :where(h1):not(:where([class~=not-prose] *)) {
      font-size: 3rem;
      line-height: 3.5625rem
  }
    }
.EditorContent > :where(h2):not(:where([class~=not-prose] *)) {
    margin: var(--space-1) 0 0.25rem 0;
    line-height: 2.375rem;
    color: black;
    font-weight: 600;
  }
@media (min-width: 52em) {
.EditorContent > :where(h2):not(:where([class~=not-prose] *)) {
      line-height: 2.9375rem
  }
    }
.EditorContent > :where(h3):not(:where([class~=not-prose] *)) {
    font-size: var(--h3-mobile);
    color: var(--scorpion);
    margin: 0 0 0.25rem 0;
    font-stretch: condensed;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    font-weight: 600;
  }
.EditorContent > :where(h4):not(:where([class~=not-prose] *)) {
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: var(--scorpion);;
    display: flex;
    flex-direction: column;
  }
/* align-items: center; */
.EditorContent > :where(h4):not(:where([class~=not-prose] *)) > img[class*="wp-image-"] {
      max-width: 85px;
      max-width: 5.3125rem;
      align-self: center;
    }
@media (min-width: 52em) {
.EditorContent > :where(h4):not(:where([class~=not-prose] *)) > img[class*="wp-image-"] {
        margin: var(--space-1) var(--space-1) var(--space-3)
    }
.EditorContent > :where(h4):not(:where([class~=not-prose] *)) {
      display: block
  }
      }
.EditorContent > :where(h5):not(:where([class~=not-prose] *)) {
    font-size: 1.05rem;
    line-height: 1.1875rem;
    color: var(--scorpion);
    margin: 0 0 0.25rem 0;
    font-weight: 600;
  }
.EditorContent > :where(h6):not(:where([class~=not-prose] *)) {
    font-size: 1rem;
    line-height: 1rem;
    color: var(--scorpion);
    margin: 0;
    font-weight: 600;
  }
.EditorContent > :where(ul):not(:where([class~=not-prose] *)):not(.Accordion) {
    margin-bottom: var(--space-2);
    padding-left: var(--space-1);
    list-style-type: disc;
  }
.EditorContent > :where(ul):not(:where([class~=not-prose] *)):not(.Accordion) li {
      position: relative;
      margin-bottom: var(--space-05);
    }
.EditorContent > :where(ul):not(:where([class~=not-prose] *)):not(.Accordion) li:last-child { margin-bottom: 0; }
.EditorContent > :where(p):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.5rem;
  }
@media (min-width: 52em) {
.EditorContent > :where(p):not(:where([class~=not-prose] *)) {
      margin-bottom: 1rem
  }
    }
.EditorContent :where(.Widget):not(:where([class~=not-prose] *)) {
    display: block;
  }
@media (min-width: 52em) {
.EditorContent :where(.Widget):not(:where([class~=not-prose] *)) {
      display: none
  }
    }
.EditorContent :where(.content-list):not(:where([class~=not-prose] *)) li {
      font-size: var(--body-medium);
      color: var(--black);;
      list-style-type: none;
      margin-bottom: var(--space-1);
      line-height: 1.5rem;
    }
.EditorContent :where(.content-list):not(:where([class~=not-prose] *)) li::before {
      color: var(--green-light);
      content: "\2022";
      font-weight: 200;
      display: inline-block;
      width: 1em;
    }
.EditorContent :where(iframe):not(:where([class~=not-prose] *)) {
    max-width: 350px;
    max-width: 21.875rem;
  }
@media (min-width: 52em) {
.EditorContent :where(iframe):not(:where([class~=not-prose] *)) {
      max-width: 600px;
      max-width: 37.5rem
  }
    }
.Form {
  position: relative;
  margin: 0 auto;
  width: 100%;

}
.Form label.error {
    position: absolute;
    top: 3px;
    top: 0.1875rem;
    left: 24px;
    left: 1.5rem;
    margin-bottom: 0;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    color: var(--red);
  }
.Form .Form__input {
    display: block;
    height: auto;
    min-height: 0;
    min-width: 0;
    padding: var(--space-05);
    width: 100%;
    font-size: 1rem;
    -webkit-appearance: none;
            appearance: none;
    background-color: var(--white);
    border: 1px solid var(--gray);
    border: 0.0625rem solid var(--gray);
    border-radius: var(--border-radius);
    color: var(--black);
  }
.Form .Form__input.error {
    border-color: var(--red);
  }
.Form .Form__fieldset {
    margin-bottom: var(--space-2);
    padding: var(--space-1);
    border: 1px solid var(--green);
    border: 0.0625rem solid var(--green);
  }
.Form .Form__fieldset:last-of-type { margin-bottom: var(--space-1); }
.Form .Form__legend {
    display: inline-block;
    margin-bottom: var(--space-05);
    padding: 0 var(--space-05);
    width: auto;
    font-size: 1rem;
    font-weight: var(--font-weight-4);
    background-color: var(--white);
    color: var(--green-dark);
  }
.Form [type="submit"] { white-space: nowrap; }
.Form .Form__info-text {
    margin-bottom: var(--space-2);
    font-style: italic;
    color: var(--gray-dark);
  }
.Form--horizontal,
.Form--horizontal .hf-fields-wrap {
  display: flex;
  justify-content: center;
}
.Form--horizontal .Form__input, .Form--horizontal .hf-fields-wrap .Form__input {
    height: initial;
    padding: 0 var(--space-1) 0 var(--space-1);
    flex: 1 auto;
    border-radius: var(--border-radius) 0 0 var(--border-radius);
  }
.Form--horizontal .Form__phone-input, .Form--horizontal .hf-fields-wrap .Form__phone-input {
    overflow: hidden;
    width: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
    border: 1px solid var(--gray);
    border: 0.0625rem solid var(--gray);
    border-right: 0;
    border-top-left-radius: 100px;
    border-top-left-radius: 6.25rem;
    border-bottom-left-radius: 100px;
    border-bottom-left-radius: 6.25rem;
  }
.Form--horizontal .Button, .Form--horizontal .hf-fields-wrap .Button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.Form--horizontal .Label, .Form--horizontal .hf-fields-wrap .Label {
    margin-bottom: 0;
    width: 100%;
  }
.Form--horizontal .Label__text, .Form--horizontal .hf-fields-wrap .Label__text {
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 0;
  }
.Form--horizontal label.error, .Form--horizontal .hf-fields-wrap label.error {
    top: 3px;
    top: 0.1875rem;
    left: 8px;
    left: 0.5rem;
    font-size: 10px;
    font-size: 0.625rem;
  }
.SelectWrap {
  position: relative;
  display: block;
}
.SelectWrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: var(--space-1);
    display: inline-block;
    height: 6px;
    height: 0.375rem;
    width: 10px;
    width: 0.625rem;
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"><g id="Symbols" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="header" transform="translate(-777.000000, -112.000000)" fill="#000000"><g transform="translate(0.000000, 63.000000)" id="Treatment"><g transform="translate(699.000000, 42.000000)"><path d="M87.8777781,7.12522101 C87.7139821,6.95825966 87.4489075,6.95825966 87.285945,7.12522101 L82.9997395,11.958538 L78.7143676,7.12522101 C78.5509883,6.95825966 78.2859137,6.95825966 78.1225345,7.12522101 C77.9591552,7.29646342 77.9591552,7.57045127 78.1225345,7.73741262 L82.6834005,12.8789659 C82.7705084,12.9688682 82.8859575,13.0073978 82.9997395,12.9988356 C83.1139383,13.0073978 83.2293874,12.9688682 83.316912,12.8789659 L87.8777781,7.73741262 C88.0407406,7.57045127 88.0407406,7.29646342 87.8777781,7.12522101"></path></g></g></g></g></svg>');
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    pointer-events: none;
  }
.Label {
  position: relative;
  display: block;
  margin-bottom: var(--space-1);
}
.Label.Label--required .Label__text::after {
    content: '*';
    margin-left: var(--space-025);
    font-size: var(--body-small);
  }
.Label .Label__text {
    display: block;
    margin-bottom: var(--space-05);
    color: inherit;
  }
.Label .Label__text .not-valid {
      margin-left: var(--space-05);
      color: var(--red);
    }
.InputRow {
  display: flex;
  margin-left: calc(var(--space-05) * -1);
  margin-right: calc(var(--space-05) * -1);
  flex-direction: row;
  flex-wrap: wrap;
}
.InputRow .InputRow__col {
    padding-left: var(--space-05);
    padding-right: var(--space-05);
    width: 100%;
  }
@media (min-width: 52em) {
.InputRow .InputRow__col {
      width: calc(100% / 3)
  }
.InputRow.InputRow--2 .InputRow__col {
      width: 50%
  }
.InputRow.InputRow--3 .InputRow__col {
      width: calc(100% / 3)
  }
    }
.SingleRehab .hf-message-success {
  margin-top: 1rem;
  text-align: center;
  max-width: 30rem;
  margin: 1rem auto;
}
.Icon {
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  display: inline;
}
.icon--quote:before { content: "\e900"; }
.icon--facebook:before { content: "\e901"; }
.icon--instagram:before { content: "\e902"; }
.icon--twitter:before { content: "\e903"; }
.icon--caret-left:before { content: "\e904"; }
.icon--caret-right:before { content: "\e905"; }
.icon--caret-up:before { content: "\e906"; }
.icon--caret-down:before { content: "\e907"; }
.icon--phone:before { content: "\e908"; }
.icon--search:before { content: "\e909"; }
.icon--close:before { content: "\e910"; }
.icon--mobile:before { content: "\e911"; }
.icon--info:before { content: "\e912";}
.IconList {
  display: flex;
  margin: 0 calc(var(--space-1) * -1);
  padding: 0;

  flex-wrap: wrap;

  list-style-type: none;
}
.IconList .IconList__item {
    display: flex;
    margin-bottom: var(--space-4);
    padding: 0 var(--space-1);
    width: 100%;
  }
.IconList .IconList__item:last-child { margin-bottom: 0; }
@media (min-width: 52em) {
.IconList .IconList__item {
      margin-bottom: 0;
      width: calc(100% / 3)
  }
    }
.IconList .IconList__icon {
    padding-right: var(--space-1);
  }
.IconList .IconList__icon svg {
      width: 73.5px;
      width: 4.59375rem;
    }
.IconList .IconList__heading {
    margin-bottom: var(--space-1);

    font-size: 28px;

    font-size: 1.75rem;
    font-weight: normal;
    line-height: 1;

    color: var(--blue);
  }
.IconList .IconList__item__content p:last-child { margin-bottom: 0; }
.IconListSection {
  padding: var(--space-3) 0;
  background: var(--white) url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><rect width="6" height="6" fill-opacity="0"/><rect x="4" y="4" width="2" height="2" fill="#000000" fill-opacity="0.1"/></svg>');
  background-size: 6px;
  background-size: 0.375rem;
}
@media (min-width: 52em) {
.IconListSection {
    padding: var(--space-4) 0
}
  }
.HomePage .IconListSection {
    padding-top: var(--space-5);

    background: var(--blue);
    color: var(--white);
}
@media (min-width: 52em) {
.HomePage .IconListSection {
      padding-top: var(--space-6);
  }
    }
.HomePage .IconListSection .IconList__heading { color: var(--white); }
.HomePage .IconListSection .IconList__icon svg path { fill: var(--white); }
.HomePage .IconListSection .IconList__icon svg circle { stroke: var(--white); }
.IconGrid {
  display: flex;
  margin: var(--space-4) 0 0;
  padding: 0;
  flex-wrap: wrap;
  list-style-type: none;
}
.IconGrid .IconGrid__item {
    display: flex;
    margin-bottom: var(--space-3);
    padding: 0 var(--space-1);
    width: 100%;
    flex-direction: column;
  }
.IconGrid .IconGrid__item:last-child { margin-bottom: 0; }
@media (min-width: 52em) {
.IconGrid .IconGrid__item {
      margin-bottom: 0;
      width: calc(100% / 3)
  }
    }
.IconGrid .IconGrid__icon {
    display: flex;
    height: 100px;
    height: 6.25rem;
    margin: 0 auto var(--space-1);
    width: 100px;
    width: 6.25rem;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-light);
    border-radius: 50%;
    color: var(--coral);
  }
.IconGrid .IconGrid__icon svg {
      height: 100%;
      width: 100%;
    }
@media (min-width: 52em) {
.IconGrid .IconGrid__icon svg {
        width: var(--space-5)
    }
      }
.IconGrid .IconGrid__icon svg path { fill: currentColor; }
.IconGrid .IconGrid__heading {
    margin-bottom: var(--space-1);            
  }
.IconGrid .IconGrid__item__content p:last-child { margin-bottom: 0; }
.IconGridSection {
  padding: var(--space-3) 0;
  background: var(--white) url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 6"><rect width="6" height="6" fill-opacity="0"/><rect x="4" y="4" width="2" height="2" fill="#000000" fill-opacity="0.1"/></svg>');
  background-size: 6px;
  background-size: 0.375rem;
}
@media (min-width: 52em) {
.IconGridSection {
    padding: var(--space-4) 0
}
  }
.IconGridSection .IconGridSection__heading {
    margin-top: var(--space-1);
    margin-bottom: var(--space-3);
    line-height: 1;
    text-align: center;
  }
.IconGridSection .IconGridSection__heading em { font-weight: var(--font-weight-2); }
.HomePage .IconGridSection {
    padding-top: var(--space-5);
    background: var(--blue);
    color: var(--white);
}
@media (min-width: 52em) {
.HomePage .IconGridSection {
      padding-top: var(--space-6);
  }
    }
.HomePage .IconGridSection .IconGrid__heading { color: var(--white); }
.HomePage .IconGridSection .IconGrid__icon svg path { fill: var(--white); }
.HomePage .IconGridSection .IconGrid__icon svg circle { stroke: var(--white); }
.insurance-cta {
    padding: 2rem 0;
    background-color: var(--green-light);
    text-align: center;
  }
.insurance-cta .cta__heading {
      width: 100%;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1;
      text-align: center;
      color: var(--white);
    }
.insurance-cta .cta__subheading {
      color: var(--white);
      padding-top: 1rem;
    }
@media (min-width: 64em) {
.insurance-cta .cta__subheading {
        width: 75%;
        margin: 0 auto
    }
      }
.insurance-cta .cta {
      padding-top: 1rem;
      display: flex;
      align-items: center;
      width: 100%;
      justify-content: center;
      flex-direction: column;
    }
@media (min-width: 52em) {
.insurance-cta .cta {
        flex-direction: row
    }
      }
.insurance-cta .cta .cta__label {
        color: var(--white);
        font-size: 1.2rem;
        font-weight: 600;
      }
.insurance-cta .cta .cta__or {
        color: var(--white);
        font-weight: 600;
      }
@media (min-width: 52em) {
.insurance-cta .cta .cta__or { padding: 1.75rem 1.5rem 0 1.5rem
      } }
.insurance-cta .cta .cta__dialin {
        display: flex;
        flex-direction: column;
      }
.insurance-cta .cta .phone-number {
        width: 350px;
        width: 21.875rem;
      }
.insurance-cta .cta .Submit__btn {
        background-color: var(--blue);
      }
.LandingVideoHero {
  position: relative;
  background-color: var(--firefly);
}
@media (min-width: 52em) {
.LandingVideoHero {
    height: 523px;
    height: 32.6875rem
}
  }
.LandingVideoHero .LandingVideoHero__split-bg {
    position: relative;

    overflow: hidden;

    background: rgba(0,0,0,0);
  }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__split-bg {
      background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, var(--firefly) 50%, var(--firefly) 100%)
  }
    }
.LandingVideoHero .LandingVideoHero__bg {
    display: none;
  }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;

      display: block;
      width: 100%
  }
    }
.LandingVideoHero .LandingVideoHero__bg::after {
      content: '';

      display: block;

      background: linear-gradient(transparent 30%, rgba(0,0,0,.85));
    }
.LandingVideoHero .LandingVideoHero__bg .LandingVideoHero__bg__img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover;object-position:0 25%";
      object-fit: cover;
      object-position: 0 25%;
    }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__bg .LandingVideoHero__bg__img {
        padding: 92px var(--space-2);
        padding: 5.75rem var(--space-2);
        max-width: 595px;
        max-width: 37.1875rem;
        display: block;
        position: relative;
        left: -300px;
        left: -18.75rem;
        margin: 0 auto
    }
      }
.LandingVideoHero .Container {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
@media (min-width: 52em) {
.LandingVideoHero .Container {
      min-height: 375px;
      min-height: 23.4375rem;
      padding-left: var(--space-1);
      padding-right: var(--space-1);

      flex-direction: row
  }
    }
.LandingVideoHero .LandingVideoHero__col {
    position: relative;
    width: 100%;
  }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__col {
      width: 50%;
      max-width: 584px;
      max-width: 36.5rem
  }
    }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: var(--space-4) var(--space-2);
    cursor: pointer;
  }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: var(--z1);
      margin: var(--space-2);
      display: block;
      cursor: pointer;
    }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__bg {
        display: none
    }
      }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__play-container {
      position: relative;
      z-index: var(--z2);

      display: flex;
      min-width: 0;
      min-height: 0;
      padding: var(--space-2) 0 var(--space-2);
      width: 100%;

      align-items: center;
      flex: 1 1 auto;
      flex-direction: column;
      justify-content: center;

      color: var(--white);
      cursor: pointer;
    }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__play-container {
        top: 50px;
        top: 3.125rem;
        right:12px;
        right:0.75rem
    }
      }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__play-container *:last-child { margin-bottom: 0; }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__text {
      right: var(--space-3);
      bottom: var(--space-3);

      margin-top: var(--space-1);

      font-size: var(--body-large);
    }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__text > p { margin-bottom: 0; }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__text {
        position: absolute;

        margin-top: 0;

        font-size: var(--h3--mobile)
    }
      }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__video-desc {
      position: relative;
      z-index: var(--z2);

      padding: var(--space-2);

      color: var(--white);
    }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__video-desc h1 { line-height: 1; }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__video-desc span { color: var(--green); }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--left .LandingVideoHero__video-desc {
        padding-right: calc(var(--space-4) * 1.5)
    }
      }
.LandingVideoHero .LandingVideoHero__col.LandingVideoHero__col--right {

  }
.LandingVideoHero .LandingVideoHero__top-half {
    padding: 0 var(--space-2) var(--space-2);
    color: var(--green-light);

    background-color: var(--firefly);
  }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__top-half {
      padding: var(--space-4) 0 var(--space-1)
  }
    }
@media (min-width: 96em) {
.LandingVideoHero .LandingVideoHero__top-half {
      padding-top: var(--space-6)
  }
    }
.LandingVideoHero .LandingVideoHero__top-half h1 {
      color: var(--green-light);
      font-size: 34px;
      font-size: 2.125rem;
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
.LandingVideoHero .LandingVideoHero__top-half p {
      color: white;
      line-height: 28px;
      line-height: 1.75rem;
      margin-top: var(--space-1);
      padding-left: var(--space-1);
      padding-right: var(--space-1);
    }
.LandingVideoHero .LandingVideoHero__top-half .LandingVideoHero__action-container {
      display: flex;
      flex-direction: column;
    }
.LandingVideoHero .LandingVideoHero__top-half .LandingVideoHero__action-container .SplitSection__action {
        width: 100%;
        max-width: 346px;
        max-width: 21.625rem;
        margin: 8px auto;
        margin: 0.5rem auto;
      }
.LandingVideoHero .LandingVideoHero__top-half .LandingVideoHero__action-container .SplitSection__action .SplitSection__label {
          padding: 0 0 8px 0;
          padding: 0 0 0.5rem 0;
          margin: 0;
        }
@media (min-width: 96em) {
.LandingVideoHero .LandingVideoHero__top-half .LandingVideoHero__action-container .SplitSection__action {
          max-width: 284px;
          max-width: 17.75rem
      }
        }
.LandingVideoHero .LandingVideoHero__top-half .LandingVideoHero__action-container .SplitSection__action .Button:hover {
            border: 1px solid var(--green-light);
            border: 0.0625rem solid var(--green-light);
            background-color: var(--firefly);
          }
.LandingVideoHero .LandingVideoHero__top-half .LandingVideoHero__action-container .SplitSection__action .Phone__cta {
          font-size: 1.6rem;
          font-weight: 600;
          padding: .71rem 1.75rem;
          height: auto;
          width: 100%;
        }
.LandingVideoHero .LandingVideoHero__play-btn {
    z-index: 4;

    display: flex;
    margin-bottom: var(--space-05);
    padding: 0;
    height: 75px;
    height: 4.6875rem;
    width: 75px;
    width: 4.6875rem;

    align-items: center;
    justify-content: center;

    background-color: white;
    box-shadow: none;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    opacity: .8;
  }
@media (min-width: 52em) {
.LandingVideoHero .LandingVideoHero__play-btn {
      height: var(--space-6);
    width: var(--space-6)
  }
    }
.LandingVideoHero .LandingVideoHero__play-btn svg {
      width: 36px;
      width: 2.25rem;
      height: auto;
      padding-left: 5px;
      padding-left: 0.3125rem;
    }
.LandingVideoHero .LandingVideoHero__play-btn path {
      fill: var(--blue);
    }
.LinkList {
  margin: var(--space-1) 0 0;
  padding: 0;

  font-family: var(--heading-font);
  list-style: none;
}
.LinkList__heading {
  margin-top: var(--space-2);
}
.LinkList__item {
  font-weight: var(--font-weight-3);

  border-bottom: 1px solid var(--darken-1);

  border-bottom: 0.0625rem solid var(--darken-1);
}
.LinkList__item:first-child { border-top: 1px solid var(--darken-1); border-top: 0.0625rem solid var(--darken-1); }
.LinkList__link {
  display: flex;
  padding: var(--space-075) 0;

  align-items: center;
  justify-content: space-between;

  text-decoration: none;
}
.LinkList__link:hover { text-decoration: none; }
.LinkList__text {
  display: block;
  padding-right: var(--space-05);
}
.LinkList__date {
  font-family: var(--body-font);
  font-size: var(--body-small);

  color: var(--gray-dark);
}
.Icon--link-list {
  height: 1.25em;
  width: 1.25em;

  color: var(--blue);
}
.LinkList--widget .LinkList__item {
    border-bottom: 0;
  }
.LinkList--widget .LinkList__item:first-child { border-top: 0; }
.LinkList--widget .LinkList__link {
    padding: var(--space-05) 0;

    color: var(--black);
  }
.LinkList--widget .LinkList__link:hover { color: var(--green); }
.modal {
  position: relative;
  height: auto;
  margin-left: var(--space-1);
  margin-right: var(--space-1);
  max-width: 50rem;
  overflow: auto;
  padding: var(--space-1);
  width: 100%;
  text-align: left;
  background-color: var(--white);
  border-radius: var(--border-radius);
  box-shadow: var(--shadow-1);
  max-height: 90vh;
}
@media (min-width: 64em) {
.modal {
    margin-left: 0;
    margin-right: 0;
    padding: var(--space-2)
}
  }
.modal__title {
  margin-top: 0;
}
.modal-open {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
          user-select: none;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: var(--z999);
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--darken-3);
  overflow-y: scroll;
}
@media (max-width: 40em) {
.VideoModal {
    bottom: 190px;
    bottom: 11.875rem
}
  }
.VideoModal .VideoModal__embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
  }
.VideoModal .VideoModal__embed iframe,
    .VideoModal .VideoModal__embed object,
    .VideoModal .VideoModal__embed embed,
    .VideoModal .VideoModal__embed video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
@media (max-width: 40em) {
.VideoModal .close-button {
      top: -8px;
      top: -0.5rem;
      right: 2px;
      right: 0.125rem
  }
    }
.close-button {
  position: absolute;
  color: var(--gray-dark);
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
  top: -1px;
  top: -0.0625rem;
  right: 9px;
  right: 0.5625rem;
}
.close-button span {
   font-size: 1.5rem;
  }
.PageHeader {
  position: relative;
  background-color: var(--white);
  width: 100%;
}
.PageHeader .PageHeader__author {
    font-size: var(--body-font-size);
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: inherit;
  }
.PageHeader .PageHeader__author > p { text-decoration: underline; }
.PageHeader .Card__meta { margin-bottom: var(--space-05); }
.search .PageHeader {
  background-color: var(--gray-light);
  color: var(--black);
}
.search .PageHeader > .Container {
    padding-top: var(--space-2);
    padding-bottom: var(--space-2);
  }
.search .PageHeader h1 {
    margin: 0;
    font-size: var(--h3);
  }
.Blog [id="page-header"] .PageHeader__breadcrumbs, .RehabDirectory [id="page-header"] .PageHeader__breadcrumbs, .SinglePost [id="page-header"] .PageHeader__breadcrumbs, .Category [id="page-header"] .PageHeader__breadcrumbs, .SingleRehab [id="page-header"] .PageHeader__breadcrumbs, .SinglePage [id="page-header"] .PageHeader__breadcrumbs, .single-city [id="page-header"] .PageHeader__breadcrumbs, .single-state [id="page-header"] .PageHeader__breadcrumbs {
      display: none;
      margin: 0;
      color: var(--green);
      width: 100%;
    }
@media (min-width: 52em) {
.Blog [id="page-header"] .PageHeader__breadcrumbs, .RehabDirectory [id="page-header"] .PageHeader__breadcrumbs, .SinglePost [id="page-header"] .PageHeader__breadcrumbs, .Category [id="page-header"] .PageHeader__breadcrumbs, .SingleRehab [id="page-header"] .PageHeader__breadcrumbs, .SinglePage [id="page-header"] .PageHeader__breadcrumbs, .single-city [id="page-header"] .PageHeader__breadcrumbs, .single-state [id="page-header"] .PageHeader__breadcrumbs {
        display: block;
        margin: 0
    }
      }
.Blog [id="page-header"] .PageHeader__breadcrumbs a, .RehabDirectory [id="page-header"] .PageHeader__breadcrumbs a, .SinglePost [id="page-header"] .PageHeader__breadcrumbs a, .Category [id="page-header"] .PageHeader__breadcrumbs a, .SingleRehab [id="page-header"] .PageHeader__breadcrumbs a, .SinglePage [id="page-header"] .PageHeader__breadcrumbs a, .single-city [id="page-header"] .PageHeader__breadcrumbs a, .single-state [id="page-header"] .PageHeader__breadcrumbs a {
        text-decoration: underline;
        color: var(--green);
      }
.Blog [id="page-header"] .PageHeader__breadcrumbs--parent, .RehabDirectory [id="page-header"] .PageHeader__breadcrumbs--parent, .SinglePost [id="page-header"] .PageHeader__breadcrumbs--parent, .Category [id="page-header"] .PageHeader__breadcrumbs--parent, .SingleRehab [id="page-header"] .PageHeader__breadcrumbs--parent, .SinglePage [id="page-header"] .PageHeader__breadcrumbs--parent, .single-city [id="page-header"] .PageHeader__breadcrumbs--parent, .single-state [id="page-header"] .PageHeader__breadcrumbs--parent {
      display: block;
    }
@media (min-width: 52em) {
.Blog [id="page-header"] .PageHeader__breadcrumbs--parent, .RehabDirectory [id="page-header"] .PageHeader__breadcrumbs--parent, .SinglePost [id="page-header"] .PageHeader__breadcrumbs--parent, .Category [id="page-header"] .PageHeader__breadcrumbs--parent, .SingleRehab [id="page-header"] .PageHeader__breadcrumbs--parent, .SinglePage [id="page-header"] .PageHeader__breadcrumbs--parent, .single-city [id="page-header"] .PageHeader__breadcrumbs--parent, .single-state [id="page-header"] .PageHeader__breadcrumbs--parent {
        display: none
    }
      }
.Blog [id="page-header"] .PageHeader__container, .RehabDirectory [id="page-header"] .PageHeader__container, .SinglePost [id="page-header"] .PageHeader__container, .Category [id="page-header"] .PageHeader__container, .SingleRehab [id="page-header"] .PageHeader__container, .SinglePage [id="page-header"] .PageHeader__container, .single-city [id="page-header"] .PageHeader__container, .single-state [id="page-header"] .PageHeader__container {
      display: flex !important;
      padding: 0;
      padding-top: var(--space-1);
      flex-direction: column;
    }
@media (min-width: 52em) {
.Blog [id="page-header"] .PageHeader__container, .RehabDirectory [id="page-header"] .PageHeader__container, .SinglePost [id="page-header"] .PageHeader__container, .Category [id="page-header"] .PageHeader__container, .SingleRehab [id="page-header"] .PageHeader__container, .SinglePage [id="page-header"] .PageHeader__container, .single-city [id="page-header"] .PageHeader__container, .single-state [id="page-header"] .PageHeader__container {
        padding-top: var(--space-3);
        flex-direction: row;
        justify-content: space-between
    }
      }
.Blog [id="page-header"] .PageHeader__inner, .RehabDirectory [id="page-header"] .PageHeader__inner, .SinglePost [id="page-header"] .PageHeader__inner, .Category [id="page-header"] .PageHeader__inner, .SingleRehab [id="page-header"] .PageHeader__inner, .SinglePage [id="page-header"] .PageHeader__inner, .single-city [id="page-header"] .PageHeader__inner, .single-state [id="page-header"] .PageHeader__inner {
      display: flex;
      width: 100%;
      flex-direction: column;
    }
@media (min-width: 52em) {
.Blog [id="page-header"] .PageHeader__inner, .RehabDirectory [id="page-header"] .PageHeader__inner, .SinglePost [id="page-header"] .PageHeader__inner, .Category [id="page-header"] .PageHeader__inner, .SingleRehab [id="page-header"] .PageHeader__inner, .SinglePage [id="page-header"] .PageHeader__inner, .single-city [id="page-header"] .PageHeader__inner, .single-state [id="page-header"] .PageHeader__inner {
        padding-top: var(--space-1);
        padding-right: var(--space-1)
    }
      }
.Blog [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .RehabDirectory [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .SinglePost [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .Category [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .SingleRehab [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .SinglePage [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .single-city [id="page-header"] .PageHeader__title:not(.PageHeader__rehab), .single-state [id="page-header"] .PageHeader__title:not(.PageHeader__rehab) {
      margin: 1rem 0 1rem;
    }
.Blog [id="page-header"] .PageHeader__subtitle, .RehabDirectory [id="page-header"] .PageHeader__subtitle, .SinglePost [id="page-header"] .PageHeader__subtitle, .Category [id="page-header"] .PageHeader__subtitle, .SingleRehab [id="page-header"] .PageHeader__subtitle, .SinglePage [id="page-header"] .PageHeader__subtitle, .single-city [id="page-header"] .PageHeader__subtitle, .single-state [id="page-header"] .PageHeader__subtitle {
      margin: 0;
    }
.Blog [id="page-header"] .Card__meta, .RehabDirectory [id="page-header"] .Card__meta, .SinglePost [id="page-header"] .Card__meta, .Category [id="page-header"] .Card__meta, .SingleRehab [id="page-header"] .Card__meta, .SinglePage [id="page-header"] .Card__meta, .single-city [id="page-header"] .Card__meta, .single-state [id="page-header"] .Card__meta {
      margin: calc(var(--space-1) * 1.25) 0 0;
      line-height: 1;
    }
[data-page-breadcrumbs] {
  display: none;
  margin: 0 0 var(--space-1);
  color: var(--green);
  width: 100%;
}
@media (min-width: 52em) {
[data-page-breadcrumbs] {
    display: block
}
  }
[data-page-breadcrumbs] a {
    text-decoration: underline;
    color: var(--green);
  }
@media (min-width: 52em) {
.SinglePage .PageHeader .PageHeader__breadcrumbs, .SingleRehab .PageHeader .PageHeader__breadcrumbs, .RehabDirectory .PageHeader .PageHeader__breadcrumbs {
        margin: 0 0 var(--space-2)
    }
      }
.SingleRehab .EditorContent, .SinglePost .EditorContent {
    padding-top: var(--space-1);
  }
.SingleRehab .PageHeader__container {
    padding-bottom: var(--space-1) !important;
  }
.SingleRehab .PageHeader__cta-callback {
    flex-direction: column !important;
  }
.SingleRehab .PageHeader__cta-callback .Button {
      width: 100% !important;
    }
.SingleRehab .PageHeader__cta-callback .Button.phone-number {
        font-size: 26px;
        font-size: 1.625rem;
      }
.Container--single-page .PageHeader {
    width: 100%;
  }
.PageSplitCTA__or {
  text-align: center;
  font-size : 15px;
  font-size : 0.9375rem;
  padding-bottom : 0.3rem;
}
@media (min-width: 52em) {
.PageSplitCTA__or {
    font-size : 16px;
    font-size : 1rem;
    padding-bottom: 0.5rem
}
  }
.Pagination {
  display: flex;
  margin: 0;
  padding: var(--space-3) 0;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}
.Pagination > li {
    padding: 0 calc(var(--space-1) * 0.5);
  }
.Pagination > li > a {
      display: inline-block;
      padding: var(--space-05) var(--space-075);
      margin: 0;
      height: auto;
      font-family: inherit;
      font-size: var(--body-small);
      font-weight: var(--font-weight-3);
      line-height: 1;
      text-decoration: none;
      vertical-align: middle;
      background-color: var(--gray-light);
      border-radius: var(--border-radius);
      color: var(--gray-dark);
      cursor: pointer;
      -webkit-appearance: none;
      transition: all 0.25s ease;
    }
.Pagination > li > a:hover,
      .Pagination > li > a:active {
        background-color: var(--gray);
      }
.Pagination > li.active > a {
      background-color: var(--green);
      color: var(--white);
    }
.Pagination > li.unavailable > a {
      pointer-events: none;
      border: 0;
    }
.Pagination > li:last-child a {
        padding: 8px 1px;
        padding: 0.5rem 0.0625rem;
      }
@media (min-width: 28em) {
.Pagination > li:last-child a {
          padding: 8px 12px;
          padding: 0.5rem 0.75rem
      }
        }
.Photo {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  background-color: var(--cruise);
  border-radius: 2px;
  border-radius: 0.125rem;
}
.Photo--single-reviewer {
  display: flex;
  justify-content: center;
}
@media (min-width: 52em) {
.Photo--single-reviewer {
    justify-content: flex-start
}
  }
.Photo--single-reviewer .Photo__img {
    height: 200px;
    height: 12.5rem;
    margin: var(--space-1) 0 var(--space-2);
    width: 200px;
    width: 12.5rem;
    border-radius: var(--border-radius);
  }
.Photo--CTA {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}
.Photo--Hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.Photo--Hero .Photo__img {
    object-position: 0 0;
    display: block;
    height: 100%;
    width: 100%;
    min-width: 415px;
    min-width: 25.9375rem;
    border-radius: 2px;
    border-radius: 0.125rem;
    font-family: "object-fit:scale-down;object-position:0 0";
    object-fit: scale-down;
  }
@media (min-width: 52em) {
.Photo--Hero .Photo__img {
      margin-left: auto;
      width: 60%;
      font-family: "object-fit:cover";
      object-fit: cover
  }
    }
.Photo--SplitBG {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.photo__img {
  display: block;
  height: 100%;
  width: 100%;
  font-family: "object-fit:cover";
  object-fit: cover;
  pointer-events: none;
}
.RehabsSection {
  padding: var(--space-2) 0;
  background-color: var(--firefly);
  text-align: center;
  color: var(--white);
}
@media (min-width: 52em) {
.RehabsSection {
    padding: var(--space-2) 0
}
  }
.RehabsSection > .Container {
    padding: 0 8px;
    padding: 0 0.5rem;
  }
@media (min-width: 52em) {
.RehabsSection > .Container {
      padding: 0 16px;
      padding: 0 1rem
  }
    }
.RehabsSection__heading {
  margin-bottom: var(--space-1-50);
  color: var(--white);
}
.RehabsSection__action {
  margin: 24px 0 0;
  margin: 1.5rem 0 0;
}
@media (min-width: 52em) {
.RehabsSection__action {
    margin-top: 0;
    margin-bottom: var(--space-1)
}
  }
@media (min-width: 64em) {
.RehabsSection__action {
    margin-top: var(--space-2)
}
  }
.SearchResult {
  padding: var(--space-1) 0;

  border-bottom: 1px solid var(--gray-light);

  border-bottom: 0.0625rem solid var(--gray-light);
}
.SearchResult:first-child { padding-top: 0; }
.SearchResult:last-child { border-bottom: 0; }
.SearchResult .SearchResult__header h2 {
    margin: 0 0 var(--space-025);

    font-size: var(--h4);
  }
.SearchResult .SearchResult__header h2 a { color: var(--blue); }
.SearchResult .SearchResult__header p {
    font-size: var(--body-small);
  }
.SearchResult .SearchResult__header p > a { color: var(--green); }
.ResultsCount, {
  margin: 0;
  padding: var(--space-1) 0;

  font-size: var(--body-small);

  border-bottom: 1px solid var(--gray-light);

  border-bottom: 0.0625rem solid var(--gray-light);
  color: var(--gray-dark);
}
.alert-warning {
  margin: 0;
  padding: var(--space-1) 0;

  font-size: var(--body-small);

  border-bottom: 1px solid var(--gray-light);

  border-bottom: 0.0625rem solid var(--gray-light);
  color: var(--red-dark);
}
.search-form {
  margin: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-form label {
    margin-bottom: 0;
  }
.search-form .Button {
    height: 40px;
    height: 2.5rem;
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }
.search-field {
  height: 40px;
  height: 2.5rem;
  padding: 0 var(--space-1) 0 var(--space-1);
  flex: 1 auto;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  border: .0625rem solid var(--gray);
}
@media(min-width: 52em) {
.search-field {
    width: 20rem
}
  }
.SplitBGCTA {
  position: relative;
  display: flex;
  padding: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
.SplitBGCTA__col {
  position: relative;
  z-index: var(--z1);
  padding: var(--space-3) var(--space-2);
  width: 100%;
}
@media (min-width: 52em) {
.SplitBGCTA__col {
    padding: var(--space-4) 0;
    width: 50%
}
  }
.SplitBGCTA__col .EditorContent {
    position: relative;
    z-index: var(--z1);
  }
.SplitBGCTA__col .EditorContent h2 {
      font-size: 24px;
      font-size: 1.5rem;
    }
.SplitBGCTA__col .EditorContent > ul {
      list-style: disc outside none;
    }
.SplitBGCTA__col .EditorContent > ul > li {
        margin: 0;
        padding: 2px 0;
        padding: 0.125rem 0;
      }
.SplitBGCTA__col .EditorContent .Button {
      color: var(--white);
    }
.SplitBGCTA__col .EditorContent *:last-child { margin-bottom: 0; }
@media (min-width: 52em) {
.SplitBGCTA__col--left {
    padding-right: var(--space-4)
}
  }
.SplitBGCTA__col--left .SplitBGCTA__img {
    right: 0;
    left: initial;
  }
@media (min-width: 52em) {
.SplitBGCTA__col--right {
    padding-left: var(--space-4)
}
  }
.SplitBGCTA__col--right .EditorContent h1,.SplitBGCTA__col--right .EditorContent h2,.SplitBGCTA__col--right .EditorContent h3 { color: var(--green); }
.SplitBGCTA__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.15;
}
@media (min-width: 52em) {
.SplitBGCTA__img {
    width: 50vw
}
  }
.SplitSection {
  background: linear-gradient(90deg, var(--white) 0%, var(--white) 50%, var(--gray-light) 50%, var(--gray-light) 100%);
}
.SplitSection > .Container {
    display: flex;
    padding: 0;

    flex-direction: column;
  }
@media (min-width: 52em) {
.SplitSection > .Container {
      flex-direction: row
  }
    }
.SplitSection .SplitSection__col {
    display: flex;
    padding: var(--space-2);
    width: 100%;

    flex-direction: column;
  }
@media (min-width: 52em) {
.SplitSection .SplitSection__col {
      padding: var(--space-3);
      width: 50%
  }
    }
.SplitSection .SplitSection__col > p:last-child,
    .SplitSection .SplitSection__col > ul:last-child { margin-bottom: 0; }
.SplitSection .SplitSection__col .SplitSection__action { margin: auto 0 0; }
.SplitSection .SplitSection__col .CallbackForm { margin: 0; }
.SplitSection .SplitSection__col.SplitSection__col--left { background-color: var(--white); }
.SplitSection .SplitSection__col.SplitSection__col--right { background-color: var(--gray-light); }
.state-list {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  background-image: none;
}
@media (min-width: 40em) {
.state-list {
    padding: var(--space-05) 0 var(--space-075);
    background-image: linear-gradient(90deg, #ecf1f5 33.3333333333%, var(--transparent) 33.3333333333%, var(--transparent) 66.6666666667%, #ecf1f5 66.6666666667%, #ecf1f5 100%)
}
  }
@media (min-width: 52em) {
.state-list {
    background-image: linear-gradient(90deg, #ecf1f5 25%, var(--transparent) 25%, var(--transparent) 50%, #ecf1f5 50%, #ecf1f5 75%, var(--transparent) 75%, var(--transparent) 100%)
}
  }
@media (min-width: 64em) {
.state-list {
    background-image: linear-gradient(90deg, #ecf1f5 20%, var(--transparent) 20%, var(--transparent) 40%, #ecf1f5 40%, #ecf1f5 60%, var(--transparent) 60%, var(--transparent) 80%, #ecf1f5 80%, #ecf1f5 100%)
}
  }
.ContentSection--city-list .state-list {
    background-image: none;
}
.state-list__item {
  display: block;
  padding: var(--space-05);
  width: 50%;
}
@media (min-width: 40em) {
.state-list__item {
    padding: var(--space-05) var(--space-1-50);
    width: calc(100% / 3)
}
  }
@media (min-width: 52em) {
.state-list__item {
    width: 25%
}
  }
@media (min-width: 64em) {
.state-list__item {
    width: 20%
}
  }
.state-list__item:last-child {
    margin-right: 0;
  }
.hero--page .container .state-list__item {
    width: auto;
}
.state-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
  border-bottom: 1px solid var(--darken-2);
  border-bottom: 0.0625rem solid var(--darken-2);
  color: inherit;
  transition: background-color 0.25s ease;
}
.state-list__link:hover {
   text-decoration: none;
  }
.state-list__link:hover .Icon {
    transform: translateX(3px);
    transform: translateX(0.1875rem);
  }
.state-list__link .Icon {
    height: 16px;
    height: 1rem;
    width: 16px;
    width: 1rem;
    transition: transform 0.15s ease;
  }
.Widget {
  position: relative;
  margin-bottom: var(--space-2);
}
.Widget:last-child { margin-bottom: 0; }
.Widget.Widget--list .Widget__title, .Widget.Widget--widget_list .Widget__title {
      margin-bottom: var(--space-1);
      padding-bottom: var(--space-05);
      border-bottom: 1px solid var(--gray);
      border-bottom: 0.0625rem solid var(--gray);
      font-size: var(--h4);
      color: var(--black);
      font-family: var(--heading-font);
    }
.Widget.Widget--list .Widget__content a:not(.Button), .Widget.Widget--widget_list .Widget__content a:not(.Button) {
      text-decoration: none;
      color: var(--gray-darker);
    }
.Widget.Widget--list .Widget__content a:not(.Button):hover, .Widget.Widget--widget_list .Widget__content a:not(.Button):hover {
        color: var(--green);
        text-decoration: underline;
      }
.Widget.Widget--list .Widget__content a:not(.Button).Popular--active, .Widget.Widget--widget_list .Widget__content a:not(.Button).Popular--active {
        font-weight: 600;
      }
.Widget.Widget--box,
  .Widget.Widget--widget_box {
    padding: var(--space-3) var(--space-1-50);
    background-color: var(--gray-light);
    border-radius: var(--border-radius);
    text-align: center;
  }
.Widget.Widget--box .Widget__title, .Widget.Widget--widget_box .Widget__title {
      margin-bottom: var(--space-2);
      padding: 0;
      color: var(--black);
      font-size: var(--h4);
      font-weight: bold;
      font-stretch: condensed;
      line-height: 1.33;
      letter-spacing: normal;
    }
.Widget.Widget--box .Widget__content, .Widget.Widget--widget_box .Widget__content {
      padding: 0;
    }
.Widget.Widget--box .Widget__content p:first-of-type, .Widget.Widget--widget_box .Widget__content p:first-of-type { font-size: var(--h5); }
.Widget.Widget--box .Widget__content p:last-of-type, .Widget.Widget--widget_box .Widget__content p:last-of-type { margin-bottom: 0; }
.Widget.Widget--box .Button, .Widget.Widget--widget_box .Button {
      position: relative;
      right: var(--space-1-50);
      top: var(--space-3);
      width: 120%;
      max-width: 334.391px;
      max-width: 20.89944rem;
      padding: 10px 24px;
      padding: 0.625rem 1.5rem;
      letter-spacing: 0.4px;
      letter-spacing: 0.025rem;
      box-shadow: none;
      border-radius: 0 0 var(--border-radius) var(--border-radius);
    }
.Widget.Widget--cta,
  .Widget.Widget--widget_cta {
    text-align: left;
    background-color: var(--darken-1);
    border-radius: var(--border-radius);
    color: var(--white);
    padding: var(--space-3) var(--space-2);
  }
.Widget.Widget--cta .Widget__title, .Widget.Widget--widget_cta .Widget__title {
      position: relative;
      z-index: var(--z1);
      margin-bottom: var(--space-2);
      font-size: var(--h5);
      line-height: 1.17;
      color: var(--white);
      font-weight: bold;
      font-stretch: condensed;
      letter-spacing: normal;
    }
.Widget.Widget--cta .Button, .Widget.Widget--widget_cta .Button {
      position: relative;
      z-index: var(--z1);
      right: var(--space-3);
      width: 230px;
      width: 14.375rem;
      padding: 10px 24px;
      padding: 0.625rem 1.5rem;
      letter-spacing: 0.4px;
      letter-spacing: 0.025rem;
      border-radius: 0;
    }
.Widget.Widget--cta .Widget__photo, .Widget.Widget--widget_cta .Widget__photo {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: var(--blue);
      border-radius: var(--border-radius);
    }
.Widget.Widget--cta .Widget__photo .Widget__img, .Widget.Widget--widget_cta .Widget__photo .Widget__img {
        height: 100%;
        width: 100%;
        border-radius: var(--border-radius);
        font-family: "object-fit:cover";
        object-fit: cover;
        opacity: 0.5;
      }
.Widget.Widget--featured-content,
  .Widget.Widget--widget_featured-content {
    background-color: var(--gray-light);
    border-radius: var(--border-radius);
  }
.Widget.Widget--featured-content > .Widget__title, .Widget.Widget--widget_featured-content > .Widget__title {
      text-align: center;
      color: var(--white);
      font-family: var(--body-font);
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      padding: 9px 0;
      padding: 0.5625rem 0;
      letter-spacing: 0px;
      letter-spacing: 0;
      background-color: var(--green-light);
      border-radius: var(--border-radius) var(--border-radius) 0 0;
    }
.Widget.Widget--featured-content .Widget__content, .Widget.Widget--widget_featured-content .Widget__content {
      padding: var(--space-05) var(--space-1-50);

    }
.Widget.Widget--featured-content .Widget__content .Widget__title, .Widget.Widget--widget_featured-content .Widget__content .Widget__title {
        font-size: 18px;
        font-size: 1.125rem;
        letter-spacing: 0;
        font-weight: 700;
        font-family: var(--heading-font);
      }
.Widget.Widget--featured-content .Widget__content .Widget__excerpt, .Widget.Widget--widget_featured-content .Widget__content .Widget__excerpt {
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
      }
.Widget.Widget--featured-content .Widget__content .Widget__link, .Widget.Widget--widget_featured-content .Widget__content .Widget__link {
        font-size: 12px;
        font-size: 0.75rem;
      }
.Widget.Widget--featured-content .Widget__content .Widget__link a, .Widget.Widget--widget_featured-content .Widget__content .Widget__link a {
          color: var(--firefly);
        }
.Widget.Widget--featured-content .Widget__content .Widget__link a:hover, .Widget.Widget--widget_featured-content .Widget__content .Widget__link a:hover { color: var(--green-light); }
.Widget .Widget__content {
    position: relative;
    z-index: var(--z1);
  }
.Widget .Widget__content a:not(.Button) {
      text-decoration: underline;
      color: var(--green);
      transition: all 200ms ease-in-out;
    }
.Widget .Widget__content a:not(.Button):hover { color: var(--green-dark); }
.Widget #Widget--covid-19 {
    padding-top: var(--space-2);
    background-color: #b7ebe0;
  }
.Widget #Widget--covid-19 .Widget__title {
      display: block;
      font-size: 16px;
      font-size: 1rem;
      color: var(--black);
      padding: 0 var(--space-1);
      text-decoration: underline;
    }
.Widget #Widget--covid-19 .Widget__title::before {
        top: 8px;
        top: 0.5rem;
        right: 8px;
        right: 0.5rem;
        content: '';
        width: 32px;
        width: 2rem;
        height: 32px;
        height: 2rem;
        position: relative;
        display: inline-block;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 104 106.05'%3E%3Cpath fill='%23112B38' d='M94.67 100.05l-2 6-18.35-11A54.12 54.12 0 0 1 51 100.27c-28.17 0-51-21.1-51-47.13S22.83 6 51 6s51 21.1 51 47.14L87.06 78.25l7.61 21.8'/%3E%3Cpath fill='%2343c6ac' d='M90.47 79.1a45.06 45.06 0 0 0 13.53-32C104 21.1 81.17 0 53 0S2 21.1 2 47.14s22.83 47.13 51 47.13a54.12 54.12 0 0 0 23.32-5.22l18.35 11z'/%3E%3Cpath fill='%23fff' d='M48.05 66a5 5 0 0 1 1.31-3.7A4.73 4.73 0 0 1 52.9 61a4.78 4.78 0 0 1 3.58 1.37A4.91 4.91 0 0 1 57.82 66a4.77 4.77 0 0 1-1.31 3.55 5 5 0 0 1-3.67 1.3 4.83 4.83 0 0 1-3.52-1.24A4.73 4.73 0 0 1 48.05 66zm2.24-9.52c0-1.62 0-3.34-.13-5.17S50 47.74 49.88 46s-.21-3.26-.34-4.67-.21-2.49-.25-3.24c-.12-1.53-.29-3-.49-4.51a34.19 34.19 0 0 1-.32-4.82 5.57 5.57 0 0 1 1.12-3.58 4.19 4.19 0 0 1 3.49-1.41 3.74 3.74 0 0 1 3.39 1.47 6.07 6.07 0 0 1 1 3.45 45.7 45.7 0 0 1-.25 4.86c-.17 1.49-.35 3-.56 4.54 0 .75 0 1.83-.16 3.24s-.21 3-.34 4.67-.24 3.46-.34 5.29-.16 3.55-.16 5.17z'/%3E%3C/svg%3E");
      }
.Widget #Widget--covid-19 .Widget__title::after {
        top: 16px;
        top: 1rem;
        font-size: 24px;
        font-size: 1.5rem;
        position: relative;
        display: inline-block;
        content: "Don't put recovery on hold!";
      }
.Widget #Widget--covid-19 .Button {
      top: 16px;
      top: 1rem;
    }
.Widget.widget_recent_entries .Widget__title {
      color: var(--black);
      margin-bottom: var(--space-1);
      border-bottom: .0625rem solid var(--gray);
      padding-bottom: var(--space-05);
    }
.Widget.widget_recent_entries ul {
      padding-left: var(--space-1);
      padding-top: var(--space-1);
    }
.Widget.widget_recent_entries ul li {
        margin-bottom: var(--space-05);
      }
.Widget.widget_recent_entries ul li a:hover {
          color: var(--green-light);
        }
.MobileCTA--insurance,
.SidebarCTA--insurance,
.Widget--widget_insurance {
  padding: 0;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--green-light);
  border: 0.0625rem solid var(--green-light);
  border-radius: 4px;
  border-radius: 0.25rem;
}
.MobileCTA--insurance [class*="__content"], .SidebarCTA--insurance [class*="__content"], .Widget--widget_insurance [class*="__content"] {
    padding: 0 var(--space-1) var(--space-1);
    color: var(--gray-dark);
  }
.MobileCTA--insurance [class*="__prefooter"], .SidebarCTA--insurance [class*="__prefooter"], .Widget--widget_insurance [class*="__prefooter"] {
    margin: 1rem;
    text-align: center;
    color: var(--gray-dark);
    background-color: var(--green-light);
    border-radius: 4px;
    border-radius: 0.25rem;
  }
.MobileCTA--insurance [class*="__prefooter"] .btn, .SidebarCTA--insurance [class*="__prefooter"] .btn, .Widget--widget_insurance [class*="__prefooter"] .btn {
      font-weight: var(--font-weight-bold);
      font-size: 1.2rem;
      color: white;
      width: auto;
      display: block;
      padding-bottom: 2rem;
      margin-bottom: 1.5rem;
    }
.MobileCTA--insurance [class*="__footer"], .SidebarCTA--insurance [class*="__footer"], .Widget--widget_insurance [class*="__footer"] {
    font-size: 0.70rem;
    line-height: var(--line-height-1);
    text-align: center;
    color: var(--gray-dark);
    margin-bottom: 0.5rem;
    padding-top: 0.3rem
  }
.MobileCTA--insurance [class*="__title"],
  .MobileCTA--insurance [class*="__heading"],
  .SidebarCTA--insurance [class*="__title"],
  .SidebarCTA--insurance [class*="__heading"],
  .Widget--widget_insurance [class*="__title"],
  .Widget--widget_insurance [class*="__heading"] {
    margin: 0;
    padding: 1.1rem 1rem 0.8rem;
    font-size: 1.2rem !important;
    font-weight: 900;
    font-family: var(--heading-font);
    font-stretch: condensed;
    text-align: center;
    color: var(--blue);
    letter-spacing: normal;
  }
.MobileCTA--insurance [class*="__subheading"], .SidebarCTA--insurance [class*="__subheading"], .Widget--widget_insurance [class*="__subheading"] {
    margin: 0;
    padding: 0 var(--space-05);
    font-size: 1.2rem;
    font-weight: var(--font-weight-bold);
    text-align: center;
    font-family: var(--body-font);
    color: var(--primary-dark);
  }
.MobileCTA--insurance [class*="__insurance-list"], .SidebarCTA--insurance [class*="__insurance-list"], .Widget--widget_insurance [class*="__insurance-list"] {
    display: flex;
    margin: 0;
    padding: var(--space-025);
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
  }
@media (min-width: 64em) {
.MobileCTA--insurance [class*="__insurance-list"], .SidebarCTA--insurance [class*="__insurance-list"], .Widget--widget_insurance [class*="__insurance-list"] {
      max-height: 300px;
      max-height: 18.75rem
  }
    }
.MobileCTA--insurance [class*="__insurance-item"], .SidebarCTA--insurance [class*="__insurance-item"], .Widget--widget_insurance [class*="__insurance-item"] {
    margin: 0;
    padding: var(--space-025);
    width: 50%;
  }
.MobileCTA--insurance [class*="__insurance-link"], .SidebarCTA--insurance [class*="__insurance-link"], .Widget--widget_insurance [class*="__insurance-link"] {
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: var(--space-05) var(--space-1);
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--gray-lighter);
    border-radius: var(--border-radius);
    transition: background-color 0.25s ease, border 0.25s ease;
  }
.MobileCTA--insurance [class*="__insurance-img"], .SidebarCTA--insurance [class*="__insurance-img"], .Widget--widget_insurance [class*="__insurance-img"] {
    height: 100vh;
    max-height: 45px;
    max-height: 2.8125rem;
    max-width: 75px;
    max-width: 4.6875rem;
    width: 100vw;
    font-family: "object-fit:contain";
    object-fit: contain;
  }
.MobileCTA--insurance .widget-img-wrap, .SidebarCTA--insurance .widget-img-wrap, .Widget--widget_insurance .widget-img-wrap {
    margin: 0 var(--n-space-1) var(--space-1);
  }
.MobileCTA--insurance .widget-img-wrap img, .SidebarCTA--insurance .widget-img-wrap img, .Widget--widget_insurance .widget-img-wrap img {
      display: block;
      height: auto;
      max-height: 150px;
      max-height: 9.375rem;
      width: 100%;
      font-family: "object-fit:cover";
      object-fit: cover;
    }
.MobileCTA--insurance .Widget__title, .SidebarCTA--insurance .Widget__title, .Widget--widget_insurance .Widget__title {
    font-size: 1.45rem;
  }
.Widget--widget_insurance [class*="__title"],
  .Widget--widget_insurance [class*="__heading"] {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
.Widget--widget_insurance .SidebarCTA__prefooter {
  margin-top: 0.8rem;
}
.Widget--widget_insurance .SidebarCTA__prefooter .Button {
  margin-bottom: 0.8rem;
}
.Widget--widget_insurance .SidebarCTA__footer {
  margin-bottom: 0.3rem;
}
/* WordPress Generated Classes */
/* http://codex.wordpress.org/CSS#WordPress_Generated_Classes */
/* Media alignment */
.alignnone {
  height: auto;
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.aligncenter {
  max-width: 100%;
  display: block;
  height: auto;
  margin: calc(var(--space-1) / 2) auto;
}
.alignleft,
.alignright {
  height: auto;
  margin-bottom: calc(var(--space-1) / 2);
}
@media(max-width: 52em) {
.alignleft,
.alignright {
    max-width: 345px !important;
    max-width: 21.5625rem !important
}
  }
.alignleft.size-thumbnail {
  float: left;
  margin-right: var(--space-1);
}
.alignright.size-thumbnail {
  float: right;
  margin-left: var(--space-1);
}
.alignleft.size-thumbnail,
.alignright.size-thumbnail {
  width: auto;
}
@media(min-width: 40em) {
  /* Only float if not on an extra small device */
  .alignleft {
    float: left;
    margin-right: var(--space-2);
    width: auto;
  }

  .alignright {
    float: right;
    margin-left: var(--space-2);
    width: auto;
  }
}
/* Captions */
.wp-caption {
  display: block;
  height: auto;
  max-width: 100%;
  margin-bottom: var(--space-1);
  line-height: 1;
}
.wp-caption-text {
  color: var(--lighten-3);
  font-size: 90%;
}
@media (max-width: 64em) {
.navigation.js-active {
      z-index: 9999;
      display: block;
      background-color: var(--white);
      position: fixed;
      overflow-y: scroll;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0
  }
    }
.navigation.js-active .navigation__item {
      display: flex;
      flex-wrap: wrap;
    }
.navigation.js-active .close__button {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 4;
      z-index: var(--z4);
      border: 0;
      box-shadow: none;
      padding: .5rem;
      padding: var(--space-05);
      font-size: 2rem;
      font-weight: 400;
      line-height: 1;
      background-color: transparent;
      border-radius: 0;
      color: #2a4e5f;
      color: var(--blue);
      display: block;
    }
@media (min-width: 64em) {
.navigation.js-active .close__button {
        display: none
    }
      }
.close__button {
  display: none;
}
.navigation {
  display: flex;
  justify-content: center;
  height: 100%;
  margin-left: auto;
  align-items: center;
  font-size: 1.125rem;
  font-family: var(--body-font);
}
@media (min-width: 64em) {
.navigation {
    width: 100%;
    position: relative;
    display: flex
}
  }
.navigation__search {
    position: absolute;
    opacity: 0;
    top: -36px;
    top: -2.25rem;
    right: 0;
    z-index: -1;
    display: flex;
    height: 0;
    padding: 0;
    width: 100vw;
    align-items: center;
    justify-content: center;
    background-color: var(--gray-light);
    transition: opacity 0.15s ease, top 0.15s ease;
  }
@media (max-width: 64em) {
      .navigation__search__search-form .Form__input { border-radius: 0; }
    }
@media (min-width: 64em) {
.navigation__search {
      bottom: 0;
      padding: 0 var(--space-1) var(--space-1);
      background-color: var(--white);
      border-bottom-left-radius: 2px;
      border-bottom-left-radius: 0.125rem;
      border-bottom-right-radius: 2px;
      border-bottom-right-radius: 0.125rem;
      opacity: 0;
      left: 0;
      width: 100%
  }
    }
.navigation__search .Form--horizontal {
        margin: 0 var(--space-1) 0;
    }
@media (min-width: 64em) {
.navigation__search .Form--horizontal {
        width: 90%;
        height: 38%;
        margin: var(--space-1) 0 0
    }
      }
.navigation__search .Form--horizontal .middle-btn {
        border-radius: 0;
        height: 100%;
      }
@media (min-width: 64em) {
.navigation__search .Form--horizontal .Button {
          height: 100%
      }
        }
.navigation__search .Form--horizontal .Button .Icon {
          transform: none;
        }
@media (max-width: 64em) {
.navigation__search .Form--horizontal .menu-search {
          padding: 0 var(--space-1)
      }
        }
.navigation__menu {
  padding-top: 4rem;
}
@media (min-width: 64em) {
.navigation__menu {
    display: flex;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    align-items: center;
    list-style-type: none;
    position: relative
}
  }
.navigation__menu > .navigation__item.menu-search {
    display: none;
  }
@media (min-width: 64em) {
.navigation__menu > .navigation__item.menu-search {
      display: flex
  }
    }
.navigation__menu .navigation__item.menu-search {
    margin-top: 1rem;
  }
@media (min-width: 64em) {
.navigation__menu .navigation__item.menu-search {
      margin-top: 0
  }
    }
@media (max-width: 64em) {
.navigation__item {
    display: none
}
  }
@media (min-width: 64em) {
.navigation__item {
    align-items: center;
    height: 100%;
    display: flex;
    padding: 1.3rem 0.7rem
}
  }
.navigation__item :hover {
    text-decoration: none;
  }
.navigation__item > button .Icon--down {
      right: 4px;
      right: 0.25rem;
      height: 2rem;
      width: 70px;
      width: 4.375rem;
      bottom: 1px;
      bottom: 0.0625rem;
      position: relative;
      fill: var(--firefly);
      transition-duration: 0.25s;
      margin-left: var(--space-05);
    }
@media (min-width: 64em) {
.navigation__item > button .Icon--down {
        width: 12px;
        width: 0.75rem;
        height: 25px;
        height: 1.5625rem
    }
      }
.navigation__item > button .icon--search {
      right: 4px;
      right: 0.25rem;
      height: 25px;
      height: 1.5625rem;
      width: 12px;
      width: 0.75rem;
      bottom: 1px;
      bottom: 0.0625rem;
      position: relative;
      fill: var(--firefly);
      margin-left: var(--space-05);
    }
.navigation__item:not(.menu-search)::after {
        position: relative;
        content: "|";
        left: 14px;
        left: 0.875rem;
        font-size: 20px;
        font-size: 1.25rem;
        color: var(--gray);
        display: none;
  }
@media (min-width: 64em) {
.navigation__item:not(.menu-search)::after {
          display: block
  }
.navigation__item--active {
    background-color: #e5e7eb
}
        }
.navigation__item-link {
  display: flex;
  height: 100%;
  padding: .75rem 1rem;
  width: 100%;
  align-items: center;
  flex: 1 1 0%;
}
@media (min-width: 64em) {
.navigation__item-link {
    padding: 1.3rem 1rem
}
  }
.navigation__item-link > button {
    border: none;
    padding: 0;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    background-color: inherit;
    margin-left: .5rem;
  }
.navigationitem-search {
  padding-left: 1rem;
}
.navigation__item-text {
  display: block;
  width: auto;
  font-size: 0.85em;
  line-height: 1;
  color: var(--blue);
  font-size: 1.125rem;
  font-family: var(--body-font);
  white-space: nowrap;
}
.navigation__item-toggle {
  display: none;
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  border: 0;
  background: transparent;
  color: inherit;
}
@media (min-width: 64em) {
.navigation__item-toggle {
    display: block;
    margin: 0 0 0 var(--space-025)
}
  }
.js-search-active .navigation__search {
  z-index: var(--z4);
  opacity: 1;
  box-shadow: var(--shadow-1);
  top: 47px;
  top: 2.9375rem;
  height: 9rem;
}
.search__mobile {
  color: var(--blue);
  font-size: 1.125rem;
  padding-right: 2rem;
  position: relative;
}
.search__mobile .icon--search {
    fill: var(--blue);
    position: absolute;
    right: 11px;
    right: 0.6875rem;
    bottom: 2px;
    bottom: 0.125rem;
    height: 25px;
    height: 1.5625rem;
    width: 15px;
    width: 0.9375rem;
  }
@media (min-width: 64em) {
.search__mobile {
    display: none
}
  }
.SiteFooter__menu {
  display: flex;
  margin: 0 calc(var(--space-1) * -1);
  padding: var(--space-2) 0 0;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 14px;
  font-size: 0.875rem;
  list-style-type: none;
}
@media (min-width: 52em) {
.SiteFooter__menu {
    padding-top: 0;
    flex-direction: row;
    justify-content: space-between
}
  }
.SiteFooter__menu a {
    color: var(--white);
  }
.SiteFooter__menu a:hover {
      filter: brightness(1.2);
    }
.SiteFooter__menu > li {
    margin-bottom: var(--space-2);
    padding: 0 var(--space-1);
    width: 100%;
    font-weight: 600;
  }
.SiteFooter__menu > li:last-child { margin-bottom: 0; }
@media (min-width: 52em) {
.SiteFooter__menu > li:nth-last-of-type(2),
    .SiteFooter__menu > li:nth-last-of-type(3) {
        margin-bottom: 0
    }
.SiteFooter__menu > li {
      width: calc(100% / 3)
  }
      }
.SiteFooter__menu > li > a {
      color: var(--green-light);
      font-size: 16px;
      font-size: 1rem;
      font-family: var(--heading-font);
    }
.SiteFooter__menu > li > ul {
    margin: 0;
    padding: var(--space-05) 0 0;
    font-weight: 400;
    list-style-type: none;
  }
.SiteFooter__menu > li > ul > li {
      margin-bottom: var(--space-05);
    }
.SiteFooter__menu > li > ul > li:last-child { margin-bottom: 0; }
.SiteFooter__secondary-menu {
  margin: var(--space-2) auto var(--space-2);
  max-width: 65rem;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media (min-width: 52em) {
.SiteFooter__secondary-menu {
    text-align: left
}
  }
.SiteFooter__secondary-menu > li {
    display: block;
    margin-bottom: var(--space-1);
  }
@media (min-width: 52em) {
.SiteFooter__secondary-menu > li {
      display: inline-block;
      margin-right: var(--space-1);
      margin-bottom: 0
  }
    }
.SiteFooter__secondary-menu > li:last-child {
      margin-bottom: 0;
    }
@media (min-width: 52em) {
.SiteFooter__secondary-menu > li:last-child {
        margin-right: 0
    }
      }
.SiteFooter__secondary-menu > li:hover {
      filter: brightness(1.2);
    }
.SiteFooter__secondary-menu > li > a, .SiteFooter__secondary-menu button {
    padding: .1rem .5rem;
    color: var(--white);
    font-size: 1em;
    background-color: transparent;
    box-shadow: inset 0 0 0 1px var(--white);
    box-shadow: inset 0 0 0 0.0625rem var(--white);
  }
@media (min-width: 52em) {
.SiteFooter__secondary-menu > li > a, .SiteFooter__secondary-menu button {
      padding: .15rem .5rem
  }
    }
.SiteFooter__secondary-menu > li > a:hover, .SiteFooter__secondary-menu button:hover {
      color: var(--green-light);
      box-shadow: inset 0 0 0 1px var(--green-light);
      box-shadow: inset 0 0 0 0.0625rem var(--green-light);
    }
.SingleReviewer .Container--single-reviewer {
    display: flex;
    flex-wrap: wrap;
  }
.SingleReviewer .SingleReviewer__heading {
    margin: var(--space-1) 0;
    font-size: var(--h1-mobile);
    line-height: 1;
    text-align: center;
  }
@media (min-width: 52em) {
.SingleReviewer .SingleReviewer__heading {
      font-size: var(--h2);
      text-align: left
  }
    }
.SingleReviewer__content {
  padding-top: var(--space-1);
  padding-bottom: var(--space-1);
  width: 100%;
}
@media (min-width: 52em) {
.SingleReviewer__content {
    padding-top: var(--space-3);
    padding-bottom: var(--space-3);
    padding-right: var(--space-3);
    width: 70%
}
  }
/**
 * Tailwind Components & Utils
 */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 6.25rem) {
  .container {
    max-width: 100px;
    max-width: 6.25rem;
  }
}
@media (min-width: 23.4375rem) {
  .container {
    max-width: 375px;
    max-width: 23.4375rem;
  }
}
@media (min-width: 40rem) {
  .container {
    max-width: 640px;
    max-width: 40rem;
  }
}
@media (min-width: 48rem) {
  .container {
    max-width: 768px;
    max-width: 48rem;
  }
}
@media (min-width: 64rem) {
  .container {
    max-width: 1024px;
    max-width: 64rem;
  }
}
@media (min-width: 80rem) {
  .container {
    max-width: 1280px;
    max-width: 80rem;
  }
}
@media (min-width: 96rem) {
  .container {
    max-width: 1536px;
    max-width: 96rem;
  }
}
@media (min-width: 96.875rem) {
  .container {
    max-width: 1550px;
    max-width: 96.875rem;
  }
}
.prose {
  color: #1F1F1F;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  color: #606060;
  font-size: 16px;
  font-size: 1rem;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #1F1F1F;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #43c6ac;
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #2a4e5f;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #2a4e5f;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #2a4e5f;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #2a4e5f;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  box-shadow: 0 0 0 0.0625rem rgb(var(--tw-prose-kbd-shadows) / 10%), 0 0.1875rem 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #2a4e5f;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: #2a4e5f;
}
.sr-only {
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  padding: 0;
  margin: -1px;
  margin: -0.0625rem;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.\!static {
  position: static !important;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
  inset: 0;
}
.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}
.\!top-\[1px\] {
  top: 1px !important;
  top: 0.0625rem !important;
}
.-bottom-1 {
  bottom: -0.25rem;
}
.-bottom-1\.5 {
  bottom: -0.375rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-right-16 {
  right: -4rem;
}
.-top-3 {
  top: -0.75rem;
}
.bottom-0 {
  bottom: 0px;
  bottom: 0;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-\[-100px\] {
  bottom: -100px;
  bottom: -6.25rem;
}
.bottom-\[-43px\] {
  bottom: -43px;
  bottom: -2.6875rem;
}
.bottom-\[76\%\] {
  bottom: 76%;
}
.bottom-\[8\.5rem\] {
  bottom: 8.5rem;
}
.left-0 {
  left: 0px;
  left: 0;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-\[228px\] {
  left: 228px;
  left: 14.25rem;
}
.right-0 {
  right: 0px;
  right: 0;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-\[8px\] {
  right: 8px;
  right: 0.5rem;
}
.top-0 {
  top: 0px;
  top: 0;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-2 {
  top: 0.5rem;
}
.top-\[-1\.5px\] {
  top: -1.5px;
  top: -0.09375rem;
}
.top-\[-10px\] {
  top: -10px;
  top: -0.625rem;
}
.top-\[-1px\] {
  top: -1px;
  top: -0.0625rem;
}
.top-\[-2px\] {
  top: -2px;
  top: -0.125rem;
}
.top-\[-6px\] {
  top: -6px;
  top: -0.375rem;
}
.top-\[1px\] {
  top: 1px;
  top: 0.0625rem;
}
.top-\[2px\] {
  top: 2px;
  top: 0.125rem;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[5px\] {
  top: 5px;
  top: 0.3125rem;
}
.top-\[66px\] {
  top: 66px;
  top: 4.125rem;
}
.top-\[7\.5rem\] {
  top: 7.5rem;
}
.top-\[9rem\] {
  top: 9rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[300000\] {
  z-index: 300000;
}
.z-\[998\] {
  z-index: 998;
}
.z-\[99999\] {
  z-index: 99999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-2 {
  grid-row-start: 2;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-\[3rem\] {
  margin: 3rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-0 {
  margin-left: 0px;
  margin-left: 0;
  margin-right: 0px;
  margin-right: 0;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-\[-\.25rem\] {
  margin-left: -.25rem;
  margin-right: -.25rem;
}
.mx-\[-1rem\] {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
  margin-bottom: 0 !important;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.mb-0 {
  margin-bottom: 0px;
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[0\.15rem\] {
  margin-bottom: 0.15rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.ml-0 {
  margin-left: 0px;
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-\[\.5rem\] {
  margin-left: .5rem;
}
.ml-\[0\.43rem\] {
  margin-left: 0.43rem;
}
.ml-\[7px\] {
  margin-left: 7px;
  margin-left: 0.4375rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[10px\] {
  margin-right: 10px;
  margin-right: 0.625rem;
}
.mr-\[2px\] {
  margin-right: 2px;
  margin-right: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
  margin-top: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
  height: 0;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-56 {
  height: 14rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.2rem\] {
  height: 1.2rem;
}
.h-\[1\.8rem\] {
  height: 1.8rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[13rem\] {
  height: 13rem;
}
.h-\[150px\] {
  height: 150px;
  height: 9.375rem;
}
.h-\[15px\] {
  height: 15px;
  height: 0.9375rem;
}
.h-\[16px\] {
  height: 16px;
  height: 1rem;
}
.h-\[180px\] {
  height: 180px;
  height: 11.25rem;
}
.h-\[18px\] {
  height: 18px;
  height: 1.125rem;
}
.h-\[196px\] {
  height: 196px;
  height: 12.25rem;
}
.h-\[2\.5rem\] {
  height: 2.5rem;
}
.h-\[20px\] {
  height: 20px;
  height: 1.25rem;
}
.h-\[215px\] {
  height: 215px;
  height: 13.4375rem;
}
.h-\[22px\] {
  height: 22px;
  height: 1.375rem;
}
.h-\[23px\] {
  height: 23px;
  height: 1.4375rem;
}
.h-\[24px\] {
  height: 24px;
  height: 1.5rem;
}
.h-\[3\.2rem\] {
  height: 3.2rem;
}
.h-\[3\.8rem\] {
  height: 3.8rem;
}
.h-\[30px\] {
  height: 30px;
  height: 1.875rem;
}
.h-\[312px\] {
  height: 312px;
  height: 19.5rem;
}
.h-\[32px\] {
  height: 32px;
  height: 2rem;
}
.h-\[400px\] {
  height: 400px;
  height: 25rem;
}
.h-\[43px\] {
  height: 43px;
  height: 2.6875rem;
}
.h-\[45px\] {
  height: 45px;
  height: 2.8125rem;
}
.h-\[6\.25rem\] {
  height: 6.25rem;
}
.h-\[60px\] {
  height: 60px;
  height: 3.75rem;
}
.h-\[75px\] {
  height: 75px;
  height: 4.6875rem;
}
.h-\[7rem\] {
  height: 7rem;
}
.h-\[82px\] {
  height: 82px;
  height: 5.125rem;
}
.h-\[9rem\] {
  height: 9rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-max {
  height: max-content;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[1\.475rem\] {
  max-height: 1.475rem;
}
.max-h-\[100dvh\] {
  max-height: 100dvh;
}
.max-h-\[135px\] {
  max-height: 135px;
  max-height: 8.4375rem;
}
.max-h-\[14rem\] {
  max-height: 14rem;
}
.max-h-\[24rem\] {
  max-height: 24rem;
}
.max-h-\[31\.25rem\] {
  max-height: 31.25rem;
}
.max-h-\[32px\] {
  max-height: 32px;
  max-height: 2rem;
}
.max-h-\[350px\] {
  max-height: 350px;
  max-height: 21.875rem;
}
.max-h-\[75vh\] {
  max-height: 75vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
  min-height: 0;
}
.min-h-16 {
  min-height: 4rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-4 {
  min-height: 1rem;
}
.min-h-\[135px\] {
  min-height: 135px;
  min-height: 8.4375rem;
}
.min-h-\[35px\] {
  min-height: 35px;
  min-height: 2.1875rem;
}
.min-h-\[470px\] {
  min-height: 470px;
  min-height: 29.375rem;
}
.min-h-\[8rem\] {
  min-height: 8rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
  width: 0;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[1\.2rem\] {
  width: 1.2rem;
}
.w-\[1\.6rem\] {
  width: 1.6rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
  width: 6.25rem;
}
.w-\[112px\] {
  width: 112px;
  width: 7rem;
}
.w-\[125px\] {
  width: 125px;
  width: 7.8125rem;
}
.w-\[14rem\] {
  width: 14rem;
}
.w-\[150px\] {
  width: 150px;
  width: 9.375rem;
}
.w-\[15px\] {
  width: 15px;
  width: 0.9375rem;
}
.w-\[165px\] {
  width: 165px;
  width: 10.3125rem;
}
.w-\[16px\] {
  width: 16px;
  width: 1rem;
}
.w-\[175px\] {
  width: 175px;
  width: 10.9375rem;
}
.w-\[18px\] {
  width: 18px;
  width: 1.125rem;
}
.w-\[195px\] {
  width: 195px;
  width: 12.1875rem;
}
.w-\[196px\] {
  width: 196px;
  width: 12.25rem;
}
.w-\[2\.25rem\] {
  width: 2.25rem;
}
.w-\[20px\] {
  width: 20px;
  width: 1.25rem;
}
.w-\[21px\] {
  width: 21px;
  width: 1.3125rem;
}
.w-\[22px\] {
  width: 22px;
  width: 1.375rem;
}
.w-\[24px\] {
  width: 24px;
  width: 1.5rem;
}
.w-\[26px\] {
  width: 26px;
  width: 1.625rem;
}
.w-\[275px\] {
  width: 275px;
  width: 17.1875rem;
}
.w-\[285px\] {
  width: 285px;
  width: 17.8125rem;
}
.w-\[3\.5rem\] {
  width: 3.5rem;
}
.w-\[30px\] {
  width: 30px;
  width: 1.875rem;
}
.w-\[32px\] {
  width: 32px;
  width: 2rem;
}
.w-\[60px\] {
  width: 60px;
  width: 3.75rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.min-w-0 {
  min-width: 0px;
  min-width: 0;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-\[35px\] {
  min-width: 35px;
  min-width: 2.1875rem;
}
.min-w-\[6\.5rem\] {
  min-width: 6.5rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4 {
  max-width: 1rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-72 {
  max-width: 18rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1000px\] {
  max-width: 1000px;
  max-width: 62.5rem;
}
.max-w-\[100px\] {
  max-width: 100px;
  max-width: 6.25rem;
}
.max-w-\[10rem\] {
  max-width: 10rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
  max-width: 75rem;
}
.max-w-\[12rem\] {
  max-width: 12rem;
}
.max-w-\[150px\] {
  max-width: 150px;
  max-width: 9.375rem;
}
.max-w-\[16\.75rem\] {
  max-width: 16.75rem;
}
.max-w-\[180px\] {
  max-width: 180px;
  max-width: 11.25rem;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[200px\] {
  max-width: 200px;
  max-width: 12.5rem;
}
.max-w-\[225px\] {
  max-width: 225px;
  max-width: 14.0625rem;
}
.max-w-\[23\.5rem\] {
  max-width: 23.5rem;
}
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-\[275px\] {
  max-width: 275px;
  max-width: 17.1875rem;
}
.max-w-\[306px\] {
  max-width: 306px;
  max-width: 19.125rem;
}
.max-w-\[312px\] {
  max-width: 312px;
  max-width: 19.5rem;
}
.max-w-\[325px\] {
  max-width: 325px;
  max-width: 20.3125rem;
}
.max-w-\[32px\] {
  max-width: 32px;
  max-width: 2rem;
}
.max-w-\[350px\] {
  max-width: 350px;
  max-width: 21.875rem;
}
.max-w-\[36px\] {
  max-width: 36px;
  max-width: 2.25rem;
}
.max-w-\[376px\] {
  max-width: 376px;
  max-width: 23.5rem;
}
.max-w-\[405px\] {
  max-width: 405px;
  max-width: 25.3125rem;
}
.max-w-\[412px\] {
  max-width: 412px;
  max-width: 25.75rem;
}
.max-w-\[580px\] {
  max-width: 580px;
  max-width: 36.25rem;
}
.max-w-\[74rem\] {
  max-width: 74rem;
}
.max-w-\[75rem\] {
  max-width: 75rem;
}
.max-w-\[76rem\] {
  max-width: 76rem;
}
.max-w-\[780px\] {
  max-width: 780px;
  max-width: 48.75rem;
}
.max-w-\[84rem\] {
  max-width: 84rem;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[935px\] {
  max-width: 935px;
  max-width: 58.4375rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --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));
}
.-translate-y-1\/2 {
  --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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  --tw-translate-y: 0;
  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));
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  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));
}
.-rotate-90 {
  --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));
}
.rotate-0 {
  --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));
}
.rotate-180 {
  --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));
}
.rotate-90 {
  --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));
}
.rotate-\[-40deg\] {
  --tw-rotate: -40deg;
  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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
.scale-95 {
  --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));
}
.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));
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-manipulation {
  touch-action: manipulation;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.scroll-mt-\[9\.5rem\] {
  scroll-margin-top: 9.5rem;
}
.list-inside {
  list-style-position: inside;
}
.\!list-outside {
  list-style-position: outside !important;
}
.list-outside {
  list-style-position: outside;
}
.\!list-disc {
  list-style-type: disc !important;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
          appearance: none;
}
.columns-2 {
  columns: 2;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.space-y-2 > :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));
}
.space-y-4 > :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));
}
.self-start {
  align-self: flex-start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[100\%\] {
  border-radius: 100%;
}
.rounded-\[24px\] {
  border-radius: 24px;
  border-radius: 1.5rem;
}
.rounded-\[25px\] {
  border-radius: 25px;
  border-radius: 1.5625rem;
}
.rounded-\[2px\] {
  border-radius: 2px;
  border-radius: 0.125rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[5px\] {
  border-radius: 5px;
  border-radius: 0.3125rem;
}
.rounded-full {
  border-radius: 9999px;
  border-radius: 624.9375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0;
}
.rounded-tl {
  border-top-left-radius: 0.25rem;
}
.border {
  border-width: 1px;
  border-width: 0.0625rem;
}
.border-2 {
  border-width: 2px;
  border-width: 0.125rem;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
  border-width: 0.09375rem;
}
.border-\[1px\] {
  border-width: 1px;
  border-width: 0.0625rem;
}
.border-y {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
}
.border-b {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
}
.border-b-2 {
  border-bottom-width: 2px;
  border-bottom-width: 0.125rem;
}
.border-b-4 {
  border-bottom-width: 4px;
  border-bottom-width: 0.25rem;
}
.border-b-\[1\.5px\] {
  border-bottom-width: 1.5px;
  border-bottom-width: 0.09375rem;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
  border-bottom-width: 0.1875rem;
}
.border-l {
  border-left-width: 1px;
  border-left-width: 0.0625rem;
}
.border-l-4 {
  border-left-width: 4px;
  border-left-width: 0.25rem;
}
.border-l-\[6px\] {
  border-left-width: 6px;
  border-left-width: 0.375rem;
}
.border-r-\[0\.0625rem\] {
  border-right-width: 0.0625rem;
}
.border-r-\[25px\] {
  border-right-width: 25px;
  border-right-width: 1.5625rem;
}
.border-t {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
}
.border-t-\[1\.5px\] {
  border-top-width: 1.5px;
  border-top-width: 0.09375rem;
}
.border-t-\[25px\] {
  border-top-width: 25px;
  border-top-width: 1.5625rem;
}
.border-t-\[5px\] {
  border-top-width: 5px;
  border-top-width: 0.3125rem;
}
.border-t-\[6px\] {
  border-top-width: 6px;
  border-top-width: 0.375rem;
}
.border-none {
  border-style: none;
}
.\!border-\[\#05589B\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(5 88 155 / var(--tw-border-opacity)) !important;
}
.\!border-\[\#082b70\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(8 43 112 / var(--tw-border-opacity)) !important;
}
.\!border-sky-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 165 233 / var(--tw-border-opacity)) !important;
}
.\!border-sky-800 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(7 89 133 / var(--tw-border-opacity)) !important;
}
.border-\[\#59A146\] {
  --tw-border-opacity: 1;
  border-color: rgb(89 161 70 / var(--tw-border-opacity));
}
.border-\[\#606060\] {
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity));
}
.border-\[\#b8eae0\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 234 224 / var(--tw-border-opacity));
}
.border-\[\#d6e5ec\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 229 236 / var(--tw-border-opacity));
}
.border-\[rgba\(0\2c 0\2c 0\2c 0\.125\)\] {
  border-color: rgba(0,0,0,0.125);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
}
.border-black\/10 {
  border-color: rgb(31 31 31 / 0.1);
}
.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(181 208 221 / var(--tw-border-opacity));
}
.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 116 / var(--tw-border-opacity));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(42 78 95 / var(--tw-border-opacity));
}
.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 43 53 / var(--tw-border-opacity));
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 30 36 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-darken-100 {
  border-color: rgba(0,0,0,0.10);
}
.border-darken-50 {
  border-color: rgba(0,0,0,0.05);
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 240 248 / var(--tw-border-opacity));
}
.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(86 70 129 / var(--tw-border-opacity));
}
.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity));
}
.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-\[\#0cb29a\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(12 178 154 / var(--tw-border-opacity));
}
.border-t-\[\#18AEE1\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 174 225 / var(--tw-border-opacity));
}
.border-t-\[\#2D4B75\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(45 75 117 / var(--tw-border-opacity));
}
.border-t-\[\#3f84c5\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(63 132 197 / var(--tw-border-opacity));
}
.border-t-\[\#59A146\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(89 161 70 / var(--tw-border-opacity));
}
.border-t-blue-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(181 208 221 / var(--tw-border-opacity));
}
.\!bg-\[\#05589B\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 88 155 / var(--tw-bg-opacity)) !important;
}
.\!bg-\[\#082b70\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 43 112 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity)) !important;
}
.\!bg-sky-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#00000040\] {
  background-color: #00000040;
}
.bg-\[\#0cb29a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 178 154 / var(--tw-bg-opacity));
}
.bg-\[\#18AEE1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 174 225 / var(--tw-bg-opacity));
}
.bg-\[\#2D4B75\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 75 117 / var(--tw-bg-opacity));
}
.bg-\[\#3f84c5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(63 132 197 / var(--tw-bg-opacity));
}
.bg-\[\#43c6ac\] {
  --tw-bg-opacity: 1;
  background-color: rgb(67 198 172 / var(--tw-bg-opacity));
}
.bg-\[\#59A146\] {
  --tw-bg-opacity: 1;
  background-color: rgb(89 161 70 / var(--tw-bg-opacity));
}
.bg-\[\#EEF8ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 248 237 / var(--tw-bg-opacity));
}
.bg-\[\#F2F5F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 248 / var(--tw-bg-opacity));
}
.bg-\[\#F5FBFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 251 251 / var(--tw-bg-opacity));
}
.bg-\[\#F6FBFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 251 253 / var(--tw-bg-opacity));
}
.bg-\[\#b5e1d6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 225 214 / var(--tw-bg-opacity));
}
.bg-\[\#b8eae0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 234 224 / var(--tw-bg-opacity));
}
.bg-\[\#c7c7c75c\] {
  background-color: #c7c7c75c;
}
.bg-\[\#c8c8c8a6\] {
  background-color: #c8c8c8a6;
}
.bg-\[\#e3e3e3cd\] {
  background-color: #e3e3e3cd;
}
.bg-\[\#ebf1f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 241 245 / var(--tw-bg-opacity));
}
.bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#edf0f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 245 / var(--tw-bg-opacity));
}
.bg-\[\#f3f9fd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 249 253 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}
.bg-black\/25 {
  background-color: rgb(31 31 31 / 0.25);
}
.bg-black\/40 {
  background-color: rgb(31 31 31 / 0.4);
}
.bg-black\/75 {
  background-color: rgb(31 31 31 / 0.75);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 241 245 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 208 221 / var(--tw-bg-opacity));
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 250 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 116 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(42 78 95 / var(--tw-bg-opacity));
}
.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 43 53 / var(--tw-bg-opacity));
}
.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 30 36 / var(--tw-bg-opacity));
}
.bg-darken-500 {
  background-color: rgba(0,0,0,0.50);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 240 248 / var(--tw-bg-opacity));
}
.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 252 / var(--tw-bg-opacity));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(86 70 129 / var(--tw-bg-opacity));
}
.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity));
}
.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/\[0\.5\] {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-blue-50 {
  --tw-gradient-from: #f4fafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-100 {
  --tw-gradient-from: #F2F0F8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(242 240 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-500 {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#ecffa3\] {
  --tw-gradient-to: #ecffa3 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[length\:24px\] {
  background-size: 24px;
  background-size: 1.5rem;
}
.bg-cover {
  background-size: cover;
}
.bg-\[6px\] {
  background-position: 6px;
  background-position: 0.375rem;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.\!fill-blue-200 {
  fill: #b5d0dd !important;
}
.fill-\[\#59A146\] {
  fill: #59A146;
}
.fill-\[\#B3D6AA\] {
  fill: #B3D6AA;
}
.fill-black {
  fill: #1F1F1F;
}
.fill-current {
  fill: currentColor;
}
.fill-gray-400 {
  fill: #9ca3af;
}
.fill-teal-500 {
  fill: #14b8a6;
}
.fill-white {
  fill: #fff;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  font-family: "object-fit:contain";
  object-fit: contain;
}
.object-cover {
  font-family: "object-fit:cover";
  object-fit: cover;
}
.object-left {
  object-position: left;
}
.p-0 {
  padding: 0px;
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.p-\[0\.75rem\] {
  padding: 0.75rem;
}
.p-\[0\.875rem\] {
  padding: 0.875rem;
}
.p-\[0_1rem_calc\(1rem\*1\.5\)\] {
  padding: 0 1rem calc(1rem * 1.5);
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-left: 0;
  padding-right: 0px;
  padding-right: 0;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0\.875rem\] {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-0 {
  padding-top: 0px;
  padding-top: 0;
  padding-bottom: 0px;
  padding-bottom: 0;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[\.4rem\] {
  padding-top: .4rem;
  padding-bottom: .4rem;
}
.py-\[0\.15rem\] {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.py-\[0\.3125rem\] {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
.\!pt-\[\.60\] {
  padding-top: .60 !important;
}
.pb-0 {
  padding-bottom: 0px;
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[56\%\] {
  padding-bottom: 56%;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[0\.1rem\] {
  padding-right: 0.1rem;
}
.pt-0 {
  padding-top: 0px;
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-44 {
  padding-top: 11rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[165px\] {
  padding-top: 165px;
  padding-top: 10.3125rem;
}
.\!text-left {
  text-align: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.font-heading {
  font-family: "Source Sans Pro", "Source-fallback", sans-serif;
}
.font-sans {
  font-family: "Source Sans Pro", "Source-fallback", sans-serif;
}
.\!text-\[1\.5rem\] {
  font-size: 1.5rem !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[\.9rem\] {
  font-size: .9rem;
}
.text-\[0\.70rem\] {
  font-size: 0.70rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}
.text-\[0\.95rem\] {
  font-size: 0.95rem;
}
.text-\[1\.12rem\] {
  font-size: 1.12rem;
}
.text-\[1\.15rem\] {
  font-size: 1.15rem;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[1\.2rem\] {
  font-size: 1.2rem;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.text-\[1\.625em\] {
  font-size: 1.625em;
}
.text-\[1\.75rem\] {
  font-size: 1.75rem;
}
.text-\[1\.7rem\] {
  font-size: 1.7rem;
}
.text-\[14px\] {
  font-size: 14px;
  font-size: 0.875rem;
}
.text-\[15\.5px\] {
  font-size: 15.5px;
  font-size: 0.96875rem;
}
.text-\[16px\] {
  font-size: 16px;
  font-size: 1rem;
}
.text-\[17px\] {
  font-size: 17px;
  font-size: 1.0625rem;
}
.text-\[19px\] {
  font-size: 19px;
  font-size: 1.1875rem;
}
.text-\[1em\] {
  font-size: 1em;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
  font-size: 1.25rem;
}
.text-\[25px\] {
  font-size: 25px;
  font-size: 1.5625rem;
}
.text-\[28px\] {
  font-size: 28px;
  font-size: 1.75rem;
}
.text-\[2em\] {
  font-size: 2em;
}
.text-\[32px\] {
  font-size: 32px;
  font-size: 2rem;
}
.text-\[35px\] {
  font-size: 35px;
  font-size: 2.1875rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.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;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.125\] {
  line-height: 1.125;
}
.leading-\[1\.1875rem\] {
  line-height: 1.1875rem;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[1\.625rem\] {
  line-height: 1.625rem;
}
.leading-\[20px\] {
  line-height: 20px;
  line-height: 1.25rem;
}
.leading-\[24px\] {
  line-height: 24px;
  line-height: 1.5rem;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.03125rem\] {
  letter-spacing: 0.03125rem;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-\[\#3e3e3e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(62 62 62 / var(--tw-text-opacity)) !important;
}
.\!text-blue-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 83 116 / var(--tw-text-opacity)) !important;
}
.text-\[\#054566\] {
  --tw-text-opacity: 1;
  color: rgb(5 69 102 / var(--tw-text-opacity));
}
.text-\[\#2a4e5f\] {
  --tw-text-opacity: 1;
  color: rgb(42 78 95 / var(--tw-text-opacity));
}
.text-\[\#393939\] {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}
.text-\[\#3D3557\] {
  --tw-text-opacity: 1;
  color: rgb(61 53 87 / var(--tw-text-opacity));
}
.text-\[\#43c6ac\] {
  --tw-text-opacity: 1;
  color: rgb(67 198 172 / var(--tw-text-opacity));
}
.text-\[\#59A146\] {
  --tw-text-opacity: 1;
  color: rgb(89 161 70 / var(--tw-text-opacity));
}
.text-\[\#6e6e6e\] {
  --tw-text-opacity: 1;
  color: rgb(110 110 110 / var(--tw-text-opacity));
}
.text-\[\#B3D6AA\] {
  --tw-text-opacity: 1;
  color: rgb(179 214 170 / var(--tw-text-opacity));
}
.text-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  color: rgba(0,0,0,0.5);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(59 115 141 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(0 83 116 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(42 78 95 / var(--tw-text-opacity));
}
.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(22 43 53 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(86 70 129 / var(--tw-text-opacity));
}
.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(99 69 181 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-1 {
  text-underline-offset: 1px;
  text-underline-offset: 0.0625rem;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0.0625rem 0.1875rem 0 var(--tw-shadow-color), 0 0.0625rem 0.125rem -0.0625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) {
.shadow {
    --tw-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 0.1), 0 0.0625rem 0.125rem -0.0625rem rgb(0 0 0 / 0.1);
  }
}
.shadow-\[0_-3px_6px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_-3px_6px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 -3px 6px rgba(0,0,0,0.1),0 -3px 6px rgba(0,0,0,0.2);
  --tw-shadow: 0 -0.1875rem 0.375rem rgba(0,0,0,0.1),0 -0.1875rem 0.375rem rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 -3px 6px var(--tw-shadow-color), 0 -3px 6px var(--tw-shadow-color);
  --tw-shadow-colored: 0 -0.1875rem 0.375rem var(--tw-shadow-color), 0 -0.1875rem 0.375rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_var\(--darken-1\)\] {
  --tw-shadow: 0 0 0 1px var(--darken-1);
  --tw-shadow: 0 0 0 0.0625rem var(--darken-1);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0 0 0.0625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: 0 2px 4px rgb(0 0 0 / 25%);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0.125rem 0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) {
.shadow-card {
    --tw-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 25%);
  }
}
.shadow-header {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -1px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.0625rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  --tw-shadow-colored: inset 0 0.125rem 0.25rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) {
.shadow-inner {
    --tw-shadow: inset 0 0.125rem 0.25rem 0 rgb(0 0 0 / 0.05);
  }
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0.625rem 0.9375rem -0.1875rem var(--tw-shadow-color), 0 0.25rem 0.375rem -0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) {
.shadow-lg {
    --tw-shadow: 0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
  }
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.125rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) {
.shadow-md {
    --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(0 0 0 / 0.1), 0 0.125rem 0.25rem -0.125rem rgb(0 0 0 / 0.1);
  }
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  --tw-shadow-colored: 0 0.0625rem 0.125rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@supports (color: rgb(0 0 0 / 0)) {
.shadow-sm {
    --tw-shadow: 0 0.0625rem 0.125rem 0 rgb(0 0 0 / 0.05);
  }
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  --tw-blur: blur(0.5rem);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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 {
  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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.aspect-4\/2 {
    aspect-ratio: 4 / 2;
  }
/* Rehab Gallery Modal */
#modal-rehab-gallery .swiper-wrapper,
  #modal-refine-recovery-gallery .swiper-wrapper {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    transform: none !important;
  }
#modal-rehab-gallery .swiper-slide,
  #modal-refine-recovery-gallery .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0.5rem;
    flex-shrink: 0;
    transform: none !important;
  }
#modal-rehab-gallery .swiper-slide:last-child,
  #modal-refine-recovery-gallery .swiper-slide:last-child {
    margin-bottom: 0 !important;
  }
.marker\:text-purple-950 *::marker {
  color: rgb(59 7 100 );
}
.marker\:text-purple-950::marker {
  color: rgb(59 7 100 );
}
.placeholder\:text-base::placeholder {
  font-size: 1rem;
  line-height: 1.5rem;
}
.placeholder\:font-normal::placeholder {
  font-weight: 400;
}
.placeholder\:text-gray-800::placeholder {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.before\:content-\[\'\201C\'\]::before {
  --tw-content: '“';
  content: var(--tw-content);
}
.after\:pointer-events-auto::after {
  content: var(--tw-content);
  pointer-events: auto;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
  bottom: 0;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
  left: 0;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
  right: 0;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
  top: 0;
}
.after\:z-\[1\]::after {
  content: var(--tw-content);
  z-index: 1;
}
.after\:ml-0::after {
  content: var(--tw-content);
  margin-left: 0px;
  margin-left: 0;
}
.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.125rem;
}
.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}
.after\:ml-\[5px\]::after {
  content: var(--tw-content);
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.after\:text-\[\.875rem\]::after {
  content: var(--tw-content);
  font-size: .875rem;
}
.after\:text-sm::after {
  content: var(--tw-content);
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.after\:text-red-600::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.after\:text-white::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}
.after\:content-\[\'\/\'\]::after {
  --tw-content: '/';
  content: var(--tw-content);
}
.after\:content-\[\'\201D\'\]::after {
  --tw-content: '”';
  content: var(--tw-content);
}
.after\:content-\[\\\'\*\\\'\]::after {
  --tw-content: \'*\';
  content: var(--tw-content);
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
  margin-bottom: 0;
}
.last\:border-0:last-child {
  border-width: 0px;
  border-width: 0;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
  border-bottom-width: 0.0625rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
  border-bottom-width: 0;
}
.last\:border-t:last-child {
  border-top-width: 1px;
  border-top-width: 0.0625rem;
}
.last\:border-none:last-child {
  border-style: none;
}
.last\:border-gray-300:last-child {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
  padding-bottom: 0;
}
.first-of-type\:rounded-t-md:first-of-type {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.last-of-type\:rounded-b-md:last-of-type {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.checked\:bg-purple-500:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(86 70 129 / var(--tw-bg-opacity));
}
.hover\:\!border-\[\#004985\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 73 133 / var(--tw-border-opacity)) !important;
}
.hover\:\!border-\[\#061f50\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(6 31 80 / var(--tw-border-opacity)) !important;
}
.hover\:\!border-sky-600:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(2 132 199 / var(--tw-border-opacity)) !important;
}
.hover\:\!border-sky-900:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(12 74 110 / var(--tw-border-opacity)) !important;
}
.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity));
}
.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:border-sky-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity));
}
.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}
.hover\:border-transparent:hover {
  border-color: transparent;
}
.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 69 181 / var(--tw-border-opacity));
}
.hover\:\!bg-\[\#004985\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 73 133 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-\[\#061f50\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(6 31 80 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-sky-600:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity)) !important;
}
.hover\:\!bg-sky-900:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-\[\#112B38\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 43 56 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#1d4ed8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#2563eb\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#2c5882\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(44 88 130 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#3b8177\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 129 119 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#447A36\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 122 54 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#447a36\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 122 54 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#b8eae0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 234 224 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#eeeeeecf\]:hover {
  background-color: #eeeeeecf;
}
.hover\:bg-\[\#f5f5f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 250 250 / var(--tw-bg-opacity));
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 116 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 78 95 / var(--tw-bg-opacity));
}
.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 43 53 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-sky-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity));
}
.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity));
}
.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 69 181 / var(--tw-bg-opacity));
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.hover\:text-\[\#5B4A7D\]:hover {
  --tw-text-opacity: 1;
  color: rgb(91 74 125 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(0 83 116 / var(--tw-text-opacity));
}
.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(42 78 95 / var(--tw-text-opacity));
}
.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 43 53 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-purple-950:hover {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity));
}
.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity));
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity));
}
.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 69 181 / var(--tw-text-opacity));
}
.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(71 49 129 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:\!no-underline:hover {
  text-decoration-line: none !important;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.hover\:shadow-box:hover {
  --tw-shadow: 0 0.1875rem 0.375rem rgb(0 0 0 / 13%), 0 0.1875rem 0.375rem rgb(0 0 0 / 25%);
  --tw-shadow-colored: 0 0.1875rem 0.375rem var(--tw-shadow-color), 0 0.1875rem 0.375rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:absolute:focus {
  position: absolute;
}
.focus\:m-0:focus {
  margin: 0px;
  margin: 0;
}
.focus\:h-auto:focus {
  height: auto;
}
.focus\:w-auto:focus {
  width: auto;
}
.focus\:overflow-visible:focus {
  overflow: visible;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline: 0.125rem solid transparent;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}
.focus\:outline-offset-\[-2px\]:focus {
  outline-offset: -2px;
  outline-offset: -0.125rem;
}
.focus\:outline-purple-500:focus {
  outline-color: #564681;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-gray-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity));
}
.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(86 70 129 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-width: 0.125rem;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.125rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-purple-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(86 70 129 / var(--tw-ring-opacity));
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-width: 0.125rem;
}
.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.group[open] .group-open\:rotate-180 {
  --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));
}
.group:hover .group-hover\:inline {
  display: inline;
}
.group:hover .group-hover\:hidden {
  display: none;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}
.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 208 221 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:fill-teal-600 {
  fill: #0d9488;
}
@media (min-width: 40rem) {
  .sm\:max-w-\[18rem\] {
    max-width: 18rem;
  }
}
@media (min-width: 48rem) {
  .md\:relative {
    position: relative;
  }
  .md\:bottom-6 {
    bottom: 1.5rem;
  }
  .md\:left-0 {
    left: 0px;
    left: 0;
  }
  .md\:left-20 {
    left: 5rem;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:top-0 {
    top: 0px;
    top: 0;
  }
  .md\:top-\[64px\] {
    top: 64px;
    top: 4rem;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-first {
    order: -9999;
  }
  .md\:order-last {
    order: 9999;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:m-0 {
    margin: 0px;
    margin: 0;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-right: 0;
  }
  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-top: 0;
    margin-bottom: 0px;
    margin-bottom: 0;
  }
  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:\!mt-7 {
    margin-top: 1.75rem !important;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
  .md\:mb-12 {
    margin-bottom: 3rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:ml-3 {
    margin-left: 0.75rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mr-1 {
    margin-right: 0.25rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
    margin-top: 0;
  }
  .md\:mt-2 {
    margin-top: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mt-\[1\.6rem\] {
    margin-top: 1.6rem;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-\[100\%\] {
    height: 100%;
  }
  .md\:h-\[125px\] {
    height: 125px;
    height: 7.8125rem;
  }
  .md\:h-\[36rem\] {
    height: 36rem;
  }
  .md\:h-\[375px\] {
    height: 375px;
    height: 23.4375rem;
  }
  .md\:h-\[38px\] {
    height: 38px;
    height: 2.375rem;
  }
  .md\:h-\[46px\] {
    height: 46px;
    height: 2.875rem;
  }
  .md\:h-\[622px\] {
    height: 622px;
    height: 38.875rem;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:max-h-\[185px\] {
    max-height: 185px;
    max-height: 11.5625rem;
  }
  .md\:\!min-h-\[450px\] {
    min-height: 450px !important;
    min-height: 28.125rem !important;
  }
  .md\:min-h-\[185px\] {
    min-height: 185px;
    min-height: 11.5625rem;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-\[100\%\] {
    width: 100%;
  }
  .md\:w-\[125px\] {
    width: 125px;
    width: 7.8125rem;
  }
  .md\:w-\[275px\] {
    width: 275px;
    width: 17.1875rem;
  }
  .md\:w-\[32\%\] {
    width: 32%;
  }
  .md\:w-\[350px\] {
    width: 350px;
    width: 21.875rem;
  }
  .md\:w-\[38\%\] {
    width: 38%;
  }
  .md\:w-\[3rem\] {
    width: 3rem;
  }
  .md\:w-\[46px\] {
    width: 46px;
    width: 2.875rem;
  }
  .md\:w-\[62\%\] {
    width: 62%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-max {
    width: max-content;
  }
  .md\:max-w-5xl {
    max-width: 64rem;
  }
  .md\:max-w-\[48rem\] {
    max-width: 48rem;
  }
  .md\:max-w-\[782px\] {
    max-width: 782px;
    max-width: 48.875rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:gap-4 {
    gap: 1rem;
  }
  .md\:rounded-md {
    border-radius: 0.375rem;
  }
  .md\:rounded-xl {
    border-radius: 0.75rem;
  }
  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }
  .md\:border {
    border-width: 1px;
    border-width: 0.0625rem;
  }
  .md\:border-x {
    border-left-width: 1px;
    border-left-width: 0.0625rem;
    border-right-width: 1px;
    border-right-width: 0.0625rem;
  }
  .md\:border-b-2 {
    border-bottom-width: 2px;
    border-bottom-width: 0.125rem;
  }
  .md\:bg-\[\#528c38\] {
    --tw-bg-opacity: 1;
    background-color: rgb(82 140 56 / var(--tw-bg-opacity));
  }
  .md\:bg-right {
    background-position: right;
  }
  .md\:p-0 {
    padding: 0px;
    padding: 0;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-6 {
    padding: 1.5rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-left: 0;
    padding-right: 0px;
    padding-right: 0;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:py-0 {
    padding-top: 0px;
    padding-top: 0;
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-16 {
    padding-bottom: 4rem;
  }
  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .md\:pb-\[0\.7rem\] {
    padding-bottom: 0.7rem;
  }
  .md\:pb-\[2\.25rem\] {
    padding-bottom: 2.25rem;
  }
  .md\:pl-4 {
    padding-left: 1rem;
  }
  .md\:pl-8 {
    padding-left: 2rem;
  }
  .md\:pt-0 {
    padding-top: 0px;
    padding-top: 0;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pt-3 {
    padding-top: 0.75rem;
  }
  .md\:pt-8 {
    padding-top: 2rem;
  }
  .md\:pt-\[17rem\] {
    padding-top: 17rem;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:\!text-\[22px\] {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .md\:text-\[16px\] {
    font-size: 16px;
    font-size: 1rem;
  }
  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .md\:text-\[24px\] {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:tracking-normal {
    letter-spacing: 0em;
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:hover\:bg-\[\#3c6e26\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(60 110 38 / var(--tw-bg-opacity));
  }
}
@media (min-width: 64rem) {
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:inset-auto {
    inset: auto;
  }
  .lg\:-right-36 {
    right: -9rem;
  }
  .lg\:-right-8 {
    right: -2rem;
  }
  .lg\:bottom-0 {
    bottom: 0px;
    bottom: 0;
  }
  .lg\:bottom-2 {
    bottom: 0.5rem;
  }
  .lg\:bottom-32 {
    bottom: 8rem;
  }
  .lg\:bottom-4 {
    bottom: 1rem;
  }
  .lg\:bottom-8 {
    bottom: 2rem;
  }
  .lg\:bottom-\[-17\%\] {
    bottom: -17%;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:left-0 {
    left: 0px;
    left: 0;
  }
  .lg\:left-2 {
    left: 0.5rem;
  }
  .lg\:left-\[-15\.6875rem\] {
    left: -15.6875rem;
  }
  .lg\:left-\[18rem\] {
    left: 18rem;
  }
  .lg\:left-\[20rem\] {
    left: 20rem;
  }
  .lg\:right-0 {
    right: 0px;
    right: 0;
  }
  .lg\:right-3 {
    right: 0.75rem;
  }
  .lg\:right-4 {
    right: 1rem;
  }
  .lg\:right-8 {
    right: 2rem;
  }
  .lg\:right-auto {
    right: auto;
  }
  .lg\:top-0 {
    top: 0px;
    top: 0;
  }
  .lg\:top-1 {
    top: 0.25rem;
  }
  .lg\:top-1\.5 {
    top: 0.375rem;
  }
  .lg\:top-4 {
    top: 1rem;
  }
  .lg\:top-6 {
    top: 1.5rem;
  }
  .lg\:top-\[-4px\] {
    top: -4px;
    top: -0.25rem;
  }
  .lg\:top-\[3rem\] {
    top: 3rem;
  }
  .lg\:top-\[45px\] {
    top: 45px;
    top: 2.8125rem;
  }
  .lg\:top-\[7px\] {
    top: 7px;
    top: 0.4375rem;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:z-10 {
    z-index: 10;
  }
  .lg\:order-\[9999\] {
    order: 9999;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .lg\:m-0 {
    margin: 0px;
    margin: 0;
  }
  .lg\:m-4 {
    margin: 1rem;
  }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-left: 0;
    margin-right: 0px;
    margin-right: 0;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-top: 0;
    margin-bottom: 0px;
    margin-bottom: 0;
  }
  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:mb-12 {
    margin-bottom: 3rem;
  }
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[-2px\] {
    margin-bottom: -2px;
    margin-bottom: -0.125rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
    margin-left: 0;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:ml-12 {
    margin-left: 3rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-0 {
    margin-right: 0px;
    margin-right: 0;
  }
  .lg\:mr-12 {
    margin-right: 3rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:mr-3 {
    margin-right: 0.75rem;
  }
  .lg\:mr-32 {
    margin-right: 8rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
    margin-top: 0;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-16 {
    margin-top: 4rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-\[\.3rem\] {
    margin-top: .3rem;
  }
  .lg\:\!block {
    display: block !important;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-square {
    aspect-ratio: 1 / 1;
  }
  .lg\:h-10 {
    height: 2.5rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-24 {
    height: 6rem;
  }
  .lg\:h-5 {
    height: 1.25rem;
  }
  .lg\:h-7 {
    height: 1.75rem;
  }
  .lg\:h-8 {
    height: 2rem;
  }
  .lg\:h-96 {
    height: 24rem;
  }
  .lg\:h-\[18px\] {
    height: 18px;
    height: 1.125rem;
  }
  .lg\:h-\[25rem\] {
    height: 25rem;
  }
  .lg\:h-\[30rem\] {
    height: 30rem;
  }
  .lg\:h-\[35px\] {
    height: 35px;
    height: 2.1875rem;
  }
  .lg\:h-\[500px\] {
    height: 500px;
    height: 31.25rem;
  }
  .lg\:h-\[8rem\] {
    height: 8rem;
  }
  .lg\:h-\[inherit\] {
    height: inherit;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-\[24rem\] {
    max-height: 24rem;
  }
  .lg\:max-h-\[75vh\] {
    max-height: 75vh;
  }
  .lg\:min-h-\[36rem\] {
    min-height: 36rem;
  }
  .lg\:min-h-\[inherit\] {
    min-height: inherit;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-1\/5 {
    width: 20%;
  }
  .lg\:w-10 {
    width: 2.5rem;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-20 {
    width: 5rem;
  }
  .lg\:w-24 {
    width: 6rem;
  }
  .lg\:w-28 {
    width: 7rem;
  }
  .lg\:w-3 {
    width: 0.75rem;
  }
  .lg\:w-3\/5 {
    width: 60%;
  }
  .lg\:w-36 {
    width: 9rem;
  }
  .lg\:w-5 {
    width: 1.25rem;
  }
  .lg\:w-7 {
    width: 1.75rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-\[10rem\] {
    width: 10rem;
  }
  .lg\:w-\[11\.5rem\] {
    width: 11.5rem;
  }
  .lg\:w-\[12\%\] {
    width: 12%;
  }
  .lg\:w-\[18px\] {
    width: 18px;
    width: 1.125rem;
  }
  .lg\:w-\[18rem\] {
    width: 18rem;
  }
  .lg\:w-\[20\%\] {
    width: 20%;
  }
  .lg\:w-\[20rem\] {
    width: 20rem;
  }
  .lg\:w-\[24rem\] {
    width: 24rem;
  }
  .lg\:w-\[25\%\] {
    width: 25%;
  }
  .lg\:w-\[27\%\] {
    width: 27%;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:w-\[32\%\] {
    width: 32%;
  }
  .lg\:w-\[33\%\] {
    width: 33%;
  }
  .lg\:w-\[33\.3\%\] {
    width: 33.3%;
  }
  .lg\:w-\[35\%\] {
    width: 35%;
  }
  .lg\:w-\[35px\] {
    width: 35px;
    width: 2.1875rem;
  }
  .lg\:w-\[38\%\] {
    width: 38%;
  }
  .lg\:w-\[38rem\] {
    width: 38rem;
  }
  .lg\:w-\[40\%\] {
    width: 40%;
  }
  .lg\:w-\[42\%\] {
    width: 42%;
  }
  .lg\:w-\[45\%\] {
    width: 45%;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[55\%\] {
    width: 55%;
  }
  .lg\:w-\[57rem\] {
    width: 57rem;
  }
  .lg\:w-\[58\%\] {
    width: 58%;
  }
  .lg\:w-\[60\%\] {
    width: 60%;
  }
  .lg\:w-\[61\%\] {
    width: 61%;
  }
  .lg\:w-\[62\%\] {
    width: 62%;
  }
  .lg\:w-\[65\%\] {
    width: 65%;
  }
  .lg\:w-\[68\%\] {
    width: 68%;
  }
  .lg\:w-\[70\%\] {
    width: 70%;
  }
  .lg\:w-\[80\%\] {
    width: 80%;
  }
  .lg\:w-\[8rem\] {
    width: 8rem;
  }
  .lg\:w-\[9\.5rem\] {
    width: 9.5rem;
  }
  .lg\:w-\[90\%\] {
    width: 90%;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[13rem\] {
    min-width: 13rem;
  }
  .lg\:max-w-7xl {
    max-width: 80rem;
  }
  .lg\:max-w-\[11rem\] {
    max-width: 11rem;
  }
  .lg\:max-w-\[16rem\] {
    max-width: 16rem;
  }
  .lg\:max-w-\[20\%\] {
    max-width: 20%;
  }
  .lg\:max-w-\[20rem\] {
    max-width: 20rem;
  }
  .lg\:max-w-\[26rem\] {
    max-width: 26rem;
  }
  .lg\:max-w-\[48rem\] {
    max-width: 48rem;
  }
  .lg\:max-w-\[92\%\] {
    max-width: 92%;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:scroll-mt-\[12rem\] {
    scroll-margin-top: 12rem;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-cols-none {
    grid-template-columns: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-x-8 {
    column-gap: 2rem;
  }
  .lg\:space-y-3 > :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));
  }
  .lg\:overflow-scroll {
    overflow: scroll;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:rounded {
    border-radius: 0.25rem;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }
  .lg\:rounded-md {
    border-radius: 0.375rem;
  }
  .lg\:rounded-none {
    border-radius: 0px;
    border-radius: 0;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0;
  }
  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0;
  }
  .lg\:border {
    border-width: 1px;
    border-width: 0.0625rem;
  }
  .lg\:border-y {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
    border-bottom-width: 1px;
    border-bottom-width: 0.0625rem;
  }
  .lg\:border-b-0 {
    border-bottom-width: 0px;
    border-bottom-width: 0;
  }
  .lg\:border-b-2 {
    border-bottom-width: 2px;
    border-bottom-width: 0.125rem;
  }
  .lg\:border-l {
    border-left-width: 1px;
    border-left-width: 0.0625rem;
  }
  .lg\:border-r {
    border-right-width: 1px;
    border-right-width: 0.0625rem;
  }
  .lg\:border-r-2 {
    border-right-width: 2px;
    border-right-width: 0.125rem;
  }
  .lg\:border-t {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
  }
  .lg\:border-t-0 {
    border-top-width: 0px;
    border-top-width: 0;
  }
  .lg\:border-t-2 {
    border-top-width: 2px;
    border-top-width: 0.125rem;
  }
  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(31 31 31 / var(--tw-border-opacity));
  }
  .lg\:border-blue-600 {
    --tw-border-opacity: 1;
    border-color: rgb(0 83 116 / var(--tw-border-opacity));
  }
  .lg\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }
  .lg\:bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 250 250 / var(--tw-bg-opacity));
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .lg\:bg-none {
    background-image: none;
  }
  .lg\:fill-blue-800 {
    fill: #162b35;
  }
  .lg\:p-0 {
    padding: 0px;
    padding: 0;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-16 {
    padding: 4rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-left: 0;
    padding-right: 0px;
    padding-right: 0;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-\[0\.8rem\] {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-top: 0;
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pb-\[0\.19rem\] {
    padding-bottom: 0.19rem;
  }
  .lg\:pl-0 {
    padding-left: 0px;
    padding-left: 0;
  }
  .lg\:pl-32 {
    padding-left: 8rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pl-6 {
    padding-left: 1.5rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pl-9 {
    padding-left: 2.25rem;
  }
  .lg\:pl-\[30px\] {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
    padding-right: 0;
  }
  .lg\:pr-1 {
    padding-right: 0.25rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pr-14 {
    padding-right: 3.5rem;
  }
  .lg\:pr-6 {
    padding-right: 1.5rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-\[4\.5rem\] {
    padding-right: 4.5rem;
  }
  .lg\:pt-0 {
    padding-top: 0px;
    padding-top: 0;
  }
  .lg\:pt-10 {
    padding-top: 2.5rem;
  }
  .lg\:pt-12 {
    padding-top: 3rem;
  }
  .lg\:pt-16 {
    padding-top: 4rem;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-4 {
    padding-top: 1rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pt-8 {
    padding-top: 2rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[0\.65rem\] {
    font-size: 0.65rem;
  }
  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[1\.6\] {
    line-height: 1.6;
  }
  .lg\:tracking-\[0\.04em\] {
    letter-spacing: 0.04em;
  }
  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(31 31 31 / var(--tw-text-opacity));
  }
  .lg\:text-blue-700 {
    --tw-text-opacity: 1;
    color: rgb(42 78 95 / var(--tw-text-opacity));
  }
  .lg\:text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(86 70 129 / var(--tw-text-opacity));
  }
  .lg\:text-purple-600 {
    --tw-text-opacity: 1;
    color: rgb(73 59 109 / var(--tw-text-opacity));
  }
  .lg\:shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    --tw-shadow-colored: 0 0.0625rem 0.1875rem 0 var(--tw-shadow-color), 0 0.0625rem 0.125rem -0.0625rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@supports (color: rgb(0 0 0 / 0)) {
.lg\:shadow {
      --tw-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 0.1), 0 0.0625rem 0.125rem -0.0625rem rgb(0 0 0 / 0.1);
    }
}
  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.125rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@supports (color: rgb(0 0 0 / 0)) {
.lg\:shadow-md {
      --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(0 0 0 / 0.1), 0 0.125rem 0.25rem -0.125rem rgb(0 0 0 / 0.1);
    }
}
  .lg\:fade-center-white {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1.0) 40%, rgba(0,0,0,1.0) 60%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,1.0) 40%, rgba(0,0,0,1.0) 60%, transparent 100%);
  }
  .lg\:after\:left-\[-260px\]::after {
    content: var(--tw-content);
    left: -260px;
    left: -16.25rem;
  }
  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
    border-bottom-width: 0.0625rem;
  }
  .lg\:last\:pb-0:last-child {
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .lg\:hover\:-translate-y-1:hover {
    --tw-translate-y: -0.25rem;
    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));
  }
  .lg\:hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }
  .lg\:hover\:bg-transparent:hover {
    background-color: transparent;
  }
  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .hover\:lg\:text-purple-700:hover {
    --tw-text-opacity: 1;
    color: rgb(53 45 88 / var(--tw-text-opacity));
  }
  .lg\:hover\:text-teal-700:hover {
    --tw-text-opacity: 1;
    color: rgb(15 118 110 / var(--tw-text-opacity));
  }
}
@media (min-width: 80rem) {
  .xl\:ml-8 {
    margin-left: 2rem;
  }
  .xl\:mt-0 {
    margin-top: 0px;
    margin-top: 0;
  }
  .xl\:w-\[84\%\] {
    width: 84%;
  }
  .xl\:max-w-7xl {
    max-width: 80rem;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:bg-center {
    background-position: center;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:pr-20 {
    padding-right: 5rem;
  }
}
@media (min-width: 96.875rem) {
  .xxl\:left-0 {
    left: 0px;
    left: 0;
  }
}
@media (max-width: 48rem) {
  .xs-md\:relative {
    position: relative;
  }
  .xs-md\:block {
    display: block;
  }
  .xs-md\:rotate-90 {
    --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));
  }
  .xs-md\:rotate-\[-90deg\] {
    --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));
  }
  .xs-md\:border-b {
    border-bottom-width: 1px;
    border-bottom-width: 0.0625rem;
  }
  .xs-md\:first\:border-t:first-child {
    border-top-width: 1px;
    border-top-width: 0.0625rem;
  }
}
@media (max-width: 63.9375rem) {
  .xs-lg\:m-0 {
    margin: 0px;
    margin: 0;
  }
  .xs-lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .xs-lg\:mb-0 {
    margin-bottom: 0px;
    margin-bottom: 0;
  }
  .xs-lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .xs-lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .xs-lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .xs-lg\:mt-4 {
    margin-top: 1rem;
  }
  .xs-lg\:flex {
    display: flex;
  }
  .xs-lg\:h-auto {
    height: auto;
  }
  .xs-lg\:w-12 {
    width: 3rem;
  }
  .xs-lg\:max-w-80 {
    max-width: 20rem;
  }
  .xs-lg\:items-center {
    align-items: center;
  }
  .xs-lg\:justify-center {
    justify-content: center;
  }
  .xs-lg\:self-end {
    align-self: flex-end;
  }
  .xs-lg\:rounded {
    border-radius: 0.25rem;
  }
  .xs-lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .xs-lg\:border {
    border-width: 1px;
    border-width: 0.0625rem;
  }
  .xs-lg\:border-b {
    border-bottom-width: 1px;
    border-bottom-width: 0.0625rem;
  }
  .xs-lg\:border-gray-400 {
    --tw-border-opacity: 1;
    border-color: rgb(156 163 175 / var(--tw-border-opacity));
  }
  .xs-lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xs-lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .xs-lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xs-lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xs-lg\:py-0 {
    padding-top: 0px;
    padding-top: 0;
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .xs-lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xs-lg\:pb-0 {
    padding-bottom: 0px;
    padding-bottom: 0;
  }
  .xs-lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .xs-lg\:pl-2 {
    padding-left: 0.5rem;
  }
  .xs-lg\:pt-3 {
    padding-top: 0.75rem;
  }
  .xs-lg\:pt-4 {
    padding-top: 1rem;
  }
  .xs-lg\:text-center {
    text-align: center;
  }
  .xs-lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xs-lg\:shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    --tw-shadow-colored: 0 0.625rem 0.9375rem -0.1875rem var(--tw-shadow-color), 0 0.25rem 0.375rem -0.25rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

@supports (color: rgb(0 0 0 / 0)) {
.xs-lg\:shadow-lg {
      --tw-shadow: 0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
    }
}
  .xs-lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }
  .xs-lg\:hover\:no-underline:hover {
    text-decoration-line: none;
  }
}
.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

