/* For loading custom fonts */
/* For loading custom fonts */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap'); */
@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 300;
    src: url("/fonts/AzoSans-Light.eot");
    src: local(""),
      url("/fonts/AzoSans-Light.woff2") format("woff2"),
      url("/fonts/AzoSans-Light.woff") format("woff"),
      url("/fonts/AzoSans-Light.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/AzoSans-Regular.eot");
    src: local(""),
      url("/fonts/AzoSans-Regular.woff2") format("woff2"),
      url("/fonts/AzoSans-Regular.woff") format("woff"),
      url("/fonts/AzoSans-Regular.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 600;
    src: url("/fonts/AzoSans-Medium.eot");
    src: local(""),
      url("/fonts/AzoSans-Medium.woff2") format("woff2"),
      url("/fonts/AzoSans-Medium.woff") format("woff"),
      url("/fonts/AzoSans-Medium.ttf") format("truetype")
  }
@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/AzoSans-Bold.eot");
    src: local(""),
      url("/fonts/AzoSans-Bold.woff2") format("woff2"),
      url("/fonts/AzoSans-Bold.woff") format("woff"),
      url("/fonts/AzoSans-Bold.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: normal;
    font-weight: 800;
    src: url("/fonts/AzoSans-Black.eot");
    src: local(""),
      url("/fonts/AzoSans-Black.woff2") format("woff2"),
      url("/fonts/AzoSans-Black.woff") format("woff"),
      url("/fonts/AzoSans-Black.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 300;
    src: url("/fonts/AzoSans-LightItalic.eot");
    src: local(""),
      url("/fonts/AzoSans-LightItalic.woff2") format("woff2"),
      url("/fonts/AzoSans-LightItalic.woff") format("woff"),
      url("/fonts/AzoSans-LightItalic.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 400;
    src: url("/fonts/AzoSans-Italic.eot");
    src: local(""),
      url("/fonts/AzoSans-Italic.woff2") format("woff2"),
      url("/fonts/AzoSans-Italic.woff") format("woff"),
      url("/fonts/AzoSans-Italic.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 600;
    src: url("/fonts/AzoSans-Mediumitalic.eot");
    src: local(""),
      url("/fonts/AzoSans-Mediumitalic.woff2") format("woff2"),
      url("/fonts/AzoSans-Mediumitalic.woff") format("woff"),
      url("/fonts/AzoSans-Mediumitalic.ttf") format("truetype");
  }
@font-face {
    font-family: "Azo Sans";
    font-style: italic;
    font-weight: 700;
    src: url("/fonts/AzoSans-Bolditalic.eot");
    src: local(""),
      url("/fonts/AzoSans-Bolditalic.woff2") format("woff2"),
      url("/fonts/AzoSans-Bolditalic.woff") format("woff"),
      url("/fonts/AzoSans-Bolditalic.ttf") format("truetype");
  }
/* Required for Tailwind CSS */
/* ! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E5E5; /* 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: 'Azo 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 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
    border-radius: 0px;
}
[type='radio'] {
    border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='radio']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (forced-colors: active)  {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.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: 1480px) {
    .container {
        max-width: 1480px;
    }
}
.prose {
    color: var(--tw-prose-body);
    max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1em;
    margin-bottom: 1em;
    opacity: 78%;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.075rem;
    }
}
.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;
    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: 250ms;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover {
    color: #7A9C49;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):focus {
    color: #7A9C49;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    text-decoration-line: underline;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1em;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.075rem;
    }
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.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: none;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 0;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.075rem;
    }
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.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-left-width: 0.25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: 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-size: 1.5em;
    margin-top: 2.5em;
    margin-bottom: 1.75em;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.4;
}
@media (min-width: 1024px) {
    .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.75rem;
    }
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) + * {
    margin-top: 0;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.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-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: 0.6em;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
}
@media (min-width: 1024px) {
    .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.075rem;
    }
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.5em;
    margin-bottom: .5em;
}
@media (min-width: 1024px) {
    .prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1em;
        margin-top: 2.75em;
    }
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) + * {
    margin-top: 0;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.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);
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
}
@media (min-width: 1024px) {
    .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        font-size: 1.075rem;
    }
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.5em;
    margin-bottom: .5em;
}
@media (min-width: 1024px) {
    .prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1em;
        margin-top: 2.75em;
    }
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) + * {
    margin-top: 0;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.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-right: 0.375em;
    padding-bottom: 0.1875em;
    padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
    font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: 0.875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: 0.375rem;
    padding-top: 0.8571429em;
    padding-right: 1.1428571em;
    padding-bottom: 0.8571429em;
    padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    background-color: transparent;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
    content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.875em;
    line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    border-bottom-width: 1px;
    border-bottom-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(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: #222628;
    --tw-prose-headings: #222628;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #2D2D3F;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #222628;
    --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.5;
}
.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-left: 0.375em;
    opacity: 78%;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    padding-left: 0px;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child {
    margin-bottom: 0;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0.375em;
    position: relative;
    opacity: 78%;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    padding-left: 1rem;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)):last-child {
    margin-bottom: 0;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0.5em;
    padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-top: 0.5714286em;
    padding-right: 0.5714286em;
    padding-bottom: 0.5714286em;
    padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2em;
    margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-bottom: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.5em;
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .5em;
}
@media (min-width: 1024px) {
    .prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1em;
    }
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) + * {
    margin-top: 0;
}
.prose :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    margin-top: 2.5em;
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: .5em;
}
@media (min-width: 1024px) {
    .prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
        margin-bottom: 1em;
    }
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) + * {
    margin-top: 0;
}
.prose :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)):first-child {
    margin-top: 0;
}
.prose :where(b, strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
    font-weight: 700;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
    content: " ";
    background-color: #64AEB6;
    height: 7px;
    width: 7px;
    position: absolute;
    left: 0;
    top: 0.5rem;
    border-radius: 9999px;
}
body {
    background-color: #F3F3F3;
    line-height: 1.5;
    color: #222628;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[x-cloak] {
    display: none !important;
}
.prevent-transition * {
    transition-property: none !important;
}
.grid > * {
    min-width: 0px;
}
input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration,
    input[type="search"]::-webkit-search-results-button,
    input[type="search"]::-webkit-search-results-decoration {
        display: none;
    }
[type='checkbox']:checked:hover,
    [type='checkbox']:checked:focus,
    [type='radio']:checked:hover,
    [type='radio']:checked:focus {
        border-color: rgba(0, 0, 0, 0.2);
        background-color: white;
    }
[type='checkbox']:checked,
    [type='radio']:checked {
        border-color: rgba(0, 0, 0, 0.2);
    }
.type-alpha {
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1.04;
    letter-spacing: -0.027em;
}
@media (min-width: 768px) {
    .type-alpha {
        font-size: 3.5rem;
    }
}
@media (min-width: 1024px) {
    .type-alpha {
        font-size: 4rem;
        line-height: 1;
    }
}
.type-beta {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.32;
}
@media (min-width: 768px) {
    .type-beta {
        font-size: 2.75rem;
    }
}
@media (min-width: 1024px) {
    .type-beta {
        font-size: 3.5rem;
    }
}
.type-gamma {
    font-size: 2.125rem;
    font-weight: 300;
    line-height: 1.32;
}
@media (min-width: 768px) {
    .type-gamma {
        font-size: 2.25rem;
    }
}
@media (min-width: 1024px) {
    .type-gamma {
        font-size: 2.75rem;
    }
}
.type-delta {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.4;
}
@media (min-width: 1024px) {
    .type-delta {
        font-size: 1.75rem;
    }
}
.type-epsilon {
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.005em;
}
@media (min-width: 1024px) {
    .type-epsilon {
        font-size: 1.075rem;
    }
}
.type-zeta {
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
}
.type-small-paragraph {
    font-size: 0.813rem;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .type-small-paragraph {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.type-paragraph {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .type-paragraph {
        font-size: 1.075rem;
    }
}
.type-large-paragraph {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .type-large-paragraph {
        font-size: 1.375rem;
        line-height: 1.4;
    }
}
.link {
    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: 250ms;
}
.link:hover {
    color: #7A9C49;
}
.link:focus {
    color: #7A9C49;
}
/* container classes */
.contain {
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box;
    max-width: 1480px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
@media (min-width: 768px) {
    .contain {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.contain--narrow {
    max-width: 980px;
}
@media (min-width: 1024px) {
    .sidebar-layout {
        display: flex;
    }
    .sidebar-layout__main {
        flex: 1 1 0%;
    }
    .sidebar-layout__sidebar {
        flex-basis: 25%;
    }
}
/* link/button classes */
.button {
    display: inline-block;
    border-radius: 1.5rem;
    border-width: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04em;
    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: 250ms;
}
.button-outline {
    display: inline-block;
    border-radius: 1.5rem;
    border-width: 1px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    text-align: center;
    font-size: 0.813rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.04em;
    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: 250ms;
    border-color: currentColor;
    color: #222628;
}
.button-outline:hover {
    border-color: #7A9C49;
    background-color: #7A9C49;
    color: #fff;
}
.button-outline:focus {
    border-color: #7A9C49;
    background-color: #7A9C49;
    color: #fff;
}
.button-circle {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #E0E0E0;
    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: 250ms;
}
.button-circle:hover {
    background-color: rgb(224 224 224 / 0.6);
}
.button-circle:focus {
    background-color: rgb(224 224 224 / 0.6);
}
.button-navigation {
    display: flex;
    height: 7px;
    width: 7px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    border-color: currentColor;
}
.button-navigation-active {
    height: 15px;
    width: 15px;
}
.inner-circle {
    height: 7px;
    width: 7px;
    border-radius: 9999px;
        background: linear-gradient(180deg, #517435 -3.26%, #BCD23E 48.91%, #DFE986 100%);
}
.is-active.button-navigation {
    height: 15px;
    width: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.7' cx='8.5' cy='8' r='7.5' stroke='%23222628'/%3E%3Ccircle cx='8.5' cy='8' r='3.5' fill='url(%23paint0_linear_1019_1824)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1019_1824' x1='9.33696' y1='4.27174' x2='9.33696' y2='11.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='2.59151e-09' stop-color='%23517435'/%3E%3Cstop offset='0.505208' stop-color='%23BCD23E'/%3E%3Cstop offset='1' stop-color='%23DFE986'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: center;
}
.link-underline {
    display: inline-block;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
    transition-property: text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}
.is-active.button-navigation {
    height: 15px;
    width: 15px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.7' cx='8.5' cy='8' r='7.5' stroke='%23222628'/%3E%3Ccircle cx='8.5' cy='8' r='3.5' fill='url(%23paint0_linear_1019_1824)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1019_1824' x1='9.33696' y1='4.27174' x2='9.33696' y2='11.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='2.59151e-09' stop-color='%23517435'/%3E%3Cstop offset='0.505208' stop-color='%23BCD23E'/%3E%3Cstop offset='1' stop-color='%23DFE986'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
        background-position: center;
}
.link-underline:hover,
    .link-underline:focus,
    .group:focus .link-underline,
    .group:focus .link-underline {
    text-decoration-color: currentColor;
}
.masked {
        -webkit-mask-image: linear-gradient(transparent 3%, rgba(0,0,0,1), transparent 97%);
                mask-image: linear-gradient(transparent 3%, rgba(0,0,0,1), transparent 97%);
    }
.revealable {
    opacity: 0;
}
.revealable-up {
    --tw-translate-y: 2rem;
    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: 768px) {
    .revealable-up {
        --tw-translate-y: 3rem;
        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));
    }
}
.revealable-left {
    --tw-translate-x: 80vw;
    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: 768px) {
    .revealable-left {
        --tw-translate-x: 20vw;
        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) {
    .revealable-left {
        --tw-translate-x: 200px;
        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));
    }
}
.revealable-fast {
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.revealable-slow {
    transition-duration: 700ms;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.revealable.revealable-active {
    --tw-translate-y: 0px;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1;
}
/* headroom */
.headroom--pinned {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.headroom--unpinned {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/* splide */
.splide__full-width:not(.is-overflow) .splide__arrows {
    display: none !important;
}
.splide__cards--sidebar.splide--loop .splide__pagination {
    display: flex !important;
}
.splide__cards:not(.is-overflow) .splide__arrows {
    display: none !important;
}
.splide__arrow--prev > svg,
    .splide__arrow--next > svg {
    height: 100%;
    width: 100%;
}
.splide__slide {
    height: 100%;
}
/* https://www.algolia.com/doc/api-reference/widgets/search-box/js/ */
.search-list .ais-SearchBox-form {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}
.search-list .ais-SearchBox-input {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .search-list .ais-SearchBox-input {
        font-size: 1.375rem;
        line-height: 1.4;
    }
}
.search-list .ais-SearchBox-input {
    width: 100%;
    border-width: 1px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.search-list .ais-SearchBox-input::-moz-placeholder {
    color: #222628;
}
.search-list .ais-SearchBox-input::placeholder {
    color: #222628;
}
.search-list .ais-SearchBox-input:focus {
    border-color: #474785;
    --tw-ring-color: #474785;
}
.search-list .ais-SearchBox-submit {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    --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));
    align-items: center;
    justify-content: center;
    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: 250ms;
}
.search-list .ais-SearchBox-submit:hover {
    opacity: 0.8;
}
.search-list .ais-SearchBox-submit:focus {
    opacity: 0.8;
}
.search-list .ais-SearchBox-submit .ais-SearchBox-submitIcon {
    height: 1.25rem;
    width: 1.25rem;
    stroke: currentColor;
}
.search-list .ais-SearchBox-reset {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    display: flex;
    height: 1.75rem;
    width: 1.75rem;
    --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));
    align-items: center;
    justify-content: center;
    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: 250ms;
}
.search-list .ais-SearchBox-reset:hover {
    opacity: 0.8;
}
.search-list .ais-SearchBox-reset:focus {
    opacity: 0.8;
}
.search-list .ais-SearchBox-reset .ais-SearchBox-resetIcon {
    height: 1rem;
    width: 1rem;
    stroke: currentColor;
}
.search-grid .ais-SearchBox-form {
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}
.search-grid .ais-SearchBox-input {
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 0.875rem;
    color: #222628;
    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: 250ms;
}
.search-grid .ais-SearchBox-input::-moz-placeholder {
    color: #828282;
}
.search-grid .ais-SearchBox-input::placeholder {
    color: #828282;
}
.search-grid .ais-SearchBox-input:focus {
    border-color: #474785;
    --tw-ring-color: #474785;
}
.search-grid .ais-SearchBox-submit {
    position: absolute;
    left: 0.625rem;
    top: 50%;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    --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));
    align-items: center;
    justify-content: center;
    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: 250ms;
}
.search-grid .ais-SearchBox-submit:hover {
    opacity: 0.8;
}
.search-grid .ais-SearchBox-submit:focus {
    opacity: 0.8;
}
.search-grid .ais-SearchBox-submit .ais-SearchBox-submitIcon {
    height: 1rem;
    width: 1rem;
    stroke: currentColor;
}
.search-grid .ais-SearchBox-reset {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    --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));
    align-items: center;
    justify-content: center;
    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: 250ms;
}
.search-grid .ais-SearchBox-reset:hover {
    opacity: 0.8;
}
.search-grid .ais-SearchBox-reset:focus {
    opacity: 0.8;
}
.search-grid .ais-SearchBox-reset .ais-SearchBox-resetIcon {
    height: 0.75rem;
    width: 0.75rem;
    stroke: currentColor;
}
/* https://www.algolia.com/doc/api-reference/widgets/hits/js/ */
.search-list .ais-Hits-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
@media (min-width: 1024px) {
    .search-list .ais-Hits-list > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
}
.search-grid .ais-Hits-list > * {
    min-width: 0px;
}
.search-grid .ais-Hits-list {
    display: grid;
    gap: 1rem;
}
@media (min-width: 768px) {
    .search-grid .ais-Hits-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1024px) {
    .search-grid .ais-Hits-list {
        gap: 2.5rem;
    }
}
/* https://www.algolia.com/doc/api-reference/widgets/sort-by/js/ */
.search-list .ais-SortBy-select {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .search-list .ais-SortBy-select {
        font-size: 1.075rem;
    }
}
.search-list .ais-SortBy-select {
    width: 100%;
    cursor: pointer;
    border-color: transparent;
    background-color: transparent;
    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: 250ms;
}
@media (min-width: 768px) {

    .search-list .ais-SortBy-select {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.005em;
    }

    @media (min-width: 1024px) {
        .search-list .ais-SortBy-select {
            font-size: 1.075rem;
        }
    }
}
.search-list .ais-SortBy-select:focus {
    border-color: #474785;
    --tw-ring-color: #474785;
}
@media (min-width: 768px) {
    .search-list .ais-SortBy-select {
        padding-right: 1.75rem;
        font-weight: 700;
    }
}
.search-list .ais-SortBy-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }
.search-grid .ais-SortBy-select {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .search-grid .ais-SortBy-select {
        font-size: 1.075rem;
    }
}
.search-grid .ais-SortBy-select {
    width: 100%;
    cursor: pointer;
    border-color: transparent;
    background-color: transparent;
    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: 250ms;
}
@media (min-width: 768px) {

    .search-grid .ais-SortBy-select {
        font-size: 0.813rem;
        font-weight: 600;
        line-height: 1.4;
    }
}
.search-grid .ais-SortBy-select:focus {
    border-color: #474785;
    --tw-ring-color: #474785;
}
@media (min-width: 768px) {
    .search-grid .ais-SortBy-select {
        padding-right: 1.75rem;
        padding-left: 0px;
    }
}
.search-grid .ais-SortBy-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }
/* https://www.algolia.com/doc/api-reference/widgets/menu-select/js/ */
.ais-MenuSelect {
    width: 100%;
}
.ais-MenuSelect-select {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .ais-MenuSelect-select {
        font-size: 1.075rem;
    }
}
.ais-MenuSelect-select {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-color: transparent;
    background-color: transparent;
    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: 250ms;
}
@media (min-width: 768px) {

    .ais-MenuSelect-select {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.005em;
    }

    @media (min-width: 1024px) {
        .ais-MenuSelect-select {
            font-size: 1.075rem;
        }
    }
}
.ais-MenuSelect-select:focus {
    border-color: #474785;
    --tw-ring-color: #474785;
}
@media (min-width: 768px) {
    .ais-MenuSelect-select {
        padding-right: 1.75rem;
        font-weight: 700;
    }
}
.ais-MenuSelect-select {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    }
/* https://www.algolia.com/doc/api-reference/widgets/current-refinements/js/ */
.ais-CurrentRefinements-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}
.ais-CurrentRefinements-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}
.ais-CurrentRefinements-category {
    display: flex;
    align-items: center;
    gap: 0.125rem;
}
.ais-CurrentRefinements-label,
    .ais-CurrentRefinements-categoryLabel {
    font-size: 0.813rem;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .ais-CurrentRefinements-label,
    .ais-CurrentRefinements-categoryLabel {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.ais-CurrentRefinements-label,
    .ais-CurrentRefinements-categoryLabel {
    opacity: 0.8;
}
.ais-CurrentRefinements-delete {
    display: flex;
    height: 1rem;
    width: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.125rem;
    border-width: 2px;
    border-color: transparent;
    color: #7A9C49 !important;
    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: 250ms;
}
.ais-CurrentRefinements-delete:focus {
    border-color: #474785;
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-color: #474785;
}
.ais-CurrentRefinements-delete:hover {
    opacity: 0.8;
}
.ais-CurrentRefinements-delete:focus {
    opacity: 0.8;
}
.ais-CurrentRefinements-delete > svg {
    height: 0.625rem;
    width: 0.625rem;
    stroke: currentColor;
}
/* https://www.algolia.com/doc/api-reference/widgets/stats/js */
.ais-Stats-text {
    font-size: 0.813rem;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .ais-Stats-text {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.ais-Stats-text {
    opacity: 0.8;
}
/* https://www.algolia.com/doc/api-reference/widgets/pagination/js/ */
.ais-Pagination {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
@media (min-width: 1024px) {
    .ais-Pagination {
        margin-top: 4rem;
    }
}
.ais-Pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}
@media (min-width: 768px) {
    .ais-Pagination-list {
        gap: 1rem;
    }
}
@media (min-width: 1024px) {
    .ais-Pagination-list {
        gap: 2.5rem;
    }
}
.ais-Pagination-item {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -0.009em;
}
@media (min-width: 1024px) {
    .ais-Pagination-item {
        font-size: 1.375rem;
        line-height: 1.4;
    }
}
.ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link,
    .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #E0E0E0;
    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: 250ms;
}
.ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link:hover,
    .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link:hover {
    background-color: rgb(224 224 224 / 0.6);
}
.ais-Pagination-item.ais-Pagination-item--previousPage .ais-Pagination-link:focus,
    .ais-Pagination-item.ais-Pagination-item--nextPage .ais-Pagination-link:focus {
    background-color: rgb(224 224 224 / 0.6);
}
.ais-Pagination-item:not(.ais-Pagination-item--previousPage) .ais-Pagination-link,
    .ais-Pagination-item:not(.ais-Pagination-item--nextPage) .ais-Pagination-link {
    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: 250ms;
}
.ais-Pagination-item:not(.ais-Pagination-item--previousPage) .ais-Pagination-link:hover,
    .ais-Pagination-item:not(.ais-Pagination-item--nextPage) .ais-Pagination-link:hover {
    opacity: 0.8;
}
.ais-Pagination-item:not(.ais-Pagination-item--previousPage) .ais-Pagination-link:focus,
    .ais-Pagination-item:not(.ais-Pagination-item--nextPage) .ais-Pagination-link:focus {
    opacity: 0.8;
}
.ais-Pagination-item--previousPage .ais-Pagination-link > 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));
}
.ais-Pagination-link > svg {
    height: 100%;
    width: 100%;
}
.ais-Pagination-item--disabled {
    pointer-events: none;
}
/* https://www.algolia.com/doc/api-reference/widgets/refinement-list/js/ */
.ais-RefinementList {}
.ais-RefinementList-list > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.ais-RefinementList-item {}
.ais-RefinementList-label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}
.ais-RefinementList-checkbox {
    margin: 0.25rem;
    align-self: flex-start;
    border-radius: 0.125rem;
    color: #fff;
}
.ais-RefinementList-checkbox:focus {
    --tw-ring-color: #474785;
}
.ais-RefinementList-checkbox {
        border-color: rgba(0, 0, 0, 0.2);
    }
.ais-RefinementList-checkbox:checked {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%237A9C49' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    }
.ais-RefinementList-labelText {
    font-size: 0.813rem;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .ais-RefinementList-labelText {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.ais-RefinementList-labelText {
    opacity: 0.8;
}
.ais-RefinementList-count {
    display: none;
}
.ais-RefinementList-showMore {
    font-size: 0.813rem;
    line-height: 1.5;
}
@media (min-width: 1024px) {
    .ais-RefinementList-showMore {
        font-size: 0.875rem;
        line-height: 1.4;
    }
}
.ais-RefinementList-showMore {
    background-repeat: no-repeat;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.75rem;
    padding-right: 1.5rem;
    color: #7A9C49;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23222628' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
        background-position: left 0.125rem center;
        background-size: 1.5em 1.5em;
}
.ais-RefinementList-showMore--disabled {
        display: none;
    }
.bitesize {
        --plyr-color-main: white !important;
    }
.bitesize .plyr audio,.bitesize .plyr iframe,.bitesize .plyr video{
            display:block;
            height:100%;
            width:100%
        }
.bitesize .plyr--stopped .plyr__time,
        .bitesize .plyr--stopped .plyr__volume,
        .bitesize .plyr--stopped .plyr__menu,
        .bitesize .plyr--stopped .plyr__progress__container,
        .bitesize .plyr--stopped .plyr__progress,
        .bitesize .plyr--stopped [data-plyr='fullscreen'],
        .bitesize .plyr__control--overlaid,
        .bitesize [data-plyr='pip'] {
            display: none !important;
        }
.bitesize [data-plyr='play'] {
            position: relative;
            width: 3rem;
            height: 3rem;
            min-width: 3rem;
            border-radius: 1000px;
            background-color: fff;
            color: black;
        }
.bitesize [data-plyr='play']:hover {
            background-color: black !important;
            color: white !important;
        }
.bitesize [data-plyr='play']:hover .plyr--playing .plyr__volume {
                display: flex !important;
            }
.bitesize [data-plyr='mute']:hover,
        .bitesize [data-plyr='fullscreen']:hover,
        .bitesize [data-plyr='settings']:hover {
            color: black !important;
        }
.bitesize [data-plyr='play'] svg {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }
.OTSframenote {
		text-align: right;
		font-size: 13px;
		padding: 5px;
	}
.OTSframebtn {
		background-color: #fff; 
		color: #0077c7;
	}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.collapse {
    visibility: collapse;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.\!relative {
    position: relative !important;
}
.relative {
    position: relative;
}
.inset-0 {
    inset: 0px;
}
.\!bottom-0 {
    bottom: 0px !important;
}
.\!left-0 {
    left: 0px !important;
}
.\!left-12 {
    left: 3rem !important;
}
.\!right-0 {
    right: 0px !important;
}
.bottom-3 {
    bottom: 0.75rem;
}
.bottom-4 {
    bottom: 1rem;
}
.left-0 {
    left: 0px;
}
.left-1 {
    left: 0.25rem;
}
.left-1\/2 {
    left: 50%;
}
.left-2 {
    left: 0.5rem;
}
.left-2\.5 {
    left: 0.625rem;
}
.left-3 {
    left: 0.75rem;
}
.left-5 {
    left: 1.25rem;
}
.right-0 {
    right: 0px;
}
.right-1 {
    right: 0.25rem;
}
.right-2 {
    right: 0.5rem;
}
.right-2\.5 {
    right: 0.625rem;
}
.right-4 {
    right: 1rem;
}
.right-\[15px\] {
    right: 15px;
}
.top-0 {
    top: 0px;
}
.top-1\/2 {
    top: 50%;
}
.top-4 {
    top: 1rem;
}
.top-8 {
    top: 2rem;
}
.-z-\[1\] {
    z-index: -1;
}
.z-10 {
    z-index: 10;
}
.z-\[1\] {
    z-index: 1;
}
.z-\[2\] {
    z-index: 2;
}
.col-span-4 {
    grid-column: span 4 / span 4;
}
.col-span-full {
    grid-column: 1 / -1;
}
.row-start-1 {
    grid-row-start: 1;
}
.row-start-3 {
    grid-row-start: 3;
}
.row-start-4 {
    grid-row-start: 4;
}
.m-0 {
    margin: 0px;
}
.m-1 {
    margin: 0.25rem;
}
.m-auto {
    margin: auto;
}
.\!my-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}
.-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
}
.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}
.my-px {
    margin-top: 1px;
    margin-bottom: 1px;
}
.-ml-4 {
    margin-left: -1rem;
}
.-mt-2 {
    margin-top: -0.5rem;
}
.-mt-2\.5 {
    margin-top: -0.625rem;
}
.-mt-\[68px\] {
    margin-top: -68px;
}
.mb-0 {
    margin-bottom: 0px;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-12 {
    margin-bottom: 3rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-2\.5 {
    margin-bottom: 0.625rem;
}
.mb-4 {
    margin-bottom: 1rem;
}
.mb-6 {
    margin-bottom: 1.5rem;
}
.ml-1 {
    margin-left: 0.25rem;
}
.ml-3 {
    margin-left: 0.75rem;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mt-16 {
    margin-top: 4rem;
}
.mt-2 {
    margin-top: 0.5rem;
}
.mt-20 {
    margin-top: 5rem;
}
.mt-3 {
    margin-top: 0.75rem;
}
.mt-4 {
    margin-top: 1rem;
}
.mt-5 {
    margin-top: 1.25rem;
}
.mt-8 {
    margin-top: 2rem;
}
.box-content {
    box-sizing: content-box;
}
.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.\!flex {
    display: flex !important;
}
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}
.grid {
    display: grid;
}
.list-item {
    display: list-item;
}
.\!hidden {
    display: none !important;
}
.hidden {
    display: none;
}
.aspect-\[16\/9\] {
    aspect-ratio: 16/9;
}
.aspect-\[1680\/400\] {
    aspect-ratio: 1680/400;
}
.aspect-video {
    aspect-ratio: 16 / 9;
}
.size-2 {
    width: 0.5rem;
    height: 0.5rem;
}
.size-4 {
    width: 1rem;
    height: 1rem;
}
.size-6 {
    width: 1.5rem;
    height: 1.5rem;
}
.\!h-\[300px\] {
    height: 300px !important;
}
.\!h-auto {
    height: auto !important;
}
.h-10 {
    height: 2.5rem;
}
.h-2 {
    height: 0.5rem;
}
.h-2\.5 {
    height: 0.625rem;
}
.h-3 {
    height: 0.75rem;
}
.h-4 {
    height: 1rem;
}
.h-5 {
    height: 1.25rem;
}
.h-6 {
    height: 1.5rem;
}
.h-7 {
    height: 1.75rem;
}
.h-8 {
    height: 2rem;
}
.h-\[103px\] {
    height: 103px;
}
.h-\[150px\] {
    height: 150px;
}
.h-\[15px\] {
    height: 15px;
}
.h-\[32px\] {
    height: 32px;
}
.h-\[7px\] {
    height: 7px;
}
.h-full {
    height: 100%;
}
.h-px {
    height: 1px;
}
.h-screen {
    height: 100vh;
}
.max-h-20 {
    max-height: 5rem;
}
.max-h-24 {
    max-height: 6rem;
}
.max-h-\[300px\] {
    max-height: 300px;
}
.min-h-\[336px\] {
    min-height: 336px;
}
.min-h-screen {
    min-height: 100vh;
}
.w-1\/2 {
    width: 50%;
}
.w-1\/4 {
    width: 25%;
}
.w-10 {
    width: 2.5rem;
}
.w-2 {
    width: 0.5rem;
}
.w-2\.5 {
    width: 0.625rem;
}
.w-3 {
    width: 0.75rem;
}
.w-3\/4 {
    width: 75%;
}
.w-4 {
    width: 1rem;
}
.w-5 {
    width: 1.25rem;
}
.w-6 {
    width: 1.5rem;
}
.w-7 {
    width: 1.75rem;
}
.w-8 {
    width: 2rem;
}
.w-\[123px\] {
    width: 123px;
}
.w-\[15px\] {
    width: 15px;
}
.w-\[22px\] {
    width: 22px;
}
.w-\[32px\] {
    width: 32px;
}
.w-\[70\%\] {
    width: 70%;
}
.w-\[7px\] {
    width: 7px;
}
.w-\[calc\(100\%-1\.25rem\)\] {
    width: calc(100% - 1.25rem);
}
.w-\[calc\(75\%-4\.5rem\)\] {
    width: calc(75% - 4.5rem);
}
.w-auto {
    width: auto;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.w-px {
    width: 1px;
}
.min-w-\[24ch\] {
    min-width: 24ch;
}
.min-w-full {
    min-width: 100%;
}
.max-w-0 {
    max-width: 0px;
}
.max-w-2xl {
    max-width: 42rem;
}
.max-w-6xl {
    max-width: 72rem;
}
.max-w-\[1000px\] {
    max-width: 1000px;
}
.max-w-\[1538px\] {
    max-width: 1538px;
}
.max-w-\[210px\] {
    max-width: 210px;
}
.max-w-\[214px\] {
    max-width: 214px;
}
.max-w-\[340px\] {
    max-width: 340px;
}
.max-w-\[80\%\] {
    max-width: 80%;
}
.max-w-\[975px\] {
    max-width: 975px;
}
.max-w-\[980px\] {
    max-width: 980px;
}
.max-w-md {
    max-width: 28rem;
}
.max-w-screen-2xl {
    max-width: 1480px;
}
.max-w-screen-xl {
    max-width: 1280px;
}
.max-w-sm {
    max-width: 24rem;
}
.max-w-xs {
    max-width: 20rem;
}
.shrink {
    flex-shrink: 1;
}
.shrink-0 {
    flex-shrink: 0;
}
.grow-0 {
    flex-grow: 0;
}
.basis-1\/2 {
    flex-basis: 50%;
}
.basis-4\/12 {
    flex-basis: 33.333333%;
}
.basis-72 {
    flex-basis: 18rem;
}
.basis-8\/12 {
    flex-basis: 66.666667%;
}
.-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-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[80vw\] {
    --tw-translate-x: 80vw;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    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-5 {
    --tw-translate-y: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-8 {
    --tw-translate-y: 2rem;
    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 !important;
    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)) !important;
}
.-rotate-45 {
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[135deg\] {
    --tw-rotate: 135deg;
    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-pointer {
    cursor: pointer;
}
.list-outside {
    list-style-position: outside;
}
.list-disc {
    list-style-type: disc;
}
.list-none {
    list-style-type: none;
}
.columns-2 {
    -moz-columns: 2;
         columns: 2;
}
.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}
.flex-wrap {
    flex-wrap: wrap;
}
.content-center {
    align-content: center;
}
.items-end {
    align-items: flex-end;
}
.items-center {
    align-items: center;
}
.items-stretch {
    align-items: stretch;
}
.justify-start {
    justify-content: flex-start;
}
.justify-end {
    justify-content: flex-end;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-0 {
    gap: 0px;
}
.gap-1 {
    gap: 0.25rem;
}
.gap-1\.5 {
    gap: 0.375rem;
}
.gap-10 {
    gap: 2.5rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-20 {
    gap: 5rem;
}
.gap-3 {
    gap: 0.75rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-5 {
    gap: 1.25rem;
}
.gap-6 {
    gap: 1.5rem;
}
.gap-8 {
    gap: 2rem;
}
.gap-x-1 {
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}
.gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-y-10 {
    row-gap: 2.5rem;
}
.gap-y-3 {
    row-gap: 0.75rem;
}
.gap-y-4 {
    row-gap: 1rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(2px * var(--tw-divide-x-reverse));
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
    border-color: #222628;
}
.self-start {
    align-self: flex-start;
}
.self-center {
    align-self: center;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.overflow-y-auto {
    overflow-y: auto;
}
.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded {
    border-radius: 0.25rem;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.rounded-full {
    border-radius: 9999px;
}
.rounded-md {
    border-radius: 0.375rem;
}
.rounded-sm {
    border-radius: 0.125rem;
}
.border {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-b-2 {
    border-bottom-width: 2px;
}
.border-l {
    border-left-width: 1px;
}
.border-l-2 {
    border-left-width: 2px;
}
.border-t {
    border-top-width: 1px;
}
.border-none {
    border-style: none;
}
.border-black {
    border-color: #000;
}
.border-current {
    border-color: currentColor;
}
.border-gray-300 {
    border-color: #d1d5db;
}
.border-light-gray {
    border-color: #E5E5E5;
}
.border-transparent {
    border-color: transparent;
}
.border-white {
    border-color: #fff;
}
.border-b-dark-blue\/10 {
    border-bottom-color: rgb(34 38 40 / 0.1);
}
.bg-black {
    background-color: #000;
}
.bg-dark-blue {
    background-color: #222628;
}
.bg-dark-gray {
    background-color: #E0E0E0;
}
.bg-dark-purple {
    background-color: #2D2D3F;
}
.bg-light-blue\/10 {
    background-color: rgb(100 174 182 / 0.1);
}
.bg-lighter-gray {
    background-color: #F3F3F3;
}
.bg-transparent {
    background-color: transparent;
}
.bg-white {
    background-color: #fff;
}
.bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.fill-current {
    fill: currentColor;
}
.stroke-current {
    stroke: currentColor;
}
.object-contain {
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.object-scale-down {
    -o-object-fit: scale-down;
       object-fit: scale-down;
}
.p-10 {
    padding: 2.5rem;
}
.p-12 {
    padding: 3rem;
}
.p-4 {
    padding: 1rem;
}
.p-6 {
    padding: 1.5rem;
}
.p-7 {
    padding: 1.75rem;
}
.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.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-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.px-\[1\.25rem\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.px-px {
    padding-left: 1px;
    padding-right: 1px;
}
.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-0\.5 {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.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;
}
.py-\[118px\] {
    padding-top: 118px;
    padding-bottom: 118px;
}
.\!pb-\[72px\] {
    padding-bottom: 72px !important;
}
.\!pl-4 {
    padding-left: 1rem !important;
}
.pb-1 {
    padding-bottom: 0.25rem;
}
.pb-1\.5 {
    padding-bottom: 0.375rem;
}
.pb-10 {
    padding-bottom: 2.5rem;
}
.pb-12 {
    padding-bottom: 3rem;
}
.pb-16 {
    padding-bottom: 4rem;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pb-24 {
    padding-bottom: 6rem;
}
.pb-5 {
    padding-bottom: 1.25rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pl-3 {
    padding-left: 0.75rem;
}
.pl-6 {
    padding-left: 1.5rem;
}
.pl-7 {
    padding-left: 1.75rem;
}
.pr-10 {
    padding-right: 2.5rem;
}
.pr-2 {
    padding-right: 0.5rem;
}
.pr-4 {
    padding-right: 1rem;
}
.pr-6 {
    padding-right: 1.5rem;
}
.pr-\[1ch\] {
    padding-right: 1ch;
}
.pt-10 {
    padding-top: 2.5rem;
}
.pt-44 {
    padding-top: 11rem;
}
.pt-7 {
    padding-top: 1.75rem;
}
.pt-8 {
    padding-top: 2rem;
}
.pt-\[150px\] {
    padding-top: 150px;
}
.pt-\[166px\] {
    padding-top: 166px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-2xs {
    font-size: 0.75rem;
}
.text-3xl {
    font-size: 2rem;
}
.text-4xl {
    font-size: 2.125rem;
}
.text-5xl {
    font-size: 2.25rem;
}
.text-9xl {
    font-size: 4rem;
}
.text-\[13px\] {
    font-size: 13px;
}
.text-\[17px\] {
    font-size: 17px;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-base {
    font-size: 1rem;
}
.text-lg {
    font-size: 1.075rem;
}
.text-sm {
    font-size: 0.875rem;
}
.text-xl {
    font-size: 1.375rem;
}
.text-xs {
    font-size: 0.813rem;
}
.font-\[100\] {
    font-weight: 100;
}
.font-\[300\] {
    font-weight: 300;
}
.font-\[600\] {
    font-weight: 600;
}
.font-bold {
    font-weight: 700;
}
.font-light {
    font-weight: 300;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-semibold {
    font-weight: 600;
}
.uppercase {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.leading-\[1\.25\] {
    line-height: 1.25;
}
.leading-none {
    line-height: 1;
}
.leading-normal {
    line-height: 1.5;
}
.leading-snug {
    line-height: 1.4;
}
.leading-tight {
    line-height: 1.32;
}
.leading-tighter {
    line-height: 1.04;
}
.tracking-tight {
    letter-spacing: -0.005em;
}
.tracking-tighter {
    letter-spacing: -0.009em;
}
.tracking-tightest {
    letter-spacing: -0.027em;
}
.tracking-wide {
    letter-spacing: 0.04em;
}
.tracking-widest {
    letter-spacing: 0.1em;
}
.\!text-dark-green {
    color: #7A9C49 !important;
}
.text-\[\#474785\] {
    color: #474785;
}
.text-dark-blue {
    color: #222628;
}
.text-dark-purple {
    color: #2D2D3F;
}
.text-gray-500 {
    color: #6b7280;
}
.text-light-purple {
    color: #474785;
}
.text-lime-500 {
    color: #84cc16;
}
.text-white {
    color: #fff;
}
.underline {
    text-decoration-line: underline;
}
.decoration-transparent {
    text-decoration-color: transparent;
}
.decoration-1 {
    text-decoration-thickness: 1px;
}
.underline-offset-2 {
    text-underline-offset: 2px;
}
.underline-offset-4 {
    text-underline-offset: 4px;
}
.underline-offset-8 {
    text-underline-offset: 8px;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accent-lime-500 {
    accent-color: #84cc16;
}
.opacity-0 {
    opacity: 0;
}
.opacity-100 {
    opacity: 1;
}
.opacity-50 {
    opacity: 0.5;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-80 {
    opacity: 0.8;
}
.shadow-light-gray {
    --tw-shadow: 0 0 0 1px #E5E5E5;
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-light-gray {
    --tw-shadow-color: #E5E5E5;
    --tw-shadow: var(--tw-shadow-colored);
}
.outline {
    outline-style: solid;
}
.outline-1 {
    outline-width: 1px;
}
.outline-black {
    outline-color: #000;
}
.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: 250ms;
}
.transition-\[text-decoration-color\] {
    transition-property: text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}
.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}
.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* For extending Tailwind where absolutely necessary */
/* For extending Tailwind where absolutely necessary */
/* For controlling typography/prose/rich-text specific styles that don't work with traditional Tailwind conventions */
/* For controlling prose/rich-text specific styles that don't work with traditional Tailwind conventions */
/* For extending Tailwind based on components from Figma coordinated with the design team */
/* Any library specific style control, including customizations (Swiperjs, Masonry, etc) */
/* Any library specific style control, including customizations (Flickity, Glide, etc) */
/* Orrick-specific styling */
/* Only specific edge-cases would warrant any additional imports here. */
.placeholder\:type-zeta::-moz-placeholder {
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
}
.placeholder\:type-zeta::placeholder {
    font-size: 0.813rem;
    font-weight: 600;
    line-height: 1.4;
}
@media (min-width: 768px) {

    .md\:type-epsilon {
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.005em;
    }

    @media (min-width: 1024px) {
        .md\:type-epsilon {
            font-size: 1.075rem;
        }
    }

    .md\:type-zeta {
        font-size: 0.813rem;
        font-weight: 600;
        line-height: 1.4;
    }
}
@media (min-width: 1024px) {

    .lg\:grid > * {
        min-width: 0px;
    }
}
.marker\:text-light-blue *::marker {
    color: #64AEB6;
}
.marker\:text-light-blue::marker {
    color: #64AEB6;
}
.placeholder\:text-\[\#828282\]::-moz-placeholder {
    color: #828282;
}
.placeholder\:text-\[\#828282\]::placeholder {
    color: #828282;
}
.placeholder\:text-dark-blue::-moz-placeholder {
    color: #222628;
}
.placeholder\:text-dark-blue::placeholder {
    color: #222628;
}
.placeholder\:text-gray-700::-moz-placeholder {
    color: #374151;
}
.placeholder\:text-gray-700::placeholder {
    color: #374151;
}
.placeholder\:opacity-0::-moz-placeholder {
    opacity: 0;
}
.placeholder\:opacity-0::placeholder {
    opacity: 0;
}
.placeholder\:opacity-100::-moz-placeholder {
    opacity: 1;
}
.placeholder\:opacity-100::placeholder {
    opacity: 1;
}
.placeholder\:transition-opacity::-moz-placeholder {
    -moz-transition-property: opacity;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}
.placeholder\:transition-opacity::placeholder {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 250ms;
}
.before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
}
.before\:-left-5::before {
    content: var(--tw-content);
    left: -1.25rem;
}
.before\:left-1\/2::before {
    content: var(--tw-content);
    left: 50%;
}
.before\:top-0::before {
    content: var(--tw-content);
    top: 0px;
}
.before\:top-1\/2::before {
    content: var(--tw-content);
    top: 50%;
}
.before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
}
.before\:w-\[calc\(100\%\+2\.5rem\)\]::before {
    content: var(--tw-content);
    width: calc(100% + 2.5rem);
}
.before\:w-full::before {
    content: var(--tw-content);
    width: 100%;
}
.before\:-translate-x-1\/2::before {
    content: var(--tw-content);
    --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));
}
.before\:-translate-y-1\/2::before {
    content: var(--tw-content);
    --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));
}
.before\:bg-dark-blue::before {
    content: var(--tw-content);
    background-color: #222628;
}
.before\:content-\[\'\'\]::before {
    --tw-content: '';
    content: var(--tw-content);
}
.first\:border-t-0:first-child {
    border-top-width: 0px;
}
.first-of-type\:border-t-0:first-of-type {
    border-top-width: 0px;
}
.hover\:cursor-pointer:hover {
    cursor: pointer;
}
.hover\:underline:hover {
    text-decoration-line: underline;
}
.hover\:underline-offset-4:hover {
    text-underline-offset: 4px;
}
.hover\:underline-offset-8:hover {
    text-underline-offset: 8px;
}
.focus\:border-light-purple:focus {
    border-color: #474785;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.focus\:ring-light-purple:focus {
    --tw-ring-color: #474785;
}
.group[open] .group-open\:hidden {
    display: none;
}
.hocus\:border-dark-green:hover {
    border-color: #7A9C49;
}
.hocus\:bg-dark-green:hover {
    background-color: #7A9C49;
}
.hocus\:opacity-80:hover {
    opacity: 0.8;
}
.hocus\:border-dark-green:focus {
    border-color: #7A9C49;
}
.hocus\:bg-dark-green:focus {
    background-color: #7A9C49;
}
.hocus\:opacity-80:focus {
    opacity: 0.8;
}
@media (min-width: 640px) {
    .sm\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .sm\:flex-1 {
        flex: 1 1 0%;
    }
    .sm\:basis-1\/3 {
        flex-basis: 33.333333%;
    }
    .sm\:basis-2\/3 {
        flex-basis: 66.666667%;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:\!pl-0 {
        padding-left: 0px !important;
    }
    .sm\:pt-10 {
        padding-top: 2.5rem;
    }
}
@media (min-width: 768px) {
    .md\:pointer-events-none {
        pointer-events: none;
    }
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .md\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .md\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .md\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .md\:col-start-2 {
        grid-column-start: 2;
    }
    .md\:row-start-1 {
        grid-row-start: 1;
    }
    .md\:row-start-auto {
        grid-row-start: auto;
    }
    .md\:\!my-0 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .md\:-mx-8 {
        margin-left: -2rem;
        margin-right: -2rem;
    }
    .md\:mx-5 {
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
    .md\:ml-0 {
        margin-left: 0px;
    }
    .md\:ml-auto {
        margin-left: auto;
    }
    .md\:mt-8 {
        margin-top: 2rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:\!h-\[340px\] {
        height: 340px !important;
    }
    .md\:min-h-\[240px\] {
        min-height: 240px;
    }
    .md\:min-h-\[279px\] {
        min-height: 279px;
    }
    .md\:w-1\/4 {
        width: 25%;
    }
    .md\:w-24 {
        width: 6rem;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:min-w-\[496px\] {
        min-width: 496px;
    }
    .md\:max-w-\[260px\] {
        max-width: 260px;
    }
    .md\:basis-1\/4 {
        flex-basis: 25%;
    }
    .md\:translate-x-\[20vw\] {
        --tw-translate-x: 20vw;
        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));
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:flex-wrap {
        flex-wrap: wrap;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-10 {
        gap: 2.5rem;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .md\:gap-y-0 {
        row-gap: 0px;
    }
    .md\:gap-y-6 {
        row-gap: 1.5rem;
    }
    .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
    }
    .md\:object-cover {
        -o-object-fit: cover;
           object-fit: cover;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .md\:pb-0 {
        padding-bottom: 0px;
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .md\:pl-0 {
        padding-left: 0px;
    }
    .md\:pr-4 {
        padding-right: 1rem;
    }
    .md\:pr-7 {
        padding-right: 1.75rem;
    }
    .md\:pt-10 {
        padding-top: 2.5rem;
    }
    .md\:text-5xl {
        font-size: 2.25rem;
    }
    .md\:text-6xl {
        font-size: 2.75rem;
    }
    .md\:text-8xl {
        font-size: 3.5rem;
    }
    .md\:text-\[44px\] {
        font-size: 44px;
    }
    .md\:font-bold {
        font-weight: 700;
    }
    .md\:before\:-left-8::before {
        content: var(--tw-content);
        left: -2rem;
    }
    .md\:before\:w-\[calc\(100\%\+4rem\)\]::before {
        content: var(--tw-content);
        width: calc(100% + 4rem);
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute;
    }
    .lg\:relative {
        position: relative;
    }
    .lg\:bottom-6 {
        bottom: 1.5rem;
    }
    .lg\:left-1\/2 {
        left: 50%;
    }
    .lg\:left-6 {
        left: 1.5rem;
    }
    .lg\:left-\[unset\] {
        left: unset;
    }
    .lg\:left-auto {
        left: auto;
    }
    .lg\:right-0 {
        right: 0px;
    }
    .lg\:top-12 {
        top: 3rem;
    }
    .lg\:top-2 {
        top: 0.5rem;
    }
    .lg\:z-10 {
        z-index: 10;
    }
    .lg\:order-1 {
        order: 1;
    }
    .lg\:order-2 {
        order: 2;
    }
    .lg\:order-3 {
        order: 3;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .lg\:col-span-5 {
        grid-column: span 5 / span 5;
    }
    .lg\:col-span-7 {
        grid-column: span 7 / span 7;
    }
    .lg\:col-span-8 {
        grid-column: span 8 / span 8;
    }
    .lg\:col-start-4 {
        grid-column-start: 4;
    }
    .lg\:col-start-5 {
        grid-column-start: 5;
    }
    .lg\:col-start-8 {
        grid-column-start: 8;
    }
    .lg\:row-start-\[unset\] {
        grid-row-start: unset;
    }
    .lg\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem;
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto;
    }
    .lg\:my-10 {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
    .lg\:my-16 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
    .lg\:-mr-\[33\.333333\%\] {
        margin-right: -33.333333%;
    }
    .lg\:-mt-16 {
        margin-top: -4rem;
    }
    .lg\:-mt-\[136px\] {
        margin-top: -136px;
    }
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    .lg\:mb-2 {
        margin-bottom: 0.5rem;
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem;
    }
    .lg\:mb-8 {
        margin-bottom: 2rem;
    }
    .lg\:mb-\[180px\] {
        margin-bottom: 180px;
    }
    .lg\:ml-auto {
        margin-left: auto;
    }
    .lg\:mr-8 {
        margin-right: 2rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .lg\:block {
        display: block;
    }
    .lg\:\!flex {
        display: flex !important;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid {
        display: grid;
    }
    .lg\:contents {
        display: contents;
    }
    .lg\:hidden {
        display: none;
    }
    .lg\:h-20 {
        height: 5rem;
    }
    .lg\:h-\[120px\] {
        height: 120px;
    }
    .lg\:h-\[168px\] {
        height: 168px;
    }
    .lg\:h-full {
        height: 100%;
    }
    .lg\:max-h-none {
        max-height: none;
    }
    .lg\:min-h-\[400px\] {
        min-height: 400px;
    }
    .lg\:min-h-\[640px\] {
        min-height: 640px;
    }
    .lg\:w-20 {
        width: 5rem;
    }
    .lg\:w-3\/4 {
        width: 75%;
    }
    .lg\:w-40 {
        width: 10rem;
    }
    .lg\:w-60 {
        width: 15rem;
    }
    .lg\:w-\[143px\] {
        width: 143px;
    }
    .lg\:w-\[210px\] {
        width: 210px;
    }
    .lg\:w-\[496px\] {
        width: 496px;
    }
    .lg\:w-\[calc\(100\%-4rem\)\] {
        width: calc(100% - 4rem);
    }
    .lg\:w-auto {
        width: auto;
    }
    .lg\:w-full {
        width: 100%;
    }
    .lg\:max-w-\[392px\] {
        max-width: 392px;
    }
    .lg\:max-w-\[496px\] {
        max-width: 496px;
    }
    .lg\:max-w-\[98ch\] {
        max-width: 98ch;
    }
    .lg\:grow {
        flex-grow: 1;
    }
    .lg\:basis-1\/2 {
        flex-basis: 50%;
    }
    .lg\:basis-1\/4 {
        flex-basis: 25%;
    }
    .lg\:basis-3\/4 {
        flex-basis: 75%;
    }
    .lg\:basis-\[35\%\] {
        flex-basis: 35%;
    }
    .lg\:basis-\[65\%\] {
        flex-basis: 65%;
    }
    .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\:translate-x-\[200px\] {
        --tw-translate-x: 200px;
        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\:translate-y-\[15\%\] {
        --tw-translate-y: 15%;
        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\:\!-rotate-90 {
        --tw-rotate: -90deg !important;
        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)) !important;
    }
    .lg\: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));
    }
    .lg\:cursor-default {
        cursor: default;
    }
    .lg\:cursor-pointer {
        cursor: pointer;
    }
    .lg\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr));
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:grid-cols-9 {
        grid-template-columns: repeat(9, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:items-center {
        align-items: center;
    }
    .lg\:justify-end {
        justify-content: flex-end;
    }
    .lg\:justify-center {
        justify-content: center;
    }
    .lg\:gap-0 {
        gap: 0px;
    }
    .lg\:gap-0\.5 {
        gap: 0.125rem;
    }
    .lg\:gap-1 {
        gap: 0.25rem;
    }
    .lg\:gap-10 {
        gap: 2.5rem;
    }
    .lg\:gap-20 {
        gap: 5rem;
    }
    .lg\:gap-4 {
        gap: 1rem;
    }
    .lg\:gap-6 {
        gap: 1.5rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-\[52px\] {
        gap: 52px;
    }
    .lg\:gap-x-10 {
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }
    .lg\:gap-y-16 {
        row-gap: 4rem;
    }
    .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px * var(--tw-space-y-reverse));
    }
    .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3rem * var(--tw-space-y-reverse));
    }
    .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
    }
    .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }
    .lg\:overflow-visible {
        overflow: visible;
    }
    .lg\:rounded {
        border-radius: 0.25rem;
    }
    .lg\:rounded-full {
        border-radius: 9999px;
    }
    .lg\:border-t-0 {
        border-top-width: 0px;
    }
    .lg\:bg-transparent {
        background-color: transparent;
    }
    .lg\:p-6 {
        padding: 1.5rem;
    }
    .lg\:p-8 {
        padding: 2rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-3 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .lg\:px-3\.5 {
        padding-left: 0.875rem;
        padding-right: 0.875rem;
    }
    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .lg\:py-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .lg\:py-1 {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }
    .lg\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .lg\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-\[3\.5rem\] {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }
    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }
    .lg\:pb-11 {
        padding-bottom: 2.75rem;
    }
    .lg\:pb-16 {
        padding-bottom: 4rem;
    }
    .lg\:pb-2 {
        padding-bottom: 0.5rem;
    }
    .lg\:pb-20 {
        padding-bottom: 5rem;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem;
    }
    .lg\:pb-4 {
        padding-bottom: 1rem;
    }
    .lg\:pb-8 {
        padding-bottom: 2rem;
    }
    .lg\:pl-8 {
        padding-left: 2rem;
    }
    .lg\:pr-10 {
        padding-right: 2.5rem;
    }
    .lg\:pt-12 {
        padding-top: 3rem;
    }
    .lg\:pt-32 {
        padding-top: 8rem;
    }
    .lg\:pt-4 {
        padding-top: 1rem;
    }
    .lg\:pt-9 {
        padding-top: 2.25rem;
    }
    .lg\:pt-\[168px\] {
        padding-top: 168px;
    }
    .lg\:pt-\[186px\] {
        padding-top: 186px;
    }
    .lg\:pt-\[202px\] {
        padding-top: 202px;
    }
    .lg\:text-\[20px\] {
        font-size: 20px;
    }
    .lg\:text-base {
        font-size: 1rem;
    }
    .lg\:text-lg {
        font-size: 1.075rem;
    }
    .lg\:text-xs {
        font-size: 0.813rem;
    }
    .lg\:font-bold {
        font-weight: 700;
    }
    .lg\:uppercase {
        text-transform: uppercase;
    }
    .lg\:leading-none {
        line-height: 1;
    }
    .lg\:leading-snug {
        line-height: 1.4;
    }
    .lg\:tracking-wide {
        letter-spacing: 0.04em;
    }
    .lg\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .lg\: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: 250ms;
    }
    .lg\:transition-none {
        transition-property: none;
    }
    .lg\:marker\:text-lg *::marker {
        font-size: 1.075rem;
    }
    .lg\:marker\:text-lg::marker {
        font-size: 1.075rem;
    }
    .lg\:before\:left-0::before {
        content: var(--tw-content);
        left: 0px;
    }
    .lg\:before\:w-screen::before {
        content: var(--tw-content);
        width: 100vw;
    }
    .lg\:hocus\:bg-white\/20:hover {
        background-color: rgb(255 255 255 / 0.2);
    }
    .lg\:hocus\:opacity-100:hover {
        opacity: 1;
    }
    .lg\:hocus\:bg-white\/20:focus {
        background-color: rgb(255 255 255 / 0.2);
    }
    .lg\:hocus\:opacity-100:focus {
        opacity: 1;
    }
}
@media (min-width: 1280px) {
    .xl\:col-span-4 {
        grid-column: span 4 / span 4;
    }
    .xl\:col-span-6 {
        grid-column: span 6 / span 6;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:max-w-none {
        max-width: none;
    }
    .xl\:basis-\[24ch\] {
        flex-basis: 24ch;
    }
    .xl\:basis-\[52ch\] {
        flex-basis: 52ch;
    }
    .xl\:justify-between {
        justify-content: space-between;
    }
    .xl\:gap-10 {
        gap: 2.5rem;
    }
    .xl\:pt-4 {
        padding-top: 1rem;
    }
}
@media (min-width: 1480px) {
    .\32xl\:mx-0 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .\32xl\:w-1\/6 {
        width: 16.666667%;
    }
    .\32xl\:w-4\/6 {
        width: 66.666667%;
    }
    .\32xl\:w-full {
        width: 100%;
    }
    .\32xl\:pl-10 {
        padding-left: 2.5rem;
    }
    .\32xl\:pr-8 {
        padding-right: 2rem;
    }
}
.\[\&\>div\]\:\!w-\[auto\]>div {
    width: auto !important;
}
.plyr--playing+.\[\.plyr--playing\+\&\]\:hidden {
    display: none;
}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}