*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | 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: #d2d2d2; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: sofia-pro, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
html,
body {
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
@media (min-width: 48em) {
  html,
  body {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.section-spacing {
  margin-bottom: 4rem;
}
@media (min-width: 48em) {

  .section-spacing {
    margin-bottom: 5rem;
  }
}
.heading-spacing {
  margin-bottom: 1.25rem;
}
@media (min-width: 64em) {

  .heading-spacing {
    margin-bottom: 2.5rem;
  }
}
svg {
  width: auto;
  height: 100%;
}
*:focus {
  outline: 2px solid #e67300;
}
.container .container,
.container .container .container {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 30em) {

  .container {
    max-width: 30em;
  }
}
@media (min-width: 40em) {

  .container {
    max-width: 40em;
  }
}
@media (min-width: 48em) {

  .container {
    max-width: 48em;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 64em) {

  .container {
    max-width: 64em;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 80em) {

  .container {
    max-width: 80em;
  }
}
@media (min-width: 90em) {

  .container {
    max-width: 90em;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  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: var(--tw-prose-links);
  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-inline-start: 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-inline-start: 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;
  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-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 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: var(--tw-prose-headings);
  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: var(--tw-prose-headings);
  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: var(--tw-prose-headings);
  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: var(--tw-prose-headings);
  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(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  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 var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 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-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 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;
  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-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-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  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-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.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: rgb(17 24 39 / 10%);
  --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: rgb(255 255 255 / 10%);
  --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(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-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 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 > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p: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-inline-start: 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-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 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;
}
.accordion .accordion__header {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion__header.open {
  margin-bottom: 0px;
  border-left-width: 0px;
  border-bottom-width: 4px;
  padding-left: 1.5rem;
}
.accordion .accordion__header.open .accordion__icon svg {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.accordion .accordion__header:focus {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.accordion .accordion__icon {
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  padding: 0.5rem;
}
.accordion .accordion__icon svg {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordion .accordion__panel {
  margin-bottom: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.accordion .accordion__panel[aria-hidden="true"] {
  display: none;
}
.accordion .accordion__panel[aria-hidden="false"] {
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
@media (min-width: 48em) {
    .accordion .accordion__header {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
  }

      .accordion .accordion__header.open {
    padding-left: 2.75rem;
  }

    .accordion .accordion__panel {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  } 
}
@media (min-width: 80em) {
    .accordion .accordion__header {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  }
.alert + .alert {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
}
.btn {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

  padding: 0.375rem 1rem 0.5rem;
}
.btn:hover,
  .btn:focus,
  .btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn[disabled] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(183 183 183 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.btn[disabled] svg {
  fill: #fff !important;
}
.btn.btn--primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn.btn--primary svg {
  fill: #fff;
}
.btn.btn--primary:hover,
    .btn.btn--primary:focus,
    .btn.btn--primary.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.btn.btn--primary:hover svg, .btn.btn--primary:focus svg, .btn.btn--primary.active svg {
  fill: #003a70;
}
.btn.btn--secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn.btn--secondary svg {
  fill: #003a70;
}
.btn.btn--secondary:hover,
    .btn.btn--secondary:focus,
    .btn.btn--secondary.active {
  --tw-border-opacity: 1;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.btn.btn--text {
  width: auto;
  border-color: transparent;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.btn.btn--text span {
        transition: padding 0.3s ease;
        padding-left: 0.25rem;
    }
.btn.btn--text:hover,
    .btn.btn--text:focus {
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.btn.btn--text:hover span, .btn.btn--text:focus span {
  padding-left: 0.75rem;
}
.btn.btn--flex {
  width: 100%;
  max-width: none;
}
.btn.btn--small {
  width: auto;
  min-width: 100px;
}
.btn.btn--center {
  display: block;
}
.btn.btn--no-max {
  width: auto;
  max-width: none;
}
.btn.btn--nav {
  font-size: 0.875rem;
  line-height: 1.5;
}
.btn.btn--icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;

    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
}
.btn.btn--icon.btn--icon-left .icon {
        order: -1;
      }
.btn.btn--icon svg {
  height: 100%;
  width: 100%;
}
.btn.btn--icon div {
  height: 1.25rem;
  width: 1.25rem;
}
@media (min-width: 64em) {
  .btn {
    max-width: 300px;
    font-size: 1.25rem;
    line-height: 1.5;

    padding: 0.3125rem 1rem 0.5rem;
  }

    .btn.btn--nav {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {
  .btn {
    font-size: 1.5rem;
    line-height: 1.5;
  }

    .btn.btn--nav {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.calculator .grid.grid-container {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas:
        "form"
        "results";
      row-gap: 2.25rem;
      -moz-column-gap: 2.25rem;
           column-gap: 2.25rem;
      margin-left: 0;
      margin-right: 0;
      width: auto;
      float: none;
    }
.calculator .grid sumday-grid {
      width: auto;
      float: none;
      margin-left: 0;
  }
.calculator .grid sumday-grid.grid {
        display: block;
      }
.calculator .grid .grid-desktop-5 {

      grid-area: form;
    }
.calculator .grid .grid-desktop-7 {
      grid-area: results;
    }
.calculator h3 {
  margin-bottom: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
@media (min-width: 40em) {

  .calculator h3 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.calculator p {
  margin-bottom: 1em;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
@media (min-width: 40em) {

  .calculator p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.calculator .highcharts-point.highcharts-color-0 {
    fill: rgb(0 58 112);
  }
@media (min-width: 48em) {
      .calculator .grid.grid-container {
        grid-template-columns: 40% 1fr;
        grid-template-areas:
        "form results";
      }
  }
@media (min-width: 64em) {
      .calculator .grid.grid-container {
        grid-template-columns: 30% 1fr;
      }
  }
.image-text-card .image-text-card__body img[src*=".svg"] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  width: 3rem;
}
.play-btn {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.play-btn > svg {
    width: 100%;
  }
.play-card-btn .play-btn svg .border {
      transition: stroke 300ms ease-in-out;
    }
.play-card-btn:hover .play-btn svg .btn {
  fill: #003a70;
}
.play-card-btn:hover .play-btn svg .border {
  stroke: #003a70;
}
.cta {
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-columns: 1fr;
  grid-template-areas:
    "img"
    "body"
    "btn";
}
.cta.cta--img-body {
    align-items: center;
  }
.cta.cta--img-body .cta__btn {
      display: none;
    }
.cta.cta--body-btn {
    align-items: center;
  }
.cta.cta--body-btn .cta__img {
      display: none;
    }
.cta .cta__img {
    grid-area: img;
  }
.cta .cta__body {
    grid-area: body;
  }
.cta .cta__btn {
    grid-area: btn;
  }
@media (min-width: 48em) {
    .cta.cta--img-body-btn {
      grid-template-columns: 300px 1fr;
      grid-template-areas:
        "img body"
        "img btn";
    }

    .cta.cta--body-btn-img {
      grid-template-columns: 1fr 300px;
      grid-template-areas:
        "body img"
        "btn img";
    }

    .cta.cta--img-body {
      grid-template-columns: 300px 1fr;
      grid-template-areas: "img body";
    }

      .cta.cta--img-body .cta__btn {
        display: none;
      }

    .cta.cta--body-img {
      grid-template-columns: 1fr 300px;
      grid-template-areas: "body img";
    }

      .cta.cta--body-img .cta__btn {
        display: none;
      }

    .cta.cta--body-btn {
      grid-template-columns: 1fr;
      grid-template-areas:
        "body"
        "btn";
    }

    .cta.cta--body-btn-inline {
      grid-template-columns: 1fr 25%;
      grid-template-areas: "body btn";
    }
}
@media (min-width: 64em) {
    .cta.cta--img-body-btn {
      grid-template-columns: 25% 1fr;
    }

    .cta.cta--body-btn-img {
      grid-template-columns: 1fr 25%;
    }

    .cta.cta--img-body {
      grid-template-columns: 25% 1fr;
    }
}
.footer__logo {
  width: auto;
  height: auto;
  max-height: 2.5rem;
  margin: 0 auto;
}
.footer-nav ul {
  margin: 0px;
  list-style-type: none;
}
.footer-nav ul > :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));
}
.footer-nav ul {
  border-top-width: 4px;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.footer-nav li {
  margin-bottom: 0px;
}
.footer-nav a {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-nav a:hover,
    .footer-nav a:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.address {
  font-style: normal;
}
.address > * {
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.address p:not(:last-child) {
  margin-bottom: 0.5rem;
}
.footer-legal ul {
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
}
.footer-legal a {
  display: inline-block;
  padding-top: 0.35em;
  padding-bottom: 0.35em;
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.footer-legal a:hover,
    .footer-legal a:focus {
  text-decoration-line: none;
}
.copyright {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.copyright > * {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 30em) {

  .copyright > * {
    max-width: 30em;
  }
}
@media (min-width: 40em) {

  .copyright > * {
    max-width: 40em;
  }
}
@media (min-width: 48em) {

  .copyright > * {
    max-width: 48em;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 64em) {

  .copyright > * {
    max-width: 64em;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 80em) {

  .copyright > * {
    max-width: 80em;
  }
}
@media (min-width: 90em) {

  .copyright > * {
    max-width: 90em;
  }
}
.copyright > * .container,.copyright > * .container .container {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
.copyright p {
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  row-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  grid-template-areas:
  "logo logo"
  "nav nav"
  "legal seal"
  "contact contact"
  "social social";
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.footer-grid__logo {
  grid-area: logo;
}
.footer-grid__nav {
  grid-area: nav;
}
.footer-grid__contact {
  grid-area: contact;
}
.footer-grid__legal {
  grid-area: legal;
}
.footer-grid__state-seal {
  grid-area: seal;
}
.footer-grid__social {
  grid-area: social;
  align-self: center;
}
.social li {
  margin-bottom: 0px;
}
.social a svg {
  fill: #003a70;
  stroke: #003a70;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.social a:hover svg,
    .social a:focus svg {
  fill: #e67300;
  stroke: #e67300;
}
@media (min-width: 40em) {
  .footer-grid {
    grid-template-columns: 40% 20% 1fr;
    grid-template-areas:
    "logo . ."
    "nav legal legal"
    "contact contact seal"
    "social social social";
  }
  /*

  .footer-grid__legal {
    align-self: end;
  }

  .footer-legal {

    ul {
      @apply
        flex
        flex-wrap
        gap-4;
    }
  } */
}
@media (min-width: 48em) {
  .footer-grid {
    grid-template-columns: 30% 1fr 1fr 160px;
    grid-template-areas:
    "logo . . ."
    "nav legal seal seal"
    "contact contact social social";
  }

  .address {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }

  .copyright > * {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.radio-styled {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio-styled__wrapper {
  padding: 32px 32px 32px 78px;
}
.radio-styled + label {
  position: relative;
  cursor: pointer;

  /* .radio-styled__selected {
    display: none;
  }

  .radio-styled__unselected {
    display: inline-block;
  } */
}
.radio-styled + label::before {
    content: "";
    position: absolute;
    left: -46px;
    /* top: 0; */
    top: calc(50% - 18px);
    background: url(/images/icon-checkbox-unselected.svg?e0d35aa0a5f5e5b846a7927709a4462f) 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
  }
.radio-styled:focus + label {
  outline: 2px solid #e67300;
  /* .radio-styled__selected,
  .radio-styled__unselected {
    border: red solid 1px;
  } */
}
.radio-styled:checked + label {

  /* .radio-styled__selected {
    display: inline-block;
  }

  .radio-styled__unselected {
    display: none;
  } */
}
.radio-styled:checked + label::before {
    background-image: url(/images/icon-checkbox-selected.svg?1373bc877d56b0b916cbe27d2845978a);
  }
@media (min-width: 48em) {
    .radio-styled + label::before {
      top: calc(50% - 20px);
      left: -50px;
      width: 40px;
      height: 40px;
    }

  .radio-styled__wrapper {
    padding-left: 82px;
  }
}
@media (min-width: 80em) {
    .radio-styled + label::before {
      top: calc(50% - 24px);
      left: -58px;
      width: 48px;
      height: 48px;
    }

  .radio-styled__wrapper {
    padding-left: 90px;
  }
}
.grid-border > * {
  --tw-border-opacity: 1;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
}
@media (min-width: 48em) {

  .grid-border > * {
    border-right-width: 4px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 47.9375em) {

  .grid-border > * {
    border-bottom-width: 4px;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 48em) {

  .grid-border > *:first-child {
    padding-left: 0px;
  }
}
@media (max-width: 47.9375em) {

  .grid-border > *:first-child {
    padding-top: 0px;
  }
}
.grid-border > *:last-child {
  border-style: none;
}
@media (min-width: 48em) {

  .grid-border > *:last-child {
    padding-right: 0px;
  }
}
@media (max-width: 47.9375em) {

  .grid-border > *:last-child {
    padding-bottom: 0px;
  }
}
.flex-grid {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.flex-grid > * {
  display: flex;
  flex-shrink: 1;
  flex-grow: 0;
  align-items: flex-end;
  justify-content: center;
}
.flex-grid.flex-grid--border > *:last-child {
  border-style: none;
}
@media (min-width: 40em) {

  .flex-grid.flex-grid--normal {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    flex-direction: row;
  }
}
@media (max-width: 39.9375em) {

  .flex-grid.flex-grid--normal {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
@media (min-width: 40em) {

  .flex-grid.flex-grid--normal > * {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 39.9375em) {

  .flex-grid.flex-grid--normal > * {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.flex-grid.flex-grid--normal > * {
            /* @screen sm {
                width: calc(50% - 20px);
            } */
        }
@media (min-width: 40em) {

  .flex-grid.flex-grid--normal.flex-grid--border {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 39.9375em) {

  .flex-grid.flex-grid--normal.flex-grid--border {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 40em) {

  .flex-grid.flex-grid--normal.flex-grid--border > * {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    border-right-width: 4px;
    --tw-border-opacity: 1;
    border-right-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 39.9375em) {

  .flex-grid.flex-grid--normal.flex-grid--border > * {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 48em) {

  .flex-grid.flex-grid--wide {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    flex-direction: row;
  }
}
@media (max-width: 47.9375em) {

  .flex-grid.flex-grid--wide {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
/* border: 1px solid red; */
@media (min-width: 48em) {

  .flex-grid.flex-grid--wide > * {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    width: 50%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media (max-width: 47.9375em) {

  .flex-grid.flex-grid--wide > * {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.flex-grid.flex-grid--wide > * {

            /* @screen md {
                width: calc(50% - 20px);
            } */
        }
@media (min-width: 48em) {

  .flex-grid.flex-grid--wide.flex-grid--border {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media (max-width: 47.9375em) {

  .flex-grid.flex-grid--wide.flex-grid--border {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }
}
@media (min-width: 48em) {

  .flex-grid.flex-grid--wide.flex-grid--border > * {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    border-right-width: 4px;
    --tw-border-opacity: 1;
    border-right-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 47.9375em) {

  .flex-grid.flex-grid--wide.flex-grid--border > * {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {

  .flex-grid.flex-grid--wide.flex-grid--border > *:nth-child(even) {
    border-style: none;
  }
}
@media (min-width: 64em) {

  .flex-grid.flex-grid--three > *,
    .flex-grid.flex-grid--four > * {
    width: 33.333333%;
  }
}
/* @screen lg {
            width: calc(33.333% - 20px);
        } */
@media (min-width: 64em) and (max-width: 79.9375em) {

  .flex-grid.flex-grid--three > *:nth-child(3n + 3), .flex-grid.flex-grid--four > *:nth-child(3n + 3) {
    border-style: none;
  }
}
@media (min-width: 80em) {

  .flex-grid.flex-grid--four > *,
    .flex-grid.flex-grid--five > * {
    width: 25%;
  }
}
/* @screen xl {
            width: calc(25% - 20px);
        } */
@media (min-width: 80em) and (max-width: 89.9375em) {

  .flex-grid.flex-grid--four > *:nth-child(4n + 4), .flex-grid.flex-grid--five > *:nth-child(4n + 4) {
    border-style: none;
  }
}
@media (min-width: 90em) {

  .flex-grid.flex-grid--five > * {
    width: 20%;
  }
}
/* @screen 2xl {
            width: calc(20% - 20px);
        } */
@media (min-width: 90em) {

  .flex-grid.flex-grid--five > *:nth-child(5n + 5) {
    border-style: none;
  }
}
@media (min-width: 48em) {

  .grid-2-col > *:last-child {
    grid-column: span 2 / span 2;
  }
}
@media (min-width: 48em) and (max-width: 63.9375em) {

  .grid-3-col > *:last-child {
    grid-column: span 2 / span 2;
  }
}
.grid-subscribe {
    grid-template-columns: 1fr;
}
@media (min-width: 64em) {
.grid-subscribe {
        grid-template-columns: 20% 1fr
}
    }
.prose hr,
hr {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
}
.logo {
  width: auto;
  height: auto;
  max-height: 2.5rem;
}
.hamburger > * {
    width: 1.375rem;
    height: 1.375rem;
    position: relative;
    background: none;
    padding: 0;
    margin: 1rem;
    border: none;
    transition-property: all;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
.hamburger > * .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));

      padding: 0;
      width: 22px;
      height: 4px;
      display: block;
      border-radius: 4px;
      transition: all 0.3s ease-in-out;
      position: absolute;
}
.hamburger > * .bar1 {
      top: 0;
      transform-origin: 5%;
    }
.hamburger > * .bar2,
    .hamburger > * .bar3 {
      top: 9px;
    }
.hamburger > * .bar3 {
      right: 0;
    }
.hamburger > * .bar4 {
      bottom: 0;
      transform-origin: 5%;
    }
.hamburger:hover .bar {
  --tw-bg-opacity: 1;
  background-color: rgb(230 115 0 / var(--tw-bg-opacity, 1));
}
.hamburger.open .bar1 {
      transform: rotate(45deg);
      height: 3px;
      width: 31px;
    }
.hamburger.open .bar3 {
      transform: rotate(45deg);
      height: 3px;
      background-color: transparent;
    }
.hamburger.open .bar2 {
      transform: rotate(-45deg);
      height: 3px;
      background-color: transparent;
    }
.hamburger.open .bar4 {
      transform: rotate(-45deg);
      height: 3px;
      width: 31px;
    }
.navbar {
  /* @apply
    bg-light-gray;

  .navbar__container {
    @apply
    flex
    justify-between
    p-2
    space-x-2;
  }

  .navbar__outer {
    flex: 1 0;
    display: flex;
    align-items: center;

    &.navbar__outer-left {
      justify-content: flex-start;

    }

    &.navbar__outer-right {
      justify-content: flex-end;
      @apply
        space-x-2;
    }
  }

  .navbar__logo {
    flex: 2 0;
    display: flex;
    align-items: center;
    justify-content: center;

    .logo {
      @apply
        w-full
        h-full;
    }
  } */


  /* .navbar__menu-btn {
    @apply
      flex
      items-center
      justify-between
      p-2
      text-white
      rounded
      bg-navy
      text-10
      transition-all
      duration-300
      ease-in-out;

    transition: background-color 300ms ease-in-out;

    img {
      @apply
        transition-all
        duration-300
        ease-in-out;
    }

    &.open {
      img {
        @apply
          rotate-45
          transition-all
          duration-300
          ease-in-out;

      }
    }

    &:hover,
    &:focus {
      @apply border-black
      text-white
      bg-black;
    }
  } */

  /* .search-btn {
    width: 3.375rem;
    height: 3.375rem;
    width: 50px;
    height: 50px;

    @apply
      flex
      items-center
      justify-center
      transition-all
      duration-300
      ease-in-out;

    svg {
      width: 1.25rem;
      height: 1.25rem;

      .plus {
        transition: 300ms ease-in-out;
        fill: #003a70;
        stroke: #003a70;
      }
    }

    &:hover {
      @apply
        bg-gray-500;

      svg {
        .plus {
          fill: #fff;
          stroke: #fff;
        }
      }
    }
  } */


  /* .search-btn {
      .magnifying-glass {
        transition: 300ms ease-in-out;
        fill: #003a70;
      }

    &:hover {
        .magnifying-glass {
          fill: #e67300;
        }
    }
  } */

}
.nav .nav__menu {
  margin: 0px;
  list-style-type: none;
}
.nav .nav__menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.nav .nav__menu {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.nav .nav__nav-link {
  display: block;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.nav .nav__menu--dropdown .nav__nav-link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav .nav__menu--dropdown .nav__nav-link:hover,
    .nav .nav__menu--dropdown .nav__nav-link:focus,
    .nav .nav__menu--dropdown .nav__nav-link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/* @apply
      list-none
      m-0
      px-0
      hidden; */
.nav.nav--desktop .nav__nav-link {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration-line: none;
}
.nav.nav--desktop .nav__nav-link.active,
      .nav.nav--desktop .nav__nav-link:hover,
      .nav.nav--desktop .nav__nav-link:focus {
  margin-bottom: -2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
}
.nav.nav--desktop .nav__nav-link.active,
      .nav.nav--desktop .nav__nav-link:hover {
        outline: none;
      }
.nav.nav--desktop .nav__menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.nav.nav--desktop .nav__menu.nav__menu--dropdown {
      position: absolute;
      top: 120%;
      left: 0;
      margin: 0;
      padding: 0;
      border: 2px solid #f2f2f2;
      min-width: 130px;
      width: 170px;
      display: block;
      z-index: 100;
      box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    }
.nav.nav--desktop .nav__menu.nav__menu--dropdown .nav__nav-link {
  margin-bottom: 0px;
  border-style: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  text-decoration-line: none;
}
.nav.nav--desktop .nav__menu.nav__menu--dropdown .nav__nav-link.active,
        .nav.nav--desktop .nav__menu.nav__menu--dropdown .nav__nav-link:hover,
        .nav.nav--desktop .nav__menu.nav__menu--dropdown .nav__nav-link:focus {
          margin-bottom: 0;
        }
.nav.nav--desktop .nav__menu.nav__menu--dropdown .nav__nav-item {
  margin-bottom: 0px;
}
.nav.nav--desktop .nav__nav-item.nav__nav-item--dropdown {
      position: relative;
    }
.nav.nav--desktop .nav__nav-item.nav__nav-item--dropdown .nav__nav-item {
  margin-top: 0px;
}
.nav.nav--desktop .nav__nav-item.nav__nav-item--dropdown .nav__nav-item:not(:first-child) {
        border-top: 2px solid #f2f2f2;
        border-bottom: none;
        border-left: none;
        border-right: none;
      }
.nav.nav--mobile {
  position: absolute;
  z-index: 50;
  margin-top: 0.25rem;
  max-width: 24rem;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.nav.nav--mobile.open {
  display: block;
}
.nav.nav--mobile .nav__menu {
  border-top-width: 4px;
  border-bottom-width: 8px;
  border-top-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
}
.nav.nav--mobile .nav__menu:not(.nav__menu--dropdown) {
  border-top-color: transparent;
}
.nav.nav--mobile .nav__nav-link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nav.nav--mobile .nav__nav-link:hover,
      .nav.nav--mobile .nav__nav-link:focus,
      .nav.nav--mobile .nav__nav-link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.nav.nav--mobile .nav__nav-link.nav__nav-link--dropdown {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.nav.nav--mobile .nav__nav-link.nav__nav-link--dropdown:hover,
        .nav.nav--mobile .nav__nav-link.nav__nav-link--dropdown:focus,
        .nav.nav--mobile .nav__nav-link.nav__nav-link--dropdown.dropdown {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.nav.nav--mobile .nav__menu.nav__menu--dropdown {
        border-bottom: none;
        padding-bottom: 0;
      }
.nav.nav--mobile .nav__menu.nav__menu--dropdown .nav__nav-link {
  padding-left: 3rem;
  padding-right: 3rem;
}
.navbar__nav-container {
  display: none;
}
.search-btn {
  width: 3.375rem;
  height: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

}
.search-btn svg {
  fill: #003a70;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    width: 1.5rem;
    height: 1.5rem;
}
.search-btn:hover svg {
  fill: #e67300;
}
@media only screen and (min-width: 31.25em) {
    .navbar .navbar__icon-btn {
      width: 3.375rem;
      height: 3.375rem;

      /* svg {
        width: 1.875rem;
        height: 1.875rem;
      } */
    }
}
@media (min-width: 64em) {
  .navbar {
    display: flex;
    justify-content: space-between;
  }

    .navbar .navbar__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
      .navbar .navbar__outer.navbar__outer-left {
    display: none;
  }

      .navbar .navbar__outer.navbar__outer-right {
        flex: 1 1;
      }

    .navbar .navbar__logo {
      flex: 1 1;
      display: block;
    }

      .navbar .navbar__logo .logo {
        display: inline-block;
        height: 3.125rem;
        width: auto;
      }

  .navbar__nav-container {
    display: block;
  }
    /* &.nav--desktop {
      @apply
        flex
        items-center
        justify-end
        space-x-2
        h-full;
    } */

    .nav.nav--mobile {
    display: none;
  }
    .search-btn svg {
      width: 1.875rem;
      height: 1.875rem;
    }
}
@media (min-width: 80em) {
    .nav.nav--desktop > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

      .nav.nav--desktop .nav__nav-link {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.marketo-form {
  min-height: 6rem;
  padding: 0px !important;
}
.marketo-form .mktoForm,
.marketo-form .mktoFormCol,
.marketo-form .mktoFormCol .mktoFieldWrap {
  width: 100% !important;
}
.marketo-form .mktoForm .mktoFormRow .mktoFieldDescriptor {
  margin-bottom: 15px !important;
}
.marketo-form .mktoForm label.mktoLabel {
  margin-bottom: 0.5rem;
  display: flex;
  width: 100% !important;
  align-items: center;
  padding-top: 0px !important;
  font-size: 1.125rem !important;
  font-weight: 700;
  line-height: 1 !important;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.marketo-form.marketo-form--label-small .mktoForm label.mktoLabel {
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.marketo-form .mktoForm .mktoRequiredField .mktoAsterix {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(189 33 48 / var(--tw-text-opacity, 1));
}
.marketo-form.marketo-form--hide-asterix .mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
/* Make fields responsive */
.marketo-form .mktoForm input[type="text"],
.marketo-form .mktoForm input[type="url"],
.marketo-form .mktoForm input[type="email"],
.marketo-form .mktoForm input[type="tel"],
.marketo-form .mktoForm input[type="number"],
.marketo-form .mktoForm input[type="date"],
.marketo-form .mktoForm textarea.mktoField,
.marketo-form .mktoForm select.mktoField {
  display: inline-block;
  height: 2.25rem;
  width: 100% !important;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.play-card-btn .play-btn svg .marketo-form .mktoForm input[type="text"],.play-card-btn .play-btn svg 
.marketo-form .mktoForm input[type="url"],.play-card-btn .play-btn svg 
.marketo-form .mktoForm input[type="email"],.play-card-btn .play-btn svg 
.marketo-form .mktoForm input[type="tel"],.play-card-btn .play-btn svg 
.marketo-form .mktoForm input[type="number"],.play-card-btn .play-btn svg 
.marketo-form .mktoForm input[type="date"],.play-card-btn .play-btn svg 
.marketo-form .mktoForm textarea.mktoField,.play-card-btn .play-btn svg 
.marketo-form .mktoForm select.mktoField {
      transition: stroke 300ms ease-in-out;
    }
.play-card-btn:hover .play-btn svg .marketo-form .mktoForm input[type="text"],.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm input[type="url"],.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm input[type="email"],.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm input[type="tel"],.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm input[type="number"],.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm input[type="date"],.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm textarea.mktoField,.play-card-btn:hover .play-btn svg 
.marketo-form .mktoForm select.mktoField {
  stroke: #003a70;
}
.marketo-form .mktoForm input[type="text"],
.marketo-form .mktoForm input[type="url"],
.marketo-form .mktoForm input[type="email"],
.marketo-form .mktoForm input[type="tel"],
.marketo-form .mktoForm input[type="number"],
.marketo-form .mktoForm input[type="date"],
.marketo-form .mktoForm textarea.mktoField,
.marketo-form .mktoForm select.mktoField {

  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.marketo-form .mktoForm input[type="text"]:focus,
  .marketo-form .mktoForm input[type="text"]:focus-within,
  .marketo-form .mktoForm input[type="text"]:hover,
  .marketo-form .mktoForm input[type="url"]:focus,
  .marketo-form .mktoForm input[type="url"]:focus-within,
  .marketo-form .mktoForm input[type="url"]:hover,
  .marketo-form .mktoForm input[type="email"]:focus,
  .marketo-form .mktoForm input[type="email"]:focus-within,
  .marketo-form .mktoForm input[type="email"]:hover,
  .marketo-form .mktoForm input[type="tel"]:focus,
  .marketo-form .mktoForm input[type="tel"]:focus-within,
  .marketo-form .mktoForm input[type="tel"]:hover,
  .marketo-form .mktoForm input[type="number"]:focus,
  .marketo-form .mktoForm input[type="number"]:focus-within,
  .marketo-form .mktoForm input[type="number"]:hover,
  .marketo-form .mktoForm input[type="date"]:focus,
  .marketo-form .mktoForm input[type="date"]:focus-within,
  .marketo-form .mktoForm input[type="date"]:hover,
  .marketo-form .mktoForm textarea.mktoField:focus,
  .marketo-form .mktoForm textarea.mktoField:focus-within,
  .marketo-form .mktoForm textarea.mktoField:hover,
  .marketo-form .mktoForm select.mktoField:focus,
  .marketo-form .mktoForm select.mktoField:focus-within,
  .marketo-form .mktoForm select.mktoField:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1)) !important;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.075);
}
.marketo-form .mktoForm input[aria-invalid="true"], .marketo-form .mktoForm textarea.mktoField[aria-invalid="true"], .marketo-form .mktoForm select.mktoField[aria-invalid="true"] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 53 69 / var(--tw-border-opacity, 1)) !important;
}
.marketo-form .mktoForm input[aria-invalid="true"]:focus,
    .marketo-form .mktoForm input[aria-invalid="true"]:focus-within,
    .marketo-form .mktoForm input[aria-invalid="true"]:hover,
    .marketo-form .mktoForm textarea.mktoField[aria-invalid="true"]:focus,
    .marketo-form .mktoForm textarea.mktoField[aria-invalid="true"]:focus-within,
    .marketo-form .mktoForm textarea.mktoField[aria-invalid="true"]:hover,
    .marketo-form .mktoForm select.mktoField[aria-invalid="true"]:focus,
    .marketo-form .mktoForm select.mktoField[aria-invalid="true"]:focus-within,
    .marketo-form .mktoForm select.mktoField[aria-invalid="true"]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 53 69 / var(--tw-border-opacity, 1)) !important;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.075);
}
.marketo-form .mktoForm textarea.mktoField {
  height: auto;
}
.marketo-form .mktoForm input[type="radio"],
.marketo-form .mktoForm input[type="checkbox"] {
  margin: 4px 0 0;
  line-height: normal;
  height: 1.5em;
  width: 1.5em;
}
/* // Fieldset styling */
.marketo-form .mktoForm fieldset {
  margin-bottom: 20px !important;
}
.marketo-form .mktoForm legend {
  margin-left: 0;
}
/* //change the size of the label for the radio/checkbox input */
.marketo-form .mktoForm .mktoRadioList > label,
.marketo-form .mktoForm .mktoCheckboxList > label {
  font-size: $font-size-base;
  margin-left: 2em;
  line-height: 1.5em;
}
/* //make checkbox inline with label
//class added by JS */
.marketo-form .mktoForm .checkbox-style {
  display: flex;
}
.marketo-form .mktoForm > label {
  order: 2;
}
.marketo-form .mktoForm > .mktoCheckboxList {
  width: auto !important;
}
/* //override any font styles in rich text editor */
.marketo-form .mktoForm .mktoHtmlText .mktoHasWidth {
  width: 100% !important;
}
.marketo-form .mktoForm span,
.marketo-form .mktoForm p {
  font-family: $font-family-sans-serif-secondary !important;
}
/* //Remove the offset used as spacing between fields */
.marketo-form .mktoForm .mktoOffset {
  float: left;
  height: 0 !important;
  width: 10px;
}
.marketo-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background: green !important;
}
/* //Required field styling */
.marketo-form .mktoForm .mktoRequiredField .mktoAsterix {
  display: inline-block;
  float: none;
  padding-left: 0;
  padding-right: 5px;
}
/* //Required field styling */
.marketo-form .mktoForm .mktoRequiredField .mktoAsterix {
  display: inline-block;
  float: none;
  padding-left: 0;
  padding-right: 5px;
}
/* //Remove the spacing between label and field
//if set to have labels to left in Marketo */
.marketo-form .mktoForm .mktoGutter {
  display: none;
}
/* //Error message */
.marketo-form .mktoForm .mktoError {
  right: auto !important;
  left: 20%;
}
.marketo-form .mktoForm .mktoButtonRow {
  width: 100% !important;
  text-align: center;
}
.marketo-form .mktoButtonWrap {
  margin-left: 0px !important;
}
.marketo-form .mktoButton {
  display: inline-block;
  width: auto !important;
  min-width: 200px;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.play-card-btn .play-btn svg .marketo-form .mktoButton {
      transition: stroke 300ms ease-in-out;
    }
.play-card-btn:hover .play-btn svg .marketo-form .mktoButton {
  stroke: #003a70;
}
.marketo-form .mktoButton {
  
    padding: 0.375rem 2rem 0.6rem;
  
}
.marketo-form .mktoButton:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.marketo-form .mktoButton:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  outline-style: solid;
  outline-width: 1px;
  outline-color: #e67300;
}
.marketo-form.marketo-form--label-small .mktoButton {
  font-size: 1rem;
  line-height: 1.5;
}
.marketo-form.marketo-form--two-col.marketo-form--full-width-last-row .mktoFormRow.last-row {
    grid-column: span 2;
  }
.marketo-form.marketo-form--two-col.marketo-form--full-width-last-row .mktoFormRow.last-row:nth-child(odd) .mktoFieldDescriptor {
    padding-left: 0;
  }
.marketo-form.marketo-form--two-col.marketo-form--full-width-last-row .mktoFormRow.last-row:nth-child(even) .mktoFieldDescriptor {
    padding-right: 0;
  }
.mktoCaptchaDisclaimer {
  display: none !important;
}
@media (min-width: 48em) {
      .marketo-form.marketo-form--two-col .mktoForm {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.calculator .marketo-form.marketo-form--two-col .mktoForm.grid-container {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas:
        "form"
        "results";
      row-gap: 2.25rem;
      -moz-column-gap: 2.25rem;
           column-gap: 2.25rem;
      margin-left: 0;
      margin-right: 0;
      width: auto;
      float: none;
    }
.calculator .marketo-form.marketo-form--two-col .mktoForm sumday-grid {
      width: auto;
      float: none;
      margin-left: 0;
  }
.calculator .marketo-form.marketo-form--two-col .mktoForm sumday-grid.grid {
        display: block;
      }
.calculator .marketo-form.marketo-form--two-col .mktoForm .grid-desktop-5 {

      grid-area: form;
    }
.calculator .marketo-form.marketo-form--two-col .mktoForm .grid-desktop-7 {
      grid-area: results;
    }
@media (min-width: 48em) {
      .calculator .marketo-form.marketo-form--two-col .mktoForm.grid-container {
        grid-template-columns: 40% 1fr;
        grid-template-areas:
        "form results";
      }
  }
@media (min-width: 64em) {
      .calculator .marketo-form.marketo-form--two-col .mktoForm.grid-container {
        grid-template-columns: 30% 1fr;
      }
  }

      .marketo-form.marketo-form--two-col .mktoForm .mktoFormRow {
        /* @apply
          mr-2; */
      }

      .marketo-form.marketo-form--two-col .mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 2rem !important;
  }

      .marketo-form.marketo-form--two-col .mktoForm .mktoFormRow:nth-child(odd) .mktoFieldDescriptor {
    padding-left: 1rem;
  }
      
      .marketo-form.marketo-form--two-col .mktoForm .mktoFormRow:nth-child(even) .mktoFieldDescriptor {
    padding-right: 1rem;
  }
      
      .marketo-form.marketo-form--two-col .mktoButtonRow {
    grid-column: 1 / -1;
    width: auto !important;
  }

    .marketo-form.marketo-form--full-width-last-row .mktoForm [class~='mktoFormRow']:last-of-type {
      grid-column: span 2;
    }
      .marketo-form.marketo-form--inline .mktoForm {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-end;
    gap: 1.25rem;
  }
.calculator .marketo-form.marketo-form--inline .mktoForm.grid-container {
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas:
        "form"
        "results";
      row-gap: 2.25rem;
      -moz-column-gap: 2.25rem;
           column-gap: 2.25rem;
      margin-left: 0;
      margin-right: 0;
      width: auto;
      float: none;
    }
.calculator .marketo-form.marketo-form--inline .mktoForm sumday-grid {
      width: auto;
      float: none;
      margin-left: 0;
  }
.calculator .marketo-form.marketo-form--inline .mktoForm sumday-grid.grid {
        display: block;
      }
.calculator .marketo-form.marketo-form--inline .mktoForm .grid-desktop-5 {

      grid-area: form;
    }
.calculator .marketo-form.marketo-form--inline .mktoForm .grid-desktop-7 {
      grid-area: results;
    }
@media (min-width: 48em) {
      .calculator .marketo-form.marketo-form--inline .mktoForm.grid-container {
        grid-template-columns: 40% 1fr;
        grid-template-areas:
        "form results";
      }
  }
@media (min-width: 64em) {
      .calculator .marketo-form.marketo-form--inline .mktoForm.grid-container {
        grid-template-columns: 30% 1fr;
      }
  }

        .marketo-form.marketo-form--inline .mktoForm .mktoFormRow .mktoFieldDescriptor {
    margin-bottom: 0px !important;
  }

        .marketo-form.marketo-form--inline .mktoForm .mktoButton {
    width: 100% !important;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }

      .marketo-form.marketo-form--inline .hidden-row {
    display: none;
  }
  
    .marketo-form .mktoForm label.mktoLabel {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
    .marketo-form .mktoButton {
    font-size: 1.25rem;
    line-height: 1.5;
  }

      .marketo-form.marketo-form--label-small .mktoForm label.mktoLabel {
    font-size: 1rem !important;
    line-height: 1.5 !important;
  }

      .marketo-form.marketo-form--label-small .mktoButton {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.loading {
  position: relative;
}
.loading-show .loading-bkgd {
  display: flex;
}
.loading-bkgd {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
}
.loading-gif {
  height: 60px;
  width: 60px;
}
.page-intro {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1500px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.page-intro .page-intro__img-container {
  position: relative;
  height: 16rem;
}
.page-intro .page-intro__img {
  height: 16rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-intro .page-intro__title {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 30em) {

  .page-intro .page-intro__title {
    max-width: 30em;
  }
}
@media (min-width: 40em) {

  .page-intro .page-intro__title {
    max-width: 40em;
  }
}
@media (min-width: 48em) {

  .page-intro .page-intro__title {
    max-width: 48em;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 64em) {

  .page-intro .page-intro__title {
    max-width: 64em;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 80em) {

  .page-intro .page-intro__title {
    max-width: 80em;
  }
}
@media (min-width: 90em) {

  .page-intro .page-intro__title {
    max-width: 90em;
  }
}
.page-intro .page-intro__title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 1.25rem;
}
.page-intro .page-intro__title .container,.page-intro .page-intro__title .container .container {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
.page-intro .page-intro__title > * {
  display: inline-block;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  padding-bottom: 1.25rem;
  padding-top: 14px;
  font-family: sofia-pro, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));

      /* So line height can be controled separately*/
      line-height: 1.5;
      font-size: 1.875rem;
}
.page-intro .page-into__text-box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 30em) {

  .page-intro .page-into__text-box {
    max-width: 30em;
  }
}
@media (min-width: 40em) {

  .page-intro .page-into__text-box {
    max-width: 40em;
  }
}
@media (min-width: 48em) {

  .page-intro .page-into__text-box {
    max-width: 48em;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 64em) {

  .page-intro .page-into__text-box {
    max-width: 64em;
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}
@media (min-width: 80em) {

  .page-intro .page-into__text-box {
    max-width: 80em;
  }
}
@media (min-width: 90em) {

  .page-intro .page-into__text-box {
    max-width: 90em;
  }
}
.page-intro .page-into__text-box {
  padding-bottom: 1.25rem;
}
.page-intro .page-into__text-box .container,.page-intro .page-into__text-box .container .container {
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}
.page-intro .page-into__text-box > * > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.page-intro .page-into__text-box > * {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.page-intro .page-intro__sub-title {
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.page-intro .page-intro__body > p {
  font-family: sofia-pro, sans-serif;
  font-size: 1.125rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.page-intro .page-intro__button {
  text-align: center;
}
.page-intro.page-intro--left .page-intro__title {
  text-align: left;
}
.page-intro.page-intro--left .page-intro__title > * {
  margin-left: -1000px;
  padding-right: 1.25rem;
  padding-left: 1000px;
}
.page-intro.page-intro--right .page-intro__title {
  text-align: left;
}
.page-intro.page-intro--right .page-intro__title > * {
  margin-right: -1000px;
  padding-left: 1.25rem;
  padding-right: 1000px;
}
.page-intro.page-intro--top .page-intro__title {
  bottom: auto;
  top: 1.25rem;
}
.page-intro.page-intro--bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.page-intro.page-intro--bg-dark-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}
.page-intro.page-intro--bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
}
.page-intro.page-intro--bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(223 230 240 / var(--tw-bg-opacity, 1));
}
.page-intro.page-intro--hidden .page-into__text-box {
  display: none !important;
}
.page-intro.page-intro--img-short {
  height: 9rem;
}
.page-intro.page-intro--img-short .page-intro__img {
  height: 9rem;
  --tw-blur: blur(24px);
  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);
}
.page-intro.page-intro--img-short .page-intro__img-container {
  height: 9rem;
}
.page-intro.page-intro--img-short .page-intro__title {
      bottom: 50%;
      margin-bottom: -40px;
    }
@media (min-width: 48em) {
  .page-intro {
    height: 450px;
  }

    .page-intro .page-intro__img-container {
      height: 450px;
    }

    .page-intro .page-intro__img {
    position: absolute;
    top: 0px;
    bottom: 0px;

      height: 450px;
      width: 80%;
  }

    .page-intro .page-intro__title {
    bottom: 2.5rem;
  }

    .page-intro .page-into__text-box {
    position: absolute;
    top: 2.5rem;
    right: 0px;
    left: 0px;
    bottom: 2.5rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0px;
  }

      .page-intro .page-into__text-box > * {
    max-width: 380px;

        width: 45vw;
  }

    /* .page-intro__sub-title {
      @apply !leading-none;
    } */

    .page-intro .page-intro__body > p {
    font-size: 1.25rem;
    line-height: 1.5;
  }
      .page-intro.page-intro--img-full .page-intro__img {
        width: 100%;
      }
      .page-intro.page-intro--left .page-intro__img {
    left: 0px;
  }
        .page-intro.page-intro--left .page-intro__title > * {
    margin-right: 60%;
    padding-right: 2.5rem;
    padding-left: 1000px;
  }
        .page-intro.page-intro--left .page-into__text-box > * {
    margin-right: 0px;
    margin-left: auto;
  }
          .page-intro.page-intro--left.page-intro--hidden .page-intro__title > * {
    margin-right: 0px;
  }
      .page-intro.page-intro--right .page-intro__img {
    right: 0px;
  }
        .page-intro.page-intro--right .page-intro__title > * {
    margin-left: 60%;
    padding-left: 2.5rem;
    padding-right: 1000px;
  }
        .page-intro.page-intro--right .page-into__text-box > * {
    margin-left: 0px;
    margin-right: auto;
  }
          .page-intro.page-intro--right.page-intro--hidden .page-intro__title > * {
    margin-left: 0px;
  }
      .page-intro.page-intro--top .page-intro__title {
    top: 2.5rem;
  }

    .page-intro.page-intro--below {
      max-height: none;
      height: auto;
    }
        .page-intro.page-intro--below .page-intro__title > * {
    margin-right: 0px !important;
  }

      .page-intro.page-intro--below .page-intro__img-container {
        /* height: 80vh;
        max-height: 450px; */
      }

      /* @apply h-auto; */
      .page-intro.page-intro--below .page-intro__img {
        /* height: 80vh;
        max-height: 450px; */
        width: 100%;
      }

      .page-intro.page-intro--below .page-into__text-box {
    position: relative;
    top: 0px;
    bottom: 0px;
    width: 100%;
    padding-bottom: 2.5rem;
  }

        .page-intro.page-intro--below .page-into__text-box > * {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: none;
  }

      .page-intro.page-intro--below .page-intro__sub-title {
        /* @apply hidden; */
      }
}
@media (min-width: 64em) {
  .page-intro {
    height: 450px;
  }

    .page-intro .page-intro__img-container {
      height: 450px;
    }

    .page-intro .page-intro__img {
      height: 450px;
    }
      .page-intro .page-intro__title > * {
    padding-left: 3.75rem;
        font-size: 2.25rem;
  }
      .page-intro .page-into__text-box > * {
    max-width: 430px;
    padding: 2.5rem;
  }

    .page-intro .page-intro__sub-title {
    font-size: 1.75rem;
    line-height: 1.5;
  }

    .page-intro .page-intro__body > p {
    font-size: 1.375rem;
    line-height: 1.5;
  }
      .page-intro.page-intro--below .page-into__text-box {
    padding-bottom: 3.75rem;
  }
      .page-intro.page-intro--left .page-intro__img {
    left: 0px;
  }
        .page-intro.page-intro--left .page-intro__title > * {
    margin-right: 60%;
    padding-right: 3.75rem;
    padding-left: 1000px;
  }
        .page-intro.page-intro--left .page-into__text-box > * {
    margin-right: 0px;
    margin-left: auto;
  }
        .page-intro.page-intro--right .page-intro__title > * {
    margin-left: 60%;
    padding-left: 3.75rem;
    padding-right: 1000px;
  }
        .page-intro.page-intro--right .page-into__text-box > * {
    margin-left: 0px;
    margin-right: auto;
  }
      .page-intro.page-intro--img-short .page-intro__title {
        margin-bottom: -44px;
      }
}
@media (min-width: 80em) {
        .page-intro.page-intro--left .page-intro__title > * {
    margin-right: 45%;
  }
        .page-intro.page-intro--right .page-intro__title > * {
    margin-left: 45%;
  }
}
.section-text h2 {
  font-family: sofia-pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 48em) {

  .section-text h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .section-text h2 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .section-text h2 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.section-text h3 {
  font-family: sofia-pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .section-text h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .section-text h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .section-text h3 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.section-text h4 {
  font-family: sofia-pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .section-text h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .section-text h4 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .section-text h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.section-text h5 {
  font-family: sofia-pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .section-text h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .section-text h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .section-text h5 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.section-text h6 {
  font-family: sofia-pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .section-text h6 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .section-text h6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .section-text h6 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.section-text .section-text__aside {
    /* @apply container; */
    float: right;
  }
.section-text .section-text__aside-img {
  float: left;
  margin: 1.25rem;
  width: 100%;
}
@media (min-width: 48em) {

  .section-text .section-text__aside-img {
    max-width: 28rem;
  }
}
@media (min-width: 80em) {

  .section-text .section-text__aside-img {
    max-width: 32rem;
  }
}
.section-text .section-text__aside-img.right {
  float: right;
}
.info-icon path {
  fill: #713800 !important;
}
.scrollable {
  display: block;
  overflow-x: auto;
}
.performance-table .label {
  font-weight: 700;
}
.performance-table .sub-label {
  font-size: 0.875rem;
  line-height: 1.5;
}
.table,
.prose table {
  margin-bottom: 1.25rem;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  overflow-x: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
}
.play-card-btn .play-btn svg .table,.play-card-btn .play-btn svg 
.prose table {
      transition: stroke 300ms ease-in-out;
    }
.play-card-btn:hover .play-btn svg .table,.play-card-btn:hover .play-btn svg 
.prose table {
  stroke: #003a70;
}
.table thead, .prose table thead {
  border-top-width: 8px;
  border-bottom-width: 8px;
  --tw-border-opacity: 1;
  border-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
  vertical-align: bottom;
}
.table th, .prose table th {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 48em) {

  .table th, .prose table th {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .table th, .prose table th {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.table tbody tr:nth-child(odd), .prose table tbody tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.table tbody tr:nth-child(even), .prose table tbody tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.table th:first-child,
  .table td:first-child,
  .prose table th:first-child,
  .prose table td:first-child {
  padding-left: 1.25rem;
}
.table th:last-child,
  .table td:last-child,
  .prose table th:last-child,
  .prose table td:last-child {
  padding-right: 1.25rem;
}
.table td, .prose table td {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-size: 1rem;
  line-height: 1.25 !important;
}
@media (min-width: 48em) {

  .table td, .prose table td {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .table td, .prose table td {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.tabs .tab:hover,
    .tabs .tab:focus,
    .tabs .tab.active {
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 6px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-left-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  border-right-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-top-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.dropdown-fade-enter-active, .dropdown-fade-leave-active {
  transition: all 300ms ease-in-out;
}
.dropdown-fade-enter-from, .dropdown-fade-leave-to {
  opacity: 0;
  transform: translateY(-10px);
}
.fade-enter-active, .fade-leave-active {
  transition: all 300ms ease-in-out;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fade-enter-active {
  animation-name: fadeIn;
  animation-duration: 500ms;
  animation-fill-mode: both;

}
.fade-leave-active {
  animation-name: fadeOut;
  animation-duration: 500ms;
  animation-fill-mode: both;
  transform: translateY(-10px);
}
.fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
.p3sdk-target {
  /* @apply mx-20px mb-20px; */
}
.p3sdk-interactive-transcript-content.p3sdk-progressive-tracking {
  height: 260px !important;
}
.p3sdk-interactive-transcript-bottom-bar {
  display: none !important;
}
.two-columns-embed {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
    margin: 20px 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: sofia-pro, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.h1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 48em) {

  .h1 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .h1 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .h1 {
    font-size: 3rem;
    line-height: 1;
  }
}
.h2,
.prose h2 {
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 48em) {

  .h2,
.prose h2 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .h2,
.prose h2 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .h2,
.prose h2 {
    font-size: 2.25rem;
    line-height: 1.5;
  }
}
.h3,
.prose h3 {
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .h3,
.prose h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .h3,
.prose h3 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .h3,
.prose h3 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.h4,
.prose h4 {
  font-size: 1rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .h4,
.prose h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .h4,
.prose h4 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .h4,
.prose h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.h5,
.prose h5 {
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .h5,
.prose h5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .h5,
.prose h5 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .h5,
.prose h5 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.h6,,
.prose h6 {
  font-size: 1.125rem;
  line-height: 1.25;
}
@media (min-width: 48em) {

  .h6,,
.prose h6 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .h6,,
.prose h6 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .h6,,
.prose h6 {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
a {
  text-decoration-line: underline;
}
a:hover,
  a:focus {
  text-decoration-line: none;
}
/* Paragraph and text styles */
p,
address,
.text {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
@media (min-width: 48em) {

  p,
address,
.text {
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  p,
address,
.text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  p,
address,
.text {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
p:last-child, address:last-child, .text:last-child {
  margin-bottom: 0px;
}
.text-small {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {

  .text-small {
    margin-bottom: 1.25rem;
  }
}
.text-small:last-child {
  margin-bottom: 0px;
}
.text-small p {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media (min-width: 80em) {

  .text-small p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.intro > p,
.subheading {
  font-size: 1.125rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
@media (min-width: 48em) {

  .intro > p,
.subheading {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .intro > p,
.subheading {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .intro > p,
.subheading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.subheading {
  margin-top: 1.25rem;
}
.text--white > p,
.text--white ul li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text--navy > p,
.text--navy ul li {
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
ul {
  margin-left: 2rem;
  list-style-position: outside;
  list-style-type: disc;
  padding-left: 1.5em;
}
ol {
  list-style-position: outside;
  list-style-type: decimal;
}
ul ul,
ol ol {
  margin-left: 2rem;
}
li {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
@media (min-width: 48em) {

  li {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  li {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.list-style ul {
  list-style-type: none;
}
.list-style ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.list-style ul li {
      padding-left: 42px;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 32px auto;
    }
.list-style.list-style--arrows li {
    background-image: url(/images/icon-arrow-right.svg?fbdaf4bc0133279cab2c78160374fb36);
  }
.video-time {
  font-size: 0.875rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
@media (min-width: 48em) {

  .video-time {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .video-time {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 48em) {
      .list-style ul li {
        background-size: 48px auto;
        padding-left: 58px;
      }
}
.list-style ul {
  list-style-type: none;
}
.list-style ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.list-style ul li {
      padding-left: 42px;
      background-position: left center;
      background-repeat: no-repeat;
      background-size: 32px auto;
    }
.list-style.list-style--arrows li {
    background-image: url(/images/icon-arrow-right.svg?fbdaf4bc0133279cab2c78160374fb36);
  }
@media (min-width: 48em) {
      .list-style ul li {
        background-size: 48px auto;
        padding-left: 58px;
      }
}
address,
address p {
  font-style: normal;
}
.subheading-title {
  font-size: 1.375rem;
  line-height: 1.5;
}
@media (min-width: 48em) {

  .subheading-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .subheading-title {
    font-size: 1.875rem;
    line-height: 1.5;
  }
}
.external-link:after {
  background: url(/images/icon-external-link.svg?a811fed6de082ebe992a3986009ad1e7) 100% 100% no-repeat;
    content: " ";
    display: inline-block;
    height: 0.75em;
    margin-left: 3px;
    width: 0.75em;
    color: inherit;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-top-\[30px\] {
  top: -30px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-0 {
  margin: 0px;
}
.m-20px {
  margin: 1.25rem;
}
.-mx-10px {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-20px {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.-mb-2\.5 {
  margin-bottom: -0.625rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-\[2px\] {
  margin-left: -2px;
}
.-ml-\[30px\] {
  margin-left: -30px;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mt-\[4px\] {
  margin-top: -4px;
}
.-mt-\[5px\] {
  margin-top: -5px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-10px {
  margin-bottom: 0.625rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-20px {
  margin-bottom: 1.25rem;
}
.mb-30px {
  margin-bottom: 1.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-40px {
  margin-bottom: 2.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[-1000px\] {
  margin-left: -1000px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-20px {
  margin-top: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-40px {
  margin-top: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-40px {
  height: 2.5rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1\.875em\] {
  height: 1.875em;
}
.h-\[60px\] {
  height: 60px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-56 {
  max-height: 14rem;
}
.min-h-28 {
  min-height: 7rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/5 {
  width: 20%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-28 {
  width: 7rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60px {
  width: 3.75rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[1\.875em\] {
  width: 1.875em;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[236px\] {
  width: 236px;
}
.w-\[60px\] {
  width: 60px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[1500px\] {
  max-width: 1500px;
}
.max-w-\[275px\] {
  max-width: 275px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.grow-2 {
  flex-grow: 2;
}
.basis-1\/3 {
  flex-basis: 33.333333%;
}
.basis-full {
  flex-basis: 100%;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-items-center {
  justify-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20px {
  gap: 1.25rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40px {
  gap: 2.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-8 {
  gap: 2rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-20px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * 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));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.place-self-end {
  place-self: end;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-end {
  justify-self: end;
}
.justify-self-center {
  justify-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-b-8 {
  border-bottom-width: 8px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-solid {
  border-style: solid;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-default {
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(74 74 74 / var(--tw-border-opacity, 1));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(210 210 210 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(183 183 183 / var(--tw-border-opacity, 1));
}
.border-light-blue-2-600 {
  --tw-border-opacity: 1;
  border-color: rgb(201 207 216 / var(--tw-border-opacity, 1));
}
.border-light-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(218 218 218 / var(--tw-border-opacity, 1));
}
.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(0 58 112 / var(--tw-border-opacity, 1));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
}
.border-success-dark {
  --tw-border-opacity: 1;
  border-color: rgb(23 95 39 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-error-light {
  --tw-bg-opacity: 1;
  background-color: rgb(228 96 109 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(210 210 210 / var(--tw-bg-opacity, 1));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 74 74 / var(--tw-bg-opacity, 1));
}
.bg-light-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 230 240 / var(--tw-bg-opacity, 1));
}
.bg-light-blue-2-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 249 / var(--tw-bg-opacity, 1));
}
.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-light-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-light-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(182 182 182 / var(--tw-bg-opacity, 1));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(0 58 112 / var(--tw-bg-opacity, 1));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 241 230 / var(--tw-bg-opacity, 1));
}
.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 220 191 / var(--tw-bg-opacity, 1));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 199 153 / var(--tw-bg-opacity, 1));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgb(33 136 56 / var(--tw-bg-opacity, 1));
}
.bg-success-light {
  --tw-bg-opacity: 1;
  background-color: rgb(43 177 73 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10px {
  padding: 0.625rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-20px {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-40px {
  padding: 2.5rem;
}
.p-60px {
  padding: 3.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-20px {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.py-10px {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-40px {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-10px {
  padding-bottom: 0.625rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20px {
  padding-bottom: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-20px {
  padding-left: 1.25rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[1000px\] {
  padding-left: 1000px;
}
.pr-20px {
  padding-right: 1.25rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-20px {
  padding-top: 1.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40px {
  padding-top: 2.5rem;
}
.pt-\[0\.875em\] {
  padding-top: 0.875em;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-bottom {
  vertical-align: bottom;
}
.font-highlight {
  font-family: abril-text, sans-serif;
}
.font-sans {
  font-family: sofia-pro, sans-serif;
}
.text-12 {
  font-size: 0.75rem;
  line-height: 1.5;
}
.text-14 {
  font-size: 0.875rem;
  line-height: 1.5;
}
.text-16 {
  font-size: 1rem;
  line-height: 1.5;
}
.text-18 {
  font-size: 1.125rem;
  line-height: 1.5;
}
.text-20 {
  font-size: 1.25rem;
  line-height: 1.5;
}
.text-22 {
  font-size: 1.375rem;
  line-height: 1.5;
}
.text-24 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.text-30 {
  font-size: 1.875rem;
  line-height: 1.5;
}
.text-36 {
  font-size: 2.25rem;
  line-height: 1.5;
}
.text-40 {
  font-size: 2.5rem;
  line-height: 1.5;
}
.text-48 {
  font-size: 3rem;
  line-height: 1;
}
.text-\[0\.5em\] {
  font-size: 0.5em;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-default {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.text-error-dark {
  --tw-text-opacity: 1;
  color: rgb(189 33 48 / var(--tw-text-opacity, 1));
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(173 86 0 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.no-underline {
  text-decoration-line: none;
}
.placeholder-\[\#767676\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(118 118 118 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#767676\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(118 118 118 / var(--tw-placeholder-opacity, 1));
}
.opacity-40 {
  opacity: 0.4;
}
.shadow {
  --tw-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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, 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;
}
.duration-300 {
  transition-duration: 300ms;
}
@media (min-width: 40em) {

  .sm\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 30em) {

    .sm\:container {
      max-width: 30em;
    }
  }

  @media (min-width: 40em) {

    .sm\:container {
      max-width: 40em;
    }
  }

  @media (min-width: 48em) {

    .sm\:container {
      max-width: 48em;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }

  @media (min-width: 64em) {

    .sm\:container {
      max-width: 64em;
      padding-right: 3.75rem;
      padding-left: 3.75rem;
    }
  }

  @media (min-width: 80em) {

    .sm\:container {
      max-width: 80em;
    }
  }

  @media (min-width: 90em) {

    .sm\:container {
      max-width: 90em;
    }
  }
}
.hover\:bg-light-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(173 86 0 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:no-underline:hover {
  text-decoration-line: none;
}
.focus\:bg-light-gray-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgb(173 86 0 / var(--tw-text-opacity, 1));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:no-underline:focus {
  text-decoration-line: none;
}
.focus\:shadow-field:focus {
  --tw-shadow: 0 0 14px 0px rgab(0, 0, 0, 1);
  --tw-shadow-colored: 0 0 14px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:shadow-orange-400:focus {
  --tw-shadow-color: #ee9d4d;
  --tw-shadow: var(--tw-shadow-colored);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.child\:mb-1\.5 > * {
  margin-bottom: 0.375rem;
}
.child\:mb-2 > * {
  margin-bottom: 0.5rem;
}
.child\:text-12 > * {
  font-size: 0.75rem;
  line-height: 1.5;
}
.child\:text-14 > * {
  font-size: 0.875rem;
  line-height: 1.5;
}
.child\:text-16 > * {
  font-size: 1rem;
  line-height: 1.5;
}
.child\:text-default > * {
  --tw-text-opacity: 1;
  color: rgb(74 74 74 / var(--tw-text-opacity, 1));
}
.child\:text-navy > * {
  --tw-text-opacity: 1;
  color: rgb(0 58 112 / var(--tw-text-opacity, 1));
}
.child\:text-orange-900 > * {
  --tw-text-opacity: 1;
  color: rgb(113 56 0 / var(--tw-text-opacity, 1));
}
.child\:text-white > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.last-child\:mb-0 > *:last-child {
  margin-bottom: 0px;
}
@media (min-width: 30em) {

  .xs\:max-w-4xl {
    max-width: 56rem;
  }
}
@media (min-width: 40em) {

  .sm\:flex {
    display: flex;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-32 {
    width: 8rem;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:text-18 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .sm\:text-48 {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 48em) {

  .md\:-top-\[35px\] {
    top: -35px;
  }

  .md\:float-right {
    float: right;
  }

  .md\:m-40px {
    margin: 2.5rem;
  }

  .md\:-ml-\[35px\] {
    margin-left: -35px;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-40px {
    margin-bottom: 2.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mt-40px {
    margin-top: 2.5rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-60px {
    height: 3.75rem;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-\[70px\] {
    width: 70px;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

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

  .md\:grid-cols-\[1fr_30\%\] {
    grid-template-columns: 1fr 30%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:gap-40px {
    gap: 2.5rem;
  }

  .md\:space-y-40px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-l-orange {
    --tw-border-opacity: 1;
    border-left-color: rgb(230 115 0 / var(--tw-border-opacity, 1));
  }

  .md\:p-40px {
    padding: 2.5rem;
  }

  .md\:px-40px {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:pb-40px {
    padding-bottom: 2.5rem;
  }

  .md\:pr-40px {
    padding-right: 2.5rem;
  }

  .md\:pt-40px {
    padding-top: 2.5rem;
  }

  .md\:pt-\[55px\] {
    padding-top: 55px;
  }

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

  .md\:text-14 {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .md\:text-16 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .md\:text-18 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .md\:text-20 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .md\:text-22 {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .md\:text-24 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .md\:leading-\[55px\] {
    line-height: 55px;
  }

  .md\:leading-\[70px\] {
    line-height: 70px;
  }

  .child\:md\:text-16 > * {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (min-width: 64em) {

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:space-y-40px > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:py-20px {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:text-16 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .lg\:text-20 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .lg\:text-22 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
@media (min-width: 80em) {

  .xl\:-top-\[40px\] {
    top: -40px;
  }

  .xl\:-ml-\[40px\] {
    margin-left: -40px;
  }

  .xl\:mb-40px {
    margin-bottom: 2.5rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:p-60px {
    padding: 3.75rem;
  }

  .xl\:px-60px {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:pt-\[60px\] {
    padding-top: 60px;
  }

  .xl\:text-16 {
    font-size: 1rem;
    line-height: 1.5;
  }

  .xl\:text-18 {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .xl\:text-20 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .xl\:text-22 {
    font-size: 1.375rem;
    line-height: 1.5;
  }

  .xl\:text-24 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .xl\:text-30 {
    font-size: 1.875rem;
    line-height: 1.5;
  }

  .xl\:leading-\[80px\] {
    line-height: 80px;
  }

  .child\:xl\:text-14 > * {
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .child\:xl\:text-18 > * {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
@media (min-width: 90em) {

  .\32xl\:w-1\/5 {
    width: 20%;
  }
}
@media (max-width: 39.9375em) {

  .sm-max\:max-w-sm {
    max-width: 24rem;
  }

  .sm-max\:flex-col {
    flex-direction: column;
  }
}
@media (max-width: 47.9375em) {

  .md-max\:order-last {
    order: 9999;
  }

  .md-max\:mb-40px {
    margin-bottom: 2.5rem;
  }

  .md-max\:max-w-sm {
    max-width: 24rem;
  }

  .md-max\:flex-col {
    flex-direction: column;
  }
}
@media (max-width: 63.9375em) {

  .lg-max\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg-max\:hidden {
    display: none;
  }
}

