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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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: Manrope, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

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

::-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;
          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;
          color-adjust: unset;
}

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

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

[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 auto -webkit-focus-ring-color;
}

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

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
.prose-lg :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
.prose-lg :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-left: 1em;
}
.prose-lg :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
.prose-lg :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
.prose-lg :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
.prose-lg :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-lg :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-right: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-left: 0.4444444em;
}
.prose-lg :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
}
.prose-lg :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8666667em;
}
.prose-lg :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.875em;
}
.prose-lg :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-bottom: 1em;
  padding-left: 1.5em;
}
.prose-lg :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.5555556em;
}
.prose-lg :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
.prose-lg :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0.4444444em;
}
.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose-lg > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose-lg > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
.prose-lg :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.6666667em;
  padding-left: 1.5555556em;
}
.prose-lg :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
.prose-lg :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
.prose-lg :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.75em;
}
.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}
.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}
.prose-lg :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
.prose-lg :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-lg :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.container {
  margin: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 640px) {

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

  .container {
    max-width: 768px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1440px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1440px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
}
@media (min-width: 1536px) {

  .container {
    width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Base */
.btn {
  display: inline-flex;
  align-items: center;
  border-width: 1px;
  border-color: transparent;
  font-weight: 600;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  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: 300ms;
}
.btn:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-offset-width: 2px;
}
.btn {
  cursor: pointer;
  border-radius: 9999px;
}
/* Size */
.btn-lg {
  min-height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
}
@media (min-width: 1536px) {

  .btn-lg {
    font-size: 18px;
    line-height: 16px;
  }
}
.btn-xl {
  min-height: 58px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
@media (min-width: 1536px) {

  .btn-xl {
    min-height: 64px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 18px;
    line-height: 16px;
  }
}
/* Color */

    .section.btn-primary + .section.bg-primary {
  padding-top: 0px;
}
.btn-primary .prose ul > li {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgICAgICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgICAgICAgIGQ9Ik0xNiA4QzE2IDEyLjQxODIgMTIuNDE4IDE2IDggMTZDMy41ODIwMyAxNiAwIDEyLjQxODIgMCA4QzAgMy41ODE3OSAzLjU4MjAzIDAgOCAwQzEyLjQxOCAwIDE2IDMuNTgxNzkgMTYgOFoiCiAgICAgICAgICBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTExLjcwNyA1LjI5Mjk3QzEyLjA5NzcgNS42ODMzNSAxMi4wOTc3IDYuMzE2NjUgMTEuNzA3IDYuNzA3MDNMNy43MDcwMyAxMC43MDdDNy4zMTY0MSAxMS4wOTc3IDYuNjgzNTkgMTEuMDk3NyA2LjI5Mjk3IDEwLjcwN0w0LjI5Mjk3IDguNzA3MDNDMy45MDIzNCA4LjMxNjY1IDMuOTAyMzQgNy42ODMzNSA0LjI5Mjk3IDcuMjkyOTdDNC42ODM1OSA2LjkwMjM0IDUuMzE2NDEgNi45MDIzNCA1LjcwNzAzIDcuMjkyOTdMNyA4LjU4NTY5TDEwLjI5MyA1LjI5Mjk3QzEwLjY4MzYgNC45MDIzNCAxMS4zMTY0IDQuOTAyMzQgMTEuNzA3IDUuMjkyOTdaIgogICAgICAgICAgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==")
    }
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(36 98 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn-primary:hover {
  background-color: rgb(36 98 217 / 0.7);
}
.btn-primary:focus {
  --tw-ring-color: rgb(36 98 217 / 0.8);
}

    .section.btn-secondary + .section.bg-secondary {
  padding-top: 0px;
}
.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 37 70 / var(--tw-text-opacity));
}
.btn-secondary:hover {
  background-color: rgb(255 219 44 / 0.7);
}
.btn-secondary:focus {
  --tw-ring-color: rgb(255 219 44 / 0.8);
}
.container-lg {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1536px) {

  .container-lg {
    max-width: 1440px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-md {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1280px) {

  .container-md {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1536px) {

  .container-md {
    max-width: 1200px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.label {
  display: inline-flex;
  align-items: center;
}
/* Sizes */
/* Colors */
/*.label-tertiary-light{*/
/*    @apply bg-tertiary-light text-tertiary-dark*/
/*}*/
.section#primary-menu + .section.bg-white {
  padding-top: 0px;
}
#primary-menu {
  display: none;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
}
@media (min-width: 1024px) {

  #primary-menu {
    margin-top: 0px;
    display: block;
    padding: 0px;
    text-align: left;
  }
}
#primary-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(36 98 217 / var(--tw-text-opacity));
}
#primary-menu > ul {
  height: 100%;
}
@media (min-width: 1024px) {

  #primary-menu > ul {
    margin-left: -1rem;
    margin-right: -1rem;
    display: flex;
  }
}
#primary-menu > ul > li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  line-height: 1;
}
@media (min-width: 1024px) {

  #primary-menu > ul > li {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
#primary-menu > ul > li {
  position: relative;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1024px) {

  #primary-menu > ul > li {
    font-size: 16px;
  }
}
@media (min-width: 1536px) {

  #primary-menu > ul > li {
    font-size: 18px;
  }
}
#primary-menu > ul > li.simple-menu > ul {
  position: absolute;
  top: 81px;
  left: -1.5rem;
  max-height: 0px;
  width: 20rem;
  overflow: hidden;
  font-weight: 600;
}
@media (min-width: 1536px) {

  #primary-menu > ul > li.simple-menu > ul {
    top: 101px;
  }
}
.section#primary-menu > ul > li.simple-menu > ul + .section.bg-white {
  padding-top: 0px;
}
#primary-menu > ul > li.simple-menu > ul {
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(0 37 70 / var(--tw-text-opacity));
}
#primary-menu > ul > li.full-menu > ul {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 81px;
  max-height: 0px;
  overflow: hidden;
}
@media (min-width: 1536px) {

  #primary-menu > ul > li.full-menu > ul {
    top: 101px;
  }
}
.section#primary-menu > ul > li.full-menu > ul + .section.bg-white {
  padding-top: 0px;
}
#primary-menu > ul > li.full-menu > ul {
  -moz-columns: 5;
       columns: 5;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
#primary-menu > ul > li.full-menu > ul > :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));
}
#primary-menu > ul > li.full-menu > ul {
  --tw-text-opacity: 1;
  color: rgb(0 37 70 / var(--tw-text-opacity));
}
#primary-menu > ul > li:hover > ul {
  max-height: 9999px;
  overflow: visible;
  border-bottom-width: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#primary-menu > ul > li.simple-menu:hover > ul {
  max-height: 9999px;
  overflow: visible;
  border-bottom-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#primary-menu > ul > li.simple-menu > ul > li {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
#primary-menu > ul > li.simple-menu > ul > li.menu-item-has-children{
        background-position: calc(100% - 20px) center;
        background-repeat: no-repeat;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC4yOTI4OTQgOS43MDcxMUMtMC4wOTc2MzA3IDkuMzE2NTggLTAuMDk3NjMwNyA4LjY4MzQyIDAuMjkyODk0IDguMjkyODlMMy41ODU3OSA1TDAuMjkyODkzIDEuNzA3MTFDLTAuMDk3NjMxMSAxLjMxNjU4IC0wLjA5NzYzMTEgMC42ODM0MTggMC4yOTI4OTMgMC4yOTI4OTRDMC42ODM0MTcgLTAuMDk3NjMxMiAxLjMxNjU4IC0wLjA5NzYzMTIgMS43MDcxMSAwLjI5Mjg5NEw1LjcwNzExIDQuMjkyODlDNi4wOTc2MyA0LjY4MzQyIDYuMDk3NjMgNS4zMTY1OCA1LjcwNzExIDUuNzA3MTFMMS43MDcxMSA5LjcwNzExQzEuMzE2NTggMTAuMDk3NiAwLjY4MzQxOCAxMC4wOTc2IDAuMjkyODk0IDkuNzA3MTFaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
    }
#primary-menu > ul > li > ul > li > ul > :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));
}
#primary-menu > ul > li > ul > li > ul {
  padding-top: 1.25rem;
  font-weight: 400;
}
#primary-menu > ul > li.simple-menu > ul > li {
  position: relative;
}
.section#primary-menu > ul > li.simple-menu > ul > li > ul + .section.bg-white {
  padding-top: 0px;
}
#primary-menu > ul > li.simple-menu > ul > li > ul {
  position: absolute;
  left: 100%;
  top: -0.75rem;
  margin-top: -1px;
  max-height: 0px;
  width: 16rem;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
}
.section#primary-menu > ul > li.simple-menu > ul > li:hover > ul + .section.bg-white {
  padding-top: 0px;
}
#primary-menu > ul > li.simple-menu > ul > li:hover > ul {
  max-height: 9999px;
}
#primary-menu > ul > li.simple-menu > ul > li:hover > ul > :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));
}
#primary-menu > ul > li.simple-menu > ul > li:hover > ul {
  overflow-y: scroll;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
        max-height: calc(100vh - 250px);
}
/*#primary-menu > ul > li > ul > li > ul > li{*/
/*    @apply hover:text-primary*/
/*}*/
#primary-menu-mobile > ul > :not([hidden]) ~ :not([hidden]),
    #primary-menu-mobile > ul > li > :not([hidden]) ~ :not([hidden]),
    #primary-menu-mobile > ul > li > ul > :not([hidden]) ~ :not([hidden]),
    #primary-menu-mobile > ul > li > ul > li > :not([hidden]) ~ :not([hidden]),
    #primary-menu-mobile > ul > li > ul > li > ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
#primary-menu-mobile > ul > li {
  font-weight: 600;
}
#primary-menu-mobile > ul > li > ul > li:last-child {
  padding-bottom: 0.5rem;
}
#primary-menu-mobile > ul > li > ul > li > ul {
  font-weight: 400;
}
#primary-menu-mobile > ul ul {
  padding-left: 1.5rem;
}
.section {
  overflow-x: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.section.bg-white + .section.bg-white,
    .section.bg-black + .section.bg-black,
    .section.bg-gray-light + .section.bg-gray-light,
    .section.bg-gray-medium + .section.bg-gray-medium,
    .section.bg-gray-dark + .section.bg-gray-dark,
    .section.bg-dark + .section.bg-dark,
    .section.bg-light + .section.bg-light,
    .section.bg-primary + .section.bg-primary,
    .section.bg-primary-light + .section.bg-primary-light,
    .section.bg-primary-dark + .section.bg-primary-dark,
    .section.bg-secondary + .section.bg-secondary,
    .section.bg-secondary-light + .section.bg-secondary-light,
    .section.bg-secondary-dark + .section.bg-secondary-dark,
    .section.bg-tertiary + .section.bg-tertiary,
    .section.bg-tertiary-light + .section.bg-tertiary-light,
    .section.bg-tertiary-dark + .section.bg-tertiary-dark {
  padding-top: 0px;
}
/* Text */
/* Prose */
.prose {
        --tw-prose-bullets: #000;
        max-width: none;
    }
.prose :where(p):not(:where([class~="not-prose"] *)) {
        margin-top: .75em;
        margin-bottom: .75em;
    }
.prose > :where(:first-child):not(:where([class~="not-prose"] *)) {
        margin-top: 0;
    }
.prose > :where(:last-child):not(:where([class~="not-prose"] *)) {
        margin-bottom: 0;
    }
.prose a {
  --tw-text-opacity: 1;
  color: rgb(30 114 189 / var(--tw-text-opacity));
}
.prose a:hover {
  color: rgb(30 114 189 / 0.7);
}
/*.prose :where(a):not(:where([class~="not-prose"] *)) {*/
/*    @apply text-primary-light hover:text-primary;*/
/*}*/
/* Size */
.prose-lg {
  font-size: 16px;
}
@media (min-width: 1280px) {

  .prose-lg {
    font-size: 20px;
  }
}
.prose-lg {
  line-height: 1.625;
}
.prose-lg h2 {
  font-size: 28px;
}
@media (min-width: 768px) {

  .prose-lg h2 {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {

  .prose-lg h2 {
    font-size: 42px;
  }
}
@media (min-width: 1536px) {

  .prose-lg h2 {
    font-size: 48px;
  }
}
.prose-lg h2 {
  line-height: 36px;
}
@media (min-width: 768px) {

  .prose-lg h2 {
    line-height: 44px;
  }
}
@media (min-width: 1280px) {

  .prose-lg h2 {
    line-height: 60px;
  }
}
@media (min-width: 1536px) {

  .prose-lg h2 {
    line-height: 66px;
  }
}
.prose-lg h2 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.prose-lg h3 {
  font-size: 20px;
}
@media (min-width: 768px) {

  .prose-lg h3 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {

  .prose-lg h3 {
    font-size: 28px;
  }
}
@media (min-width: 1536px) {

  .prose-lg h3 {
    font-size: 32px;
  }
}
.prose-lg h3 {
  line-height: 28px;
}
@media (min-width: 768px) {

  .prose-lg h3 {
    line-height: 36px;
  }
}
@media (min-width: 1280px) {

  .prose-lg h3 {
    line-height: 40px;
  }
}
@media (min-width: 1536px) {

  .prose-lg h3 {
    line-height: 44px;
  }
}
.prose-lg h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
/* List */
.prose ul > :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));
}
.prose ul {
  padding-left: 2rem;
}
.prose ul > li {
  list-style-type: disc;
        /*background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiA4QzE2IDEyLjQxODIgMTIuNDE4IDE2IDggMTZDMy41ODIwMyAxNiAwIDEyLjQxODIgMCA4QzAgMy41ODE3OSAzLjU4MjAzIDAgOCAwQzEyLjQxOCAwIDE2IDMuNTgxNzkgMTYgOFoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xMS43MDcgNS4yOTI5N0MxMi4wOTc3IDUuNjgzMzUgMTIuMDk3NyA2LjMxNjY1IDExLjcwNyA2LjcwNzAzTDcuNzA3MDMgMTAuNzA3QzcuMzE2NDEgMTEuMDk3NyA2LjY4MzU5IDExLjA5NzcgNi4yOTI5NyAxMC43MDdMNC4yOTI5NyA4LjcwNzAzQzMuOTAyMzQgOC4zMTY2NSAzLjkwMjM0IDcuNjgzMzUgNC4yOTI5NyA3LjI5Mjk3QzQuNjgzNTkgNi45MDIzNCA1LjMxNjQxIDYuOTAyMzQgNS43MDcwMyA3LjI5Mjk3TDcgOC41ODU2OUwxMC4yOTMgNS4yOTI5N0MxMC42ODM2IDQuOTAyMzQgMTEuMzE2NCA0LjkwMjM0IDExLjcwNyA1LjI5Mjk3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");*/
        /*background-position: 0 8px;*/
        /*background-size: 14px 14px;*/
        /*background-repeat: no-repeat;*/
}
.text-white .prose ul > li {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIKICAgICAgICAgIGNsaXAtcnVsZT0iZXZlbm9kZCIKICAgICAgICAgIGQ9Ik0xNiA4QzE2IDEyLjQxODIgMTIuNDE4IDE2IDggMTZDMy41ODIwMyAxNiAwIDEyLjQxODIgMCA4QzAgMy41ODE3OSAzLjU4MjAzIDAgOCAwQzEyLjQxOCAwIDE2IDMuNTgxNzkgMTYgOFoiCiAgICAgICAgICBmaWxsPSJ3aGl0ZSIvPgogICAgPHBhdGggZD0iTTExLjcwNyA1LjI5Mjk3QzEyLjA5NzcgNS42ODMzNSAxMi4wOTc3IDYuMzE2NjUgMTEuNzA3IDYuNzA3MDNMNy43MDcwMyAxMC43MDdDNy4zMTY0MSAxMS4wOTc3IDYuNjgzNTkgMTEuMDk3NyA2LjI5Mjk3IDEwLjcwN0w0LjI5Mjk3IDguNzA3MDNDMy45MDIzNCA4LjMxNjY1IDMuOTAyMzQgNy42ODMzNSA0LjI5Mjk3IDcuMjkyOTdDNC42ODM1OSA2LjkwMjM0IDUuMzE2NDEgNi45MDIzNCA1LjcwNzAzIDcuMjkyOTdMNyA4LjU4NTY5TDEwLjI5MyA1LjI5Mjk3QzEwLjY4MzYgNC45MDIzNCAxMS4zMTY0IDQuOTAyMzQgMTEuNzA3IDUuMjkyOTdaIgogICAgICAgICAgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==")
    }
/* Columns */
.title-2xl {
  font-size: 38px;
}
@media (min-width: 768px) {

  .title-2xl {
    font-size: 48px;
  }
}
@media (min-width: 1280px) {

  .title-2xl {
    font-size: 56px;
  }
}
@media (min-width: 1536px) {

  .title-2xl {
    font-size: 64px;
  }
}
.title-2xl {
  line-height: 50px;
}
@media (min-width: 768px) {

  .title-2xl {
    line-height: 60px;
  }
}
@media (min-width: 1280px) {

  .title-2xl {
    line-height: 64px;
  }
}
@media (min-width: 1536px) {

  .title-2xl {
    line-height: 80px;
  }
}
.title-xl {
  font-size: 28px;
}
@media (min-width: 768px) {

  .title-xl {
    font-size: 32px;
  }
}
@media (min-width: 1280px) {

  .title-xl {
    font-size: 42px;
  }
}
@media (min-width: 1536px) {

  .title-xl {
    font-size: 48px;
  }
}
.title-xl {
  line-height: 36px;
}
@media (min-width: 768px) {

  .title-xl {
    line-height: 44px;
  }
}
@media (min-width: 1280px) {

  .title-xl {
    line-height: 60px;
  }
}
@media (min-width: 1536px) {

  .title-xl {
    line-height: 66px;
  }
}
.title-lg {
  font-size: 20px;
}
@media (min-width: 768px) {

  .title-lg {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {

  .title-lg {
    font-size: 28px;
  }
}
@media (min-width: 1536px) {

  .title-lg {
    font-size: 32px;
  }
}
.title-lg {
  line-height: 28px;
}
@media (min-width: 768px) {

  .title-lg {
    line-height: 36px;
  }
}
@media (min-width: 1280px) {

  .title-lg {
    line-height: 40px;
  }
}
@media (min-width: 1536px) {

  .title-lg {
    line-height: 44px;
  }
}
.title-md {
  font-size: 20px;
}
@media (min-width: 1280px) {

  .title-md {
    font-size: 24px;
  }
}
.title-md {
  line-height: 24px;
}
@media (min-width: 768px) {

  .title-md {
    line-height: 28px;
  }
}
@media (min-width: 1280px) {

  .title-md {
    line-height: 40px;
  }
}
[class^="title-"] br {
  display: none;
}
@media (min-width: 768px) {

  [class^="title-"] br {
    display: inline;
  }
}
/*.title-sm {*/
/*    @apply text-lg lg:text-xl;*/
/*}*/
/* Highlight */
/*.title i{*/
/*    @apply not-italic bg-tertiary/50;*/
/*}*/

    .section.aab__accordion_container + .section.bg-gray-light,
    .section
    .aagb__accordion_container + .section.bg-gray-light {
  padding-top: 0px;
}
.aab__accordion_container,
    .aagb__accordion_container {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity));
        border: 0 !important;
        border-radius: 20px !important;
}
.aab__accordion_head,
    .aagb__accordion_head{
        padding: 20px 25px !important;
    }
.aab__accordion_body,
    .aagb__accordion_body{

        border-top: 0 !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
.aab__accordion_body p:first-child,
    .aagb__accordion_body p:first-child{
        margin-top: 0;
    }
.wp-block-aab-group-accordion div.aagb__accordion_active,
    .wp-block-aab-group-accordion div.aagb__accordion_body--show{
        border-width: 0 !important;
    }

    .section.cat + .section.bg-gray-light {
  padding-top: 0px;
}
.cat {
  flex-shrink: 0;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(95 110 136 / var(--tw-text-opacity));
  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;
}
.cat-sm {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}
@media (min-width: 1280px) {

  .cat-sm {
    font-size: 14px;
  }
}
.cat-md {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 24px;
}

    .section.cat.active + .section.bg-secondary,
    .section
    .cat:hover + .section.bg-secondary {
  padding-top: 0px;
}
.cat.active,
    .cat:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 37 70 / var(--tw-text-opacity));
}
.consultation_list ul > :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));
}
.consultation_list ul {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

    .section.consultation_list li + .section.bg-gray-light {
  padding-top: 0px;
}
.consultation_list li {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity));
  background-size: 24px 24px;
  background-position: center left 12px;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 1rem;
  font-size: 16px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 5C9.92487 5 5 9.92487 5 16C5 22.0751 9.92487 27 16 27C22.0751 27 27 22.0751 27 16C27 9.92487 22.0751 5 16 5ZM3 16C3 8.8203 8.8203 3 16 3C23.1797 3 29 8.8203 29 16C29 23.1797 23.1797 29 16 29C8.8203 29 3 23.1797 3 16Z' fill='%23002546'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5 21.3335C14.5 20.5051 15.1716 19.8335 16 19.8335H16.0133C16.8418 19.8335 17.5133 20.5051 17.5133 21.3335V21.3468C17.5133 22.1753 16.8418 22.8468 16.0133 22.8468H16C15.1716 22.8468 14.5 22.1753 14.5 21.3468V21.3335Z' fill='%23002546'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.1785 10.8214C16.8521 10.495 16.4261 10.3325 15.997 10.3332C15.57 10.334 15.1464 10.4965 14.8215 10.8214C14.431 11.2119 13.7978 11.2119 13.4073 10.8214C13.0168 10.4309 13.0168 9.7977 13.4073 9.40718C14.1214 8.69307 15.0588 8.33488 15.9935 8.33324C16.9325 8.3316 17.8753 8.68976 18.5927 9.40718C19.3085 10.1229 19.6667 11.0631 19.6667 11.9999C19.6667 12.9367 19.3085 13.8769 18.5927 14.5926C18.1336 15.0518 17.5821 15.3638 16.9983 15.5285L17 15.9964C17.0019 16.5487 16.5558 16.998 16.0035 16.9999C15.4512 17.0018 15.002 16.5557 15 16.0034L14.9953 14.6701C14.9944 14.404 15.0995 14.1484 15.2876 13.9601C15.4756 13.7717 15.7309 13.6661 15.997 13.6666C16.4261 13.6673 16.8521 13.5048 17.1785 13.1784C17.5041 12.8528 17.6667 12.428 17.6667 11.9999C17.6667 11.5718 17.5041 11.147 17.1785 10.8214Z' fill='%23002546'/%3E%3C/svg%3E%0A");
}
.consultation_list_2 ul > :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));
}
.consultation_list_2 ul {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.section.consultation_list_2 li + .section.bg-white {
  padding-top: 0px;
}
.consultation_list_2 li {
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: 24px 24px;
  background-position: center left 12px;
  background-repeat: no-repeat;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
  padding-right: 1rem;
  font-size: 16px;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.6095 8.89052C24.1301 9.41122 24.1301 10.2554 23.6095 10.7761L10.2761 24.1095C9.75544 24.6302 8.91122 24.6302 8.39052 24.1095C7.86983 23.5888 7.86983 22.7446 8.39052 22.2239L21.7238 8.89052C22.2445 8.36983 23.0888 8.36983 23.6095 8.89052Z' fill='%23FC4856'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.39052 8.89052C8.91122 8.36983 9.75544 8.36983 10.2761 8.89052L23.6095 22.2239C24.1301 22.7446 24.1301 23.5888 23.6095 24.1095C23.0888 24.6302 22.2445 24.6302 21.7238 24.1095L8.39052 10.7761C7.86983 10.2554 7.86983 9.41122 8.39052 8.89052Z' fill='%23FC4856'/%3E%3C/svg%3E%0A");
}
.hw {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {

  .hw {
    width: 66.666667%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {

  .hw {
    width: 100%;
  }
}
.hw_block_first {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {

  .hw_block_first {
    width: 20%;
  }
}
.hw_block_first {
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 1024px) {

  .hw_block_first {
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
  }
}
.hw_block_first {
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1280px) {

  .hw_block_first {
    font-size: 18px;
  }
}
@media (min-width: 1536px) {

  .hw_block_first {
    font-size: 24px;
  }
}
.hw_block_first br {
  display: none;
}
@media (min-width: 1024px) {

  .hw_block_first br {
    display: inline;
  }
}
.hw_number {
  position: relative;
  z-index: 20;
  height: 3rem;
  width: 3rem;
  flex-shrink: 0;
}
@media (min-width: 1024px) {

  .hw_number {
    height: 4rem;
    width: 4rem;
  }
}
@media (min-width: 1536px) {

  .hw_number {
    height: 5rem;
    width: 5rem;
  }
}

    .section.hw_number + .section.bg-primary-light {
  padding-top: 0px;
}
.hw_number {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(222 231 249 / var(--tw-bg-opacity));
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1024px) {

  .hw_number {
    font-size: 20px;
  }
}
@media (min-width: 1536px) {

  .hw_number {
    font-size: 30px;
  }
}
.hw_block_second {
  position: relative;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 1024px) {

  .hw_block_second {
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
  }
}
.hw_block_second {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(36 98 217 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {

  .hw_block_second {
    font-size: 16px;
  }
}
@media (min-width: 1536px) {

  .hw_block_second {
    font-size: 20px;
  }
}
.hw_block_second {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  text-decoration-line: underline;
  text-decoration-color: #FFDB2C;
  text-decoration-thickness: 2px;
}
@media (min-width: 1024px) {

  .hw_block_second {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.hw_line_dashed {
  position: absolute;
  bottom: 35px;
  left: 0px;
  right: 0px;
  z-index: 10;
  height: 0px;
  border-top-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(36 98 217 / var(--tw-border-opacity));
}
@media (min-width: 1536px) {

  .hw_line_dashed {
    bottom: 39px;
  }
}
.hw_line_dashed {
  display: none;
}
@media (min-width: 1024px) {

  .hw_line_dashed {
    display: block;
  }
}
.hw_line_dashed_vert {
  border-left-width: 2px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(36 98 217 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {

  .hw_line_dashed_vert {
    display: none;
  }
}
.hw_line_dashed_vert {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 1.5rem;
  z-index: 10;
  margin-left: -1px;
}

    .section.hw_dot + .section.bg-primary {
  padding-top: 0px;
}
.hw_dot {
  position: absolute;
  z-index: 20;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(36 98 217 / var(--tw-bg-opacity));
  top: 50%;
  margin-top: -0.375rem;
}
@media (min-width: 1024px) {

  .hw_dot {
    top: -42px;
    margin-top: 0px;
  }
}
@media (min-width: 1536px) {

  .hw_dot {
    top: -46px;
  }
}
.hw_dot {
  left: 1.5rem;
  margin-left: -0.375rem;
}
@media (min-width: 1024px) {

  .hw_dot {
    left: 50%;
  }
}

    .section.hw_line + .section.bg-gray-medium {
  padding-top: 0px;
}
.hw_line {
  --tw-bg-opacity: 1;
  background-color: rgb(194 205 225 / var(--tw-bg-opacity));
  position: absolute;
  z-index: 10;
  height: 1px;
  width: 2rem;
}
@media (min-width: 1024px) {

  .hw_line {
    position: relative;
    margin-top: -40px;
    height: 80px;
    width: 1px;
  }
}
@media (min-width: 1536px) {

  .hw_line {
    height: 100px;
  }
}
.hw_line {
  top: 50%;
  left: 2.25rem;
}
@media (min-width: 1024px) {

  .hw_line {
    top: auto;
    left: auto;
  }
}
.post-index {
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(95 110 136 / var(--tw-text-opacity));
}
.post-index ul {
  padding-left: 0.75rem;
}
.post-index ul > :not([hidden]) ~ :not([hidden]), .post-index li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.post-index li a:hover,
    .post-index li a.active {
  --tw-text-opacity: 1;
  color: rgb(36 98 217 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-color: #FFDB2C;
  text-decoration-thickness: 2px;
}
.wp-block-image,
    .aligncenter img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-embed.is-provider-youtube iframe {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  width: 100%;
        aspect-ratio: 16 / 9;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-\[80px\] {
  bottom: -80px;
}
.-right-32 {
  right: -8rem;
}
.-right-\[80px\] {
  right: -80px;
}
.-top-24 {
  top: -6rem;
}
.-top-\[100px\] {
  top: -100px;
}
.-top-\[160px\] {
  top: -160px;
}
.left-1\/2 {
  left: 50%;
}
.left-4 {
  left: 1rem;
}
.left-\[25px\] {
  left: 25px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-32 {
  top: 8rem;
}
.top-\[80px\] {
  top: 80px;
}
.-top-\[200px\] {
  top: -200px;
}
.-top-\[180px\] {
  top: -180px;
}
.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-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-\[152\.5px\] {
  margin-left: -152.5px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-\[60px\] {
  width: 60px;
  height: 60px;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[20rem\] {
  height: 20rem;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[5px\] {
  height: 5px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[calc\(100vh-8rem\)\] {
  height: calc(100vh - 8rem);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-\[750px\] {
  min-height: 750px;
}
.w-10 {
  width: 2.5rem;
}
.w-20 {
  width: 5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[60px\] {
  width: 60px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 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));
}
.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));
}
.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;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[5px\] {
  gap: 5px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.space-y-\[15px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15px * var(--tw-space-y-reverse));
}
.space-y-\[5px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5px * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(248 249 253 / var(--tw-border-opacity));
}
.border-gray-medium {
  --tw-border-opacity: 1;
  border-color: rgb(194 205 225 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(36 98 217 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-\[\#1F3F5C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 63 92 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 37 70 / var(--tw-bg-opacity));
}
.bg-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity));
}
.bg-gray-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(194 205 225 / var(--tw-bg-opacity));
}
.bg-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(222 231 249 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(36 98 217 / var(--tw-bg-opacity));
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(222 231 249 / var(--tw-bg-opacity));
}
.bg-primary\/20 {
  background-color: rgb(36 98 217 / 0.2);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 219 44 / var(--tw-bg-opacity));
}
.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 192 / var(--tw-bg-opacity));
}
.bg-status-green {
  --tw-bg-opacity: 1;
  background-color: rgb(30 190 142 / var(--tw-bg-opacity));
}
.bg-status-red {
  --tw-bg-opacity: 1;
  background-color: rgb(252 72 86 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.fill-primary {
  fill: #2462D9;
}
.fill-secondary-dark {
  fill: #96670D;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[25px\] {
  padding: 25px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[24\.5px\] {
  padding-top: 24.5px;
  padding-bottom: 24.5px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[5\.5px\] {
  padding-top: 5.5px;
  padding-bottom: 5.5px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[38px\] {
  padding-bottom: 38px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[5px\] {
  padding-bottom: 5px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[69px\] {
  padding-left: 69px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[180px\] {
  padding-top: 180px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[95px\] {
  padding-top: 95px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 24px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[120px\] {
  font-size: 120px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-base {
  font-size: 16px;
}
.text-lg {
  font-size: 18px;
}
.text-sm {
  font-size: 14px;
}
.text-xl {
  font-size: 20px;
}
.text-xs {
  font-size: 12px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[32px\] {
  line-height: 32px;
}
.leading-loose {
  line-height: 2;
}
.leading-relaxed {
  line-height: 1.625;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 37 70 / var(--tw-text-opacity));
}
.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 68 / var(--tw-text-opacity));
}
.text-gray-light {
  --tw-text-opacity: 1;
  color: rgb(248 249 253 / var(--tw-text-opacity));
}
.text-gray-text {
  --tw-text-opacity: 1;
  color: rgb(95 110 136 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(36 98 217 / var(--tw-text-opacity));
}
.text-secondary-dark {
  --tw-text-opacity: 1;
  color: rgb(150 103 13 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.decoration-secondary {
  text-decoration-color: #FFDB2C;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-text::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(95 110 136 / var(--tw-placeholder-opacity));
}
.placeholder-gray-text::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(95 110 136 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
[v-cloak],
[x-cloak] {
    display: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}
.placeholder\:font-semibold::-moz-placeholder {
  font-weight: 600;
}
.placeholder\:font-semibold::placeholder {
  font-weight: 600;
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(36 98 217 / var(--tw-border-opacity));
}
.hover\:bg-primary\/20:hover {
  background-color: rgb(36 98 217 / 0.2);
}
.hover\:bg-secondary\/70:hover {
  background-color: rgb(255 219 44 / 0.7);
}
.hover\:text-gray-light\/80:hover {
  color: rgb(248 249 253 / 0.8);
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(36 98 217 / var(--tw-text-opacity));
}
.hover\:text-primary\/70:hover {
  color: rgb(36 98 217 / 0.7);
}
.hover\:text-primary\/80:hover {
  color: rgb(36 98 217 / 0.8);
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 219 44 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
@media (min-width: 640px) {

  .sm\:sticky {
    position: sticky;
  }

  .sm\:top-28 {
    top: 7rem;
  }

  .sm\:block {
    display: block;
  }

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

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

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {

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

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

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

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

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

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

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

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

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

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-\[calc\(100\%\/2-20px\)\] {
    width: calc(100% / 2 - 20px);
  }

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

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-\[25px\] {
    gap: 25px;
  }

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 16px;
  }

  .md\:text-lg {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:-bottom-\[120px\] {
    bottom: -120px;
  }

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

  .lg\:left-0 {
    left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[calc\(100\%\/3-20px\)\] {
    width: calc(100% / 3 - 20px);
  }

  .lg\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

  .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\:flex-row {
    flex-direction: row;
  }

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

  .lg\:text-2xl {
    font-size: 24px;
  }

  .lg\:text-base {
    font-size: 16px;
  }

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

  .lg\:text-xl {
    font-size: 20px;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

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

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

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

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

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

  .xl\:w-1\/5 {
    width: 20%;
  }

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

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

  .xl\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:gap-20 {
    gap: 5rem;
  }

  .xl\:gap-\[10px\] {
    gap: 10px;
  }

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

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:text-base {
    font-size: 16px;
  }

  .xl\:text-lg {
    font-size: 18px;
  }

  .xl\:text-sm {
    font-size: 14px;
  }

  .xl\:text-xl {
    font-size: 20px;
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:h-6 {
    height: 1.5rem;
  }

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

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

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

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

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

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

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

  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

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

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

  .\32xl\:w-\[650px\] {
    width: 650px;
  }

  .\32xl\:gap-32 {
    gap: 8rem;
  }

  .\32xl\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .\32xl\:text-2xl {
    font-size: 24px;
  }

  .\32xl\:text-lg {
    font-size: 18px;
  }

  .\32xl\:text-xl {
    font-size: 20px;
  }

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


