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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

body {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  div.consent-banner {
    position: fixed;
  }
  div.consent-banner {
    bottom: 2rem;
  }
  div.consent-banner {
    right: 2rem;
  }
  div.consent-banner {
    margin-left: auto;
    margin-right: auto;
  }
  div.consent-banner {
    width: 80%;
  }
  div.consent-banner {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }
  @media (min-width: 1024px) {
    div.consent-banner {
      width: 300px;
    }
  }
  &.layout-post {
    div.main-container {
      margin-left: auto;
      margin-right: auto;
    }
    div.main-container {
      margin-top: 2rem;
    }
    div.main-container {
      display: flex;
    }
    div.main-container {
      flex-direction: column;
    }
    div.main-container {
      gap: 2rem;
    }
    @media (min-width: 1024px) {
      div.main-container {
        width: 1100px;
      }
    }
    @media (min-width: 1024px) {
      div.main-container {
        flex-direction: row;
      }
    }
    div.main-container {
      > main {
        margin-bottom: 2rem;
      }
      > main {
        width: 100%;
      }
      @media (min-width: 1024px) {
        > main {
          width: 732px;
        }
      }
      > main {
        article {
          h1 {
            margin-top: 3rem;
            margin-bottom: 3rem;
          }
          h1 {
            text-wrap: wrap;
          }
          h1 {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          h1 {
            font-size: 1.875rem;
            line-height: 2.25rem;
          }
          h1 {
            font-weight: 600;
          }
          h1 {
            letter-spacing: 0.025em;
          }
          h1 {
            --tw-text-opacity: 1;
            color: rgb(30 41 59 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 1024px) {
            h1 {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          > details {
            margin-bottom: 1rem;
          }
          > details {
            border-left-width: 2px;
          }
          > details {
            --tw-border-opacity: 1;
            border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
          }
          > details {
            padding: 1rem;
          }
          > details[open] {
            --tw-bg-opacity: 1;
            background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
          }
          > details[open] {
            --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
            --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
            box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
          }
          > details[open] {
            --tw-ring-color: rgb(0 0 0 / 0.05);
          }
          > details {
            svg {
              height: 1.25rem;
            }
            svg {
              height: 1.25rem;
            }
            svg {
              fill: #94a3b8;
            }
            > summary {
              -webkit-user-select: none;
                 -moz-user-select: none;
                      user-select: none;
            }
            > summary {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            > summary {
              line-height: 1.5rem;
            }
            > summary {
              --tw-text-opacity: 1;
              color: rgb(51 65 85 / var(--tw-text-opacity, 1));
            }
            div.details-contents {
              margin-top: 0.75rem;
            }
            div.details-contents {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            div.details-contents {
              line-height: 1.5rem;
            }
            div.details-contents {
              --tw-text-opacity: 1;
              color: rgb(51 65 85 / var(--tw-text-opacity, 1));
            }
            @media (prefers-color-scheme: dark) {
              div.details-contents {
                --tw-text-opacity: 1;
                color: rgb(148 163 184 / var(--tw-text-opacity, 1));
              }
            }
            div.details-contents {
              > ol {
                list-style-type: decimal;
              }
              > ol {
                padding-left: 1rem;
              }
              > ol {
                > li {
                  padding-top: 0.5rem;
                  padding-bottom: 0.5rem;
                }
                > li {
                  > a {
                    text-decoration-line: underline;
                  }
                  > a {
                    text-underline-offset: 2px;
                  }
                  > a:hover {
                    text-decoration-line: none;
                  }
                }
              }
            }
            > div.details-author {
              display: flex;
            }
            > div.details-author {
              align-items: center;
            }
            > div.details-author {
              gap: 0.5rem;
            }
            > div.details-author {
              padding-left: 0px;
              padding-right: 0px;
            }
            > div.details-author {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            > div.details-author {
              --tw-text-opacity: 1;
              color: rgb(71 85 105 / var(--tw-text-opacity, 1));
            }
            @media (min-width: 1024px) {
              > div.details-author {
                padding-left: 0px;
                padding-right: 0px;
              }
            }
            > div.details-author {
              > img {
                height: 3rem;
              }
              > img {
                width: 3rem;
              }
              > img {
                border-radius: 9999px;
              }
              > img {
                border-width: 1px;
              }
              > img {
                --tw-border-opacity: 1;
                border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
              }
              > img {
                padding-left: 0px;
                padding-right: 0px;
              }
              > img {
                outline-style: solid;
              }
              > img {
                outline-width: 1px;
              }
              > img {
                outline-offset: 1px;
              }
              > img {
                outline-color: #e9d5ff;
              }
            }
            > div.details-stats {
              display: flex;
            }
            > div.details-stats {
              gap: 1rem;
            }
            > div.details-stats {
              padding-left: 0px;
              padding-right: 0px;
            }
            > div.details-stats {
              font-size: 1rem;
              line-height: 1.5rem;
            }
            > div.details-stats {
              --tw-text-opacity: 1;
              color: rgb(71 85 105 / var(--tw-text-opacity, 1));
            }
            @media (min-width: 1024px) {
              > div.details-stats {
                padding-left: 0px;
                padding-right: 0px;
              }
            }
            > div.details-stats {
              div {
                padding-left: 0px;
                padding-right: 0px;
              }
            }
          }
          h2, h3, h4 {
            margin-top: 2rem;
            margin-bottom: 2rem;
          }
          h2, h3, h4 {
            text-wrap: wrap;
          }
          h2, h3, h4 {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          h2, h3, h4 {
            font-size: 1.5rem;
            line-height: 2rem;
          }
          h2, h3, h4 {
            font-weight: 600;
          }
          h2, h3, h4 {
            letter-spacing: 0.025em;
          }
          h2, h3, h4 {
            --tw-text-opacity: 1;
            color: rgb(30 41 59 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 1024px) {
            h2, h3, h4 {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          h5, h6 {
            margin-top: 1rem;
            margin-bottom: 1rem;
          }
          h5, h6 {
            margin-left: 1rem;
          }
          h5, h6 {
            text-wrap: wrap;
          }
          h5, h6 {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          h5, h6 {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          h5, h6 {
            font-weight: 600;
          }
          h5, h6 {
            letter-spacing: 0.025em;
          }
          h5, h6 {
            --tw-text-opacity: 1;
            color: rgb(30 41 59 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 1024px) {
            h5, h6 {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          p {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          p {
            font-size: 1.125rem;
            line-height: 1.75rem;
          }
          p {
            letter-spacing: 0.025em;
          }
          p {
            --tw-text-opacity: 1;
            color: rgb(30 41 59 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 1024px) {
            p {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          img {
            margin-top: 1rem;
            margin-bottom: 1rem;
          }
          img {
            width: 100%;
          }
          img {
            -o-object-fit: cover;
               object-fit: cover;
          }
          img {
            padding-left: 0px;
            padding-right: 0px;
          }
          @media (min-width: 1024px) {
            img {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          div {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          @media (min-width: 1024px) {
            div {
              padding-left: 0px;
              padding-right: 0px;
            }
          }
          ol {
            list-style-type: decimal;
          }
          ol {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          ol {
            li {
              margin-left: 2.5rem;
            }
            @media (min-width: 1024px) {
              li {
                margin-left: 1.5rem;
              }
            }
            @media (min-width: 1024px) {
              li {
                padding-left: 0.5rem;
              }
            }
            li {
              p {
                padding-left: 0px;
              }
            }
          }
          ul {
            list-style-type: disc;
          }
          ul {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          ul {
            li {
              margin-left: 2.5rem;
            }
            @media (min-width: 1024px) {
              li {
                margin-left: 1.5rem;
              }
            }
            @media (min-width: 1024px) {
              li {
                padding-left: 0.5rem;
              }
            }
            li {
              p {
                padding-left: 0px;
              }
            }
          }
        }
      }
      > aside {
        width: 100%;
      }
      @media (min-width: 1024px) {
        > aside {
          width: 336px;
        }
      }
    }
  }
  &.layout-category {
    div.main-container {
      margin-left: auto;
      margin-right: auto;
    }
    div.main-container {
      margin-top: 2rem;
      margin-bottom: 2rem;
    }
    div.main-container {
      display: flex;
    }
    div.main-container {
      flex-direction: column;
    }
    div.main-container {
      gap: 2rem;
    }
    @media (min-width: 1024px) {
      div.main-container {
        width: 1100px;
      }
    }
    @media (min-width: 1024px) {
      div.main-container {
        flex-direction: row;
      }
    }
    div.main-container {
      > main {
        height: auto;
      }
      > main {
        width: 100%;
      }
    }
  }
  > header {
    width: 100%;
  }
  > header {
    border-bottom-width: 1px;
  }
  > header {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  > header {
    padding-top: 0.5rem;
  }
  > header {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  > header {
    --tw-shadow-color: rgb(243 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }
  > header {
    div.header-container {
      margin-left: auto;
      margin-right: auto;
    }
    div.header-container {
      display: flex;
    }
    div.header-container {
      max-width: 1100px;
    }
    div.header-container {
      flex-direction: column;
    }
    @media (min-width: 1024px) {
      div.header-container {
        flex-direction: row;
      }
    }
    div.header-container {
      > div.header-brand {
        display: flex;
      }
      > div.header-brand {
        justify-content: space-between;
      }
      > div.header-brand {
        padding-left: 1rem;
        padding-right: 1rem;
      }
      @media (min-width: 1024px) {
        > div.header-brand {
          flex: none;
        }
      }
      @media (min-width: 1024px) {
        > div.header-brand {
          padding-left: 0px;
        }
      }
      > div.header-brand {
        > div.header-brand-logo {
          padding-top: 0.25rem;
        }
        @media (min-width: 1024px) {
          > div.header-brand-logo {
            padding-top: 0px;
          }
        }
        > div.header-brand-logo {
          a {
            span.header-brand-logo--icon {
              svg {
                height: 2.5rem;
              }
              svg {
                width: 2.5rem;
              }
              svg {
                fill: #c084fc;
              }
              svg:hover {
                fill: #7e22ce;
              }
            }
            span.header-brand-logo--label {
              font-size: 1.875rem;
              line-height: 2.25rem;
            }
            span.header-brand-logo--label {
              letter-spacing: 0.025em;
            }
            span.header-brand-logo--label {
              --tw-text-opacity: 1;
              color: rgb(30 41 59 / var(--tw-text-opacity, 1));
            }
            @media (min-width: 1024px) {
              span.header-brand-logo--label {
                font-size: 1.5rem;
                line-height: 2rem;
              }
            }
          }
        }
        @media (min-width: 1024px) {
          > div.header-mobile-btn {
            display: none;
          }
        }
        > div.header-mobile-btn {
          svg {
            height: 3rem;
          }
          svg {
            width: 3rem;
          }
          svg {
            fill: #64748b;
          }
        }
      }
      > div.header-nav {
        z-index: 30;
      }
      > div.header-nav {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
      }
      > div.header-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
      }
      > div.header-nav {
        padding-left: 2rem;
        padding-right: 2rem;
      }
      > div.header-nav {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }
      > div.header-nav {
        --tw-shadow-color: #f3e8ff;
        --tw-shadow: var(--tw-shadow-colored);
      }
      @media (min-width: 1024px) {
        > div.header-nav {
          display: block;
        }
      }
      @media (min-width: 1024px) {
        > div.header-nav {
          align-content: flex-end;
        }
      }
      @media (min-width: 1024px) {
        > div.header-nav {
          padding-top: 0px;
          padding-bottom: 0px;
        }
      }
      @media (min-width: 1024px) {
        > div.header-nav {
          --tw-shadow: 0 0 #0000;
          --tw-shadow-colored: 0 0 #0000;
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
      }
      > div.header-nav {
        nav {
          ul {
            display: flex;
          }
          ul {
            flex-direction: column;
          }
          ul {
            gap: 1.5rem;
          }
          ul {
            font-size: 1.25rem;
            line-height: 1.75rem;
          }
          ul {
            --tw-text-opacity: 1;
            color: rgb(30 41 59 / var(--tw-text-opacity, 1));
          }
          @media (min-width: 1024px) {
            ul {
              flex-direction: row;
            }
          }
          @media (min-width: 1024px) {
            ul {
              gap: 1rem;
            }
          }
          @media (min-width: 1024px) {
            ul {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
          }
          ul {
            li {
              border-bottom-width: 2px;
            }
            li {
              --tw-border-opacity: 1;
              border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
            }
            li {
              padding: 0.5rem;
            }
            li:hover {
              --tw-border-opacity: 1;
              border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
            }
            li:hover {
              --tw-text-opacity: 1;
              color: rgb(71 85 105 / var(--tw-text-opacity, 1));
            }
            li {
              &.active {
                border-bottom-width: 2px;
              }
              &.active {
                --tw-border-opacity: 1;
                border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
              }
              &.active {
                font-weight: 600;
              }
              &.active {
                --tw-text-opacity: 1;
                color: rgb(107 33 168 / var(--tw-text-opacity, 1));
              }
            }
          }
        }
      }
    }
  }
  main {
    section.breadcrumbs.info {
      ul {
        display: flex;
      }
      ul {
        gap: 0.5rem;
      }
      ul {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
      ul {
        --tw-text-opacity: 1;
        color: rgb(51 65 85 / var(--tw-text-opacity, 1));
      }
      ul {
        li {
          a {
            text-decoration-color: #d8b4fe;
          }
          a:hover {
            --tw-text-opacity: 1;
            color: rgb(107 33 168 / var(--tw-text-opacity, 1));
          }
          a:hover {
            text-decoration-line: underline;
          }
          a:hover {
            text-underline-offset: 2px;
          }
        }
      }
    }
    div.category-list.three-in-row {
      display: flex;
    }
    div.category-list.three-in-row {
      width: 100%;
    }
    div.category-list.three-in-row {
      flex-direction: column;
    }
    div.category-list.three-in-row {
      flex-wrap: wrap;
    }
    div.category-list.three-in-row {
      justify-content: flex-start;
    }
    div.category-list.three-in-row {
      gap: 2rem;
    }
    div.category-list.three-in-row {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    @media (min-width: 1024px) {
      div.category-list.three-in-row {
        flex-direction: row;
      }
    }
    @media (min-width: 1024px) {
      div.category-list.three-in-row {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    div.category-list.three-in-row {
      > div.category-list--post-card {
        position: relative;
      }
      > div.category-list--post-card:hover {
        cursor: pointer;
      }
      @media (min-width: 1024px) {
        > div.category-list--post-card {
          width: 336px;
        }
      }
      > div.category-list--post-card {
        > article {
          display: block;
        }
        > article {
          border-radius: 0.5rem;
        }
        > article {
          background-color: rgb(243 232 255 / 0.3);
        }
        @media (min-width: 1024px) {
          > article:hover {
            --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
        }
        > article {
          picture {
            img {
              margin-top: 0px;
              margin-bottom: 0px;
            }
            img {
              height: 240px;
            }
            img {
              width: 100%;
            }
            img {
              border-top-left-radius: 0.5rem;
              border-top-right-radius: 0.5rem;
            }
            img {
              -o-object-fit: cover;
                 object-fit: cover;
            }
            img:hover {
              border-top-left-radius: 0px;
              border-top-right-radius: 0px;
            }
            img:hover {
              opacity: 0.9;
            }
          }
          div {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          div {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          div {
            a {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            a:hover {
              text-decoration-line: underline;
            }
            @media (min-width: 1024px) {
              a {
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }
            @media (min-width: 1024px) {
              a:hover {
                --tw-text-opacity: 1;
                color: rgb(51 65 85 / var(--tw-text-opacity, 1));
              }
            }
          }
        }
      }
    }
  }
  aside {
    margin-bottom: 2rem;
  }
  aside {
    div.category-list.three-in-row {
      display: flex;
    }
    div.category-list.three-in-row {
      width: 100%;
    }
    div.category-list.three-in-row {
      flex-direction: column;
    }
    div.category-list.three-in-row {
      justify-content: flex-start;
    }
    div.category-list.three-in-row {
      gap: 2rem;
    }
    div.category-list.three-in-row {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    @media (min-width: 1024px) {
      div.category-list.three-in-row {
        padding-left: 0px;
        padding-right: 0px;
      }
    }
    div.category-list.three-in-row {
      > div.category-list--post-card {
        position: relative;
      }
      > div.category-list--post-card:hover {
        cursor: pointer;
      }
      @media (min-width: 1024px) {
        > div.category-list--post-card {
          width: 336px;
        }
      }
      > div.category-list--post-card {
        > article {
          display: block;
        }
        > article {
          border-radius: 0.5rem;
        }
        > article {
          background-color: rgb(243 232 255 / 0.3);
        }
        @media (min-width: 1024px) {
          > article:hover {
            --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
        }
        > article {
          picture {
            img {
              height: 240px;
            }
            img {
              width: 100%;
            }
            img {
              border-top-left-radius: 0.5rem;
              border-top-right-radius: 0.5rem;
            }
            img {
              -o-object-fit: cover;
                 object-fit: cover;
            }
            img:hover {
              border-top-left-radius: 0px;
              border-top-right-radius: 0px;
            }
            img:hover {
              opacity: 0.9;
            }
          }
          div {
            padding-left: 0.5rem;
            padding-right: 0.5rem;
          }
          div {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          div {
            a {
              font-size: 1.125rem;
              line-height: 1.75rem;
            }
            a:hover {
              text-decoration-line: underline;
            }
            @media (min-width: 1024px) {
              a {
                font-size: 1rem;
                line-height: 1.5rem;
              }
            }
            @media (min-width: 1024px) {
              a:hover {
                --tw-text-opacity: 1;
                color: rgb(51 65 85 / var(--tw-text-opacity, 1));
              }
            }
          }
        }
      }
    }
  }
  footer {
    margin-top: auto;
  }
  footer {
    border-top-width: 1px;
  }
  footer {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  footer {
    --tw-gradient-from: #475569 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  footer {
    --tw-gradient-to: rgb(71 85 105 / 0.85) var(--tw-gradient-to-position);
  }
  footer {
    padding-bottom: 1rem;
  }
  footer {
    padding-top: 1rem;
  }
  footer {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  section.info {
    .info-container, > header {
      margin-bottom: 2rem;
    }
    .info-container, > header {
      border-left-width: 2px;
    }
    .info-container, > header {
      --tw-border-opacity: 1;
      border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
    }
    .info-container, > header {
      background-image: linear-gradient(to right, var(--tw-gradient-stops));
    }
    .info-container, > header {
      --tw-gradient-from: rgb(241 245 249 / 0.4) var(--tw-gradient-from-position);
      --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    }
    .info-container, > header {
      --tw-gradient-to: rgb(241 245 249 / 0.3) var(--tw-gradient-to-position);
    }
    .info-container, > header {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
    .info-container, > header {
      padding-left: 1rem;
    }
    .info-container, > header {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
    .info-container, > header {
      --tw-text-opacity: 1;
      color: rgb(30 41 59 / var(--tw-text-opacity, 1));
    }
  }
}

.pagination {
  display: flex;
  justify-content: center;
  .nav-links {
    display: flex;
  }
  .nav-links {
    gap: 1rem;
  }
  .nav-links {
    a {
      height: 2.5rem;
    }
    a {
      width: 2.5rem;
    }
    a {
      border-radius: 9999px;
    }
    a {
      border-width: 1px;
    }
    a {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }
    a {
      padding: 0.5rem;
    }
    a {
      text-align: center;
    }
    a {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    a:hover {
      border-width: 1px;
    }
    a:hover {
      --tw-border-opacity: 1;
      border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
    }
    a:hover {
      --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);
    }
    span {
      height: 2.5rem;
    }
    span {
      width: 2.5rem;
    }
    span {
      border-radius: 9999px;
    }
    span {
      border-width: 1px;
    }
    span {
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }
    span {
      padding: 0.5rem;
    }
    span {
      text-align: center;
    }
    span {
      font-weight: 700;
    }
  }
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-left-20 {
  left: -5rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-3 {
  top: 0.75rem;
}

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

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

.m-auto {
  margin: auto;
}

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

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

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

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

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

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.mt-96 {
  margin-top: 24rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

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

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

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

.w-full {
  width: 100%;
}

.min-w-full {
  min-width: 100%;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-x-auto {
  overflow-x: auto;
}

.text-wrap {
  text-wrap: wrap;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-secondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.border-secondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.border-secondary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.border-warn-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

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

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-info-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-100\/40 {
  background-color: rgb(241 245 249 / 0.4);
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.bg-secondary-100\/50 {
  background-color: rgb(243 232 255 / 0.5);
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.bg-warn-100\/40 {
  background-color: rgb(255 228 230 / 0.4);
}

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

.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}

.bg-\[url\(\'\.\.\/\.\.\/public\/images\/bg\.svg\'\)\] {
  background-image: url('../../public/images/bg.svg');
}

.bg-fixed {
  background-attachment: fixed;
}

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

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

.fill-secondary-400 {
  fill: #c084fc;
}

.fill-warn-300 {
  fill: #fda4af;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

.pl-4 {
  padding-left: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-secondary-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-secondary-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

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

.decoration-secondary-300 {
  text-decoration-color: #d8b4fe;
}

.opacity-35 {
  opacity: 0.35;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-secondary-100\/30 {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.outline-1 {
  outline-width: 1px;
}

.outline-offset-1 {
  outline-offset: 1px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.outline-secondary-200 {
  outline-color: #e9d5ff;
}

:root {
  --white-color: #fff;
  --black-color: #000;
  --page-width: 1100px;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  background-color: hsl(0, 0%, 100%);
}

/* to debug scrolling on mobile screen media*/

/** {*/

/*    outline: 4px solid green !important;*/

/*}*/

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-secondary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.hover\:border-secondary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.hover\:bg-secondary-100\/50:hover {
  background-color: rgb(243 232 255 / 0.5);
}

.hover\:fill-secondary-500:hover {
  fill: #a855f7;
}

.hover\:text-secondary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

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

.hover\:underline-offset-2:hover {
  text-underline-offset: 2px;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

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

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-\[1\/2\] {
    width: 1/2;
  }

  .lg\:w-\[1\/3\] {
    width: 1/3;
  }

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

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

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

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

  .lg\:gap-2 {
    gap: 0.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:hover\:text-primary-700:hover {
    --tw-text-opacity: 1;
    color: rgb(51 65 85 / var(--tw-text-opacity, 1));
  }
}
