*, ::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.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: jaf-bernina-sans, 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: #9ca3af; /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  @font-face {
    font-family: jaf-bernina;
    font-weight: 300;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: adelle, serif;
}

  svg {
    fill: currentColor;
  }

  img, video {
    /*Override tailwind default so they don't clobber our styles */
    max-width: none;
    height: auto
  }
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

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

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

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

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1792px) {

  .container {
    max-width: 1792px;
  }
}
@media (min-width: 2048px) {

  .container {
    max-width: 2048px;
  }
}
.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 rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(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;
}
.content {
    flex: 1 0 auto;
  }
.content-well {
    /*Max width is 1280 rather than 1140 */
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    width: 100%;
    max-width: 1536px;
    flex-grow: 1;
    flex-direction: column;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
@media (min-width: 768px) {

  .content-well {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.full_width_content {
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.content-fullwidth-page {
  width: 100%;
}
/*********************\
   Content Sidebar Page
  \*********************/
.content-sidebar-page {
  display: flex;
  flex-direction: column;
  padding-top: 2.5rem;
}
.content-sidebar-page__heading {
  margin-bottom: 2rem;
  align-items: center;
  padding: 3rem;
}
.content-sidebar-page__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .content-sidebar-page__wrapper {
    flex-direction: row;
  }
}
.content-sidebar-page__content {
  flex: 1 1 0%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .content-sidebar-page__content {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .content-sidebar-page__content {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .content-sidebar-page__content {
    margin-right: 6rem;
  }
}
.content-sidebar-page__side-bar {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .content-sidebar-page__side-bar {
    width: 300px;
  }
}
.content-sidebar-page__secondary_content {
  width: 100%;
}
/***************************\
  Body Copy (RichTextBlock)
\***************************/
/*
  Here, wagtail spits out all RichText content in an
  irreducible chunk of html tags.
  */
.body-copy-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: jaf-bernina-sans, sans-serif;
}
@media (min-width: 640px) {

  .body-copy-block {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .body-copy-block {
    max-width: 1792px;
  }
}
.content-fullwidth-page .body-copy-block {
  padding: 2rem;
}
.body-copy-block h2 {
  font-family: adelle, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.body-copy-block h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: adelle, serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.body-copy-block h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: adelle, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.body-copy-block p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.body-copy-block a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.body-copy-block ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}
.body-copy-block ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}
.body-copy-block li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.body-copy-block hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.body-copy-block .richtext-image {
  max-width: 100%;
}
.body-copy-block .richtext-image.full-width {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.body-copy-block .richtext-image.left {
  float: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}
.body-copy-block .richtext-image.right {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
/***************************\
    SimpleCTABlock (
  \***************************/
.simple-cta-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-size: cover;
  font-family: jaf-bernina-sans, sans-serif;
    height: 175px;
}
.simple-cta-block .__gp__cta-button {
  padding-left: 5rem;
  padding-right: 5rem;
}
.simple-cta-block .__gp__cta-button--neutral:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
/************\
    Blog pages
  \************/
#posts li.post {
  margin-bottom: 2vw;
}
@media (min-width: 640px) {

  #posts li.post {
    display: flex;
  }
}
#posts li.post a.post-img {
  display: block;
  width: 100%;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 12rem;
}
@media (min-width: 640px) {

  #posts li.post a.post-img {
    width: 25%;
    flex-shrink: 0;
  }
}
.post-content-wrapper {
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding: 3.5vw;
}
.post-content-wrapper h2 {
  margin-bottom: 1rem;
}
#posts {
  padding-bottom: 1rem;
}
.post-title {
  font-family: adelle, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#posts .post-info {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#posts .post-date {
  --tw-text-opacity: 1;
  color: rgb(0 125 185 / var(--tw-text-opacity, 1));
}
.sidebar-categories a.selected {
  opacity: 0.6;
}
.sidebar-categories h5 {
  padding-bottom: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.sidebar-categories ul {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  line-height: 1.625;
}
.sidebar-categories a:hover {
  text-decoration-line: underline;
}
.profile {
  display: flex;
}
.sidebar-post-author {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.sidebar-post-author h6 {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 125 185 / var(--tw-text-opacity, 1));
}
.profile .profile-avatar {
  margin-right: 1rem;
}
.profile .profile-avatar img {
  height: 5rem;
  width: 5rem;
  max-width: -moz-min-content;
  max-width: min-content;
  border-radius: 9999px;
}
.profile .profile-info h5 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.blog-post-links {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-items: center;
}
@media (min-width: 1024px) {

  .blog-post-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6rem;
  }
}
@media (min-width: 1280px) {

  .blog-post-links {
    gap: 12rem;
  }
}
.blog-post-links-link {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  width: 100%;
  max-width: 24rem;
  flex-direction: column;
}
.blog-post-links-link .img-wrapper a.post-img {
  display: block;
  width: 100%;
  flex-grow: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 12rem;
}
.blog-post-breadcrumbs {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 640px) {

  .blog-post-breadcrumbs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-post-breadcrumbs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.blog-post-breadcrumbs ul li {
  display: inline-block;
}
.blog-post-breadcrumbs ul {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 640px) {

  .blog-post-breadcrumbs ul {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-post-breadcrumbs ul {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .blog-post-breadcrumbs ul {
    margin-right: 6rem;
  }
}
.blog-post-breadcrumbs h1 {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 36 53 / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {

  .blog-post-breadcrumbs h1 {
    margin-right: 1rem;
  }
}
@media (min-width: 768px) {

  .blog-post-breadcrumbs h1 {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .blog-post-breadcrumbs h1 {
    margin-right: 6rem;
  }
}
#posts .show-more {
  display: flex;
}
.endless_container {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.endless_container .endless_more {
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/*******************\
      Header
 \*******************/
.main-header {
  position: relative;
  display: flex;
  height: 5rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .main-header {
    height: 9rem;
  }
}
.main-header__logo {
  width: 12rem;
}
@media (min-width: 1024px) {

  .main-header__logo {
    width: 16rem;
  }
}
.main-header__content {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1536px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1024px) {

  .main-header__content {
    position: static;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.main-header__search {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
}
.main-header__search.open {
  z-index: 50;
  display: block;
}
@media (min-width: 1024px) {

  .main-header__search.open {
    top: 3rem;
  }
}
/*-------------------------------------------------------------------*\
   * SEARCH BUTTONS
   * home/menus/header.html
   * This is just the magnifying glass icon
  \*-------------------------------------------------------------------*/
.search-buttons {
    height: 25px;
    position: relative;
    margin-left: 2.5rem;
    display: none;
  }
@media (min-width: 1024px) {

  .search-buttons {
    display: block;
  }
}
.search-buttons__button {
    position: absolute;
    width: 25px;
    height: 25px;
    fill: white;
    cursor: pointer;
    transition: all .1s linear; 
  }
.search-buttons__button-search {
    opacity: 1; 
  }
.search-buttons__button-search.open {
    opacity: 0;
    transform: rotate(45deg);
  }
.search-buttons__button-close {
    opacity: 0;
  }
.search-buttons__button-close.open {
    opacity: 1;
    transform: rotate(90deg); 
  }
/*-------------------------------------------------------------------*\
   * MENU BUTTON
   * home/menus/header.html
   * This button only shows up in "for-smaller-than-tablet-landscape".
  \*-------------------------------------------------------------------*/
.menu-button {
  position: relative;
  z-index: 30;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .menu-button {
    display: none;
  }
}
.menu-button {
    width: 80px;
    height: 80px;
  }
.menu-button__burger {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    width: 34px;
    height: 2px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.menu-button__burger::before,
  .menu-button__burger::after {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    border-radius: 5px;
    transition: all .5s ease-in-out;
}
.menu-button__burger::before {
    transform: translateY(-10px); }
.menu-button__burger::after {
    transform: translateY(10px); }
.menu-button.open .menu-button__burger {
    transform: translateX(-50px);
    background: transparent; }
.menu-button.open .menu-button__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
.menu-button.open .menu-button__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
/*-------------------------------------------------------------------*\
   * SEARCH BAR
   * home/menus/header.html
   * The search input
  \*-------------------------------------------------------------------*/
.search-bar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 1024px) {

  .search-bar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.search-bar__content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 72rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}
.search-bar__input {
  width: 100%;
  border-radius: 0px;
  padding: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.search-bar__button {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-style: none;
  background-image: none;
}
.search-bar__button-icon {
    fill: #272727;
    height: 24px;
    width: 24px
  }
/*-------------------------------------------------------------------*\
   * Sub Header
   * home/pages/content_full_width_page.html
   * So far this is just an extension of the header that contains
   * breadcrumbs for the ContentFullWidth page type
  \*-------------------------------------------------------------------*/
.subheader {
    margin: 0 auto;
    padding: 0 2rem;
    width: 100%;
    max-width: 1140px; }
/*******************\
        Main Menu
  \*******************/
.main-menu {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
  opacity: 0;
}
@media (min-width: 1024px) {

  .main-menu {
    position: static;
    display: flex;
    height: auto;
    width: auto;
    flex-direction: row;
    align-items: center;
    padding-right: 1.25rem;
    opacity: 1;
  }
}
.main-menu.open {
  position: absolute;
  top: 100%;
  z-index: 50;
  margin-top: 3.5rem;
  display: flex;
  height: 100vh;
  opacity: 1;
}
.main-menu__nav {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .main-menu__nav {
    position: static;
    margin-left: 4rem;
    width: 100%;
    list-style-type: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.main-menu__nav-item {
  white-space: nowrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 1024px) {

  .main-menu__nav-item {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-right: 2rem;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.main-menu__nav-item .main-menu__caret {
  height: 1.25rem;
  width: 1.25rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .main-menu__nav-item .main-menu__caret {
    height: 14px;
    width: 14px;
  }
}
.main-menu__submenu_caret {
  transform-origin: center;
  --tw-translate-x: -0px;
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-left: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.main-menu__nav-item.parent {
  position: relative;
  z-index: 50;
}
.main-menu__nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {

  .main-menu__nav-link {
    justify-content: flex-start;
  }
}
.main-menu__nav-link a {
  white-space: nowrap;
  border-bottom-width: 2px;
  border-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.main-menu__nav-item.parent.expanded .main-menu__nav-link a {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.main-menu__nav-item:hover .main-menu__nav-link a {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.main-menu__nav-item.parent.expanded svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
/*This is the secondary-color "button" looking nav item.*/
.main-menu__nav-item-special {
  margin-top: 1.5rem;
  display: block;
  cursor: pointer;
  align-items: flex-start;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 29 36 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.main-menu__nav-item-special:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
@media (min-width: 1024px) {

  .main-menu__nav-item-special {
    margin-top: 0px;
  }
}
.main-menu__nav-item-special .main-menu__nav-link a {
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1;
}
.main-menu__nav-item-special:hover .main-menu__nav-link a {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
.main-sub-menu {
  position: static;
  z-index: 10;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
@media (min-width: 1024px) {

  .main-sub-menu {
    position: absolute;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    padding-top: 4rem;
  }
}
.main-sub-menu {
    min-width: 200px;
    top: 100%;
    left: 50%;
  }
.main-menu__nav-item.parent.expanded .main-sub-menu {
  display: block;
  opacity: 1;
}
.main-sub-menu__sub-nav-item {
  width: 100%;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.main-sub-menu__sub-nav-link {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.main-sub-menu__sub-nav-link span {
  border-bottom-width: 2px;
  border-color: transparent;
}
.main-sub-menu__sub-nav-link:hover span {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.global-footer {
  margin-top: 0.25rem;
  display: flex;
  height: 240px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.global-footer__logo {
  width: 50%;
}
@media (min-width: 768px) {

  .global-footer__logo {
    width: auto;
  }
}
.global-footer a {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.global-footer__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.75rem;
  line-height: 1rem;
}
.global-footer__terms {
  padding-top: 3rem;
}
@font-face {
    font-family: jaf-bernina;
    font-weight: 300;
  }
/****************\
    Basic Hero
\****************/
.__gp__basic-hero-block {
  display: flex;
  width: 100%;
}
.__gp__basic-hero-block__img-container {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
.__gp__basic-hero-block__img-wrap {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.__gp__basic-hero-block__img {
  top: 0px;
  height: auto;
  width: 100%;
}
.__gp__basic-hero-block__img-fixed {
  top: 0px;
  width: 100%;
}
@media (min-width: 768px) {

  .__gp__basic-hero-block__img-fixed {
    height: 500px;
  }
}
.__gp__basic-hero-block__heading-wrap {
  position: absolute;
  bottom: 24%;
  left: 10%;
  display: inline-block;
  font-family: adelle, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .__gp__basic-hero-block__heading-wrap {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .__gp__basic-hero-block__heading-wrap {
    left: 22%;
  }
}
/***********\
    Full Hero
  \***********/
.__gp__full-hero-block {
  position: relative;
  display: flex;
  min-height: 60vh;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {

  .__gp__full-hero-block {
    min-height: 500px;
  }
}
@media (min-width: 1536px) {

  .__gp__full-hero-block {
    min-height: 700px;
  }
}
.__gp__full-hero-block__text {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__full-hero-block__heading {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-family: adelle, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .__gp__full-hero-block__heading {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 400;
  }
}
.__gp__full-hero-block__sub-heading {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  line-height: 1.625;
}
@media (min-width: 768px) {

  .__gp__full-hero-block__sub-heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.__gp__full-hero-block__sub-heading ol {
  list-style-type: decimal;
}
.__gp__full-hero-block__sub-heading ul {
  list-style-type: disc;
}
.__gp__full-hero-block__video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 1024px) {

  .__gp__full-hero-block__video {
    display: inline;
  }
}
.__gp__full-hero-block__cta-buttons-wrapper {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .__gp__full-hero-block__cta-buttons-wrapper {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/*********************\
  Sidebar Link Block
\*********************/
.__gp__sidebar-link-block {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: jaf-bernina-sans, sans-serif;
}
.__gp__sidebar-link-block__heading-wrapper {
  position: relative;
}
.__gp__sidebar-link-block__heading {
  display: flex;
  cursor: default;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.125rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.__gp__sidebar-link-block__content {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.125rem;
  line-height: 1;
}
.__gp__sidebar-link-block__content-item {
  display: flex;
  height: 2rem;
  flex-direction: row;
  align-items: center;
}
.__gp__sidebar-link-block__content-item:hover {
  text-decoration-line: underline;
}
.__gp__sidebar-link-block__content-item-text {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.__gp__sidebar-link-block__content-item-caret {
  width: 20px;
}
.__gp__sidebar-link-block__caret {
  position: relative;
  width: 10px;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
/******************\
    TwoColumn Block
  \******************/
.__gp__two-column-block__wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__wrapper {
    flex-direction: row;
  }
}
.__gp__two-column-block__wrapper.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__wrapper.reverse {
    flex-direction: row-reverse;
  }
}
.__gp__two-column-block__side {
  width: 100%;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__side {
    width: 50%;
  }
}
.__gp__two-column-block__text-side {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__text-side {
    padding: 3rem;
  }
}
.__gp__two-column-block__text-side {
    background: url("/static/img/SC_linear_pattern_rgb_dark-blue.eb8c26b93a12.png") repeat-x;
    background-size: cover;
  }
.__gp__two-column-block__text-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__two-column-block__text-container {
    width: 75%;
  }
}
.__gp__two-column-block__heading {
  margin-bottom: 2rem;
  font-family: adelle, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 400;
  line-height: 1.375;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__heading {
    font-size: 3rem;
    line-height: 1;
  }
}
.__gp__two-column-block__sub-heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.__gp__two-column-block__sub-heading .rich-text {
  padding: 0px;
}
.__gp__two-column-block__sub-heading .rich-text p {
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__sub-heading .rich-text p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.__gp__two-column-block__cta-buttons {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.__gp__two-column-block__cta-button {
  margin: 2rem;
}
.__gp__two-column-block__image-container {
  position: relative;
  height: 400px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
  background-size: cover;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__image-container {
    height: 100%;
    min-height: 500px;
  }
}
.__gp__two-column-block__img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 1024px) {

  .__gp__two-column-block__img {
    position: absolute;
    left: 50%;
    height: 100%;
    width: auto;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
.__gp__two-column-block__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 9999px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(237 29 36 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  transition-timing-function: linear;
}
.__gp__two-column-block__play-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.__gp__two-column-block__play-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  height: 3.5rem;
  width: 3.5rem;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__two-column-block__play-btn:hover .__gp__two-column-block__play-icon {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
/*************\
    Video Modal
  \*************/
.__gp__video-modal__underlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.8;
  opacity: 0;
}
.__gp__video-modal__underlay.open {
  display: block;
}
.__gp__video-modal__body {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 50;
  display: none;
  height: 100%;
  width: 100%;
  --tw-translate-y: -50%;
  --tw-translate-x: -50%;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding: 1rem;
  padding-top: 4rem;
  opacity: 0;
}
.__gp__video-modal__body iframe {
  width: 100%;
  border-style: none;
}
.__gp__video-modal__body.open {
  display: block;
}
.__gp__video-modal__close-btn {
  position: absolute;
  top: -25px;
  right: 0px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.__gp__video-modal__close-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
.__gp__video-modal__close-icon {
  height: 1.25rem;
  width: 1.25rem;
}
/*******************\
    CTA Button Block
  \*******************/
.__gp__cta-button {
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  font-weight: 700;
  text-decoration-line: none;
}
.__gp__cta-button--positive {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 29 36 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__cta-button--positive:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
.__gp__cta-button--neutral {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__cta-button--neutral:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 53 / 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 36 53 / var(--tw-text-opacity, 1));
}
/*
  */
.__gp__cta-button-list-block {
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  flex-wrap: wrap;
}
.__gp__cta-button-list-block > a {
  margin: 1.5rem;
}
/*******************\
     Tile Grid Block
  \*******************/
.__gp__tile-grid-block {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: adelle, serif;
}
@media (min-width: 768px) {

  .__gp__tile-grid-block {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.__gp__tile-grid-wrapper {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.__gp__link-tile__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 1024px) {

  .__gp__link-tile__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/***********\
    Link Tile
  \***********/
.__gp__link-link {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  display: block;
}
.__gp__link-tile {
  width: auto;
}
.__gp__link-tile__image {
  height: auto;
  width: 100%;
}
.__gp__link-tile__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__link-tile__title-text {
  border-bottom-width: 2px;
  border-color: transparent;
  font-weight: 400;
}
.__gp__link-link:hover .__gp__link-tile__title-text {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.__gp__link_tile_caret {
  margin-left: 1.5rem;
  display: inline;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.__gp__link-tile__description {
  margin-bottom: 2rem;
  margin-left: 1rem;
}
/********************************\
    Link Tile--Content-Full-Width
  \********************************/
.content-fullwidth-page .__gp__link-tile__title {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content-fullwidth-page .__gp__link-tile__description {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
/********************************\
    Link Tile--Content-Sidebar
  \********************************/
.content-sidebar-page .__gp__link-tile {
  margin-left: -1rem;
  width: auto;
}
.content-sidebar-page .__gp__link-link {
  margin-left: 1rem;
  margin-right: 1rem;
  display: block;
}
.content-sidebar-page .__gp__link-tile__image {
  margin-bottom: 0.5rem;
}
.content-sidebar-page .__gp__link-tile__title {
  padding-top: 0px;
  font-family: jaf-bernina-sans, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 125 185 / var(--tw-text-opacity, 1));
}
.content-sidebar-page .__gp__link-link:hover .__gp__link-tile__title-text {
  border-color: transparent;
}
.content-sidebar-page .__gp__link-tile__description {
  font-family: adelle, serif;
  --tw-text-opacity: 1;
  color: rgb(1 31 49 / var(--tw-text-opacity, 1));
}
/*****************\
    Accordion Block
  \*****************/
.__gp__accordion-block {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.content-fullwidth-page .__gp__accordion-block {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  max-width: 72rem;
}
@media (min-width: 768px) {

  .content-fullwidth-page .__gp__accordion-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.full_width_content .__gp__accordion-block {
  max-width: 1536px;
}
@media (min-width: 768px) {

  .full_width_content .__gp__accordion-block {
    margin-left: auto;
    margin-right: auto;
  }
}
.__gp__accordion-block__heading-wrapper {
  position: relative;
}
.__gp__accordion-block__heading {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 3rem;
  padding-left: 1.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.__gp__accordion-block__heading-text {
  width: 99%;
}
.__gp__accordion-block.open .__gp__accordion-block__heading {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 125 185 / var(--tw-border-opacity, 1));
}
.__gp__accordion-block__heading-buttons {
  margin-left: 4rem;
  height: 1rem;
  width: 1%;
}
.__gp__accordion-block__heading-button {
  position: absolute;
  height: 1rem;
  width: 1rem;
  fill: currentColor;
  --tw-text-opacity: 1;
  color: rgb(0 125 185 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.__gp__accordion-block__heading-button.icon-plus {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.__gp__accordion-block__heading-button.icon-plus.open {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.__gp__accordion-block__heading-button.icon-minus {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
.__gp__accordion-block__heading-button.icon-minus.open {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 1;
}
.__gp__accordion-block__content {
  display: none;
  padding: 2rem;
}
.__gp__accordion-block__embed {
  position: relative;
  display: block;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  padding-bottom: 56.25%;
}
.__gp__accordion-block__embed iframe {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
.__gp__accordion-block__content {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: jaf-bernina-sans, sans-serif;
}
@media (min-width: 640px) {

  .__gp__accordion-block__content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {

  .__gp__accordion-block__content {
    max-width: 72rem;
  }
}
.__gp__accordion-block__content-wrapper {
  display: inline-block;
  width: 100%;
}
.__gp__accordion-block__content h2 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: adelle, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.__gp__accordion-block__content h3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: adelle, serif;
  font-size: 1.5rem;
  line-height: 2rem;
}
.__gp__accordion-block__content h4 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-family: adelle, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.__gp__accordion-block__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.__gp__accordion-block__content a:hover {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.__gp__accordion-block__content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}
.__gp__accordion-block__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}
.__gp__accordion-block__content li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
}
.__gp__accordion-block__content hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.__gp__accordion-block__content .richtext-image {
  max-width: 100%;
}
.__gp__accordion-block__content .richtext-image.full-width {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.__gp__accordion-block__content .richtext-image.left {
  float: left;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
}
.__gp__accordion-block__content .richtext-image.right {
  float: right;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}
/*******************\
    Parent Grid Block
  \*******************/
.__gp__child-page-grid-block {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.__gp__child-page-grid-block__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {

  .__gp__child-page-grid-block__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {

  .__gp__child-page-grid-block__wrapper {
    max-width: 2048px;
  }
}
.__gp__child-page-grid-block__heading {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  text-align: center;
  font-family: adelle, serif;
  font-size: 3rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__child-page-grid-block__child-list {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

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

  .__gp__child-page-grid-block__child-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/*****************\
    Child Page Tile
  \*****************/
.__gp__child-page-tile {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 1024px) {

  .__gp__child-page-tile {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.__gp__child-page-tile__link {
  display: block;
}
.__gp__child-page-tile__image {
  height: auto;
  width: 100%;
}
.__gp__child-page-tile__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.__gp__child-page-tile__title-text {
  border-bottom-width: 2px;
  border-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__child-page-tile:hover .__gp__child-page-tile__title-text {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.__gp__child-page-tile_caret {
  margin-left: 1.5rem;
  display: inline;
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/*****************\
     Search Page
  \*****************/
.search-page__heading {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 2rem;
  font-family: adelle, serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .search-page__heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.search-page__search-bar {
  display: flex;
  flex-direction: column;
  place-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {

  .search-page__search-bar {
    flex-direction: row;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.search-page__search-bar__input {
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 36 53 / var(--tw-border-opacity, 1));
  padding: 1rem;
}
.search-page__search-bar__input:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 768px) {

  .search-page__search-bar__input {
    margin-right: 1rem;
    width: 33.333333%;
  }
}
.search-page__search-bar__submit {
  margin-top: 1rem;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 29 36 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .search-page__search-bar__submit {
    margin-top: 0px;
    width: 8rem;
  }
}
.search-page__search-bar__submit:hover {
  --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));
}
.search-page__search-content {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 2rem;
}
.search-page__search-content__summary h3 {
  font-family: adelle, serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.search-page__search-content__summary span {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}
.search-page__search-content__results-count {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.search-page__search-results {}
.search-page__search-results__list {
  }
.search-page__search-results__no-results {
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: italic;
}
/*****************\
     Search Result
  \*****************/
.search-result {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.search-result__title {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
.search-result__content {
  margin-left: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result__description {
  margin-top: 0.5rem;
  font-style: italic;
}
.search-result__url {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
/***********************\
     Search Pagination
  \***********************/
.search-pagination {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (min-width: 768px) {

  .search-pagination {
    width: 25%;
  }
}
.search-pagination__content {
  display: flex;
  flex-direction: row;
  font-weight: 700;
}
.search-pagination__content__item {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.search-pagination__content__link {
  display: block;
  cursor: pointer;
  padding: 5px;
}
.search-pagination__content__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
@media (min-width: 768px) {

  .search-pagination__content__link {
    padding: 1rem;
  }
}
.disabled {
  cursor: default;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
/***************************\
     Columnated Link Block
  \***************************/
.__gp__columnated-links-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 185 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.__gp__columnated-links-block__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {

  .__gp__columnated-links-block__wrapper {
    max-width: 72rem;
  }
}
.__gp__columnated-links-block__title {
  margin-bottom: 3rem;
  text-align: center;
  font-family: adelle, serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.__gp__columnated-links-block__columns {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 768px) {

  .__gp__columnated-links-block__columns {
    margin-left: 9rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.__gp__columnated-links-block__cta-button {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/**********************************\
     Simple Link with Image Block
  \**********************************/
.__gp__simple-link-w-image-block {
  width: 100%;
}
.__gp__simple-link-w-image-block:hover .__gp__simple-link-w-image__display-text {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
._gp__simple-link-w-image-block__wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  vertical-align: middle;
}
.__gp__simple-link-w-image__image {
  width: 100px;
  padding-right: 1rem;
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__image {
    display: block;
  }
}
.__gp__simple-link-w-image__link {
  flex: 1 1 0%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__link {
    flex: none;
  }
}
.__gp__simple-link-w-image__no-link h3 {
  flex: 1 1 0%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__no-link h3 {
    flex: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
.__gp__simple-link-w-image__display-text {
  flex: 1 1 0%;
  border-bottom-width: 2px;
  border-color: transparent;
}
@media (min-width: 768px) {

  .__gp__simple-link-w-image__display-text {
    flex: none;
  }
}
.apply-cursor {
  cursor: pointer;
}
/*********************************\
     External Content Embed Block
  \*********************************/
.__gp__external-content-embed__propfix {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
.__gp__external-content-embed__content {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.__gp__external-content-embed__iframe {
  height: 100%;
  width: 100%;
  border-width: 0px;
}
.__gp__external-content-embed__fullscreen-button {
  position: absolute;
  top: 5%;
  right: 3%;
  border-width: 0px;
  background-color: transparent;
}
.__gp__external-content-embed__fullscreen-button-icon {
  cursor: pointer;
  font-size: 38px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .__gp__external-content-embed__fullscreen-button-icon {
    font-size: 56px;
  }
}
/**********************\
     HTML Embed Block
  \**********************/
.__gp__html-embed__wrapper {
  width: 100%;
}
.__gp__html-embed__content {

  }
.__gp__html-embed__caption-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 185 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
.__gp__html-embed__caption {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
/******************************\
     Two Column HTML Embed Block
  \******************************/
.__gp__two-column-html-embed-block {
  width: 100%;
}
.__gp__two-column-html-embed-block__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 768px) {

  .__gp__two-column-html-embed-block__wrapper {
    flex-direction: row;
  }
}
.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {

  .reverse {
    flex-direction: row-reverse;
  }
}
.content-fullwidth-page .__gp__two-column-html-embed-block__side {
  width: 100%;
}
@media (min-width: 768px) {

  .content-fullwidth-page .__gp__two-column-html-embed-block__side {
    width: 50%;
  }
}
.content-sidebar-page .__gp__two-column-html-embed-block__side {
  width: 100%;
}
.__gp__two-column-html-embed-block__text-side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.__gp__two-column-html-embed-block__text-container {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.__gp__two-column-html-embed-block__text-container :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.__gp__two-column-html-embed-block__text-container :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.__gp__two-column-html-embed-block__text-container :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.__gp__two-column-html-embed-block__text-container :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.__gp__two-column-html-embed-block__text-container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.__gp__two-column-html-embed-block__text-container :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  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;
}
.__gp__two-column-html-embed-block__text-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.__gp__two-column-html-embed-block__text-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.__gp__two-column-html-embed-block__text-container :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.__gp__two-column-html-embed-block__text-container :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.__gp__two-column-html-embed-block__text-container :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.__gp__two-column-html-embed-block__text-container :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.__gp__two-column-html-embed-block__text-container :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.__gp__two-column-html-embed-block__text-container :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.__gp__two-column-html-embed-block__text-container :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.__gp__two-column-html-embed-block__text-container :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.__gp__two-column-html-embed-block__text-container :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.__gp__two-column-html-embed-block__text-container :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.__gp__two-column-html-embed-block__text-container :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.__gp__two-column-html-embed-block__text-container :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.__gp__two-column-html-embed-block__text-container :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.__gp__two-column-html-embed-block__text-container :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.__gp__two-column-html-embed-block__text-container :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.__gp__two-column-html-embed-block__text-container :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.__gp__two-column-html-embed-block__text-container :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.__gp__two-column-html-embed-block__text-container :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;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.__gp__two-column-html-embed-block__text-container :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.__gp__two-column-html-embed-block__text-container :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.__gp__two-column-html-embed-block__text-container :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.__gp__two-column-html-embed-block__text-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.__gp__two-column-html-embed-block__heading {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}
@media (min-width: 768px) {

  .__gp__two-column-html-embed-block__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.__gp__two-column-html-embed-block__body {
  font-family: adelle, serif;
}
.__gp__two-column-html-embed-block__caption-container {
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 185 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}
.__gp__two-column-html-embed-block__caption {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-x-4 {
  left: 1rem;
  right: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[24\%\] {
  bottom: 24%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[55\%\] {
  left: 55%;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-\[3\%\] {
  right: 3%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[-25px\] {
  top: -25px;
}
.top-\[5\%\] {
  top: 5%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.m-auto {
  margin: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[2vw\] {
  margin-bottom: 2vw;
}
.ml-0 {
  margin-left: 0px;
}
.ml-16 {
  margin-left: 4rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[169px\] {
  height: 169px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[400px\] {
  height: 400px;
}
.h-auto {
  height: auto;
}
.h-footer {
  height: 240px;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[73vh\] {
  min-height: 73vh;
}
.w-1\/2 {
  width: 50%;
}
.w-14 {
  width: 3.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[1\%\] {
  width: 1%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[10px\] {
  width: 10px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[99\%\] {
  width: 99%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.origin-center {
  transform-origin: center;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-center {
  align-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.overflow-hidden {
  overflow: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gp-red {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-gp-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 36 53 / var(--tw-bg-opacity, 1));
}
.bg-gp-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(0 125 185 / var(--tw-bg-opacity, 1));
}
.bg-gp-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-gp-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-gp-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 29 36 / var(--tw-bg-opacity, 1));
}
.bg-gp-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-none {
  background-image: none;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[3\.5vw\] {
  padding: 3.5vw;
}
.p-\[5px\] {
  padding: 5px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-48 {
  padding-bottom: 12rem;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.font-sans {
  font-family: jaf-bernina-sans, sans-serif;
}
.font-serif {
  font-family: adelle, serif;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-gp-black {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}
.text-gp-blue-light {
  --tw-text-opacity: 1;
  color: rgb(0 125 185 / var(--tw-text-opacity, 1));
}
.text-gp-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:border-gp-blue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 36 53 / var(--tw-border-opacity, 1));
}
.hover\:border-gp-red:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 29 36 / var(--tw-border-opacity, 1));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:text-gp-red:hover {
  --tw-text-opacity: 1;
  color: rgb(237 29 36 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (min-width: 640px) {

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-\[281px\] {
    height: 281px;
  }

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

  .sm\:w-\[500px\] {
    width: 500px;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

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

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

  .md\:h-auto {
    height: auto;
  }

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

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

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

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:flex-none {
    flex: none;
  }

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

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-12 {
    top: 3rem;
  }

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

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mr-24 {
    margin-right: 6rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

  .lg\:h-caret-sm {
    height: 14px;
  }

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

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

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

  .lg\:w-\[80\%\] {
    width: 80%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-caret-sm {
    width: 14px;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-screen-4xl {
    max-width: 2048px;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\: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));
  }

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

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

  .lg\:items-center {
    align-items: center;
  }

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

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1280px) {

  .xl\:left-\[22\%\] {
    left: 22%;
  }

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

  .xl\:max-w-screen-3xl {
    max-width: 1792px;
  }

  .xl\:gap-48 {
    gap: 12rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:min-h-\[700px\] {
    min-height: 700px;
  }

  .\32xl\:p-0 {
    padding: 0px;
  }
}
