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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([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);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

:root {
  font-family: 'Visby CF', sans-serif;
}

html {
  font-weight: normal;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a {
  color: #24adb2;
}

button,
  a {
  transition: all 0.5s;
}

em {
  font-style: normal;
}

::-moz-selection {
  background-color: #522568;
  color: #fff;
}

::selection {
  background-color: #522568;
  color: #fff;
}

.body h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #24adb2;
  line-height: 1.25;
  margin-bottom: 24px;
}

.body h2 {
  font-weight: 700;
  font-size: 2.25rem;
  color: #522568;
  line-height: 1.25;
  margin-bottom: 20px;
}

.body h3 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

.body h4 {
  font-size: 1.25rem;
  line-height: 1.625;
  margin-bottom: 20px;
}

.body p {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 24px;
}

.services .body p,
  .imageText .body p {
  font-size: 0.875rem;
}

.body p strong {
  color: #24adb2;
  font-weight: bold;
}

.body p a {
  text-decoration: underline;
}

.body ul,
  .body ol {
  margin: 0 0 20px 20px;
}

.body ul {
  list-style-type: disc;
}

.body li {
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 4px;
  padding-left: 8px;
}

.body li strong {
  color: #24adb2;
}

.services .body li {
  font-size: 0.875rem;
}

.body li:last-of-type {
  margin-bottom: 0;
}

.body ul li a {
  text-decoration: underline;
  font-weight: 500;
}

.body figure {
  margin: 0 0 20px;
}

.body figure img {
  margin-bottom: 12px;
}

.body figcaption {
  font-size: 0.875rem;
  line-height: 1.75;
  color: #666;
}

.body table {
  width: 100%;
  margin-bottom: 28px;
}

.body table tr td,
  .body table tr th {
  border-bottom: 1px solid rgb(226 232 240);
  padding: 12px;
  font-size: 0.875rem;
  border-left: 1px solid rgb(226 232 240);
}

.body table tr td:last-of-type,
  .body table tr th:last-of-type {
  border-right: 1px solid rgb(226 232 240);
}

.body table tr:first-of-type td,
  .body table tr:first-of-type th {
  border-top: 1px solid rgb(226 232 240);
}

.body table tr:nth-of-type(even) {
  background-color: #f1f1f1;
}

.banners .body > * {
  color: #fff !important;
}

.body > :last-child {
  margin-bottom: 0;
}

.banner > div:first-of-type {
  background-image: linear-gradient(to bottom right, transparent 0, transparent 50%, rgba(255,255,255,.05) 50%, rgba(255,255,255,.05) 100%);
}

.container {
  width: 100%;
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[-26px\] {
  bottom: -26px;
}

.bottom-\[-88px\] {
  bottom: -88px;
}

.bottom-\[10px\] {
  bottom: 10px;
}

.bottom-\[116px\] {
  bottom: 116px;
}

.bottom-\[118px\] {
  bottom: 118px;
}

.bottom-\[6px\] {
  bottom: 6px;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-8 {
  left: 2rem;
}

.left-\[120px\] {
  left: 120px;
}

.left-\[126px\] {
  left: 126px;
}

.left-\[160px\] {
  left: 160px;
}

.left-\[16px\] {
  left: 16px;
}

.left-\[18px\] {
  left: 18px;
}

.left-\[360px\] {
  left: 360px;
}

.left-\[56px\] {
  left: 56px;
}

.left-\[calc\(38\.67924528301887\%_-_44px\)\] {
  left: calc(38.67924528301887% - 44px);
}

.left-\[calc\(38\.67924528301887\%_-_89px\)\] {
  left: calc(38.67924528301887% - 89px);
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.right-\[118px\] {
  right: 118px;
}

.right-\[120px\] {
  right: 120px;
}

.right-\[123px\] {
  right: 123px;
}

.right-\[18px\] {
  right: 18px;
}

.right-\[20px\] {
  right: 20px;
}

.right-\[54px\] {
  right: 54px;
}

.top-0 {
  top: 0px;
}

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

.top-\[112px\] {
  top: 112px;
}

.top-\[120px\] {
  top: 120px;
}

.top-\[132px\] {
  top: 132px;
}

.top-\[135px\] {
  top: 135px;
}

.top-\[14px\] {
  top: 14px;
}

.top-\[166px\] {
  top: 166px;
}

.top-\[174px\] {
  top: 174px;
}

.top-\[18px\] {
  top: 18px;
}

.top-\[204px\] {
  top: 204px;
}

.top-\[44px\] {
  top: 44px;
}

.top-\[74px\] {
  top: 74px;
}

.top-\[84px\] {
  top: 84px;
}

.top-\[86px\] {
  top: 86px;
}

.z-10 {
  z-index: 10;
}

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

.z-50 {
  z-index: 50;
}

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

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

.-mt-\[1px\] {
  margin-top: -1px;
}

.-mt-\[22px\] {
  margin-top: -22px;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

.mb-\[34px\] {
  margin-bottom: 34px;
}

.mb-\[46px\] {
  margin-bottom: 46px;
}

.mb-\[52px\] {
  margin-bottom: 52px;
}

.mb-\[54px\] {
  margin-bottom: 54px;
}

.mb-\[56px\] {
  margin-bottom: 56px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[74px\] {
  margin-bottom: 74px;
}

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

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

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

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

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

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-\[112px\] {
  margin-top: 112px;
}

.mt-\[122px\] {
  margin-top: 122px;
}

.mt-\[148px\] {
  margin-top: 148px;
}

.mt-\[26px\] {
  margin-top: 26px;
}

.mt-\[36px\] {
  margin-top: 36px;
}

.mt-\[38px\] {
  margin-top: 38px;
}

.mt-\[52px\] {
  margin-top: 52px;
}

.mt-\[54px\] {
  margin-top: 54px;
}

.mt-\[70px\] {
  margin-top: 70px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[76px\] {
  margin-top: 76px;
}

.mt-\[84px\] {
  margin-top: 84px;
}

.mt-\[88px\] {
  margin-top: 88px;
}

.mt-\[92px\] {
  margin-top: 92px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[80px\] {
  max-height: 80px;
}

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

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.min-w-\[126px\] {
  min-width: 126px;
}

.min-w-\[146px\] {
  min-width: 146px;
}

.min-w-\[154px\] {
  min-width: 154px;
}

.min-w-\[172px\] {
  min-width: 172px;
}

.min-w-\[182px\] {
  min-width: 182px;
}

.min-w-\[196px\] {
  min-width: 196px;
}

.min-w-\[210px\] {
  min-width: 210px;
}

.min-w-\[216px\] {
  min-width: 216px;
}

.min-w-\[218px\] {
  min-width: 218px;
}

.min-w-\[232px\] {
  min-width: 232px;
}

.max-w-\[1000px\] {
  max-width: 1000px;
}

.max-w-\[1020px\] {
  max-width: 1020px;
}

.max-w-\[1060px\] {
  max-width: 1060px;
}

.max-w-\[1460px\] {
  max-width: 1460px;
}

.max-w-\[245px\] {
  max-width: 245px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[280px\] {
  max-width: 280px;
}

.max-w-\[340px\] {
  max-width: 340px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[410px\] {
  max-width: 410px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[430px\] {
  max-width: 430px;
}

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

.max-w-\[470px\] {
  max-width: 470px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[490px\] {
  max-width: 490px;
}

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

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[560px\] {
  max-width: 560px;
}

.max-w-\[60\%\] {
  max-width: 60%;
}

.max-w-\[610px\] {
  max-width: 610px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.max-w-\[860px\] {
  max-width: 860px;
}

.max-w-\[920px\] {
  max-width: 920px;
}

.max-w-\[950px\] {
  max-width: 950px;
}

.max-w-\[960px\] {
  max-width: 960px;
}

.max-w-\[970px\] {
  max-width: 970px;
}

.max-w-\[980px\] {
  max-width: 980px;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

.grid-cols-\[0\.95fr_1\.15fr\] {
  grid-template-columns: 0.95fr 1.15fr;
}

.grid-cols-\[0\.9fr_1\.4fr\] {
  grid-template-columns: 0.9fr 1.4fr;
}

.grid-cols-\[1\.02fr_0\.9fr\] {
  grid-template-columns: 1.02fr 0.9fr;
}

.grid-cols-\[1\.02fr_1fr\] {
  grid-template-columns: 1.02fr 1fr;
}

.grid-cols-\[1\.05fr_1fr\] {
  grid-template-columns: 1.05fr 1fr;
}

.grid-cols-\[112px_1fr\] {
  grid-template-columns: 112px 1fr;
}

.grid-cols-\[1fr_0\.95fr\] {
  grid-template-columns: 1fr 0.95fr;
}

.grid-cols-\[1fr_1\.08fr\] {
  grid-template-columns: 1fr 1.08fr;
}

.grid-cols-\[38\.67924528301887\%\2c 61\.32075471698113\%\] {
  grid-template-columns: 38.67924528301887% 61.32075471698113%;
}

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[22px\] {
  gap: 22px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[48px\] {
  gap: 48px;
}

.gap-\[54px\] {
  gap: 54px;
}

.gap-\[56px\] {
  gap: 56px;
}

.gap-\[78px\] {
  gap: 78px;
}

.gap-\[84px\] {
  gap: 84px;
}

.gap-x-\[22px\] {
  -moz-column-gap: 22px;
       column-gap: 22px;
}

.gap-y-\[26px\] {
  row-gap: 26px;
}

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

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded-\[102px\] {
  border-radius: 102px;
}

.rounded-\[136px\] {
  border-radius: 136px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[18px\] {
  border-radius: 18px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[24px\] {
  border-radius: 24px;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[40px\] {
  border-radius: 40px;
}

.rounded-\[44px\] {
  border-radius: 44px;
}

.rounded-\[46px\] {
  border-radius: 46px;
}

.rounded-\[48px\] {
  border-radius: 48px;
}

.rounded-\[52px\] {
  border-radius: 52px;
}

.rounded-\[56px\] {
  border-radius: 56px;
}

.rounded-\[58px\] {
  border-radius: 58px;
}

.rounded-\[62px\] {
  border-radius: 62px;
}

.rounded-\[6px\] {
  border-radius: 6px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-l-\[24px\] {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.rounded-l-\[8px\] {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.rounded-r-\[24px\] {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.border {
  border-width: 1px;
}

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

.border-2 {
  border-width: 2px;
}

.border-\[10px\] {
  border-width: 10px;
}

.border-\[14px\] {
  border-width: 14px;
}

.border-\[4px\] {
  border-width: 4px;
}

.border-\[6px\] {
  border-width: 6px;
}

.border-\[7px\] {
  border-width: 7px;
}

.border-\[8px\] {
  border-width: 8px;
}

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

.border-l-2 {
  border-left-width: 2px;
}

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

.border-\[\#e8edf5\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 237 245 / var(--tw-border-opacity, 1));
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-current {
  border-color: currentColor;
}

.border-mfGreen {
  --tw-border-opacity: 1;
  border-color: rgb(36 173 178 / var(--tw-border-opacity, 1));
}

.border-mfGreen\/30 {
  border-color: rgb(36 173 178 / 0.3);
}

.border-mfGreen\/70 {
  border-color: rgb(36 173 178 / 0.7);
}

.border-mfPurple {
  --tw-border-opacity: 1;
  border-color: rgb(82 37 104 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.bg-\[\#25262d\]\/85 {
  background-color: rgb(37 38 45 / 0.85);
}

.bg-\[\#2f3140\]\/85 {
  background-color: rgb(47 49 64 / 0.85);
}

.bg-\[\#b8aa96\]\/95 {
  background-color: rgb(184 170 150 / 0.95);
}

.bg-\[\#e8ddd2\]\/95 {
  background-color: rgb(232 221 210 / 0.95);
}

.bg-\[\#eef3fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 243 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f1f4fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 244 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2f5fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 245 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f3ede3\]\/95 {
  background-color: rgb(243 237 227 / 0.95);
}

.bg-\[\#f3f3f2\]\/95 {
  background-color: rgb(243 243 242 / 0.95);
}

.bg-\[\#f4f3ee\]\/95 {
  background-color: rgb(244 243 238 / 0.95);
}

.bg-\[\#f4f7fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f7fb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f7fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 247 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f5f8fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 248 254 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f6f8fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f7f4ee\]\/95 {
  background-color: rgb(247 244 238 / 0.95);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-mfGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(36 173 178 / var(--tw-bg-opacity, 1));
}

.bg-mfPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(82 37 104 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-\[linear-gradient\(135deg\2c \#3d2f25_0\%\2c \#5f452f_30\%\2c \#8f6a45_52\%\2c \#2b3724_52\%\2c \#1f281b_100\%\)\] {
  background-image: linear-gradient(135deg,#3d2f25 0%,#5f452f 30%,#8f6a45 52%,#2b3724 52%,#1f281b 100%);
}

.bg-\[linear-gradient\(135deg\2c \#5f4a31_0\%\2c \#786240_16\%\2c \#d6d7d9_16\%\2c \#efefef_45\%\2c \#9fb6c8_45\%\2c \#d7ba86_57\%\2c \#c9c07f_70\%\2c \#7f8a61_100\%\)\] {
  background-image: linear-gradient(135deg,#5f4a31 0%,#786240 16%,#d6d7d9 16%,#efefef 45%,#9fb6c8 45%,#d7ba86 57%,#c9c07f 70%,#7f8a61 100%);
}

.bg-\[linear-gradient\(135deg\2c \#8f603f_0\%\2c \#d5b27d_44\%\2c \#f3e1bc_100\%\)\] {
  background-image: linear-gradient(135deg,#8f603f 0%,#d5b27d 44%,#f3e1bc 100%);
}

.bg-\[linear-gradient\(135deg\2c \#cdb995_0\%\2c \#eee9df_26\%\2c \#f6f3ed_48\%\2c \#ddceb8_67\%\2c \#f3f0eb_100\%\)\] {
  background-image: linear-gradient(135deg,#cdb995 0%,#eee9df 26%,#f6f3ed 48%,#ddceb8 67%,#f3f0eb 100%);
}

.bg-\[linear-gradient\(135deg\2c \#dcc6aa_0\%\2c \#e9d7bc_22\%\2c \#b79e6d_22\%\2c \#b79e6d_38\%\2c \#7f8f57_38\%\2c \#7f8f57_56\%\2c \#d8d9d3_56\%\2c \#d8d9d3_68\%\2c \#98724a_68\%\2c \#98724a_100\%\)\] {
  background-image: linear-gradient(135deg,#dcc6aa 0%,#e9d7bc 22%,#b79e6d 22%,#b79e6d 38%,#7f8f57 38%,#7f8f57 56%,#d8d9d3 56%,#d8d9d3 68%,#98724a 68%,#98724a 100%);
}

.bg-\[linear-gradient\(173deg\2c \#4dc7cd_0\%\2c \#2caab4_62\%\2c \#48235f_100\%\)\] {
  background-image: linear-gradient(173deg,#4dc7cd 0%,#2caab4 62%,#48235f 100%);
}

.bg-\[linear-gradient\(180deg\2c \#475738_0\%\2c \#3a4a32_25\%\2c \#738762_40\%\2c \#746447_58\%\2c \#cbb793_78\%\2c \#e8e7e2_100\%\)\] {
  background-image: linear-gradient(180deg,#475738 0%,#3a4a32 25%,#738762 40%,#746447 58%,#cbb793 78%,#e8e7e2 100%);
}

.bg-\[linear-gradient\(180deg\2c \#6d7457_0\%\2c \#71826b_35\%\2c \#d7d8cf_35\%\2c \#d7d8cf_52\%\2c \#8f7148_52\%\2c \#7f6541_100\%\)\] {
  background-image: linear-gradient(180deg,#6d7457 0%,#71826b 35%,#d7d8cf 35%,#d7d8cf 52%,#8f7148 52%,#7f6541 100%);
}

.bg-\[linear-gradient\(180deg\2c \#74553c_0\%\2c \#98704e_22\%\2c \#adb3b8_22\%\2c \#7b8fa1_36\%\2c \#4e5861_36\%\2c \#3e2f26_100\%\)\] {
  background-image: linear-gradient(180deg,#74553c 0%,#98704e 22%,#adb3b8 22%,#7b8fa1 36%,#4e5861 36%,#3e2f26 100%);
}

.bg-\[linear-gradient\(180deg\2c \#8f7d64_0\%\2c \#4f5d3f_20\%\2c \#23311f_58\%\2c \#b8a88a_100\%\)\] {
  background-image: linear-gradient(180deg,#8f7d64 0%,#4f5d3f 20%,#23311f 58%,#b8a88a 100%);
}

.bg-\[linear-gradient\(180deg\2c \#97b6cc_0\%\2c \#84a56a_34\%\2c \#d4c38a_35\%\2c \#7f8a48_100\%\)\] {
  background-image: linear-gradient(180deg,#97b6cc 0%,#84a56a 34%,#d4c38a 35%,#7f8a48 100%);
}

.bg-\[linear-gradient\(180deg\2c \#c7d0d8_0\%\2c \#9db1bf_32\%\2c \#d4a968_32\%\2c \#8b6331_55\%\2c \#4f442d_55\%\2c \#8f7c4f_100\%\)\] {
  background-image: linear-gradient(180deg,#c7d0d8 0%,#9db1bf 32%,#d4a968 32%,#8b6331 55%,#4f442d 55%,#8f7c4f 100%);
}

.bg-\[linear-gradient\(180deg\2c \#d8f5f6_0\%\2c \#79d0d5_48\%\2c \#4f5086_100\%\)\] {
  background-image: linear-gradient(180deg,#d8f5f6 0%,#79d0d5 48%,#4f5086 100%);
}

.bg-\[linear-gradient\(180deg\2c \#d8f5f6_0\%\2c \#7fd3d8_48\%\2c \#4e4f85_100\%\)\] {
  background-image: linear-gradient(180deg,#d8f5f6 0%,#7fd3d8 48%,#4e4f85 100%);
}

.bg-\[linear-gradient\(180deg\2c \#efd8b7_0\%\2c \#d7c7a9_30\%\2c \#6f5337_30\%\2c \#5b442d_48\%\2c \#769354_48\%\2c \#445a32_100\%\)\] {
  background-image: linear-gradient(180deg,#efd8b7 0%,#d7c7a9 30%,#6f5337 30%,#5b442d 48%,#769354 48%,#445a32 100%);
}

.bg-\[linear-gradient\(180deg\2c \#f5f2e9_0\%\2c \#ebebe8_25\%\2c \#d6c48d_43\%\2c \#9ca76a_72\%\2c \#6e6848_100\%\)\] {
  background-image: linear-gradient(180deg,#f5f2e9 0%,#ebebe8 25%,#d6c48d 43%,#9ca76a 72%,#6e6848 100%);
}

.bg-\[linear-gradient\(180deg\2c \#f8feff_0\%\2c \#d7f3f4_56\%\2c \#4e4f85_100\%\)\] {
  background-image: linear-gradient(180deg,#f8feff 0%,#d7f3f4 56%,#4e4f85 100%);
}

.bg-\[linear-gradient\(180deg\2c \#fbfeff_0\%\2c \#d8f3f4_56\%\2c \#4f5086_100\%\)\] {
  background-image: linear-gradient(180deg,#fbfeff 0%,#d8f3f4 56%,#4f5086 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.08\)\2c rgba\(0\2c 0\2c 0\2c 0\.08\)\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.08),rgba(0,0,0,0.08));
}

.bg-\[radial-gradient\(circle_at_center_top\2c rgba\(255\2c 255\2c 255\2c 0\.34\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at center top,rgba(255,255,255,0.34),transparent 34%);
}

.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(255\2c 255\2c 255\2c 0\.34\)\2c transparent_40\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(255,255,255,0.34),transparent 40%);
}

.bg-\[radial-gradient\(circle_at_top_left\2c rgba\(255\2c 255\2c 255\2c 0\.34\)\2c transparent_45\%\)\] {
  background-image: radial-gradient(circle at top left,rgba(255,255,255,0.34),transparent 45%);
}

.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(255\2c 255\2c 255\2c 0\.32\)\2c transparent_34\%\)\] {
  background-image: radial-gradient(circle at top right,rgba(255,255,255,0.32),transparent 34%);
}

.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(255\2c 255\2c 255\2c 0\.42\)\2c transparent_32\%\)\] {
  background-image: radial-gradient(circle at top right,rgba(255,255,255,0.42),transparent 32%);
}

.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(255\2c 255\2c 255\2c 0\.48\)\2c transparent_30\%\)\] {
  background-image: radial-gradient(circle at top right,rgba(255,255,255,0.48),transparent 30%);
}

.bg-\[radial-gradient\(circle_at_top_right\2c rgba\(255\2c 255\2c 255\2c 0\.52\)\2c transparent_33\%\)\] {
  background-image: radial-gradient(circle at top right,rgba(255,255,255,0.52),transparent 33%);
}

.bg-\[url\(\/img\/icon-bg\.svg\)\] {
  background-image: url(/img/icon-bg.svg);
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-\[\#4a3a2d\] {
  --tw-gradient-from: #4a3a2d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 58 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#775b3f\] {
  --tw-gradient-from: #775b3f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(119 91 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#a8b2bf\] {
  --tw-gradient-from: #a8b2bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 178 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#6b4f2f\] {
  --tw-gradient-to: rgb(107 79 47 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b4f2f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#8b5d34\] {
  --tw-gradient-to: rgb(139 93 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5d34 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[\#be9a64\] {
  --tw-gradient-to: rgb(190 154 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be9a64 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#23301f\] {
  --tw-gradient-to: #23301f var(--tw-gradient-to-position);
}

.to-\[\#6a4b20\] {
  --tw-gradient-to: #6a4b20 var(--tw-gradient-to-position);
}

.to-\[\#d1b489\] {
  --tw-gradient-to: #d1b489 var(--tw-gradient-to-position);
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-12 {
  padding: 3rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[12px\] {
  padding: 12px;
}

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-\[120px\] {
  padding-left: 120px;
  padding-right: 120px;
}

.px-\[62px\] {
  padding-left: 62px;
  padding-right: 62px;
}

.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-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

.py-\[108px\] {
  padding-top: 108px;
  padding-bottom: 108px;
}

.py-\[118px\] {
  padding-top: 118px;
  padding-bottom: 118px;
}

.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[19px\] {
  padding-top: 19px;
  padding-bottom: 19px;
}

.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}

.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-\[78px\] {
  padding-top: 78px;
  padding-bottom: 78px;
}

.py-\[88px\] {
  padding-top: 88px;
  padding-bottom: 88px;
}

.py-\[96px\] {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-\[98px\] {
  padding-top: 98px;
  padding-bottom: 98px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

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

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[102px\] {
  padding-bottom: 102px;
}

.pb-\[104px\] {
  padding-bottom: 104px;
}

.pb-\[110px\] {
  padding-bottom: 110px;
}

.pb-\[122px\] {
  padding-bottom: 122px;
}

.pb-\[86px\] {
  padding-bottom: 86px;
}

.pb-\[88px\] {
  padding-bottom: 88px;
}

.pb-\[92px\] {
  padding-bottom: 92px;
}

.pb-\[96px\] {
  padding-bottom: 96px;
}

.pl-\[40px\] {
  padding-left: 40px;
}

.pl-\[78px\] {
  padding-left: 78px;
}

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

.pr-4 {
  padding-right: 1rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

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

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

.font-\[\'Visby_CF_Demi\'\] {
  font-family: 'Visby CF Demi';
}

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

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

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

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[3\.25rem\] {
  font-size: 3.25rem;
}

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

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.125\] {
  line-height: 1.125;
}

.leading-\[1\.12\] {
  line-height: 1.12;
}

.leading-\[1\.15\] {
  line-height: 1.15;
}

.leading-\[1\.18\] {
  line-height: 1.18;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.32\] {
  line-height: 1.32;
}

.leading-\[1\.35\] {
  line-height: 1.35;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.55\] {
  line-height: 1.55;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.65\] {
  line-height: 1.65;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.72\] {
  line-height: 1.72;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[1\.8\] {
  line-height: 1.8;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.24em\] {
  letter-spacing: 0.24em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#1594a2\] {
  --tw-text-opacity: 1;
  color: rgb(21 148 162 / var(--tw-text-opacity, 1));
}

.text-\[\#4d4d4d\] {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.text-\[\#505050\] {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}

.text-\[\#555555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity, 1));
}

.text-\[\#565656\] {
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity, 1));
}

.text-\[\#5a5a5a\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity, 1));
}

.text-\[\#5b5b5b\] {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}

.text-\[\#5c5c5c\] {
  --tw-text-opacity: 1;
  color: rgb(92 92 92 / var(--tw-text-opacity, 1));
}

.text-\[\#5d5d5d\] {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity, 1));
}

.text-\[\#5e5e5e\] {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity, 1));
}

.text-\[\#5f5f5f\] {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity, 1));
}

.text-\[\#616161\] {
  --tw-text-opacity: 1;
  color: rgb(97 97 97 / var(--tw-text-opacity, 1));
}

.text-\[\#626262\] {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#cacaca\] {
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity, 1));
}

.text-mfGreen {
  --tw-text-opacity: 1;
  color: rgb(36 173 178 / var(--tw-text-opacity, 1));
}

.text-mfPurple {
  --tw-text-opacity: 1;
  color: rgb(82 37 104 / var(--tw-text-opacity, 1));
}

.text-mfPurple\/75 {
  color: rgb(82 37 104 / 0.75);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

.underline {
  text-decoration-line: underline;
}

.decoration-\[1\.5px\] {
  text-decoration-thickness: 1.5px;
}

.underline-offset-\[3px\] {
  text-underline-offset: 3px;
}

.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}

.shadow-\[0_10px_18px_rgba\(82\2c 37\2c 104\2c 0\.18\)\] {
  --tw-shadow: 0 10px 18px rgba(82,37,104,0.18);
  --tw-shadow-colored: 0 10px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_20px_rgba\(36\2c 173\2c 178\2c 0\.16\)\] {
  --tw-shadow: 0 10px 20px rgba(36,173,178,0.16);
  --tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_24px_rgba\(36\2c 173\2c 178\2c 0\.07\)\] {
  --tw-shadow: 0 10px 24px rgba(36,173,178,0.07);
  --tw-shadow-colored: 0 10px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_14px_30px_rgba\(0\2c 0\2c 0\2c 0\.14\)\] {
  --tw-shadow: 0 14px 30px rgba(0,0,0,0.14);
  --tw-shadow-colored: 0 14px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_18px_30px_rgba\(36\2c 173\2c 178\2c 0\.28\)\] {
  --tw-shadow: 0 18px 30px rgba(36,173,178,0.28);
  --tw-shadow-colored: 0 18px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_20px_36px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 20px 36px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 20px 36px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_24px_42px_rgba\(0\2c 0\2c 0\2c 0\.16\)\] {
  --tw-shadow: 0 24px 42px rgba(0,0,0,0.16);
  --tw-shadow-colored: 0 24px 42px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_24px_48px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 24px 48px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 24px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_4px_8px_rgba\(82\2c 37\2c 104\2c 0\.2\)\] {
  --tw-shadow: 0 4px 8px rgba(82,37,104,0.2);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_6px_18px_rgba\(82\2c 37\2c 104\2c 0\.03\)\] {
  --tw-shadow: 0 6px 18px rgba(82,37,104,0.03);
  --tw-shadow-colored: 0 6px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_20px_rgba\(82\2c 37\2c 104\2c 0\.03\)\] {
  --tw-shadow: 0 8px 20px rgba(82,37,104,0.03);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_20px_rgba\(82\2c 37\2c 104\2c 0\.04\)\] {
  --tw-shadow: 0 8px 20px rgba(82,37,104,0.04);
  --tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_24px_rgba\(82\2c 37\2c 104\2c 0\.04\)\] {
  --tw-shadow: 0 8px 24px rgba(82,37,104,0.04);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-0 {
  --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(0px + 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);
}

@font-face {
  font-family: 'Visby CF';

  src: url('../fonts/VisbyCF-Regular.woff2') format('woff2'),
       url('../fonts/VisbyCF-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Visby CF';

  src: url('../fonts/VisbyCF-Medium.woff2') format('woff2'),
       url('../fonts/VisbyCF-Medium.woff') format('woff');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Visby CF';

  src: url('../fonts/VisbyCF-Bold.woff2') format('woff2'),
       url('../fonts/VisbyCF-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Visby CF Demi';

  src: url('../fonts/VisbyCF-DemiBold.woff2') format('woff2'),
       url('../fonts/VisbyCF-DemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Visby CF Extra';

  src: url('../fonts/VisbyCF-ExtraBold.woff2') format('woff2'),
       url('../fonts/VisbyCF-ExtraBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

.container {
  padding: 0 40px;
  max-width: 1220px;
  margin: 0 auto;
}

.slick-slide > div > div {
  display: block !important;
}

.slick-dots {
  position: absolute;
  bottom: -64px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li {
  display: block;
  margin-right: 12px;
}

.slick-dots li:last-of-type {
  margin-right: 0;
}

.slick-dots li a {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid transparent;
}

.slick-dots li a span {
  display: block;
  background-color: rgba(255,255,255,.5);
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.slick-dots li a:hover,
.slick-dots li.slick-active a {
  border-color: #aada91;
}

.slick-dots li a:hover span,
.slick-dots li.slick-active a span {
  background-color: #aada91;
}

@media (max-width: 1279px) {
  .body h1 {
    font-size: 2rem;
  }

  .body h2 {
    font-size: 1.75rem;
    max-width: none;
  }

  .body h3 {
    font-size: 1.5rem;
  }

  .body h4 {
    font-size: 1.125rem;
  }

  .body p {
    font-size: 1rem;
  }
}

@media (max-width: 1023px) {
  .body h1 {
    font-size: 1.875rem;
  }

  .body h2 {
    font-size: 1.625rem;
  }

  .body h3 {
    font-size: 1.375rem;
  }

  .body h4 {
    font-size: 1rem;
  }

  .body p {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  .services > div {
    opacity: 1 !important;
  }
}

.placeholder\:text-\[\#7e7e7e\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#7e7e7e\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(126 126 126 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#9b9b9b\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#9b9b9b\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(155 155 155 / var(--tw-text-opacity, 1));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[-22px\]::before {
  content: var(--tw-content);
  left: -22px;
}

.before\:right-\[-22px\]::before {
  content: var(--tw-content);
  right: -22px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

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

.before\:border-b-\[19px\]::before {
  content: var(--tw-content);
  border-bottom-width: 19px;
}

.before\:border-l-\[22px\]::before {
  content: var(--tw-content);
  border-left-width: 22px;
}

.before\:border-r-\[22px\]::before {
  content: var(--tw-content);
  border-right-width: 22px;
}

.before\:border-t-\[19px\]::before {
  content: var(--tw-content);
  border-top-width: 19px;
}

.before\:border-b-transparent::before {
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.before\:border-l-mfGreen::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(36 173 178 / var(--tw-border-opacity, 1));
}

.before\:border-r-mfGreen::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(36 173 178 / var(--tw-border-opacity, 1));
}

.before\:border-t-transparent::before {
  content: var(--tw-content);
  border-top-color: transparent;
}

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

.last\:bg-mfGreen:last-child {
  --tw-bg-opacity: 1;
  background-color: rgb(36 173 178 / var(--tw-bg-opacity, 1));
}

.last\:text-white:last-child {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:bg-mfGreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 173 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-mfPurple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 37 104 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:text-mfGreen:hover {
  --tw-text-opacity: 1;
  color: rgb(36 173 178 / var(--tw-text-opacity, 1));
}

.hover\:text-mfPurple:hover {
  --tw-text-opacity: 1;
  color: rgb(82 37 104 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-mfGreen\/20:focus {
  --tw-ring-color: rgb(36 173 178 / 0.2);
}

@media (max-width: 1100px) {
  .lr\:hidden {
    display: none;
  }
}

@media (max-width: 1024px) {
  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[210px\] {
    width: 210px;
  }

  .lg\:max-w-\[920px\] {
    max-width: 920px;
  }

  .lg\:max-w-none {
    max-width: none;
  }

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

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

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .lg\:pl-\[28px\] {
    padding-left: 28px;
  }

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

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

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

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

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

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

@media (max-width: 767px) {
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:min-h-0 {
    min-height: 0px;
  }

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

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

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

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

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

  .md\:p-5 {
    padding: 1.25rem;
  }

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

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

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

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

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

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

  .md\:leading-loose {
    line-height: 2;
  }

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

.\[\&\>strong\]\:font-bold>strong {
  font-weight: 700;
}

.\[\&\>strong\]\:text-\[\#444444\]>strong {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}

.\[\&\>strong\]\:text-mfGreen>strong {
  --tw-text-opacity: 1;
  color: rgb(36 173 178 / var(--tw-text-opacity, 1));
}