@import url(https://use.typekit.net/acn7qwe.css);
@import url(https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400&display=swap);
/*
! tailwindcss v3.2.7 | 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: currentColor; /* 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.
*/

html {
  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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-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;
}

/*
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'],[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: #7F7F7F;
  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, [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: #7F7F7F;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #7F7F7F;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-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='%237F7F7F' 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] {
  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: #7F7F7F;
  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");
}

[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");
}

[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;
}

[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-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(88 151 196 / 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-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(88 151 196 / 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media (min-width: 640px) {

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

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

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

  .container {
    max-width: 1280px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-2 {
  --tw-aspect-h: 2;
}
.aspect-h-4 {
  --tw-aspect-h: 4;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-3 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 3;
}
.aspect-w-3 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-6 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 6;
}
.aspect-w-6 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.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;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-1rem\] {
  left: -1rem;
}
.left-\[-3rem\] {
  left: -3rem;
}
.left-\[calc\(100\%\/14\)\] {
  left: calc(100% / 14);
}
.left-\[calc\(100\%\/3\)\] {
  left: calc(100% / 3);
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-2 {
  right: 0.5rem;
}
.right-\[calc\(100\%\/14\)\] {
  right: calc(100% / 14);
}
.right-\[calc\(100\%\/2\.8\)\] {
  right: calc(100% / 2.8);
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-2 {
  top: 0.5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-32 {
  top: 8rem;
}
.top-\[-4px\] {
  top: -4px;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-5 {
  order: 5;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-10 {
  grid-column: span 10 / span 10;
}
.col-span-11 {
  grid-column: span 11 / span 11;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-9 {
  grid-column: span 9 / span 9;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-start-10 {
  grid-column-start: 10;
}
.col-start-11 {
  grid-column-start: 11;
}
.col-start-12 {
  grid-column-start: 12;
}
.col-start-2 {
  grid-column-start: 2;
}
.col-start-3 {
  grid-column-start: 3;
}
.col-start-4 {
  grid-column-start: 4;
}
.col-start-5 {
  grid-column-start: 5;
}
.col-start-6 {
  grid-column-start: 6;
}
.col-start-7 {
  grid-column-start: 7;
}
.col-start-8 {
  grid-column-start: 8;
}
.col-start-9 {
  grid-column-start: 9;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.\!m-0 {
  margin: 0px !important;
}
.-m-px {
  margin: -1px;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-mb-8 {
  margin-bottom: -2rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-mr-\[30\%\] {
  margin-right: -30%;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-\[5\%\] {
  margin-top: -5%;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mr-px {
  margin-right: 1px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-24 {
  height: 6rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-4 {
  width: 1rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-6 {
  width: 1.5rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[205px\] {
  min-width: 205px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-container {
  max-width: 90rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.origin-top-left {
  transform-origin: top left;
}
.-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-4 {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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));
}
.-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-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-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12 {
  --tw-rotate: 12deg;
  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-none {
  list-style-type: none !important;
}
.list-none {
  list-style-type: none;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-cols-sm {
  grid-template-columns: minmax(0.5rem, auto) minmax(auto, 640px) minmax(0.5rem, auto);
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.content-center {
  align-content: center;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.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));
}
.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));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-br-full {
  border-bottom-right-radius: 9999px;
}
.rounded-tr {
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(32 116 176 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(127 127 127 / var(--tw-border-opacity));
}
.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(240 169 44 / var(--tw-border-opacity));
}
.border-peach-100 {
  --tw-border-opacity: 1;
  border-color: rgb(247 220 207 / var(--tw-border-opacity));
}
.border-peach-700 {
  --tw-border-opacity: 1;
  border-color: rgb(216 55 31 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(250 252 255 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 220 235 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 151 196 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 116 176 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 191 191 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 127 127 / var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 232 209 / var(--tw-bg-opacity));
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 164 71 / var(--tw-bg-opacity));
}
.bg-lilac-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(223 221 234 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 233 202 / var(--tw-bg-opacity));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 223 / var(--tw-bg-opacity));
}
.bg-peach-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 220 207 / var(--tw-bg-opacity));
}
.bg-peach-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 190 169 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 255 / var(--tw-bg-opacity));
}
.bg-white\/80 {
  background-color: rgb(250 252 255 / 0.8);
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-blue-100 {
  --tw-gradient-from: #C7DCEB;
  --tw-gradient-to: rgb(199 220 235 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50 {
  --tw-gradient-from: #FFF7DF;
  --tw-gradient-to: rgb(255 247 223 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-body {
  font-family: ff-scala-sans-pro, sans-serif;
}
.font-heading {
  font-family: ff-scala, sans-serif;
}
.font-magbody {
  font-family: PT serif, sans-serif;
}
.font-magheading {
  font-family: meno-banner, sans-serif;
}
.\!text-lg {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
}
.text-2xl {
  font-size: 1.75rem;
  line-height: 1.25;
}
.text-4xl {
  font-size: 2.5rem;
  line-height: 1.125;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-base {
  font-size: 1.125rem;
  line-height: 1.5;
}
.text-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}
.text-sm {
  font-size: 1rem;
  line-height: 1.25;
}
.text-xl {
  font-size: 1.5rem;
  line-height: 1.125;
}
.text-xs {
  font-size: 0.875rem;
  line-height: 1.125;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-relaxed {
  line-height: 1.625 !important;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(199 220 235 / var(--tw-text-opacity));
}
.text-blue-500\/70 {
  color: rgb(88 151 196 / 0.7);
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(32 116 176 / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(14 74 117 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(240 169 44 / var(--tw-text-opacity));
}
.text-peach-700 {
  --tw-text-opacity: 1;
  color: rgb(216 55 31 / var(--tw-text-opacity));
}
.text-red-500\/70 {
  color: rgb(199 68 46 / 0.7);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(250 252 255 / var(--tw-text-opacity));
}
.\!underline {
  text-decoration-line: underline !important;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-1 {
  --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, 0 0 #0000);
}
.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@media (min-width: 768px) {

  .md\:aspect-h-1 {
    --tw-aspect-h: 1;
  }

  .md\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .md\:aspect-h-3 {
    --tw-aspect-h: 3;
  }

  .md\:aspect-h-4 {
    --tw-aspect-h: 4;
  }

  .md\:aspect-h-9 {
    --tw-aspect-h: 9;
  }

  .md\:aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
  }

  .md\:aspect-w-1 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
  }

  .md\:aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }

  .md\:aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-w-4 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 4;
  }

  .md\:aspect-w-4 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-w-6 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 6;
  }

  .md\:aspect-w-6 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:aspect-w-7 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 7;
  }

  .md\:aspect-w-7 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1024px) {

  .lg\:aspect-h-2 {
    --tw-aspect-h: 2;
  }

  .lg\:aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
  }

  .lg\:aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 252 255 / var(--tw-bg-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.hover\:text-peach-700:hover {
  --tw-text-opacity: 1;
  color: rgb(216 55 31 / var(--tw-text-opacity));
}
.hover\:text-red-500:hover {
  --tw-text-opacity: 1;
  color: rgb(199 68 46 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border:focus {
  border-width: 1px;
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 151 196 / var(--tw-border-opacity));
}
.focus\:border-orange-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 169 44 / var(--tw-border-opacity));
}
.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(32 116 176 / var(--tw-bg-opacity));
}
.focus\:text-red-500:focus {
  --tw-text-opacity: 1;
  color: rgb(199 68 46 / var(--tw-text-opacity));
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(250 252 255 / var(--tw-text-opacity));
}
.focus\:underline:focus {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus {
  outline-width: 0px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 252 255 / var(--tw-ring-opacity));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:ml-2 {
  margin-left: 0.5rem;
}
.group:hover .group-hover\:mr-4 {
  margin-right: 1rem;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:p-6 {
  padding: 1.5rem;
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}
.group:hover .group-hover\:ring-transparent {
  --tw-ring-color: transparent;
}
.group:focus .group-focus\:ml-2 {
  margin-left: 0.5rem;
}
.group:focus .group-focus\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:focus .group-focus\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.group:focus .group-focus\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(14 74 117 / var(--tw-text-opacity));
}
.group:focus .group-focus\:ring-2 {
  --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, 0 0 #0000);
}
.group:focus .group-focus\:ring-black\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}
@media (min-width: 640px) {

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

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:grid-cols-sm {
    grid-template-columns: minmax(0.5rem, auto) minmax(auto, 640px) minmax(0.5rem, auto);
  }

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

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

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

  .sm\:bg-transparent {
    background-color: transparent;
  }

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

  .sm\:pl-8 {
    padding-left: 2rem;
  }

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

  .sm\:text-sm {
    font-size: 1rem;
    line-height: 1.25;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .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-7 {
    grid-column: span 7 / span 7;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:max-w-4xl {
    max-width: 56rem;
  }

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

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

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

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

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

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

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

  .md\:flex-col {
    flex-direction: column;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:from-white {
    --tw-gradient-from: #fafcff;
    --tw-gradient-to: rgb(250 252 255 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:via-white\/80 {
    --tw-gradient-to: rgb(250 252 255 / 0);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 252 255 / 0.8), var(--tw-gradient-to);
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

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

  .md\:pl-20 {
    padding-left: 5rem;
  }

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

  .md\:pr-24 {
    padding-right: 6rem;
  }

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

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

  .md\:text-xl {
    font-size: 1.5rem;
    line-height: 1.125;
  }
}
@media (min-width: 1024px) {

  .lg\:relative {
    position: relative;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

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

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

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

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

  .lg\:w-3\/4 {
    width: 75%;
  }

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

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

  .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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .lg\:flex-col {
    flex-direction: column;
  }

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

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

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

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(191 191 191 / var(--tw-border-opacity));
  }

  .lg\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

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

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

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

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

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

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

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

  .lg\:text-4xl {
    font-size: 2.5rem;
    line-height: 1.125;
  }

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

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

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

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

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(250 252 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px) {

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:mx-32 {
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

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

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pr-32 {
    padding-right: 8rem;
  }

  .xl\:text-2xl {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .xl\:text-3xl {
    font-size: 2rem;
    line-height: 1.125;
  }

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

[x-cloak]{ display: none !important; }

.container {max-width: 1200px;}

body{ font-family: ff-scala-sans-pro, sans-serif; }
a{ --tw-text-opacity: 1; color: rgb(32 116 176 / var(--tw-text-opacity)); }
a:hover{ text-decoration-line: none; }

h1,h2,h3,h4,h5,h6{ margin-bottom: 0.5rem; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ text-decoration-line: none; }

p{ margin-bottom: 1rem; font-size: 1.125rem; line-height: 1.5; font-weight: 300; }

@media (min-width: 768px){

 p{ margin-bottom: 2rem; } }
.lead{ font-size: 1.5rem; line-height: 1.125; }

.content ul, .shadow-box ul{ list-style-type: disc; font-size: 1.125rem; line-height: 1.5; font-weight: 300; }
.content ol, .shadow-box ol{ list-style-type: decimal; font-size: 1.125rem; line-height: 1.5; font-weight: 300; }
.content ul, .content ol, .shadow-box ul, .shadow-box ol{ margin-left: 2rem; margin-right: 2rem; margin-top: 1rem; margin-bottom: 1rem; }

.tight-paragraph > p{ margin-top: 0.25rem !important; margin-bottom: 0.5rem !important; }

h1{ font-family: ff-scala, sans-serif; font-weight: 700; }
h2{ font-family: ff-scala, sans-serif; font-size: 1.5rem; font-weight: 700; line-height: 1.5; }
@media (min-width: 768px){

 h2{ font-size: 2rem; line-height: 1.125; } }
@media (min-width: 1024px){

 h2{ font-size: 2.5rem; line-height: 1.125; } }
h3{ font-family: ff-scala, sans-serif; font-size: 1.75rem; font-weight: 700; line-height: 1.5; }
@media (min-width: 768px){

 h3{ font-size: 2rem; line-height: 1.125; } }
@media (min-width: 1024px){

 h3{ font-size: 2rem; line-height: 1.125; } }
h4{ font-family: ff-scala-sans-pro, sans-serif; font-size: 1.5rem; line-height: 1.125; font-weight: 700; }
@media (min-width: 1024px){

 h4{ font-size: 1.75rem; line-height: 1.25; } }
h5{ font-family: ff-scala-sans-pro, sans-serif; font-size: 1.125rem; line-height: 1.5; font-weight: 700; }
@media (min-width: 1024px){

 h5{ font-size: 1.5rem; line-height: 1.125; } }
h6{ font-size: 1.125rem; font-weight: 700; line-height: 1.25; }
@media (min-width: 768px){

 h6{ font-size: 1.25rem; line-height: 1.5; } }
@media (min-width: 1024px){

 h6{ font-size: 1.25rem; line-height: 1.5; } }
.type-post h1,.type-post h2,.type-post h3,.type-post h4,.type-post h5,.type-post h6,.digimag h1,.digimag h2,.digimag h3,.digimag h4,.digimag h5,.digimag h6{ font-family: meno-banner, sans-serif; }
.type-post p, .digimag p{ font-family: PT serif, sans-serif; font-size: 1.125rem; line-height: 1.625; }
.type-post p +h1,.type-post p +h2,.type-post p +h3,.type-post p +h4,.type-post p +h5,.type-post p +h6,.digimag p +h1,.digimag p +h2,.digimag p +h3,.digimag p +h4,.digimag p +h5,.digimag p +h6{ margin-top: 2rem; }
@media (min-width: 768px){

 .type-post p +h1,.type-post p +h2,.type-post p +h3,.type-post p +h4,.type-post p +h5,.type-post p +h6,.digimag p +h1,.digimag p +h2,.digimag p +h3,.digimag p +h4,.digimag p +h5,.digimag p +h6{ margin-top: 3rem; } }

h1{ font-size: 1.75rem; line-height: 1.25; }
h5{ font-size: 1.125rem; line-height: 1.5; }
h6{ font-size: 0.875rem; line-height: 1.125; }

div ul + h3, div ol + h3 {
    margin-top: 1rem;
}


@media (min-width: 768px) {
    h1{ font-size: 2rem; line-height: 1.125; }
    h2{ font-size: 2rem; line-height: 1.125; }
    h3{ font-size: 2rem; line-height: 1.125; }
    p{ font-size: 1.25rem; line-height: 1.5; }
    footer p {
        font-size: inherit;
    }
    .lead{ font-size: 1.25rem; line-height: 1.5; }
    .content ul, .content ol{ font-size: 1.25rem; line-height: 1.5; }
        .type-post .content ul, .type-post .content ol, .digimag .content ul, .digimag .content ol{ font-size: 1.125rem; line-height: 1.5; }
}
@media (min-width: 1024px) {
    h1{ font-size: 3rem; line-height: 1; }
    h2{ font-size: 2.5rem; line-height: 1.125; }
    h3{ font-size: 2rem; line-height: 1.125; }
    h4{ font-size: 1.75rem; line-height: 1.25; }
    h5{ font-size: 1.5rem; line-height: 1.125; }
    h6{ font-size: 1.25rem; line-height: 1.5; }
}
b, strong{ font-weight: 700; }

/*
* + h1 { @apply mt-12; }
* + h2, * + h3, * + h4, * + h5, * + h6 { @apply mt-10; }
* + p { @apply mt-6; } */
.btn + p{ margin-top: 2.5rem; }

h1{ margin-bottom: 2rem; }
h2,h3,h4,h5,h6,p{ margin-bottom: 0.5rem; }
@media (min-width: 768px){

 h2,h3,h4,h5,h6,p{ margin-bottom: 1rem; } }
h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child{ margin-bottom: 1rem; }
h2 p, h3 p, h4 p, h5 p, h6 p{ margin-bottom: 0px; }
@media (min-width: 768px){

 p + p{ margin-top: 2rem; } }
blockquote{ position: relative; margin-top: 2rem; margin-bottom: 2rem; padding-top: 1rem; padding-bottom: 1rem; padding-left: 2.5rem; font-size: 1.25rem; line-height: 1.5; font-style: italic; }
blockquote::before{ position: absolute; top: 0px; left: 0px; margin-top: 0.5rem; font-size: 3rem; line-height: 1;
        content: "“";
        font-family: monospace;
        font-style: normal; }
blockquote p{ margin: 0px; padding: 0px; font-size: 1.5rem; line-height: 1.125; }


.btn{ margin-top: 0.5rem; display: inline-block; padding-left: 1rem; padding-right: 1rem; padding-top: 0.5rem; padding-bottom: 0.5rem; font-weight: 700; text-decoration-line: none; }


.btn.btn-primary{ --tw-bg-opacity: 1; background-color: rgb(88 151 196 / var(--tw-bg-opacity)); --tw-text-opacity: 1; color: rgb(250 252 255 / var(--tw-text-opacity)); transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; }


.btn.btn-primary:hover{ --tw-bg-opacity: 1; background-color: rgb(32 116 176 / var(--tw-bg-opacity)); }

.pagination-wrap{ margin-top: 2rem; width: 100%; text-align: center; }

.has_featured .nextsteps{ margin-top: -6rem; }

.has_bg + .has_bg{ margin-top: 2rem; }

@media (min-width: 768px){

 .has_bg + .has_bg{ margin-top: 3rem; } }

form{ font-size: 1.125rem; line-height: 1.5; }

form label{ font-size: 1.125rem; line-height: 1.5; }
.language-select select{ border-radius: 1.5rem; }
.youtube.responsive-container{ position: relative; padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%); --tw-aspect-w: 16; }
.youtube.responsive-container > *{ position: absolute; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0; }
.youtube.responsive-container{ --tw-aspect-h: 9; width: 100%; }

.fa-arrow-right-long{ --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); }

section.bg-transparent .fa-arrow-right-long{ --tw-text-opacity: 1; color: rgb(32 116 176 / var(--tw-text-opacity)); }

.group:focus section.bg-transparent .fa-arrow-right-long{ --tw-text-opacity: 1; color: rgb(14 74 117 / var(--tw-text-opacity)); }
.content a[target=_blank]::after, .accordion a[target=_blank]::after {
    content: " ↗";
    
}

.eventorganiser-event-meta{ margin-bottom: 2rem; }

.eventorganiser-event-meta h4{ margin-top: 2rem; }
@media (min-width: 768px){

 .facet-2-col .facetwp-type-checkboxes{ -moz-columns: 2; columns: 2; }

 .facetwp-type-checkboxes .facetwp-checkbox{ font-size: 1.25rem !important; line-height: 1.5 !important; } }

/* Gravityu forms */
input[type="submit"]{ z-index: 10; margin-left: auto; margin-right: auto; margin-bottom: 1.25rem; display: flex; height: 2.5rem; width: 2.5rem; align-items: center; border-radius: 1.5rem; --tw-bg-opacity: 1; background-color: rgb(32 116 176 / var(--tw-bg-opacity)); padding-top: 0.25rem; padding-bottom: 0.25rem; font-size: 1.25rem; line-height: 1.5; --tw-text-opacity: 1; color: rgb(250 252 255 / var(--tw-text-opacity)); }
input[type="submit"]:hover{ --tw-bg-opacity: 1; background-color: rgb(88 151 196 / var(--tw-bg-opacity)); }
input[type="submit"]:focus{ --tw-bg-opacity: 1; background-color: rgb(88 151 196 / var(--tw-bg-opacity)); }
@media (min-width: 1024px){

 input[type="submit"]{ margin-right: 0px; margin-bottom: 0px; display: block; height: auto; width: auto; padding-left: 1.25rem; padding-right: 1.25rem; padding-top: 0.5rem; padding-bottom: 0.5rem; } }
::placeholder, ::-webkit-input-placeholder{ --tw-text-opacity: 1; color: rgb(102 102 102 / var(--tw-text-opacity)); }
.gform_wrapper.gravity-theme .gfield_label{ font-size: 1rem !important; line-height: 1.25 !important; }
@media (min-width: 768px){

 .gform_wrapper.gravity-theme .gfield_label{ font-size: 1.25rem !important; line-height: 1.5 !important; } }
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{ font-size: 1rem !important; line-height: 1.25 !important; }
@media (min-width: 768px){

 .gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea{ font-size: 1.125rem !important; line-height: 1.5 !important; } }

/* Pagination */
.pagination-wrap{ width: 100%; }
.pagination{ width: 100%; padding: 0.5rem; }
.pagination .nav-links{ display: flex; flex-direction: row; justify-content: center; }
.pagination span, .pagination a{ height: 2.5rem; width: 2.5rem; border-radius: 0.25rem; padding: 0.5rem; text-align: center; text-decoration-line: none !important; }
.pagination .page-numbers {
        /*display: none;*/
    }
.pagination .page-numbers.next, .pagination .page-numbers.prev, .pagination .page-numbers.dots {
        display: block;
    }
.pagination .page-numbers i{ padding-top: 0.25rem; padding-bottom: 0.25rem; }
.pagination .page-numbers.current{ display: block; font-weight: 900; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); }


#ninchat-iframe.ninchat-embed-container > .ninchat-titlebar{ --tw-bg-opacity: 1 !important; background-color: rgb(32 116 176 / var(--tw-bg-opacity)) !important; }
/*
@media (max-width: 1023px) {
    .ninchat-embed-container.ninchat-minimized {
        @apply !hidden;
    }
}*/
#ninchat-iframe.ninchat-embed-container.ninchat-bottom.ninchat-open{ border-top-left-radius: 1rem; border-top-right-radius: 1rem; }

#breadcrumbs a{ text-decoration-line: underline; }

/* Course styling */
.course-lilac{ --tw-bg-opacity: 1; background-color: rgb(127 120 171 / var(--tw-bg-opacity)); }
.course-green{ --tw-bg-opacity: 1; background-color: rgb(62 164 71 / var(--tw-bg-opacity)); }
.course-blue{ --tw-bg-opacity: 1; background-color: rgb(14 74 117 / var(--tw-bg-opacity)); }
.course-yellow{ --tw-bg-opacity: 1; background-color: rgb(251 233 202 / var(--tw-bg-opacity)); }
.course-orange{ --tw-bg-opacity: 1; background-color: rgb(240 169 44 / var(--tw-bg-opacity)); }
.course-red{ --tw-bg-opacity: 1; background-color: rgb(199 68 46 / var(--tw-bg-opacity)); }
.course-light-lilac{ --tw-bg-opacity: 1; background-color: rgb(223 221 234 / var(--tw-bg-opacity)); }
.course-light-green{ --tw-bg-opacity: 1; background-color: rgb(207 232 209 / var(--tw-bg-opacity)); }
.course-light-blue{ --tw-bg-opacity: 1; background-color: rgb(199 220 235 / var(--tw-bg-opacity)); }
.course-light-yellow{ --tw-bg-opacity: 1; background-color: rgb(251 233 202 / var(--tw-bg-opacity)); }
.course-light-orange{ --tw-bg-opacity: 1; background-color: rgb(251 233 202 / var(--tw-bg-opacity)); }
.course-light-red{ --tw-bg-opacity: 1; background-color: rgb(247 220 207 / var(--tw-bg-opacity)); }

/* Mobile logo tweak */
html:lang(en) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo,
html:lang(sv) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    visibility: hidden;
}
html:lang(en) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo {
    display: block;
    width: 180px;
    height: 60px;
    background-image: url('../assets/svg/logo_en.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
html:lang(sv) #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo {
    display: block;
    width: 180px;
    height: 60px;
    background-image: url('../assets/svg/logo_sv.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

.luoto-icon {
    background-image: url('../assets/svg/luoto-logo.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}
.bg-luoto {
    background: rgb(40, 68, 157);
}
.bg-luoto:hover {
        background: #183D4D;
    }
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; 
  }
 .screen-reader-text .skip-link {
    margin: 5px;
  }

 .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 0;
    box-shadow: 0 0 2px 2px rgba(#000, .6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 1.7rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; 
  }

#content[tabindex="-1"]:focus {
  outline: 0;
}

[data-whatinput="mouse"] *:focus {
  outline: none;
}

[data-whatinput="keyboard"] {
      outline: 4px solid;
      opacity: 1;
    }

    

    a:focus {
      outline: 2px solid ;
      opacity: 1;
    }
body.no-js *:focus {
  outline: 4px solid;
}

/* Styles for navigations */

/* Styles for both, desktop & mobile menus */

#main-navigation a { font-weight: 400; --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity));}

#main-navigation .menu-item-has-children { position: relative;}

#main-navigation .toggle-sub { margin-left: 0.5rem; line-height: 1;}

#main-navigation .toggle-sub i { display: inline-block; height: 13px; width: 13px; background-size: cover; background-position: center; background-repeat: no-repeat; background-image: url('../assets/svg/menu-arrow.svg'); transform: rotate(-90deg);}

#main-navigation .toggle-sub i.open {transform: rotate(90deg);}

#main-navigation .sub-menu { display: none;}

#main-navigation .sub-menu.active { display: block;}

/* Mobile menu */

#main-navigation ul.menu { margin-bottom: 1.25rem; list-style-type: none; padding-left: 0px;}

#main-navigation ul.menu > li { padding-top: 0.5rem; padding-bottom: 0.5rem;}

#main-navigation .sub-menu { padding-left: 1rem; padding-top: 0.75rem;}

#main-navigation .sub-menu li { padding-top: 0.5rem; padding-bottom: 0.5rem;}

/* Desktop menu */

@media (min-width: 768px) {
    #main-navigation ul.menu { margin-bottom: 0px; display: flex; list-style-type: none; flex-wrap: wrap; padding-left: 0px;}
      #main-navigation ul.menu > li { padding-top: 1rem; padding-bottom: 1rem;}
      #main-navigation ul.menu > li + li { margin-left: 1.25rem;}

    #main-navigation .sub-menu { position: absolute; top: 100%; left: 0px; width: 250px; --tw-bg-opacity: 1; background-color: rgb(191 191 191 / var(--tw-bg-opacity)); padding-top: 0px; padding-left: 0px;}
      #main-navigation .sub-menu li { padding-top: 0.75rem; padding-bottom: 0.75rem; padding-left: 1rem; padding-right: 1rem;}
        #main-navigation .sub-menu li.menu-item-has-children { display: flex; justify-content: space-between;}
      #main-navigation .sub-menu .sub-menu { left: 100%; top: 0px; --tw-bg-opacity: 1; background-color: rgb(127 127 127 / var(--tw-bg-opacity));}
  }

/* Styles for navigations */

/* Styles for both, desktop & mobile menus */

#footer-navigation a { font-weight: 400; --tw-text-opacity: 1; color: rgb(250 252 255 / var(--tw-text-opacity));}

/* Mobile menu */

#footer-navigation ul.menu { list-style-type: none; padding-left: 0px;}

#footer-navigation ul.menu > li { padding-top: 0.25rem; padding-bottom: 0.25rem;}

/* Desktop menu */

@media (min-width: 768px) {
        #footer-navigation ul.menu { margin-bottom: 0px; display: flex; list-style-type: none; flex-wrap: wrap; padding-left: 0px;}
            #footer-navigation ul.menu > li { padding-left: 1rem; padding-right: 1rem;}
            #footer-navigation ul.menu > li + li { border-left-width: 1px; --tw-border-opacity: 1; border-color: rgb(127 127 127 / var(--tw-border-opacity));}
    }
@media (max-width: 1024px) {
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        height: 100vh !important; overflow-y: auto !important;
    }
    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary::before { pointer-events: none; position: absolute; bottom: 0px; right: 0px; display: block; height: 100%; width: 100%; opacity: 0.3;
        content: "";
        background-image: url('../assets/svg/bg.svg'); background-position: right -60% bottom 0%; background-size: 90%; background-repeat: no-repeat;}
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
        padding: 0.25rem 0px 0.25rem 2rem !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        border-top: 1px solid #ccc !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { background-color: transparent !important; padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1.5rem !important;}
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator,
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
        float: none !important;
    }
}
#mega-menu-wrap-primary {
    width: 100%;
    border-bottom-width: 1px !important;
    --tw-border-opacity: 1;
    border-color: rgb(191 191 191 / var(--tw-border-opacity));
}
    #mega-menu-wrap-primary #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
    margin: 0px !important;
}
    #mega-menu-wrap-primary a.mega-menu-logo {
    display: flex !important;
}
    #mega-menu-wrap-primary a.mega-menu-logo img.mega-menu-logo {
    margin: auto !important;
}
    #mega-menu-wrap-primary .widget_text, #mega-menu-wrap-primary .widget_media_image {
    display: none !important;
}
@media (min-width: 1024px) {
        #mega-menu-wrap-primary .widget_text, #mega-menu-wrap-primary .widget_media_image {
        display: block !important;
    }
        #mega-menu-wrap-primary {
        width: auto;
    }
                #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-bg-peach-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(247 220 207 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-bg-blue-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(199 220 235 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-bg-orange-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(251 233 202 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-bg-green-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(207 232 209 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row.mega-bg-lilac-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(223 221 234 / var(--tw-bg-opacity)) !important;
    }
                    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row .mega-menu-column.padded {
        padding: 3rem !important;
    }
                    
                    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row .mega-menu-column.mega-bg-peach-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(247 220 207 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row .mega-menu-column.mega-bg-blue-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(199 220 235 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row .mega-menu-column.mega-bg-orange-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(251 233 202 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row .mega-menu-column.mega-bg-green-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(207 232 209 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-row .mega-menu-column.mega-bg-lilac-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(223 221 234 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-peach > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-peach > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-peach > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(247 220 207 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-blue > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-blue > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-blue > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(199 220 235 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-orange > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-orange > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-orange > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(251 233 202 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-green > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-green > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-green > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(207 232 209 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-lilac > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-lilac > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-tabbed.mega-bg-lilac > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(223 221 234 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after {
        position: absolute;
        right: 20px;
        top: 25px;
        display: block;
        height: 16px;
        width: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        --tw-content: '';
        content: var(--tw-content);
                    background-image: url('../assets/svg/long-arrow.svg');
    }
            
            #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-padded > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        display: inline-block !important;
        padding-right: 1.5rem !important;
    }
                
                #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-padded > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after {
        top: 20px !important;
        right: 0px !important;
    }
        
        #mega-menu-wrap-primary .mega-sub-menu {
        min-height: 455px !important;
        overflow: hidden !important;
    }
            
            #mega-menu-wrap-primary .mega-sub-menu figcaption {
                display: none;
            }
            
            #mega-menu-wrap-primary .mega-sub-menu .widget_media_image img {
        width: 100% !important;
        max-width: none !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
            
            @media (min-width: 768px) {
        #mega-menu-wrap-primary .mega-sub-menu .widget_media_image img {
            min-height: 455px;
        }
    }
        
        #mega-menu-wrap-primary .mega-list-padded ul.mega-sub-menu {
        padding: 3rem !important;
    }
            
            #mega-menu-wrap-primary .mega-list-padded ul.mega-sub-menu ul.mega-sub-menu {
        padding: 0px !important;
    }
        
        #mega-menu-wrap-primary .mega-img-padded ul.mega-sub-menu {
        padding: 3rem !important;
    }
        
        
        #mega-menu-wrap-primary .mega-nav ul.mega-sub-menu {
        padding: 3rem !important;
    }
            
            #mega-menu-wrap-primary .mega-nav ul.mega-sub-menu a.mega-menu-link {
        position: relative;
        border-bottom-width: 1px !important;
        border-style: solid !important;
        --tw-border-opacity: 1 !important;
        border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
        padding-right: 1.25rem !important;
    }
                
                #mega-menu-wrap-primary .mega-nav ul.mega-sub-menu a.mega-menu-link::after {
        right: 0px !important;
        top: 20px !important;
    }
    
    /* Top menu */
        #mega-menu-wrap-top .widget_text, #mega-menu-wrap-top .widget_media_image {
        display: block !important;
    }
        #mega-menu-wrap-top {
        width: auto;
    }
                #mega-menu-wrap-top #mega-menu-top li.mega-menu-row.mega-bg-peach-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(247 220 207 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-top #mega-menu-top li.mega-menu-row.mega-bg-blue-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(199 220 235 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-top #mega-menu-top li.mega-menu-row.mega-bg-orange-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(251 233 202 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-top #mega-menu-top li.mega-menu-row.mega-bg-green-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(207 232 209 / var(--tw-bg-opacity)) !important;
    }
                
                #mega-menu-wrap-top #mega-menu-top li.mega-menu-row.mega-bg-lilac-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(223 221 234 / var(--tw-bg-opacity)) !important;
    }
                    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.padded {
        padding: 3rem !important;
    }
                    
                    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.mega-bg-peach-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(247 220 207 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.mega-bg-blue-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(199 220 235 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.mega-bg-orange-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(251 233 202 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.mega-bg-green-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(207 232 209 / var(--tw-bg-opacity)) !important;
    }
                    
                    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.mega-bg-lilac-100 {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(223 221 234 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-peach > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-peach > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-peach > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(247 220 207 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-blue > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-blue > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-blue > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(199 220 235 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-orange > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-orange > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-orange > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(251 233 202 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-green > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-green > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-green > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(207 232 209 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-lilac > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-lilac > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-tabbed.mega-bg-lilac > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
        --tw-bg-opacity: 1 !important;
        background-color: rgb(223 221 234 / var(--tw-bg-opacity)) !important;
    }
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after {
        position: absolute;
        right: 20px;
        top: 25px;
        display: block;
        height: 16px;
        width: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        --tw-content: '';
        content: var(--tw-content);
                    background-image: url('../assets/svg/long-arrow-white.svg');
    }
            
            #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-padded > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        display: inline-block !important;
        padding-right: 1.5rem !important;
    }
                
                #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-padded > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::after {
        top: 20px !important;
        right: 0px !important;
    }
        
        #mega-menu-wrap-top .mega-sub-menu {
        overflow: hidden !important;
            max-height: 600px !important;
    }
            
            #mega-menu-wrap-top .mega-sub-menu figcaption {
                display: none;
            }
            
            #mega-menu-wrap-top .mega-sub-menu .widget_media_image img {
        width: 100% !important;
        max-width: none !important;
        -o-object-fit: cover;
           object-fit: cover;
    }
            
            @media (min-width: 768px) {
        #mega-menu-wrap-top .mega-sub-menu .widget_media_image img {
            min-height: 455px;
        }
    }
        
        #mega-menu-wrap-top .mega-list-padded ul.mega-sub-menu {
        padding: 3rem !important;
    }
            
            #mega-menu-wrap-top .mega-list-padded ul.mega-sub-menu ul.mega-sub-menu {
        padding: 0px !important;
    }
        
        #mega-menu-wrap-top .mega-img-padded ul.mega-sub-menu {
        padding: 3rem !important;
    }
        
        
        #mega-menu-wrap-top .mega-nav ul.mega-sub-menu {
        padding: 3rem !important;
    }
            
            #mega-menu-wrap-top .mega-nav ul.mega-sub-menu a.mega-menu-link {
        position: relative;
        border-bottom-width: 1px !important;
        border-style: solid !important;
        --tw-border-opacity: 1 !important;
        border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
        padding-right: 1.25rem !important;
    }
                
                #mega-menu-wrap-top .mega-nav ul.mega-sub-menu a.mega-menu-link::after {
        right: 0px !important;
        top: 20px !important;
    }
    
    
    
    /*
    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row.mega-bg-peach-100 {
        @apply !bg-peach-100;
    }
    
    #mega-menu-wrap-top #mega-menu-top li.mega-menu-row .mega-menu-column.padded {
        @apply md:p-12;
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        @apply border border-gray-500 w-16 h-16 !m-0 rounded-full bg-white;
        transform: translateY(-35px);
    }
    
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
        @apply !mx-auto;
    }*/
}
/* Custom styles for blocks */

.facetwp-type-alpha {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    row-gap: 0.5rem
}
@media (min-width: 768px) {
    .facetwp-type-alpha {
        grid-template-columns: repeat(14, minmax(0, 1fr))
    }
}
.facetwp-alpha {
    margin: 0px !important;
    border-width: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-align: center
}
.facetwp-alpha.selected {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(32 116 176 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(250 252 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: underline !important
}
.facetwp-link.available:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(199 220 235 / var(--tw-bg-opacity))
}
.facetwp-link.selected {
    --tw-bg-opacity: 1;
    background-color: rgb(88 151 196 / var(--tw-bg-opacity))
}
.facetwp-link.selected:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(88 151 196 / var(--tw-bg-opacity))
}

.facetwp-dropdown {
    width: 100%
}
.facetwp-facet {
    margin-bottom: 1rem !important
}
.facetwp-facet [multiple], .facetwp-facet [type=date], .facetwp-facet [type=datetime-local], .facetwp-facet [type=email], .facetwp-facet [type=month], .facetwp-facet [type=number], .facetwp-facet [type=password], .facetwp-facet [type=search], .facetwp-facet [type=tel], .facetwp-facet [type=text], .facetwp-facet [type=time], .facetwp-facet [type=url], .facetwp-facet [type=week], .facetwp-facet select, .facetwp-facet textarea {
    width: 100%
}

.bbpress-form {
    max-width: 600px;
    width: 90%;
    margin-right: auto;
}
.bbpress-form fieldset label,
.bbpress-form fieldset input:not([type=checkbox]) {
    display: block;
    width: 100%;
}
.bbpress-form fieldset label input {
    padding: 10px 5px;
}
.bbpress-form fieldset p {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    font-size: 65%;
    margin-bottom: 0;
}
.bbpress-form p input {
    font-size: 1rem;
}
.bbpress-form .bbp-remember-me label,
.bbpress-form .bbp-remember-me input {
    cursor: pointer;
}
.bbpress-form a {
    font-family: "Scala Sans Cond", "Scala Sans", "Helvetica Neue", helvetica, arial, sans-serif;
}
.bbpress-form .forgot-password {
    padding-top: 0.75rem;
}
.bbpress-form .forgot-password a {
    font-weight: 600;
}
@media screen and (max-width: 479px) {
    .bbpress-form .forgot-password {
        clear: both;
    }
}
.bbpress-form .register-info,
.bbpress-form .register-link {
    font-weight: 600;
    display: inline-block;
}
.bbpress-form .register-info {
    margin: 0 5px 5px 0;
    font-size: 87.5%;
}
.block .bbpress-form form {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 32px;
    margin-bottom: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
}
.bbpress-form .email-confirm-text {
    margin-bottom: 2em;
    border-radius: 2px;
    padding: 0.5em 1em;
    background: #625a95;
}
.bbpress-form .email-confirm-text p {
    text-transform: none;
    color: white;
    font-size: 87.5%;
}
.bbpress-form .sent-form .form-wrapper {
    display: none;
    visibility: hidden;
}


.bbp-user-edit .entry-header,
.bbp-user-page .entry-header {
    margin-bottom: 2em;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bbpress .header {
        border-bottom: 1px solid #ededed;
    }
}

/*
.bbp-author-avatar{
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
*/
.bbp-breadcrumb {
    float: none !important;
    width: 100%;
    margin-bottom: 0;
    font-size: 68.5% !important;
    text-transform: uppercase;
    padding: 5.6px 0 5.6px 24px;
    padding: 0.35rem 0rem 0.35rem 1.5rem;
}
.bbp-breadcrumb a {
    display: inline-block;
    color: white !important;
}
.bbp-breadcrumb .bbp-breadcrumb-sep {
    display: inline-block;
    margin: 0 0.25em;
    vertical-align: 7%;
}
.bbp-breadcrumb p {
    margin: 0;
}
@media screen and (min-width: 960px) {
    .bbp-breadcrumb {
        padding-left: 30px;
        padding-left: 1.875rem;
    }
}

.bbp-breadcrumb-home {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
.bbp-breadcrumb-home + span {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.forum .entry-header,
.reply .entry-header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.forum .entry-header,
.topic .entry-header,
.reply .entry-header {
    padding-top: 32px;
    padding-top: 2rem;
}
.forum article,
.topic article,
.reply article {
    margin: 0 24px 30px;
    margin: 0rem 1.5rem 1.875rem;
}
@media screen and (min-width: 768px) {
    .forum article,
    .topic article,
    .reply article {
        margin: 0 30px 30px;
        margin: 0rem 1.875rem 1.875rem;
    }
}

.topic h1 {
    font-size: 2rem;
}
.topic .forum-navigation {
    margin-bottom: 2rem;
}

.forum .subscription-toggle {
    float: right;
}

.forum-content #bbpress-forums,
.forum-content a {
    font-size: 1.125rem;
    line-height: 1.5;
}
@media screen and (min-width: 1025px) {
    .forum-content #bbpress-forums,
    .forum-content a {
        font-size: 1.125rem;
        line-height: 1.5;
    }
}
.forum-content div.bbp-breadcrumb {
    font-size: inherit;
}
.forum-content .button {
    font-size: 100%;
}
.forum-content .ed_button {
    background-color: white !important;
}
.forum-content .bbp-the-content {
    padding: 9px;
    font-size: 115% !important;
    font-family: "Scala Sans", "Helvetica Neue", helvetica, arial, sans-serif;
    border: 2px solid rgba(98, 90, 149, 0.85);
    outline: 0;
    line-height: 16px;
    line-height: 1rem;
}
.forum-content .bbp-the-content:focus {
    padding: 8px;
    border: 3px solid #625a95;
    border-radius: 2px;
}
body:not(.admin-bar) .forum-content .form-allowed-tags {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
.forum-content li {
    font-size: 16px;
    font-size: 1rem;
}
@media screen and (min-width: 960px) {
    .forum-content li {
        font-size: 13.2px;
        font-size: 0.825rem;
    }
}
.forum-content .bbp-topic-permalink {
    font-weight: 600;
}
.forum-content .forum-titles li {
    font-weight: 400;
    font-size: 12px;
    font-size: 0.75rem;
}
.forum-content #bbpress-forums .bbp-threaded-replies {
    margin-left: 3%;
    border-left: 1px solid #ededed;
}
.forum-content #bbp_topic_title {
    display: block;
    min-width: 280px;
    padding: 5px;
    line-height: 1.35;
    border: 1px solid #625a95;
    border-radius: 2px;
    font-size: 14px;
    font-size: 0.875rem;
}
.forum-content #bbp_topic_title:active, .forum-content #bbp_topic_title:focus {
    padding: 4px;
    border-width: 2px;
    outline: 0;
}
.forum-content #bbpress-forums .bbp-reply-author .avatar {
    position: static;
}
.forum-content img.avatar {
    margin-bottom: 0 !important;
}
.forum-content .bbp-template-notice {
    background: #625a95 !important;
    border-color: transparent !important;
}
.forum-content .bbp-template-notice p {
    color: white;
    font-size: 11.2px;
    font-size: 0.7rem;
}
.forum-content .bbp-template-notice p a {
    color: white;
}
.forum-content .bbp-forum-info {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .forum-content .bbp-forum-info {
        width: 50%;
    }
}
.forum-content .bbp-forum-topic-count,
.forum-content .bbp-forum-reply-count,
.forum-content .bbp-forum-freshness {
    width: 33% !important;
}
@media screen and (min-width: 768px) {
    .forum-content .bbp-forum-topic-count,
    .forum-content .bbp-forum-reply-count,
    .forum-content .bbp-forum-freshness {
        width: 15% !important;
    }
}
.forum-content .form-allowed-tags {
    display: none !important;
    visibility: hidden;
    opacity: 0;
}
@media screen and (max-width: 481px) {
    .forum-content .bbp-reply-author {
        margin-bottom: 0.5em;
        line-height: 1;
    }
    .forum-content .bbp-author-avatar {
        display: none;
    }
    .forum-content #bbpress-forums div.bbp-reply-content {
        margin-left: 12px;
    }
}

.forum-embed-login {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 2em;
    border-top: 1px solid #e6e6e6;
}
.forum-embed-login form {
    max-width: 600px;
    margin: 0 auto;
    border: 0;
}

#bbp-user-navigation li:first-of-type {
    display: none !important;
    visibility: hidden;
}

.forum-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.forum-navigation li {
    display: block;
}
@media screen and (min-width: 768px) {
    .forum-navigation li {
        display: inline-block;
    }
    .forum-navigation li:not(:first-of-type) {
        margin-left: 0.5em;
        padding-left: 0.5em;
        border-left: 1px solid #d8d8d8;
    }
}
.forum-navigation a {
    display: block;
}
.forum-navigation span {
    display: inline-block;
    vertical-align: -11%;
}

.bbp-remember-me .input-desc {
    font-family: "Scala", georgia, times, "Times New Roman", serif;
}

.forum-footer-nav {
    margin-bottom: 2em;
}

.bbp-body h2 {
    font-size: inherit;
    font-weight: 400;
}

#bbpress-forums .bbp-form .description {
    display: block;
    margin-top: 10px;
}
#bbpress-forums .bbp-form #password #pass-strength-result {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* New */
#bbpress-forums {
    font-size: 1.125rem;
    line-height: 1.5;
}
#bbpress-forums h2 {
    font-family: ff-scala-sans-pro, sans-serif;
}
.topic h1 {
    margin-top: 3rem;
    font-size: 2.5rem;
    line-height: 1.125;
}


#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 1.125rem;
    line-height: 1.5;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 1.125rem;
    line-height: 1.5;
}
.forum .subscription-toggle {
    font-size: 1.125rem;
    line-height: 1.5;
    text-decoration-line: underline;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    border-width: 0px;
}

#bbpress-forums li.bbp-header {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(143 185 215 / var(--tw-bg-opacity));
}
#bbpress-forums li.bbp-footer {
    display: none;
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bbp-author-avatar {
    display: none;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    border-width: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(199 220 235 / var(--tw-bg-opacity));
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    --tw-bg-opacity: 1;
    background-color: rgb(250 252 255 / var(--tw-bg-opacity));
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.bbp-submit-wrapper button {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-bottom: 0.5rem;
    display: inline-block;
    display: flex;
    border-radius: 1.5rem;
    border-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(32 116 176 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(32 116 176 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(250 252 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}
#bbpress-forums .bbp-login-form fieldset.bbp-form {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    max-width: 42rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    border-width: 0px;
}
#bbpress-forums fieldset.bbp-form label {
    width: 100%;
}
#bbpress-forums fieldset.bbp-form input[type=password], #bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.bbp-remember-me {
    display: flex;
    align-items: center;
}
.bbp-remember-me label {
    margin-top: auto;
    margin-bottom: auto;
}
/**
*   Styling for WP CORE
*/

.wp-block {margin-left: auto;margin-right: auto;max-width: 100%
}
img.alignright, img.alignleft {margin-bottom: 1.5rem;width: 100%
}
@media (min-width: 768px) {
img.alignright {float: right;margin-top: 0px;margin-bottom: 1.5rem;margin-left: 1.5rem;margin-right: -25%;width: 100%;max-width: 24rem
}
img.alignleft {float: left;margin-top: 0px;margin-bottom: 1.5rem;margin-right: 1.5rem;margin-left: -25%;width: 100%;max-width: 24rem
}
}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*a img.alignright {float:right; margin:0 0 0.5em 0.5em}
a img.alignleft {float:left; margin:0 0.5em 0.5em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
*/
/**
*   Styling for WP CORE alignwide and alignfull classes
*/

.wp-block:not([data-align=full]) {margin-left: auto;margin-right: auto;max-width: 72rem
}
.wp-block[data-align=full] {margin-left: 1rem;margin-right: 1rem
}

.alignwide {
  /*max-width: 1600px;*/
  margin-left: auto;
  margin-right: auto;
}

.alignfull {width: 100%;max-width: 100%
}

.wp-block-image {margin: 0px
}

.wp-block-image .alignright {float: none;margin: auto;display: block;max-width: 72rem
}

.wp-block-image .alignright img {margin-left: auto;}

.wp-block-image .alignleft {float: none;margin: auto;display: block;max-width: 72rem
}

.wp-block-image .alignleft img {margin-right: auto;}

.admin div { outline: 1px solid rgba(255,0,0,.3)}

.adminonly {
    display: none;
}

.admin .adminonly {
    display: block;
}

body.devMode {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, #fafafa 10px, #fafafa 20px);
}

.section-inset section {
    transition: all .1s ease-in-out;
    z-index: 10;
    margin: 1.5rem;
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(191 191 191 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
    outline-style: dashed;
    outline-offset: 8px;
    outline-color: rgb(64 64 64 / 0.3); }

@media (min-width: 768px){

 .section-inset section{ margin-left: 6rem; margin-right: 6rem; margin-top: 4rem; margin-bottom: 4rem}}

