/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

*, ::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.13 | MIT License | https://tailwindcss.com */

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
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] {
    display: none;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaijdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaiPdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeai3dA5E64Bc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaijdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaiPdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeai3dA5E64Bc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaijdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaiPdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeai3dA5E64Bc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaijdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeaiPdA5E64BdCIg.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Alexandria";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/alexandria/v3/UMBXrPdDqW66y0Y2usFeai3dA5E64Bc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v16/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzA.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v16/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzA.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v16/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzA.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v16/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzA.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v16/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzA.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Noto Kufi Arabic";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notokufiarabic/v16/CSRk4ydQnPyaDxEXLFF6LZVLKrodrOYFFkCqIzA.woff2) format("woff2");
    unicode-range: U+0600-06FF, U+0750-077F, U+0870-088E, U+0890-0891, U+0898-08E1, U+08E3-08FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu7GxKKTU1Kvnz.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfChc4AMP6lbBP.woff2) format("woff2");
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        scroll-behavior: auto;
    }
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    font-family: 'Roboto', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', sans-serif;
}

    body[dir="rtl"] {
        font-family: 'Noto Kufi Arabic', ui-sans-serif, 'Helvetica Neue', sans-serif;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
}

[dir="rtl"] h1,
[dir="rtl"] h2,
[dir="rtl"] h3,
[dir="rtl"] h4,
[dir="rtl"] h5,
[dir="rtl"] h6 {
    font-family: 'Alexandria', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
}

h1 {
    font-size: 3.875rem;
    line-height: 1.1;
    font-weight: 800;
}

h2 {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 800;
}

h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
}

h4 {
    font-size: 2rem;
    line-height: 2.375rem;
    font-weight: 700;
}

h5 {
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 700;
}

h6 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

button {
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration-line: none;
}

p {
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
}

    p.text-sm {
        margin-bottom: 1.75rem;
    }

    p.\!text-xs {
        margin-bottom: 1.5rem;
    }

    p.text-xs {
        margin-bottom: 1.5rem;
    }

body[dir="rtl"] p {
    line-height: 1.625;
}

a {
    position: relative;
    display: inline-block;
    border-radius: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
    text-decoration-line: underline;
    text-underline-offset: 1px;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

    a:hover {
        --tw-text-opacity: 1;
        color: rgb(75 129 172 / var(--tw-text-opacity));
        text-decoration-thickness: 2px;
    }

    /*a:focus {*/
        /* outline: 2px solid transparent;*/
        /*outline: 2px solid #BAC7D2 !important;
        outline-offset: 2px;
    }*/

    /*a:focus-visible {*/
       /* --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-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;*/
    /*}*/

    a:focus-visible {
        outline: 2px solid #BAC7D2;
        outline-offset: 2px;
    }

    /* Mouse click */
    a:active {
        outline: none !important;
    }

[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],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[type='checkbox']:checked:hover, [type='checkbox']:checked:focus, [type='radio']:checked:hover, [type='radio']:checked:focus {
    /*border-color: transparent;*/
    border-color: #BAC7D2;
    background-color: currentColor;
}

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

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

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

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

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

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

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

@media (min-width: 768px) {
    .container {
        max-width: 768px !important;
        padding-right: 0.875rem !important;
        padding-left: 0.875rem !important;
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px !important;
        padding-right: 1.375rem !important;
        padding-left: 1.375rem !important;
    }
}

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

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

.aegov-accordion .accordion-item {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-border-opacity));
}

.aegov-accordion .accordion-title button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

    .aegov-accordion .accordion-title button:hover {
        --tw-text-opacity: 1;
        color: rgb(49 86 121 / var(--tw-text-opacity));
    }

    .aegov-accordion .accordion-title button.accordion-active {
        --tw-text-opacity: 1;
        color: rgb(49 86 121 / var(--tw-text-opacity));
    }

    .aegov-accordion .accordion-title button svg {
        color: inherit;
    }

.aegov-accordion:not(.aegov-mobile-accordion) .accordion-title button {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .aegov-accordion:not(.aegov-mobile-accordion) .accordion-title button:focus-visible {
        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-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
    }

@media (min-width: 768px) {
    .aegov-accordion:not(.aegov-mobile-accordion) .accordion-title button {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .aegov-accordion:not(.aegov-mobile-accordion) .accordion-title button {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.aegov-accordion:not(.aegov-mobile-accordion) .accordion-content .accordion-content-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (min-width: 768px) {
    .aegov-accordion:not(.aegov-mobile-accordion) .accordion-content .accordion-content-body {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .aegov-accordion:not(.aegov-mobile-accordion) .accordion-content .accordion-content-body {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

.accordion-title button {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    text-align: start;
    font-weight: 600;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .accordion-title button svg {
        height: 1.5rem;
        width: 1.5rem;
        flex-shrink: 0;
        fill: currentColor;
        --tw-text-opacity: 1;
        color: rgb(75 79 88 / var(--tw-text-opacity));
    }

.accordion-content {
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

.aegov-alert {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    border-radius: 0.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .aegov-alert > .alert-icon > svg {
        height: 1.75rem;
        width: 1.75rem;
        flex-shrink: 0;
        fill: currentColor;
    }

    .aegov-alert > .alert-icon > img {
        height: 1.75rem;
        width: 1.75rem;
        flex-shrink: 0;
    }

    .aegov-alert > .alert-content {
        align-self: center;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .aegov-alert > .alert-content p:last-child {
            margin-bottom: 0px;
        }

        .aegov-alert > .alert-content .alert-title {
            margin-bottom: 1.25rem;
            font-weight: 600;
        }

        .aegov-alert > .alert-content .alert-footer {
            margin-top: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .aegov-alert > .alert-content .alert-footer > :not([hidden]) ~ :not([hidden]) {
                --tw-space-x-reverse: 0;
                margin-right: calc(1.5rem * var(--tw-space-x-reverse));
                margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
            }

            .aegov-alert > .alert-content .alert-footer:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
                --tw-space-x-reverse: 1;
            }

            .aegov-alert > .alert-content .alert-footer a {
                font-weight: 700;
                text-decoration-line: none;
            }

                .aegov-alert > .alert-content .alert-footer a:hover {
                    text-decoration-line: underline;
                    text-decoration-thickness: 2px;
                    text-underline-offset: 2px;
                }

        .aegov-alert > .alert-content.alert-with-link {
            flex: 1 1 0%;
        }

@media (min-width: 768px) {
    .aegov-alert > .alert-content.alert-with-link {
        display: flex;
        justify-content: space-between;
    }
}

p.aegov-alert > .alert-content.alert-with-link .alert-link {
    margin-bottom: 1.75rem;
}

.aegov-alert > .alert-content.alert-with-link .alert-link {
    margin-bottom: 0px;
    margin-top: 0.75rem;
    flex-shrink: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 768px) {
    .aegov-alert > .alert-content.alert-with-link .alert-link {
        margin-left: 1.5rem;
        margin-top: 0px;
    }
}

.aegov-alert > .alert-content.alert-with-link .alert-link a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-weight: 500;
    text-decoration-line: none;
}

    .aegov-alert > .alert-content.alert-with-link .alert-link a svg {
        height: 1.25rem;
        width: 1.25rem;
    }

.aegov-alert > .alert-dismiss {
    position: absolute;
    inset-inline-end: 0.5rem;
    top: 0.625rem;
}

    .aegov-alert > .alert-dismiss > button:hover {
        opacity: 0.6;
    }

    .aegov-alert > .alert-dismiss > button:focus-visible {
        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(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);
        --tw-ring-offset-width: 0px;
    }

    .aegov-alert > .alert-dismiss > button {
        border-radius: 0.25rem;
        padding: 0.5rem;
    }

        .aegov-alert > .alert-dismiss > button > svg {
            height: 1.25rem;
            width: 1.25rem;
        }

.aegov-alert:has(.alert-dismiss) {
    padding-inline-end: 2.5rem;
    padding-inline-start: 1.5rem;
}

.aegov-alert.alert-error {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(181 37 32 / var(--tw-text-opacity));
}

    .aegov-alert.alert-error .alert-icon {
        --tw-text-opacity: 1;
        color: rgb(181 37 32 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-error > .alert-content .alert-title {
        --tw-text-opacity: 1;
        color: rgb(181 37 32 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-error > .alert-content .alert-footer a {
        --tw-text-opacity: 1;
        color: rgb(181 37 32 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-error > .alert-content .alert-footer a:hover {
            --tw-text-opacity: 1;
            color: rgb(216 55 49 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-error > .alert-content a {
        --tw-text-opacity: 1;
        color: rgb(181 37 32 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }

        .aegov-alert.alert-error > .alert-content a:hover {
            --tw-text-opacity: 1;
            color: rgb(216 55 49 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-error > .alert-dismiss > button:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(181 37 32 / var(--tw-ring-opacity));
    }

    .aegov-alert.alert-error.alert-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(254 242 242 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(181 37 32 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-error.alert-soft .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(181 37 32 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-error.alert-soft > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(181 37 32 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-error.alert-soft > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(181 37 32 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-error.alert-soft > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(216 55 49 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-error.alert-soft > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(181 37 32 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-error.alert-soft > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(216 55 49 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-error.alert-soft > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(181 37 32 / var(--tw-ring-opacity));
        }

    .aegov-alert.alert-error.alert-solid {
        --tw-bg-opacity: 1;
        background-color: rgb(216 55 49 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-error.alert-solid .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-error.alert-solid > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-error.alert-solid > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-error.alert-solid > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-error.alert-solid > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-error.alert-solid > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-error.alert-solid > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
        }

.aegov-alert.alert-success {
    --tw-bg-opacity: 1;
    background-color: rgb(243 250 244 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(47 102 60 / var(--tw-text-opacity));
}

    .aegov-alert.alert-success .alert-icon {
        --tw-text-opacity: 1;
        color: rgb(47 102 60 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-success > .alert-content .alert-title {
        --tw-text-opacity: 1;
        color: rgb(47 102 60 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-success > .alert-content .alert-footer a {
        --tw-text-opacity: 1;
        color: rgb(47 102 60 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-success > .alert-content .alert-footer a:hover {
            --tw-text-opacity: 1;
            color: rgb(63 142 80 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-success > .alert-content a {
        --tw-text-opacity: 1;
        color: rgb(47 102 60 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }

        .aegov-alert.alert-success > .alert-content a:hover {
            --tw-text-opacity: 1;
            color: rgb(63 142 80 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-success > .alert-dismiss > button:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(47 102 60 / var(--tw-ring-opacity));
    }

    .aegov-alert.alert-success.alert-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(243 250 244 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(47 102 60 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-success.alert-soft .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(47 102 60 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-success.alert-soft > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(47 102 60 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-success.alert-soft > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(47 102 60 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-success.alert-soft > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(63 142 80 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-success.alert-soft > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(47 102 60 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-success.alert-soft > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(63 142 80 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-success.alert-soft > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(47 102 60 / var(--tw-ring-opacity));
        }

    .aegov-alert.alert-success.alert-solid {
        --tw-bg-opacity: 1;
        background-color: rgb(63 142 80 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-success.alert-solid .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-success.alert-solid > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-success.alert-solid > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-success.alert-solid > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-success.alert-solid > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-success.alert-solid > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-success.alert-solid > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
        }

.aegov-alert.alert-info {
    --tw-bg-opacity: 1;
    background-color: rgb(231 245 255 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 60 255 / var(--tw-text-opacity));
}

    .aegov-alert.alert-info .alert-icon {
        --tw-text-opacity: 1;
        color: rgb(0 60 255 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-info > .alert-content .alert-title {
        --tw-text-opacity: 1;
        color: rgb(0 60 255 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-info > .alert-content .alert-footer a {
        --tw-text-opacity: 1;
        color: rgb(0 60 255 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-info > .alert-content .alert-footer a:hover {
            --tw-text-opacity: 1;
            color: rgb(4 61 255 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-info > .alert-content a {
        --tw-text-opacity: 1;
        color: rgb(0 60 255 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }

        .aegov-alert.alert-info > .alert-content a:hover {
            --tw-text-opacity: 1;
            color: rgb(4 61 255 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-info > .alert-dismiss > button:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(0 60 255 / var(--tw-ring-opacity));
    }

    .aegov-alert.alert-info.alert-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(231 245 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(0 60 255 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-info.alert-soft .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(0 60 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-info.alert-soft > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(0 60 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-info.alert-soft > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(0 60 255 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-info.alert-soft > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(4 61 255 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-info.alert-soft > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(0 60 255 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-info.alert-soft > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(4 61 255 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-info.alert-soft > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(0 60 255 / var(--tw-ring-opacity));
        }

    .aegov-alert.alert-info.alert-solid {
        --tw-bg-opacity: 1;
        background-color: rgb(4 61 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-info.alert-solid .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-info.alert-solid > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-info.alert-solid > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-info.alert-solid > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-info.alert-solid > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-info.alert-solid > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-info.alert-solid > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
        }

.aegov-alert.alert-warning {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(178 85 11 / var(--tw-text-opacity));
}

    .aegov-alert.alert-warning .alert-icon {
        --tw-text-opacity: 1;
        color: rgb(178 85 11 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-warning > .alert-content .alert-title {
        --tw-text-opacity: 1;
        color: rgb(178 85 11 / var(--tw-text-opacity));
    }

    .aegov-alert.alert-warning > .alert-content .alert-footer a {
        --tw-text-opacity: 1;
        color: rgb(178 85 11 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-warning > .alert-content .alert-footer a:hover {
            --tw-text-opacity: 1;
            color: rgb(214 121 9 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-warning > .alert-content a {
        --tw-text-opacity: 1;
        color: rgb(178 85 11 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }

        .aegov-alert.alert-warning > .alert-content a:hover {
            --tw-text-opacity: 1;
            color: rgb(214 121 9 / var(--tw-text-opacity));
        }

    .aegov-alert.alert-warning > .alert-dismiss > button:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(178 85 11 / var(--tw-ring-opacity));
    }

    .aegov-alert.alert-warning.alert-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(255 251 235 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(178 85 11 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-warning.alert-soft .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(178 85 11 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-warning.alert-soft > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(178 85 11 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-warning.alert-soft > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(178 85 11 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-warning.alert-soft > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(214 121 9 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-warning.alert-soft > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(178 85 11 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-warning.alert-soft > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(214 121 9 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-warning.alert-soft > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(178 85 11 / var(--tw-ring-opacity));
        }

    .aegov-alert.alert-warning.alert-solid {
        --tw-bg-opacity: 1;
        background-color: rgb(214 121 9 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

        .aegov-alert.alert-warning.alert-solid .alert-icon {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-warning.alert-solid > .alert-content .alert-title {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

        .aegov-alert.alert-warning.alert-solid > .alert-content .alert-footer a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

            .aegov-alert.alert-warning.alert-solid > .alert-content .alert-footer a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-warning.alert-solid > .alert-content a {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            text-decoration-line: underline;
        }

            .aegov-alert.alert-warning.alert-solid > .alert-content a:hover {
                --tw-text-opacity: 1;
                color: rgb(252 252 252 / var(--tw-text-opacity));
            }

        .aegov-alert.alert-warning.alert-solid > .alert-dismiss > button:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
        }

.aegov-alert.alert-lg > .alert-icon > svg,
.aegov-alert.alert-lg > .alert-icon > img {
    height: 1.75rem;
    width: 1.75rem;
}

.aegov-alert.alert-lg .alert-link svg,
.aegov-alert.alert-lg .alert-link img {
    height: 1.5rem;
    width: 1.5rem;
}

.aegov-alert.alert-lg > .alert-content {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

    .aegov-alert.alert-lg > .alert-content p {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .aegov-alert.alert-lg > .alert-content.alert-with-link .alert-link {
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .aegov-alert.alert-lg > .alert-content.alert-with-link .alert-link a svg,
        .aegov-alert.alert-lg > .alert-content.alert-with-link .alert-link a img {
            height: 1.5rem;
            width: 1.5rem;
        }

.aegov-alert.alert-lg > .alert-dismiss {
    top: 0.75rem;
}

.aegov-alert.alert-base > .alert-icon > svg,
.aegov-alert.alert-base > .alert-icon > img {
    height: 1.75rem;
    width: 1.75rem;
}

.aegov-alert.alert-base .alert-link svg,
.aegov-alert.alert-base .alert-link img {
    height: 1.25rem;
    width: 1.25rem;
}

.aegov-alert.alert-base > .alert-content {
    font-size: 1rem;
    line-height: 1.5rem;
}

    .aegov-alert.alert-base > .alert-content p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

p.aegov-alert.alert-base > .alert-content.alert-with-link .alert-link {
    margin-bottom: 1.75rem;
}

.aegov-alert.alert-base > .alert-content.alert-with-link .alert-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .aegov-alert.alert-base > .alert-content.alert-with-link .alert-link a svg,
    .aegov-alert.alert-base > .alert-content.alert-with-link .alert-link a img {
        height: 1.25rem;
        width: 1.25rem;
    }

.aegov-alert.alert-base > .alert-dismiss {
    top: 0.625rem;
}

.aegov-alert.alert-sm > .alert-icon > svg,
.aegov-alert.alert-sm > .alert-icon > img {
    height: 1.25rem;
    width: 1.25rem;
}

.aegov-alert.alert-sm .alert-link svg,
.aegov-alert.alert-sm .alert-link img {
    height: 1rem;
    width: 1rem;
}

p.aegov-alert.alert-sm > .alert-content {
    margin-bottom: 1.75rem;
}

.aegov-alert.alert-sm > .alert-content {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

p.aegov-alert.alert-sm > .alert-content p {
    margin-bottom: 1.75rem;
}

.aegov-alert.alert-sm > .alert-content p {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

p.aegov-alert.alert-sm > .alert-content.alert-with-link .alert-link {
    margin-bottom: 1.5rem;
}

.aegov-alert.alert-sm > .alert-content.alert-with-link .alert-link {
    font-size: 0.75rem;
    line-height: 1rem;
}

    .aegov-alert.alert-sm > .alert-content.alert-with-link .alert-link a svg,
    .aegov-alert.alert-sm > .alert-content.alert-with-link .alert-link a img {
        height: 1rem;
        width: 1rem;
    }

.aegov-alert.alert-sm > .alert-dismiss {
    top: 0.5rem;
}

.aegov-avatar {
    position: relative;
    display: inline-block;
    height: 2.5rem;
    width: 2.5rem;
}

    .aegov-avatar > img {
        height: 100%;
        width: 100%;
        border-radius: 0.25rem;
        -o-object-fit: cover;
        object-fit: cover;
    }

        .aegov-avatar > img.no-user {
            --tw-bg-opacity: 1;
            background-color: rgb(247 247 247 / var(--tw-bg-opacity));
            content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAAEACAYAAABccqhmAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKsWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZZnUFP5Gsbfc056oSWEDqE3QYp0KaGHIkgHGyEJEAgxhgQFURERFayoiGBFV0EUrICsBbFgWxR7X5BFQV0XCzZU7geWcO/M3Q935r4zZ+Y3z7z/5zz/c748ALQHPKlUjKoB5EjkspgQf3ZScgqb+DtgoAdUUAcXHj9XyomOjoD/PgjAp3uAAADctuNJpWL430ZdIMzlAyDRAJAmyOXnACDHAZAzfKlMDoDJAcB0vlwqB8CqAIApS0pOAcAOAgAzY4zbAYCZNsZ3AIApi4sJAMAGAEg0Hk+WAUD9CADsPH6GHIDGBAAHiUAkAaAFAoAPP5MnAKCVAMCknJy5AgDaYQCwSvs3n4z/8ExTevJ4GUoeuwsAAJACRblSMS8f/t+TI1aMv8MEAGiZstAYAGABIHXZc8OVLEmbFjXOIgHAOGcqQuPHmZ8bkDLOAl5g+DgrsuM548yTTZwVyblx4yybG6P0F+YGxSr9hdwIZQbxNCWni4K541yQGZc4znmihGnjnJsdGz6xE6DUZYoYZeZ0WbDyjjm5E9n4vIkM8sy40IlsScoMAmFgkFKXxCv3pXJ/padUHK3cF4pDlHpuXqzyrFwWp9SzeGHREz7Ryu8DsRAKHIiBaGBDBARAIMRBAoBcuEAOABAwV5ovE2VkytkcqVQsZHMlfPtJbCcHRxeApOQU9tgv/moMCAAgeWsmtPwjAD47AJC+CS3hNUD9cgBmy4Rm4Qmg9RTg1Ea+QpY3puEAAPBAAVVggg4YgilYgR04gSt4gR8EQRhEQRwkw2zgQybkgAzmQyEshVIoh/WwGaphJ+yBOjgER6EFTsE5uATX4CbchcfQA/3wGobgE4wgCEJE6AgD0UGMEHPEFnFC3BEfJAiJQGKQZCQVyUAkiAIpRJYh5UgFUo3sRuqRI8hJ5BxyBelGHiK9yCDyHvmGYigNZaIGqAU6GXVHOWg4GofOQjPQeWgBWoKuRavQWvQg2oyeQ6+hd9Ee9DU6jAFGxViYMWaHuWMBWBSWgqVjMmwxVoZVYrVYI9aGdWK3sR7sDfYVR8AxcGycHc4LF4qLx/Fx83CLcatx1bg6XDPuAu42rhc3hPuJp+P18bZ4TzwXn4TPwM/Hl+Ir8fvwJ/AX8Xfx/fhPBAKBRbAkuBFCCcmELMJCwmrCdkIToZ3QTegjDBOJRB2iLdGbGEXkEeXEUuJW4kHiWeItYj/xC4lKMiI5kYJJKSQJqZhUSTpAOkO6RXpJGiGrkc3JnuQosoCcT15H3ktuI98g95NHKOoUS4o3JY6SRVlKqaI0Ui5SnlA+UKlUE6oHdTpVRC2iVlEPUy9Te6lfaRo0G1oAbSZNQVtL209rpz2kfaDT6RZ0P3oKXU5fS6+nn6c/o39RYajYq3BVBCpLVGpUmlVuqbxVJauaq3JUZ6sWqFaqHlO9ofpGjaxmoRagxlNbrFajdlLtvtqwOkPdUT1KPUd9tfoB9SvqAxpEDQuNIA2BRonGHo3zGn0MjGHKCGDwGcsYexkXGf1MAtOSyWVmMcuZh5hdzCFNDc0pmgmaCzRrNE9r9rAwlgWLyxKz1rGOsu6xvmkZaHG0hFqrtBq1bml91tbT9tMWapdpN2nf1f6mw9YJ0snW2aDTovNUF6droztdd77uDt2Lum/0mHpeeny9Mr2jeo/0UX0b/Rj9hfp79K/rDxsYGoQYSA22Gpw3eGPIMvQzzDLcZHjGcNCIYeRjJDLaZHTW6BVbk81hi9lV7AvsIWN941BjhfFu4y7jERNLk3iTYpMmk6emFFN303TTTaYdpkNmRmaRZoVmDWaPzMnm7uaZ5lvMO80/W1haJFqssGixGLDUtuRaFlg2WD6xolv5Ws2zqrW6Y02wdrfOtt5ufdMGtXGxybSpsblhi9q62opst9t2T8JP8pgkmVQ76b4dzY5jl2fXYNdrz7KPsC+2b7F/O9lscsrkDZM7J/90cHEQO+x1eOyo4RjmWOzY5vjeycaJ71TjdMeZ7hzsvMS51fndFNspwik7pjxwYbhEuqxw6XD54ermKnNtdB10M3NLddvmdt+d6R7tvtr9sgfew99jiccpj6+erp5yz6Oef3nZeWV7HfAamGo5VTh179Q+bxNvnvdu7x4ftk+qzy6fHl9jX55vre9zP1M/gd8+v5cca04W5yDnrb+Dv8z/hP/nAM+ARQHtgVhgSGBZYFeQRlB8UHXQs2CT4IzghuChEJeQhSHtofjQ8NANofe5Blw+t547FOYWtijsQjgtPDa8Ovx5hE2ELKItEo0Mi9wY+WSa+TTJtJYoiOJGbYx6Gm0ZPS/61+mE6dHTa6a/iHGMKYzpjGXEzok9EPspzj9uXdzjeKt4RXxHgmrCzIT6hM+JgYkViT1Jk5MWJV1L1k0WJbemEFMSUvalDM8ImrF5Rv9Ml5mlM+/Nspy1YNaV2bqzxbNPz1Gdw5tzLBWfmph6IPU7L4pXyxtO46ZtSxviB/C38F8L/ASbBINCb2GF8GW6d3pF+kCGd8bGjMFM38zKzDeiAFG16F1WaNbOrM/ZUdn7s0fFieKmHFJOas5JiYYkW3JhruHcBXO7pbbSUmnPPM95m+cNycJl+3KR3Fm5rXKmXCq/rrBSLFf05vnk1eR9mZ8w/9gC9QWSBdfzbfJX5b8sCC74ZSFuIX9hR6Fx4dLC3kWcRbsXI4vTFncsMV1SsqS/KKSobillafbS34odiiuKPy5LXNZWYlBSVNK3PGR5Q6lKqaz0/gqvFTtX4laKVnatcl61ddXPMkHZ1XKH8sry76v5q6+ucVxTtWZ0bfrarnWu63asJ6yXrL+3wXdDXYV6RUFF38bIjc2b2JvKNn3cPGfzlcoplTu3ULYotvRURVS1bjXbun7r9+rM6rs1/jVN2/S3rdr2ebtg+60dfjsadxrsLN/5bZdo14PdIbubay1qK/cQ9uTtebE3YW/nL+6/1O/T3Ve+78d+yf6eupi6C/Vu9fUH9A+sa0AbFA2DB2cevHko8FBro13j7iZWU/lhOKw4/OpI6pF7R8OPdhxzP9Z43Pz4thOME2XNSHN+81BLZktPa3Jr98mwkx1tXm0nfrX/df8p41M1pzVPrztDOVNyZvRswdnhdmn7m3MZ5/o65nQ8Pp90/s6F6Re6LoZfvHwp+NL5Tk7n2cvel09d8bxy8qr71ZZrrtear7tcP/Gby28nuly7mm+43Wi96XGzrXtq95lbvrfO3Q68fekO9861u9Pudt+Lv/fg/sz7PQ8EDwYeih++e5T3aORx0RP8k7Knak8rn+k/q/3d+vemHtee072Bvdefxz5/3Mfve/1H7h/f+0te0F9UvjR6WT/gNHBqMHjw5qsZr/pfS1+PvCn9U/3PbW+t3h7/y++v60NJQ/3vZO9G36/+oPNh/8cpHzuGo4effcr5NPK57IvOl7qv7l87vyV+ezky/zvxe9UP6x9tP8N/PhnNGR2V8mQ8AADAAABNTwd4vx+AngzAuAlAURnryH93e2Si5f8Tj/VoAABwBdjrB5AAACFFADVFAGbtABpFAKFFAGFFgDo7K5+/Jzfd2WnMi3UQgJw2OjrwHoB6G2D0zujoF87o6MguAKIHwNrosW4OABCpBqDm+U8d+V+VKALBiuXNFQAAOhVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+Cjx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4KICAgPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICAgICAgPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIKICAgICAgICAgICAgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6Q3JlYXRvclRvb2w+QWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpPC94bXA6Q3JlYXRvclRvb2w+CiAgICAgICAgIDx4bXA6Q3JlYXRlRGF0ZT4yMDE1LTA0LTAyVDAxOjI3OjA4KzA4OjAwPC94bXA6Q3JlYXRlRGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNS0wNC0wMlQwMToyNzowOCswODowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPHhtcDpNb2RpZnlEYXRlPjIwMTUtMDQtMDJUMDE6Mjc6MDgrMDg6MDA8L3htcDpNb2RpZnlEYXRlPgogICAgICAgICA8eG1wTU06SW5zdGFuY2VJRD54bXAuaWlkOmIyYTE4Yzk1LTMyMWYtNDI3Yy1hNTcxLTgxNTY5YmJkMjAyZDwveG1wTU06SW5zdGFuY2VJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo3ZDNlMDI0Yy1iZDU1LTQxNmItOTkwYi1kMWJkNTY5OGU5NGE8L3htcE1NOkRvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo3ZDNlMDI0Yy1iZDU1LTQxNmItOTkwYi1kMWJkNTY5OGU5NGE8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5jcmVhdGVkPC9zdEV2dDphY3Rpb24+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDppbnN0YW5jZUlEPnhtcC5paWQ6N2QzZTAyNGMtYmQ1NS00MTZiLTk5MGItZDFiZDU2OThlOTRhPC9zdEV2dDppbnN0YW5jZUlEPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6d2hlbj4yMDE1LTA0LTAyVDAxOjI3OjA4KzA4OjAwPC9zdEV2dDp3aGVuPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6c29mdHdhcmVBZ2VudD5BZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmIyYTE4Yzk1LTMyMWYtNDI3Yy1hNTcxLTgxNTY5YmJkMjAyZDwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNS0wNC0wMlQwMToyNzowOCswODowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpPC9zdEV2dDpzb2Z0d2FyZUFnZW50PgogICAgICAgICAgICAgICAgICA8c3RFdnQ6Y2hhbmdlZD4vPC9zdEV2dDpjaGFuZ2VkPgogICAgICAgICAgICAgICA8L3JkZjpsaT4KICAgICAgICAgICAgPC9yZGY6U2VxPgogICAgICAgICA8L3htcE1NOkhpc3Rvcnk+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5EaXNwbGF5PC9waG90b3Nob3A6SUNDUHJvZmlsZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjI1NjwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4yNTY8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pplp45QAAAAgY0hSTQAAWQkAAFVIAAD3zAAAgFUAAGVwAADU9wAALUgAABScB/kkFAAAD35JREFUeNrs3X2QV9V9x/H37sKyu7AssEQWkKfyIIJUeZBQFiaigoo2KpgxtZFESa022jRN/3CmbWI67XTaaad/NJlJOqmZTp1JOtOmNRPSNlPzoCYamyaKjRqrwSeiRA1QfCAgbP84R7u7LLv7272/+7v33Pdr5g44MrC/7z3n8zv33nPPaerr60NSNTVbAskAkGQASDIAJBkAkgwASQaAJANAkgEgyQCQZABIMgAkGQCSDABJBoAkA0CSASCpOCZYguDDN96Q0sfpBmYB74rHDGAqMAVoB9qAVqAFaAJOAseBY8CbwOvAa8Ah4OV+x4vxz5Te5+/8go3eAEhCK/BL8VgEzAN6YufO2mFgP/AC8BTwE+CAp8AAUL5mASuAc4BlwLSc/t2ueKwAtgF9wD7gCWBv/PWEp8cAUPZmAKuB82MHbCrAz9TUb/SxHfgZ8CjwEPCYp8wA0PitAjYDa+Nwv8jOAC6Kx7PAd4EHgIOeRgNAo9cM9AIXAktK+hkWxOPqGALfAJ7x1BoAGr7jb4nX13MS+Uxt8TNtiZcGXwOe9lQbABqoF/hVYG7Cn3F9PO4HvkJ4rCgDoNJWxGHy8gp95k3ABuCrwN3AWzYDA6BqJgPXxqFxVdveVXFE8EXgYZuEAVAVa4DrgZmWgjnAx4H7gLuANyyJAZCqFmAX4e6+BtoMnAXcCfzIcuTDl4HyMx/4lJ1/WGcAtwM7LIUjgJRsBH7Deo/a1YQ5BJ8lvJwkRwCltQO4xc5fszXAHaQzH8IAqKAPx28zjc0c4JNU6xGpAZCAFuB3gfdYinHrAH4fWGcpDIAymEi4kbXaUmTqo4TZksqQ16XZ1/N2wjv6yt7N8dfvWApHAEXTBPyenT+XEPBywAAonFuBlZYhF79NmDQkA6AQPkCY0678Rlsfx6nUBkABbAMusQy5awf+gLDegAyAhjiL8FKPGqM7XnrJAMhdJ+HRlBrrXJxsZQA0wEdiCKjxduBsQQMgR5fhHf+iudX7AQZAHnqA6yxD4XQBH7IMBkC93WwJCquXsI+CDIC62AIstgyFtpv67ItoAFRch0P/UugmLDYqAyBT1+JNprK4krCXogyATPTgWn5l0hQDWwZAJt5nCUpnI2nvsmQA5ORMfNGnrHZaAgNgvN5rCUrrfGC2ZTAAxqqbsIedyusyS2AAjNVWwg0lldcmYIplMABq1Yqr+qZgoufRABiLdX5zJMMAMABqttkSJGM2LtZqANSgG1hhGZKy0RIYAKO11tokZw2+JGQA1NBYlJbpwFLLYACMZKrXi8lyuzYDYETLCY+OlB6XcTMAbCQVNh83EzEARuCKP+lq8vwaAMOZQXj7T+ny/o4BcFrz8FFRFS4DZAAMyW//9M3Fm7wGwBBagIWWIXmdwBzLYAAMNg0XkqwKnwQYAKeYDrzLMlSC59kAOMUZMQSUvh5LYAAM1mUJKmOqJTAABnOr7+pwoRcD4BSTLYHn2gCornZL4Lk2AKprkiWojFZLYAAM5uwwz7UBYC3kubYQVdRnCWQAVNcJS1AZb1kCA2CwX1iCyjhmCQwAA6C6jloCA2Cw1y1BZbxpCQyAwV6zBJ5rA6C6jlgCA8AAqK5X8eZQVbxiCQyAoRrFzyxDJRywBAbAYAeBn1uGyoz2ZAAM8AbwomVI3knPswFwOs9YguS9GEd7MgBO8VNL4Dk2AKrrOeCwZUjaU5bAADidt7wMMAAMgGp73BIk63+BfZbBABjOY5YgWU8Cxy2DATCcZ4CXLUOS9loCA2AkfcAjliE5Jw0AA2C0/tMSJDn8dwagATAqP8bJIqn5niUwAEbrBPCAZUjGcQPAAKjVvZYgGT/A9R4MgBrtB56wDEn4D0tgAIzFv1mC0nveIDcAxjN0dJGQcvuaJTAAxqoP2GMZSuvneDPXABinb+MjwbK6G3d8MgDG6QTwZctQOq8C37IMBkAWvgW8ZBlK5R8I039lAGTiLktQGvu89jcAsvYI8KhlKIW/swQGQD3cSXgyoOL6NvC0ZTAA6uGVeG2pYjripZoBUG97gJ9YhkL6HG79bQDk4NOEBURVHN/EhVwMgJy8HO8HqBhewht/BkDO7sOJJkXwFvCXOOPPAGiAO3EfgSJc9ztJywBoiD7gLwjrzSt//ww8aBkMgEY6DPwZ3hRsxCWY72gYAIXwHPBXliE3jwB/YxkMgCLZC3zGMtTdE4atAVBUDwKftQx18yTw53jHPzMTLEHmvkN4DfW3LEWmfkS44eq9FgOg8B4A3gB+xxpn4nuE2ZfyEqA0HgH+CDhkKcbl63Z+A6Cs9gGfwNdTx+rv4yEDoLQOAnfgtOFaHAL+NH77y3sASfhb4Cngg8BEyzHspdPnvXQyAFL09mo1HwSWW44B+oAv4UYeBkDiXgD+BLgceB/QYkl4DPgivlhlAFTIHuBh4P3AeRWtwRHgn4B7bA4GQBXtJ7zLvhrYASys0Ge/h/A232GbgQFQdT+MxxZgO9CT8Gd9EPgq8Kyn3QDQQN8E7gXeA1wMzEvkc/URZkd+HedEGAAa1gngG/FYD1wArCrpZ3l7d957gZ96ag0A1eaheCwCNgBrSnB50Ed4lv8A8F/ALzyNBoDGZ188vhRHA2uAFcDsgvx8xwjv6T9MWBfhgKfMAFB9vl33xgNgMWFC0bI4Spie42XKc4QNUp4AfkyY8iwDQDl6Oh57CNOL5wFnAvPjpcJMoBtoG+Pff5LwmO7leLwQj+eBVy1/+TXtvuFDVqF2KwiTWJ4v8M/YCUwDZsRjKjAFmAxMikcL0BQ7+vF4vf4m8Hr8fAcJ+yEeikdRF+OYFz/vYzZNRwD1NJtwV35T/Gb8d8LNrmMF/FmPlCCkxqsV+BXgEqALuJ/w1uWLNlVHAFlaDlwEvDt+Y/b3amx438VHXXmZA2yMQdw96P/1EVYQuifen5AjgDE7N367DPccvhu4Engv4bHX/cAPYkNUhl9WhKcfm4C1QwRx/z+3IR6PxlGam4YaADVZDVwGnF1jA10Xj5eA7xOe4e+znOOyiDAhah21z4FYFY/HgX8lTLeWAXBavwxcUWPHH0pP/HuuICwC8n3CM/L9lnhU5hLekFwHLMng7zs7Ho8T3kPYa4kNgMEN5PI45M/akni8n7Cu/Q+B/8Z33wdbCJwTR1/L6niez46XBHtiIBgAFTYPuCoOMfOwLB7XEu7OP05Y7/5/CHfsq6QTWAqsjJ0yzxefzo3HQ8C/kPaTEgNgCB2Em3bbOf3NpDzCZx6wDThKmNDzZLxk2JdgIHTG6/klMQQXM/YJSllZD5xPWIbsK4S9HAyAxG0GdnLq46NGaovfhCvjfx8lTLV9LobB/ngcLUmN2+J1/NzY6efHo62AP2tTvPzbQFid6D4DIE0LgF/r18mK3oGWDboWPkKY4HIghsEBwhyEVxo4Wujk/6cbz4odfhZhwlRnydpHN3AT0EtYn/BZAyAdO4CrExhCd3LqDbJjhPfuDxJmJx6Ov3+NMKX3zThyOBr/7HHClN6T8YCwP0RzbA8TCTPs2uLRTpg+PIXwslFXPKYTphi3JtZWVgJ/TFiu7MsGQLktAz4Qh6GpaiU8dhzNM/I+wpt8/Ts/g0KgpYH3RYrkasKjyLsI92YMgJK5hjBDTwOvd330O3qLgD8E7gb+0QAoz7X+DYS7zFIWriTMUfhCavcGUtsb8GLgU3Z+1cHi2LYudgRQPB3xW3+D7VR11ELY1u2sOBp4wwBovKXAbxIeP0l52BDvD3yOMIvTS4AG2Qp8ws6vBpgV295WA6AxdgO7bIdqsF2xLXoJkJMZwG1k85qolIULCIux/jVhUpYjgDpZBNxh51cBLYltc5EBUB/rgE+S39r3Uq2mxza6zgDI1jbgo4THMFKRtcS2us0AyMZO4HrblUrm+th2DYBxFvEq25JK6qqif3kVOQBuKsswShrh8vUmA6A2HyGs3COlYHNs0wbAKNyGc/qVng2xbRsAw7iV/FbolfK2PrZxA2AINxP23pNS9u7Y1g2Afm4gLMYoVUFvbPMGAGHHnAttE6qYC2Pbr3QAXElYk12qostp8LqVjQyACwgLd0pVdk3sC5UKgJWU+B1qKWO7adCGNY0IgB7gY55zaYCPMbq9HUodAO3A7cAkz7c0wKTYN9pTDoDbKNamnFKRdJPzbME8A+DXgVWeY2lYq2JfSSoA1gOXem6lUbmUnKbE5xEAPcAtnlOpJreQw03BegdAE+HlBzeklGozIfadpjIHwC7CZp2SareAOu99Uc8AWE1iGylKDXBx7EulCoAOCvTKo1RyN8c+VZoAqNsPLFVQ3b5Q6xEAvfUcskgVtZo6rJmRdQB0Ajd6rqS6uDH2scIGwG6g1fMk1UUrGb9Fm2UArAbWeo6kulqb5SV2VgEwEd/vl/KyO/a5wgTANUCX50XKRRcZraaVRQDMAbZ7TqRcbY99r+EBsMtzITXErkYHwGoatJaZJFYyzhuC4w2A6zwHUkNd16gAuIgGLGIoaYCe2BdzDYBWYKe1lwphJ2OcgDfWALiEjKckShqzztgncwmANuAKay4VyhWxb9Y9AC7FV32loulgDAvv1hoAk8Y61JBUd5dQ46Y7tQbAFmCKdZYKaUrso3UJgGa//aVSjAKa6xEAG4GZ1lcqtJmxr2YeAO7sI5XDpVkHwHJc318qiwWxz2YWAFutqVQqW7MKgG5c6ksqm7Wx7447AHqBFusplUoLo1hGfKQAaAI2WUuplDYxwuaiIwXA2cBs6yiV0uzYh8ccAL3WUCq13rEGQBuwxvpJpbaGYd4SHC4AzsV5/1LZTYl9ueYAWG/tpCSsrzUAJgPnWDcpCefEPj3qAFiFi35IqeiIfXrUAXCeNZOSct5oA2AibvYhpWYlQ2woOlQALAOmWS8pKdNi3x4xAPz2l9IdBYwYAMutk5Sk5SMFQDewyDpJSVrEoFeEBwfAYmCCdZKSNCH28dMGwFJrJCVt6XABsMT6SElbcroA6ALmWx8pafNjXz8lAOYzxi2GJZVGa/8v+v4BsNDaSJWwcKgAcN1/qRoWDBUAZ1oXqRLOHBwA3cAs6yJVwqzY598JgB6cACRVxYTY598JAL/9peqNAt4JgLnWQ6qUuf0DYKb1kCplpgEgGQC0GwBSJQOgvTn+xhWApWrpAGY2A1OthVRJU5vp92aQpErpMgCkigfADOsgVdKMZk6zZ5ik5E1uxicAUlV1vD0PQFL1tDcDk6yDVEmTmoE26yBVUlszLgQqVVVrM0NsGSypEiY240pAUlVNaAamWAepkqZMAA7hjUCpio7+3wBYJQp8aOU8xgAAAABJRU5ErkJggg==");
        }

    .aegov-avatar > span.alert-indicator {
        position: absolute;
        right: -0.25rem;
        top: -0.25rem;
        display: block;
        height: 0.625rem;
        width: 0.625rem;
        border-radius: 9999px;
        --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);
    }

    .aegov-avatar.avatar-xs {
        height: 1.5rem;
        width: 1.5rem;
    }

        .aegov-avatar.avatar-xs > span.alert-indicator {
            height: 0.375rem;
            width: 0.375rem;
        }

    .aegov-avatar.avatar-sm {
        height: 2rem;
        width: 2rem;
    }

        .aegov-avatar.avatar-sm > span.alert-indicator {
            height: 0.5rem;
            width: 0.5rem;
        }

    .aegov-avatar.avatar-base {
        height: 2.5rem;
        width: 2.5rem;
    }

        .aegov-avatar.avatar-base > span.alert-indicator {
            height: 0.625rem;
            width: 0.625rem;
        }

    .aegov-avatar.avatar-lg {
        height: 3rem;
        width: 3rem;
    }

        .aegov-avatar.avatar-lg > img {
            border-radius: 0.375rem;
        }

        .aegov-avatar.avatar-lg > span.alert-indicator {
            height: 0.75rem;
            width: 0.75rem;
        }

    .aegov-avatar.avatar-xl {
        height: 3.5rem;
        width: 3.5rem;
    }

        .aegov-avatar.avatar-xl > img {
            border-radius: 0.375rem;
        }

        .aegov-avatar.avatar-xl > span.alert-indicator {
            height: 0.875rem;
            width: 0.875rem;
        }

    .aegov-avatar.avatar-2xl {
        height: 4rem;
        width: 4rem;
    }

        .aegov-avatar.avatar-2xl > img {
            border-radius: 0.5rem;
        }

        .aegov-avatar.avatar-2xl > span.alert-indicator {
            height: 1rem;
            width: 1rem;
        }

    .aegov-avatar.avatar-3xl {
        height: 5rem;
        width: 5rem;
    }

        .aegov-avatar.avatar-3xl > img {
            border-radius: 0.5rem;
        }

        .aegov-avatar.avatar-3xl > span.alert-indicator {
            height: 1.25rem;
            width: 1.25rem;
        }

    .aegov-avatar.avatar-rounded > img {
        border-radius: 9999px;
    }

    .aegov-avatar.avatar-rounded > span.alert-indicator {
        right: 0px;
        top: 0px;
    }

.aegov-banner .aegov-link {
    margin: 0px;
    flex-shrink: 0;
    padding: 0px;
}

.aegov-banner .container {
    padding-left: 0px;
    padding-right: 0px;
}

nav.aegov-breadcrumb > ol,
nav.aegov-breadcrumb span {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --tw-text-opacity: 1;
    color: rgb(95 100 109 / var(--tw-text-opacity));
}

pnav.aegov-breadcrumb > ol > li, p
nav.aegov-breadcrumb > ol span, p
nav.aegov-breadcrumb span > li, p
nav.aegov-breadcrumb span span {
    margin-bottom: 1.75rem;
}

nav.aegov-breadcrumb > ol > li,
nav.aegov-breadcrumb > ol span,
nav.aegov-breadcrumb span > li,
nav.aegov-breadcrumb span span {
    position: relative;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    nav.aegov-breadcrumb > ol > li:last-child,
    nav.aegov-breadcrumb > ol span:last-child,
    nav.aegov-breadcrumb span > li:last-child,
    nav.aegov-breadcrumb span span:last-child {
        font-weight: 600;
    }

nav.aegov-breadcrumb > ol [aria-current="page"], nav.aegov-breadcrumb span [aria-current="page"] {
    position: relative;
    display: inline-block;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
    text-decoration-line: none;
}

nav.aegov-breadcrumb > ol a, nav.aegov-breadcrumb span a {
    position: relative;
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(95 100 109 / var(--tw-text-opacity));
    text-decoration-line: none;
    text-decoration-thickness: 2px;
    text-underline-offset: 2px;
}

    nav.aegov-breadcrumb > ol a:hover, nav.aegov-breadcrumb span a:hover {
        --tw-text-opacity: 1;
        color: rgb(49 86 121 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }

    nav.aegov-breadcrumb > ol a svg, nav.aegov-breadcrumb span a svg {
        margin-inline-end: 0.5rem;
        margin-top: -0.125rem;
        display: inline-block;
        height: 1.25rem;
        width: 1.25rem;
    }

    nav.aegov-breadcrumb > ol a span, nav.aegov-breadcrumb span a span {
        font-weight: 500;
    }

        nav.aegov-breadcrumb > ol a span:hover, nav.aegov-breadcrumb span a span:hover {
            --tw-text-opacity: 1;
            color: rgb(49 86 121 / var(--tw-text-opacity));
        }

nav.aegov-breadcrumb.with-seperator > ol > :not([hidden]) ~ :not([hidden]),
nav.aegov-breadcrumb.with-seperator span > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

nav.aegov-breadcrumb.with-seperator > ol:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]),
nav.aegov-breadcrumb.with-seperator span:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
}

nav.aegov-breadcrumb.with-seperator > ol > li::after,
nav.aegov-breadcrumb.with-seperator > ol span::after,
nav.aegov-breadcrumb.with-seperator span > li::after,
nav.aegov-breadcrumb.with-seperator span span::after {
    position: absolute;
    inset-inline-end: -0.75rem;
    top: 0.5rem;
    height: 100%;
    content: var(--tw-content);
    width: auto;
}

nav.aegov-breadcrumb.with-seperator > ol > li:last-child::after,
nav.aegov-breadcrumb.with-seperator > ol span:last-child::after,
nav.aegov-breadcrumb.with-seperator span > li:last-child::after,
nav.aegov-breadcrumb.with-seperator span span:last-child::after {
    content: var(--tw-content);
    display: none;
}

nav.aegov-breadcrumb.with-seperator > ol > li:after, nav.aegov-breadcrumb.with-seperator > ol span:after, nav.aegov-breadcrumb.with-seperator span > li:after, nav.aegov-breadcrumb.with-seperator span span:after {
    content: "/";
}

.aegov-btn {
    display: inline-flex;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration-line: none !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    height: 3rem;
    gap: 0.5rem;
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: transparent;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
}

    .aegov-btn:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .aegov-btn:focus-visible {
        --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;
    }

.aegov-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

    .aegov-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(75 129 172 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(244 247 251 / var(--tw-text-opacity));
        --tw-shadow: 0px 0px 0px 6px;
        --tw-shadow-colored: 0px 0px 0px 6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        --tw-shadow-color: #e8eef6;
        --tw-shadow: var(--tw-shadow-colored);
    }

    .aegov-btn:focus-visible {
        /*--tw-ring-opacity: 1;
        --tw-ring-color: rgb(250 212 79 / var(--tw-ring-opacity));*/

        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(49 86 121 / 35%);
        color: #fff;
    }

    .aegov-btn:disabled {
        pointer-events: none;
        cursor: not-allowed;
        opacity: 0.3;
        --tw-shadow: 0 0 #0000 !important;
        --tw-shadow-colored: 0 0 #0000 !important;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    }

    .aegov-btn.btn-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(244 247 251 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(57 103 144 / var(--tw-text-opacity));
    }

        .aegov-btn.btn-soft:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(232 238 246 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(49 86 121 / var(--tw-text-opacity));
            --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);
        }

        .aegov-btn.btn-soft:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
            --tw-ring-offset-width: 0px;
        }

        .aegov-btn.btn-soft:disabled {
            opacity: 0.5;
        }

    .aegov-btn.btn-link {
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(49 86 121 / var(--tw-text-opacity));
    }

        .aegov-btn.btn-link:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(244 247 251 / var(--tw-bg-opacity));
            --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);
        }

        .aegov-btn.btn-link:focus-visible {
            --tw-border-opacity: 1;
            border-color: rgb(248 192 39 / var(--tw-border-opacity));
            --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);
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
            --tw-ring-offset-width: 0px;
        }

    .aegov-btn.btn-outline {
        --tw-border-opacity: 1;
        border-color: rgb(49 86 121 / var(--tw-border-opacity));
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(49 86 121 / var(--tw-text-opacity));
    }

        .aegov-btn.btn-outline:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(244 247 251 / var(--tw-bg-opacity));
            --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);
        }

        .aegov-btn.btn-outline:focus-visible {
/*            --tw-border-opacity: 1;
            border-color: rgb(248 192 39 / var(--tw-border-opacity));
            --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);
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
            --tw-ring-offset-width: 0px;
*/        }

    .aegov-btn.btn-lg {
        height: 3.25rem;
        gap: 0.75rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

        .aegov-btn.btn-lg > svg {
            height: 1.75rem;
            width: 1.75rem;
        }

        .aegov-btn.btn-lg:has(svg) {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .aegov-btn.btn-lg:has(svg + svg) {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .aegov-btn.btn-lg > img {
            height: 1.75rem;
            width: 1.75rem;
        }

        .aegov-btn.btn-lg:has(img) {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .aegov-btn.btn-lg:has(img + img) {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }

        .aegov-btn.btn-lg .btn-icon {
            width: 3.25rem;
            gap: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

    .aegov-btn.btn-base {
        height: 3rem;
        gap: 0.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .aegov-btn.btn-sm {
        height: 2.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .aegov-btn.btn-sm > svg {
            height: 1.25rem;
            width: 1.25rem;
        }

        .aegov-btn.btn-sm:has(svg) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .aegov-btn.btn-sm:has(svg + svg) {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
        }

        .aegov-btn.btn-sm > img {
            height: 1.25rem;
            width: 1.25rem;
        }

        .aegov-btn.btn-sm:has(img) {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .aegov-btn.btn-sm:has(img + img) {
            padding-left: 0.75rem;
            padding-right: 0.75rem;
        }

        .aegov-btn.btn-sm.btn-icon {
            width: 2.5rem;
            gap: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

p.aegov-btn.btn-xs {
    margin-bottom: 1.75rem;
}

.aegov-btn.btn-xs {
    height: 2rem;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .aegov-btn.btn-xs > svg {
        height: 1.125rem;
        width: 1.125rem;
    }

    .aegov-btn.btn-xs:has(svg) {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .aegov-btn.btn-xs:has(svg + svg) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .aegov-btn.btn-xs > img {
        height: 1.125rem;
        width: 1.125rem;
    }

    .aegov-btn.btn-xs:has(img) {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .aegov-btn.btn-xs:has(img + img) {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .aegov-btn.btn-xs.btn-icon {
        width: 2rem;
        gap: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

.aegov-btn.btn-block {
    width: 100%;
}

.aegov-btn > svg {
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    fill: currentColor;
}

.aegov-btn:has(svg) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.aegov-btn:has(svg + svg) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.aegov-btn > img {
    height: 1.5rem;
    width: 1.5rem;
    flex-shrink: 0;
    fill: currentColor;
}

.aegov-btn:has(img) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.aegov-btn:has(img + img) {
    padding-left: 1rem;
    padding-right: 1rem;
}

.aegov-btn.btn-icon {
    width: 3rem;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.aegov-btn.btn-secondary {
    --tw-bg-opacity: 1;
    background-color: rgb(35 37 40 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(247 247 247 / var(--tw-text-opacity));
}

    .aegov-btn.btn-secondary:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(14 15 18 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(225 227 229 / var(--tw-text-opacity));
        --tw-shadow-color: #E1E3E5;
        --tw-shadow: var(--tw-shadow-colored);
    }

    .aegov-btn.btn-secondary:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
    }

    .aegov-btn.btn-secondary.btn-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(35 37 40 / var(--tw-text-opacity));
    }

        .aegov-btn.btn-secondary.btn-soft:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(225 227 229 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(35 37 40 / var(--tw-text-opacity));
            --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);
        }

        .aegov-btn.btn-secondary.btn-soft:focus-visible {
            --tw-ring-offset-width: 0px;
        }

        .aegov-btn.btn-secondary.btn-soft:disabled {
            opacity: 0.5;
        }

    .aegov-btn.btn-secondary.btn-link {
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(35 37 40 / var(--tw-text-opacity));
    }

        .aegov-btn.btn-secondary.btn-link:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(247 247 247 / var(--tw-bg-opacity));
            --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);
        }

        .aegov-btn.btn-secondary.btn-link:focus-visible {
            --tw-border-opacity: 1;
            border-color: rgb(117 219 255 / var(--tw-border-opacity));
            --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);
            --tw-ring-offset-width: 0px;
        }

    .aegov-btn.btn-secondary.btn-outline {
        --tw-border-opacity: 1;
        border-color: rgb(35 37 40 / var(--tw-border-opacity));
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(35 37 40 / var(--tw-text-opacity));
    }

        .aegov-btn.btn-secondary.btn-outline:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(225 227 229 / var(--tw-bg-opacity));
            --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);
        }

        .aegov-btn.btn-secondary.btn-outline:focus-visible {
            --tw-border-opacity: 1;
            border-color: rgb(117 219 255 / var(--tw-border-opacity));
            --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);
            --tw-ring-offset-width: 0px;
        }

p[data-responsive="auto"] .aegov-btn {
    margin-bottom: 1.75rem;
}

[data-responsive="auto"] .aegov-btn {
    height: 2rem;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

@media (min-width: 640px) {
    [data-responsive="auto"] .aegov-btn {
        height: 2.5rem;
        border-radius: 0.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    [data-responsive="auto"] .aegov-btn {
        height: 3rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        font-size: 1rem;
        line-height: 1.5rem;
        border-radius: 0.5rem;
    }
}

@media (min-width: 1536px) {
    [data-responsive="auto"] .aegov-btn {
        height: 3.25rem;
        gap: 0.75rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.aegov-card {
    border-radius: 0.75rem;
}

    .aegov-card > svg {
        height: 2.5rem;
        width: 2.5rem;
        --tw-text-opacity: 1;
        color: rgb(75 129 172 / var(--tw-text-opacity));
    }

    .aegov-card .card-title {
        font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
        font-size: 1.625rem;
        line-height: 2.125rem;
        font-weight: 800;
    }

    .aegov-card .card-image {
        aspect-ratio: 16/9;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .aegov-card:not(.card-bordered) .card-image {
        border-radius: 0.75rem;
    }

    .aegov-card.card-bordered {
        overflow: hidden;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(161 191 216 / var(--tw-border-opacity));
    }

        .aegov-card.card-bordered:not(.card-news) > :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));
        }

        .aegov-card.card-bordered:not(.card-news) {
            padding: 1.5rem;
        }

            .aegov-card.card-bordered:not(.card-news) .card-image {
                display: block;
                border-radius: 0.5rem;
            }

    .aegov-card.card-glow {
        transition-property: all;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

        .aegov-card.card-glow:hover {
            --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            --tw-shadow-color: rgb(75 129 172 / 0.3);
            --tw-shadow: var(--tw-shadow-colored);
        }

    .aegov-card.card-news:not(.card-bordered) > :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));
    }

    .aegov-card.card-news:not(.card-bordered) img {
        border-radius: 0.75rem;
    }

        .aegov-card.card-news:not(.card-bordered) img:hover {
            opacity: 0.9;
        }

    .aegov-card.card-news .card-content > :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));
    }

    .aegov-card.card-news.card-bordered .card-content {
        padding: 1.5rem;
    }

    .aegov-card.card-service {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

        .aegov-card.card-service:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(244 247 251 / var(--tw-bg-opacity));
        }

        .aegov-card.card-service .card-service-title, .aegov-card.card-service .card-title {
            font-size: 1.625rem;
            line-height: 2.125rem;
        }

            .aegov-card.card-service .card-service-title > a, .aegov-card.card-service .card-title > a {
                --tw-text-opacity: 1;
                color: rgb(35 37 40 / var(--tw-text-opacity));
            }

                .aegov-card.card-service .card-service-title > a:hover, .aegov-card.card-service .card-title > a:hover {
                    --tw-text-opacity: 1;
                    color: rgb(42 71 98 / var(--tw-text-opacity));
                }

        .aegov-card.card-service .card-service-title {
            font-weight: 800;
        }

    .aegov-card.card-creative {
        position: relative;
        overflow: hidden;
        border-radius: 0.75rem;
    }

        .aegov-card.card-creative::after {
            position: absolute;
            inset: 0px;
            height: 100%;
            width: 100%;
            background-image: linear-gradient(to top, var(--tw-gradient-stops));
            content: var(--tw-content);
            --tw-gradient-from: #396790 var(--tw-gradient-from-position);
            --tw-gradient-to: rgb(57 103 144 / 0) var(--tw-gradient-to-position);
            --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        }

        .aegov-card.card-creative img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

        .aegov-card.card-creative .card-content {
            position: absolute;
            left: 0px;
            right: 0px;
            bottom: 0px;
            z-index: 10;
            padding: 1.75rem;
            font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
            font-size: 2.5rem;
            font-weight: 800;
            line-height: 1.15;
            color: rgb(244 247 251 / var(--tw-text-opacity));
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
        }

    .aegov-card.card-sm {
        border-radius: 0.5rem;
    }

        .aegov-card.card-sm > svg {
            height: 1.75rem;
            width: 1.75rem;
        }

        .aegov-card.card-sm .card-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

        .aegov-card.card-sm:not(.card-bordered) .card-image {
            border-radius: 0.5rem;
        }

        .aegov-card.card-sm.card-bordered:not(.card-news) > :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));
        }

        .aegov-card.card-sm.card-bordered:not(.card-news) {
            padding: 1rem;
        }

            .aegov-card.card-sm.card-bordered:not(.card-news) .card-image {
                border-radius: 0.25rem;
            }

        .aegov-card.card-sm.card-news:not(.card-bordered) > :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));
        }

        .aegov-card.card-sm.card-news:not(.card-bordered) img {
            border-radius: 0.5rem;
        }

        .aegov-card.card-sm.card-news .card-content > :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));
        }

        .aegov-card.card-sm.card-news.card-bordered .card-content {
            padding: 1rem;
        }

        .aegov-card.card-sm.card-service .card-service-title, .aegov-card.card-sm.card-service .card-title {
            font-size: 1.25rem;
            line-height: 1.75rem;
        }

        .aegov-card.card-sm.card-creative .card-content {
            padding: 1.25rem;
            font-size: 2rem;
            line-height: normal;
        }

    .aegov-card.card-base {
        border-radius: 0.75rem;
    }

        .aegov-card.card-base > svg {
            height: 2.5rem;
            width: 2.5rem;
        }

        .aegov-card.card-base .card-title {
            font-size: 1.625rem;
            line-height: 2.125rem;
            font-weight: 800;
        }

        .aegov-card.card-base:not(.card-bordered) .card-image {
            border-radius: 0.75rem;
        }

        .aegov-card.card-base.card-bordered:not(.card-news) > :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));
        }

        .aegov-card.card-base.card-bordered:not(.card-news) {
            padding: 1.5rem;
        }

            .aegov-card.card-base.card-bordered:not(.card-news) .card-image {
                border-radius: 0.5rem;
            }

        .aegov-card.card-base.card-news:not(.card-bordered) > :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));
        }

        .aegov-card.card-base.card-news:not(.card-bordered) img {
            border-radius: 0.75rem;
        }

        .aegov-card.card-base.card-news .card-content > :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));
        }

        .aegov-card.card-base.card-news.card-bordered .card-content {
            padding: 1.5rem;
        }

        .aegov-card.card-base.card-service .card-service-title, .aegov-card.card-base.card-service .card-title {
            font-size: 1.625rem;
            line-height: 2.125rem;
        }

        .aegov-card.card-base.card-creative .card-content {
            padding: 1.75rem;
            font-size: 2.5rem;
            line-height: 1.15;
        }

    .aegov-card.card-lg {
        border-radius: 1rem;
    }

        .aegov-card.card-lg > svg {
            height: 3.5rem;
            width: 3.5rem;
        }

        .aegov-card.card-lg .card-title {
            font-size: 2rem;
            line-height: 2.375rem;
        }

        .aegov-card.card-lg:not(.card-bordered) .card-image {
            border-radius: 1rem;
        }

        .aegov-card.card-lg.card-bordered:not(.card-news) > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
        }

        .aegov-card.card-lg.card-bordered:not(.card-news) {
            padding: 1.75rem;
        }

            .aegov-card.card-lg.card-bordered:not(.card-news) .card-image {
                border-radius: 0.75rem;
            }

        .aegov-card.card-lg.card-news:not(.card-bordered) > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
        }

        .aegov-card.card-lg.card-news:not(.card-bordered) img {
            border-radius: 1rem;
        }

        .aegov-card.card-lg.card-news .card-content > :not([hidden]) ~ :not([hidden]) {
            --tw-space-y-reverse: 0;
            margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
            margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
        }

        .aegov-card.card-lg.card-news.card-bordered .card-content {
            padding: 1.75rem;
        }

        .aegov-card.card-lg.card-service .card-service-title, .aegov-card.card-lg.card-service .card-title {
            font-size: 2rem;
            line-height: 2.375rem;
        }

        .aegov-card.card-lg.card-creative .card-content {
            padding: 2rem;
            font-size: 3rem;
            line-height: 1.05;
        }

.aegov-link {
    margin-left: -0.625rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    font-weight: 600;
    text-decoration-line: none;
}

    .aegov-link:hover {
        text-decoration-line: underline;
    }

    .aegov-link:where([dir="rtl"], [dir="rtl"] *) {
        margin-right: -0.625rem;
        margin-left: 0px;
    }

    .aegov-link:focus-visible {
        --tw-ring-opacity: 1;
        /*--tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));*/
        --tw-ring-color: rgb(186, 199, 210 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 4px;
    }

    .aegov-link > svg.link-icon {
        height: 1.25rem;
        width: 1.25rem;
    }

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

    .aegov-link.link-soft:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(244 247 251 / var(--tw-bg-opacity));
        text-decoration-line: none;
    }

    .aegov-link.link-secondary {
        --tw-text-opacity: 1;
        color: rgb(35 37 40 / var(--tw-text-opacity));
    }

        .aegov-link.link-secondary:hover {
            --tw-text-opacity: 1;
            color: rgb(62 64 70 / var(--tw-text-opacity));
        }

        .aegov-link.link-secondary:focus-visible {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
        }

        .aegov-link.link-secondary.link-soft:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(247 247 247 / var(--tw-bg-opacity));
        }

.aegov-pagination {
    display: inline-flex;
    align-items: center;
}

    .aegov-pagination > :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)));
    }

    .aegov-pagination a {
        font-size: 1rem;
        line-height: 1.5rem;
        text-decoration-line: none;
    }

    .aegov-pagination .pages {
        font-size: 1rem;
        line-height: 1.5rem;
    }

.aegov-pagination-first,
.aegov-pagination-last,
.aegov-pagination-previous,
.aegov-pagination-next {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
    text-decoration-line: none;
}

    .aegov-pagination-first:hover,
    .aegov-pagination-last:hover,
    .aegov-pagination-previous:hover,
    .aegov-pagination-next:hover {
        --tw-text-opacity: 1;
        color: rgb(75 129 172 / var(--tw-text-opacity));
    }

@media (min-width: 1024px) {
    .aegov-pagination-first,
    .aegov-pagination-last,
    .aegov-pagination-previous,
    .aegov-pagination-next {
        padding-left: 0.25rem;
        padding-right: 0.25rem;
    }
}

.aegov-pagination-first svg, .aegov-pagination-last svg, .aegov-pagination-previous svg, .aegov-pagination-next svg {
    height: 1.25rem;
    width: 1.25rem;
}

.aegov-pagination-page,
.aegov-pagination-current {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 1rem;
    line-height: 1.5rem;
}

.aegov-pagination-page {
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

    .aegov-pagination-page:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(244 247 251 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(42 71 98 / var(--tw-text-opacity));
    }

.aegov-pagination-current {
    --tw-bg-opacity: 1;
    background-color: rgb(75 129 172 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(244 247 251 / var(--tw-text-opacity));
}

.aegov-pagination-extend {
    --tw-text-opacity: 1;
    color: rgb(158 162 169 / var(--tw-text-opacity));
}

.step-badge {
    position: relative;
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    background-size: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    --tw-text-opacity: 1;
    color: rgb(27 29 33 / var(--tw-text-opacity));
    text-decoration-line: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

    .step-badge:not(.step-current .step-badge, .step-completed .step-badge):hover {
        --tw-border-opacity: 1;
        border-color: rgb(232 238 246 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(232 238 246 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(42 71 98 / var(--tw-text-opacity));
    }

    .step-badge svg {
        height: 1.5rem;
        width: 1.5rem;
        fill: currentColor;
    }

.step-current .step-badge {
    pointer-events: none;
    --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(4px + 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-opacity: 1;
    --tw-ring-color: rgb(232 238 246 / var(--tw-ring-opacity));
}

    .step-current .step-badge:focus-visible {
        --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-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
    }

.step-current .step-badge, .step-completed .step-badge {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(75 129 172 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(75 129 172 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.step-completed .step-badge {
    background-position: center;
    background-repeat: no-repeat;
}

    .step-completed .step-badge:hover {
        --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(4px + 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-opacity: 1;
        --tw-ring-color: rgb(232 238 246 / var(--tw-ring-opacity));
    }

.step-completed .step-badge {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'/%3E%3Cpolyline points='40 144 96 200 224 72' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='16'/%3E%3C/svg%3E");
}

.step-connector {
    position: absolute;
    inset: 0px;
    display: flex;
    align-items: center;
}

.step-connector-state {
    height: 0.188rem;
    width: 100%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(195 198 203 / var(--tw-bg-opacity));
}

.step-connector-vertical {
    position: absolute;
    inset-inline-start: 1.25rem;
    top: 1.25rem;
    margin-inline-start: -1px;
    height: 100%;
    width: 0.188rem;
}

.step-completed .step-connector-state {
    --tw-bg-opacity: 1;
    background-color: rgb(75 129 172 / var(--tw-bg-opacity));
}

.step-text-below {
    position: absolute;
    top: calc(100% + 1rem);
    white-space: nowrap;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(27 29 33 / var(--tw-text-opacity));
}

.aegov-step .step-connector {
    inset-inline-start: 3rem;
    width: calc(100% - 3.5rem);
}

.aegov-step .step-connector-vertical {
    top: 3rem;
    height: calc(100% - 3.5rem);
}

.aegov-step.step-sm .step-connector {
    inset-inline-start: 2.5rem;
    width: calc(100% - 3rem);
}

p.aegov-step.step-sm .step-badge {
    margin-bottom: 1.75rem;
}

.aegov-step.step-sm .step-badge {
    height: 2rem;
    width: 2rem;
    background-size: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .aegov-step.step-sm .step-badge svg {
        height: 1.25rem;
        width: 1.25rem;
    }

.aegov-step.step-sm .step-connector-vertical {
    top: 2.5rem;
    inset-inline-start: 1rem;
    height: calc(100% - 3rem);
}

.aegov-step.step-lg .step-connector {
    inset-inline-start: 3.5rem;
    width: calc(100% - 4rem);
}

.aegov-step.step-lg .step-badge {
    height: 3rem;
    width: 3rem;
    background-size: 2rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

    .aegov-step.step-lg .step-badge svg {
        height: 2rem;
        width: 2rem;
    }

.aegov-step.step-lg .step-connector-vertical {
    top: 3.5rem;
    inset-inline-start: 1.5rem;
    height: calc(100% - 4rem);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="week"],
[multiple],
textarea,
select {
    display: block;
    width: 100%;
    flex: 1 1 0%;
    /*border-width: 0px;*/
    border-width: 1px;
    background-color: transparent;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(39 61 83 / var(--tw-text-opacity));
}

    input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
        --tw-text-opacity: 1;
        color: rgb(158 162 169 / var(--tw-text-opacity));
    }

    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="url"]::placeholder,
    input[type="password"]::placeholder,
    input[type="number"]::placeholder,
    input[type="date"]::placeholder,
    input[type="datetime-local"]::placeholder,
    input[type="month"]::placeholder,
    input[type="search"]::placeholder,
    input[type="tel"]::placeholder,
    input[type="time"]::placeholder,
    input[type="week"]::placeholder,
    [multiple]::placeholder,
    textarea::placeholder,
    select::placeholder {
        --tw-text-opacity: 1;
        color: rgb(158 162 169 / var(--tw-text-opacity));
    }

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="number"]:focus,
    input[type="date"]:focus,
    input[type="datetime-local"]:focus,
    input[type="month"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    [multiple]:focus,
    textarea:focus,
    select:focus {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

@media (prefers-reduced-motion: reduce) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="number"],
    input[type="date"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="week"],
    [multiple],
    textarea,
    select {
        transition-property: none;
    }
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="date"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
[multiple]:disabled,
textarea:disabled,
select:disabled {
    pointer-events: none;
    cursor: not-allowed;
}

input[type="range"] {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    display: inline-block;
    height: 0.5rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    background-color: rgb(195 198 203 / 0.5);
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #a1bfd8 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 191 216 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #4b81ac var(--tw-gradient-to-position);
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1.5rem;
}

    input[type="range"]::-webkit-slider-thumb {
        height: 1.25rem;
        width: 1.25rem;
        cursor: ew-resize;
        -webkit-appearance: none;
        appearance: none;
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(42 71 98 / var(--tw-bg-opacity));
        --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);
        -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

        input[type="range"]::-webkit-slider-thumb:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(57 103 144 / var(--tw-bg-opacity));
        }

    input[type="range"]::-webkit-slider-runnable-track {
        -webkit-appearance: none;
        appearance: none;
        border-width: 0px;
        background-color: transparent;
        --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);
    }

input[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

input[type="file"] {
    width: 100%;
    overflow: hidden;
    border-width: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    input[type="file"] {
        transition-property: none;
    }
}

input[type="file"]::file-selector-button {
    margin-inline-end: 1rem;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(244 247 251 / var(--tw-bg-opacity));
    background-color: transparent;
    padding-left: 1rem;
    padding-right: 1rem;
    --tw-text-opacity: 1;
    color: rgb(57 103 144 / var(--tw-text-opacity));
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
    border-width: 0px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    --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);
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 191 216 / var(--tw-ring-opacity));
}

input[type="file"]:focus-within::file-selector-button {
    --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-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
}

input[type="file"]:focus {
    outline-color: #4b81ac;
}

    input[type="file"]:focus::file-selector-button {
        z-index: 10;
        --tw-shadow-color: rgb(248 192 39 / 0.2);
        --tw-shadow: var(--tw-shadow-colored);
    }

input[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(232 238 246 / var(--tw-bg-opacity));
}

p.aegov-form-control label {
    margin-bottom: 1.75rem;
}

.aegov-form-control label {
    margin-bottom: 0.25rem;
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

.aegov-form-control .form-control-input {
    position: relative;
    display: flex;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --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);
    --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);
    --tw-ring-inset: inset;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(110 157 194 / var(--tw-ring-opacity));
}

    .aegov-form-control .form-control-input:focus-within {
/*        --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-inset: inset;
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
*/    }

    .aegov-form-control .form-control-input:focus {
/*        --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);
*/    }

    .aegov-form-control .form-control-input .control-prefix,
    .aegov-form-control .form-control-input .control-suffix {
        display: flex;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        align-items: center;
        --tw-text-opacity: 1;
        color: rgb(158 162 169 / var(--tw-text-opacity));
    }

        .aegov-form-control .form-control-input .control-prefix + input, .aegov-form-control .form-control-input .control-suffix + input {
            padding-left: 0.375rem;
        }

        .aegov-form-control .form-control-input .control-prefix > svg, .aegov-form-control .form-control-input .control-suffix > svg {
            height: 1.5rem;
            width: 1.5rem;
            fill: currentColor;
        }

    .aegov-form-control .form-control-input:has(:disabled) {
        opacity: 0.4;
    }

    .aegov-form-control .form-control-input:has([type="range"]) {
        border-width: 0px;
        --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);
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    }

    .aegov-form-control .form-control-input .control-prefix {
        padding-inline-start: 1rem;
    }

        .aegov-form-control .form-control-input .control-prefix select {
            padding-inline-start: 0px;
        }

    .aegov-form-control .form-control-input .control-suffix {
        padding-inline-end: 1rem;
    }

    .aegov-form-control .form-control-input input[type="date"] + .control-suffix, .aegov-form-control .form-control-input input[type="datetime-local"] + .control-suffix, .aegov-form-control .form-control-input input[type="month"] + .control-suffix {
        pointer-events: none;
        position: absolute;
        right: 0.875rem;
        top: 50%;
        --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));
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: inherit;
        padding-inline-end: 0px;
    }

        .aegov-form-control .form-control-input input[type="date"] + .control-suffix svg:focus-within, .aegov-form-control .form-control-input input[type="datetime-local"] + .control-suffix svg:focus-within, .aegov-form-control .form-control-input input[type="month"] + .control-suffix svg:focus-within {
            --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-inset: inset;
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
        }

    .aegov-form-control .form-control-input:focus-within .control-prefix {
        --tw-text-opacity: 1;
        color: rgb(39 61 83 / var(--tw-text-opacity));
    }

    .aegov-form-control .form-control-input:focus-within .control-suffix {
        --tw-text-opacity: 1;
        color: rgb(39 61 83 / var(--tw-text-opacity));
    }

.aegov-form-control select {
    background-repeat: no-repeat;
    padding-inline-end: 2.25rem;
    padding-inline-start: 1rem;
    --tw-text-opacity: 1;
    color: rgb(39 61 83 / var(--tw-text-opacity));
}

    .aegov-form-control select:where([dir="rtl"], [dir="rtl"] *) {
        background-position: 0.5rem;
    }

.aegov-form-control select {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%237C5E24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.aegov-form-control [multiple] {
    background-image: none;
    padding-right: 1rem;
}

.aegov-form-control textarea {
    height: auto;
}

.aegov-form-control.control-lg label {
    font-size: 1rem;
    line-height: 1.5rem;
}

.aegov-form-control.control-lg .form-control-input {
    font-size: 1.125rem;
    line-height: 1.5rem;
}

    .aegov-form-control.control-lg .form-control-input input {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .aegov-form-control.control-lg .form-control-input select {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .aegov-form-control.control-lg .form-control-input textarea {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .aegov-form-control.control-lg .form-control-input input[type="file"] {
        height: 3.5rem;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

        .aegov-form-control.control-lg .form-control-input input[type="file"]::file-selector-button {
            padding-top: 1rem;
            padding-bottom: 1rem;
        }

    .aegov-form-control.control-lg .form-control-input .control-prefix > svg, .aegov-form-control.control-lg .form-control-input .control-suffix > svg {
        height: 1.75rem;
        width: 1.75rem;
    }

p.aegov-form-control.control-base label {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-base label {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.aegov-form-control.control-base .form-control-input {
    font-size: 1rem;
    line-height: 1.5rem;
}

    .aegov-form-control.control-base .form-control-input input {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .aegov-form-control.control-base .form-control-input select {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .aegov-form-control.control-base .form-control-input textarea {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .aegov-form-control.control-base .form-control-input input[type="file"] {
        height: 3rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .aegov-form-control.control-base .form-control-input input[type="file"]::file-selector-button {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
        }

    .aegov-form-control.control-base .form-control-input .control-prefix > svg, .aegov-form-control.control-base .form-control-input .control-suffix > svg {
        height: 1.5rem;
        width: 1.5rem;
    }

p.aegov-form-control.control-sm .form-control-input {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-sm .form-control-input {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

p.aegov-form-control.control-sm .form-control-input input {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-sm .form-control-input input {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

p.aegov-form-control.control-sm .form-control-input select {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-sm .form-control-input select {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

p.aegov-form-control.control-sm .form-control-input textarea {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-sm .form-control-input textarea {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

p.aegov-form-control.control-sm .form-control-input input[type="file"] {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-sm .form-control-input input[type="file"] {
    height: 2.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .aegov-form-control.control-sm .form-control-input input[type="file"]::file-selector-button {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

.aegov-form-control.control-sm .form-control-input .control-prefix > svg, .aegov-form-control.control-sm .form-control-input .control-suffix > svg {
    height: 1.25rem;
    width: 1.25rem;
}

.aegov-form-control .form-control-dropbox {
    position: relative;
    display: block;
    border-radius: 0.375rem;
    border-width: 1px;
    border-style: dashed;
    --tw-border-opacity: 1;
    border-color: rgb(110 157 194 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    text-align: center;
    --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);
}

    .aegov-form-control .form-control-dropbox:focus {
        --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);
    }

    .aegov-form-control .form-control-dropbox svg {
        margin-left: auto;
        margin-right: auto;
        height: 2.5rem;
        width: 2.5rem;
        --tw-text-opacity: 1;
        color: rgb(203 213 225 / var(--tw-text-opacity));
    }

@media (min-width: 1280px) {
    .aegov-form-control .form-control-dropbox svg {
        height: 3rem;
        width: 3rem;
    }
}

.aegov-form-control .form-control-dropbox label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border-radius: 0.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
}

    .aegov-form-control .form-control-dropbox label:focus-within {
        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-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;
    }

    .aegov-form-control .form-control-dropbox label:hover {
        --tw-text-opacity: 1;
        color: rgb(75 129 172 / var(--tw-text-opacity));
    }

.aegov-form-control.control-secondary .form-control-input {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(121 126 134 / var(--tw-ring-opacity));
}

    .aegov-form-control.control-secondary .form-control-input:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
    }

    .aegov-form-control.control-secondary .form-control-input input[type="date"] + .control-suffix svg:focus-within, .aegov-form-control.control-secondary .form-control-input input[type="datetime-local"] + .control-suffix svg:focus-within, .aegov-form-control.control-secondary .form-control-input input[type="month"] + .control-suffix svg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
    }

    .aegov-form-control.control-secondary .form-control-input:focus-within .control-prefix {
        --tw-text-opacity: 1;
        color: rgb(27 29 33 / var(--tw-text-opacity));
    }

    .aegov-form-control.control-secondary .form-control-input:focus-within .control-suffix {
        --tw-text-opacity: 1;
        color: rgb(27 29 33 / var(--tw-text-opacity));
    }

.aegov-form-control.control-secondary select {
    padding-inline-end: 2.25rem;
    padding-inline-start: 1rem;
    --tw-text-opacity: 1;
    color: rgb(27 29 33 / var(--tw-text-opacity));
}

    .aegov-form-control.control-secondary select:where([dir="rtl"], [dir="rtl"] *) {
        background-position: 0.5rem;
    }

.aegov-form-control.control-secondary select {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233E4046' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.aegov-form-control.control-secondary .form-control-dropbox {
    --tw-border-opacity: 1;
    border-color: rgb(121 126 134 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

    .aegov-form-control.control-secondary .form-control-dropbox svg {
        --tw-text-opacity: 1;
        color: rgb(203 213 225 / var(--tw-text-opacity));
    }

    .aegov-form-control.control-secondary .form-control-dropbox label {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(75 79 88 / var(--tw-text-opacity));
    }

        .aegov-form-control.control-secondary .form-control-dropbox label:focus-within {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
        }

        .aegov-form-control.control-secondary .form-control-dropbox label:hover {
            --tw-text-opacity: 1;
            color: rgb(95 100 109 / var(--tw-text-opacity));
        }

.aegov-form-control.control-secondary input[type="range"] {
    background-color: rgb(195 198 203 / 0.5);
    --tw-gradient-from: #9EA2A9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(158 162 169 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #5F646D var(--tw-gradient-to-position);
}

    .aegov-form-control.control-secondary input[type="range"]::-webkit-slider-thumb {
        --tw-bg-opacity: 1;
        background-color: rgb(35 37 40 / var(--tw-bg-opacity));
    }

        .aegov-form-control.control-secondary input[type="range"]::-webkit-slider-thumb:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(62 64 70 / var(--tw-bg-opacity));
        }

.aegov-form-control.control-secondary input[type="file"]::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(158 162 169 / var(--tw-ring-opacity));
}

.aegov-form-control.control-secondary input[type="file"]:focus-within::file-selector-button {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
}

.aegov-form-control.control-secondary input[type="file"]:focus {
    outline-color: #75DBFF;
}

    .aegov-form-control.control-secondary input[type="file"]:focus::file-selector-button {
        --tw-shadow-color: rgb(117 219 255 / 0.2);
        --tw-shadow: var(--tw-shadow-colored);
    }

.aegov-form-control.control-secondary input[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(225 227 229 / var(--tw-bg-opacity));
}

.aegov-form-control.control-error label {
    --tw-text-opacity: 1;
    color: rgb(216 55 49 / var(--tw-text-opacity));
}

p.aegov-form-control.control-error .error-message {
    margin-bottom: 1.75rem;
}

.aegov-form-control.control-error .error-message {
    margin-top: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(216 55 49 / var(--tw-text-opacity));
}

.aegov-form-control.control-error .form-control-input {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 122 117 / var(--tw-ring-opacity));
}

    .aegov-form-control.control-error .form-control-input:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(216 55 49 / var(--tw-ring-opacity));
    }

    .aegov-form-control.control-error .form-control-input input[type="date"] + .control-suffix svg:focus-within, .aegov-form-control.control-error .form-control-input input[type="datetime-local"] + .control-suffix svg:focus-within, .aegov-form-control.control-error .form-control-input input[type="month"] + .control-suffix svg:focus-within {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(216 55 49 / var(--tw-ring-opacity));
    }

    .aegov-form-control.control-error .form-control-input:focus-within .control-prefix {
        --tw-text-opacity: 1;
        color: rgb(124 35 32 / var(--tw-text-opacity));
    }

    .aegov-form-control.control-error .form-control-input:focus-within .control-suffix {
        --tw-text-opacity: 1;
        color: rgb(124 35 32 / var(--tw-text-opacity));
    }

.aegov-form-control.control-error select {
    padding-inline-end: 2.25rem;
    padding-inline-start: 1rem;
    --tw-text-opacity: 1;
    color: rgb(124 35 32 / var(--tw-text-opacity));
}

    .aegov-form-control.control-error select:where([dir="rtl"], [dir="rtl"] *) {
        background-position: 0.5rem;
    }

.aegov-form-control.control-error select {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%233E4046' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

.aegov-form-control.control-error .form-control-dropbox {
    --tw-border-opacity: 1;
    border-color: rgb(244 122 117 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

    .aegov-form-control.control-error .form-control-dropbox svg {
        --tw-text-opacity: 1;
        color: rgb(203 213 225 / var(--tw-text-opacity));
    }

    .aegov-form-control.control-error .form-control-dropbox label {
        --tw-bg-opacity: 1;
        background-color: rgb(254 242 242 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(216 55 49 / var(--tw-text-opacity));
    }

        .aegov-form-control.control-error .form-control-dropbox label:focus-within {
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(216 55 49 / var(--tw-ring-opacity));
        }

        .aegov-form-control.control-error .form-control-dropbox label:hover {
            --tw-text-opacity: 1;
            color: rgb(234 79 73 / var(--tw-text-opacity));
        }

.aegov-form-control.control-error input[type="range"] {
    background-color: rgb(253 205 203 / 0.5);
    --tw-gradient-from: #FAAAA7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 170 167 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #EA4F49 var(--tw-gradient-to-position);
}

    .aegov-form-control.control-error input[type="range"]::-webkit-slider-thumb {
        --tw-bg-opacity: 1;
        background-color: rgb(149 35 31 / var(--tw-bg-opacity));
    }

        .aegov-form-control.control-error input[type="range"]::-webkit-slider-thumb:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(181 37 32 / var(--tw-bg-opacity));
        }

.aegov-form-control.control-error input[type="file"]::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(181 37 32 / var(--tw-text-opacity));
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 170 167 / var(--tw-ring-opacity));
}

.aegov-form-control.control-error input[type="file"]:focus-within::file-selector-button {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 55 49 / var(--tw-ring-opacity));
}

.aegov-form-control.control-error input[type="file"]:focus {
    outline-color: #EA4F49;
}

    .aegov-form-control.control-error input[type="file"]:focus::file-selector-button {
        --tw-shadow-color: rgb(244 122 117 / 0.2);
        --tw-shadow: var(--tw-shadow-colored);
    }

.aegov-form-control.control-error input[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button {
    --tw-bg-opacity: 1;
    background-color: rgb(253 228 227 / var(--tw-bg-opacity));
}

.aegov-form-control.aegov-file-input-control .file-input-label {
    margin: 0px;
    display: inline-flex !important;
    flex-shrink: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none;
}

    .aegov-form-control.aegov-file-input-control .file-input-label.file-input-disabled {
        opacity: 0.4;
    }

.aegov-form-control.aegov-file-input-control input[type="file"] {
    display: none;
}

.aegov-form-control.aegov-file-input-control .file-input-summary {
    margin-top: 1rem;
}

    .aegov-form-control.aegov-file-input-control .file-input-summary > :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));
    }

    .aegov-form-control.aegov-file-input-control .file-input-summary .file-input-summary-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 0.75rem;
        text-align: center;
        font-weight: 500;
        --tw-text-opacity: 1;
        color: rgb(95 100 109 / var(--tw-text-opacity));
    }

input[type="checkbox"],
input[type="radio"] {
    position: relative;
    margin: 0px;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(110 157 194 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(110 157 194 / var(--tw-text-opacity));
    accent-color: #6e9dc2;
}

    input[type="checkbox"]::before,
    input[type="radio"]::before {
        position: absolute;
        inset-inline-start: 50%;
        top: 50%;
        height: 3rem;
        width: 3rem;
        --tw-translate-x: -50%;
        --tw-translate-y: -50%;
        --tw-scale-x: 0;
        --tw-scale-y: 0;
        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));
        border-radius: 9999px;
        --tw-bg-opacity: 1;
        background-color: rgb(244 247 251 / var(--tw-bg-opacity));
        mix-blend-mode: multiply;
        content: var(--tw-content);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
    }

    input[type="checkbox"]:hover::before,
    input[type="radio"]:hover::before {
        content: var(--tw-content);
        --tw-scale-x: 1;
        --tw-scale-y: 1;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    input[type="checkbox"]:where([dir="rtl"], [dir="rtl"] *)::before,
    input[type="radio"]:where([dir="rtl"], [dir="rtl"] *)::before {
        content: var(--tw-content);
        --tw-translate-x: 50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    input[type="checkbox"]:focus,
    input[type="radio"]: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-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 2px;*/
    }

    input[type="checkbox"]:disabled,
    input[type="radio"]:disabled {
        pointer-events: none;
        --tw-border-opacity: 1;
        border-color: rgb(205 220 234 / var(--tw-border-opacity));
    }

        input[type="checkbox"]:disabled::before,
        input[type="radio"]:disabled::before {
            content: var(--tw-content) !important;
            display: none !important;
        }

input[type="checkbox"] {
    border-radius: 0.25rem;
}

.aegov-check-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .aegov-check-item > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem * var(--tw-space-x-reverse));
        margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
    }

    .aegov-check-item:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 1;
    }

    .aegov-check-item:has(input:disabled) label {
        --tw-text-opacity: 1;
        color: rgb(158 162 169 / var(--tw-text-opacity));
    }

    .aegov-check-item.check-lg, .aegov-check-group.check-lg {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

        .aegov-check-item.check-lg input[type="checkbox"], .aegov-check-group.check-lg input[type="checkbox"] {
            height: 1.5rem;
            width: 1.5rem;
        }

        .aegov-check-item.check-lg input[type="radio"], .aegov-check-group.check-lg input[type="radio"] {
            height: 1.5rem;
            width: 1.5rem;
        }

    .aegov-check-item.check-base, .aegov-check-group.check-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

        .aegov-check-item.check-base input[type="checkbox"], .aegov-check-group.check-base input[type="checkbox"] {
            height: 1.25rem;
            width: 1.25rem;
        }

        .aegov-check-item.check-base input[type="radio"], .aegov-check-group.check-base input[type="radio"] {
            height: 1.25rem;
            width: 1.25rem;
        }

p.aegov-check-item.check-sm, p .aegov-check-group.check-sm {
    margin-bottom: 1.75rem;
}

.aegov-check-item.check-sm, .aegov-check-group.check-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .aegov-check-item.check-sm input[type="checkbox"], .aegov-check-group.check-sm input[type="checkbox"] {
        height: 1rem;
        width: 1rem;
    }

        .aegov-check-item.check-sm input[type="checkbox"]::before, .aegov-check-group.check-sm input[type="checkbox"]::before {
            height: 2.5rem;
            content: var(--tw-content);
            width: 2.5rem;
        }

    .aegov-check-item.check-sm input[type="radio"], .aegov-check-group.check-sm input[type="radio"] {
        height: 1rem;
        width: 1rem;
    }

        .aegov-check-item.check-sm input[type="radio"]::before, .aegov-check-group.check-sm input[type="radio"]::before {
            height: 2.5rem;
            content: var(--tw-content);
            width: 2.5rem;
        }

.aegov-check-item.check-secondary input[type="checkbox"],
.aegov-check-item.check-secondary input[type="radio"],
.aegov-check-group.check-secondary input[type="checkbox"],
.aegov-check-group.check-secondary input[type="radio"] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(62 64 70 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
    accent-color: #232528;
}

    .aegov-check-item.check-secondary input[type="checkbox"]::before,
    .aegov-check-item.check-secondary input[type="radio"]::before,
    .aegov-check-group.check-secondary input[type="checkbox"]::before,
    .aegov-check-group.check-secondary input[type="radio"]::before {
        content: var(--tw-content);
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }

    .aegov-check-item.check-secondary input[type="checkbox"]:focus,
    .aegov-check-item.check-secondary input[type="radio"]:focus,
    .aegov-check-group.check-secondary input[type="checkbox"]:focus,
    .aegov-check-group.check-secondary input[type="radio"]:focus {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity));
    }

    .aegov-check-item.check-secondary input[type="checkbox"]:disabled,
    .aegov-check-item.check-secondary input[type="radio"]:disabled,
    .aegov-check-group.check-secondary input[type="checkbox"]:disabled,
    .aegov-check-group.check-secondary input[type="radio"]:disabled {
        --tw-border-opacity: 1;
        border-color: rgb(195 198 203 / var(--tw-border-opacity));
    }

.aegov-dropdown {
    z-index: 50;
    display: none;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    .aegov-dropdown .dropdown-header {
        border-bottom-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(247 247 247 / var(--tw-border-opacity));
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        --tw-text-opacity: 1;
        color: rgb(27 29 33 / var(--tw-text-opacity));
    }

    .aegov-dropdown .dropwdown-body {
        --tw-text-opacity: 1;
        color: rgb(62 64 70 / var(--tw-text-opacity));
    }

        .aegov-dropdown .dropwdown-body a {
            color: inherit;
            text-decoration-line: none;
        }

            .aegov-dropdown .dropwdown-body a:visited {
                color: inherit;
            }

            .aegov-dropdown .dropwdown-body a:hover {
                color: inherit;
            }

            .aegov-dropdown .dropwdown-body a:active {
                color: inherit;
            }

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: inherit;
    text-decoration-line: none;
}

    .dropdown-item:visited {
        color: inherit;
    }

    .dropdown-item:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
        color: inherit;
    }

    .dropdown-item:active {
        color: inherit;
    }

    .dropdown-item svg {
        height: 1.25rem;
        width: 1.25rem;
        color: currentColor;
    }

.aegov-modal {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    height: calc(100% - 1rem);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
}

@media (min-width: 768px) {
    .aegov-modal {
        inset: 0px;
    }
}

.aegov-modal.modal-serious .aegov-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(216 55 49 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(254 242 242 / var(--tw-text-opacity));
}

    .aegov-modal.modal-serious .aegov-btn:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(234 79 73 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(254 242 242 / var(--tw-text-opacity));
        --tw-shadow-color: #FEF2F2;
        --tw-shadow: var(--tw-shadow-colored);
    }

    .aegov-modal.modal-serious .aegov-btn:focus-visible {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(250 170 167 / var(--tw-ring-opacity));
    }

    .aegov-modal.modal-serious .aegov-btn.btn-soft {
        --tw-bg-opacity: 1;
        background-color: rgb(254 242 242 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(216 55 49 / var(--tw-text-opacity));
    }

        .aegov-modal.modal-serious .aegov-btn.btn-soft:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(253 228 227 / var(--tw-bg-opacity));
            --tw-text-opacity: 1;
            color: rgb(216 55 49 / var(--tw-text-opacity));
        }

    .aegov-modal.modal-serious .aegov-btn.btn-link {
        background-color: transparent;
        --tw-text-opacity: 1;
        color: rgb(216 55 49 / var(--tw-text-opacity));
    }

        .aegov-modal.modal-serious .aegov-btn.btn-link:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(254 242 242 / var(--tw-bg-opacity));
            --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);
        }

        .aegov-modal.modal-serious .aegov-btn.btn-link:focus-visible {
            --tw-border-opacity: 1;
            border-color: rgb(244 122 117 / var(--tw-border-opacity));
            --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);
            --tw-ring-opacity: 1;
            --tw-ring-color: rgb(244 122 117 / var(--tw-ring-opacity));
            --tw-ring-offset-width: 0px;
        }

    .aegov-modal.modal-serious .aegov-btn.btn-outline {
        --tw-border-opacity: 1;
        border-color: rgb(216 55 49 / var(--tw-border-opacity));
        --tw-text-opacity: 1;
        color: rgb(216 55 49 / var(--tw-text-opacity));
    }

        .aegov-modal.modal-serious .aegov-btn.btn-outline:hover {
            --tw-bg-opacity: 1;
            background-color: rgb(253 228 227 / var(--tw-bg-opacity));
        }

        .aegov-modal.modal-serious .aegov-btn.btn-outline:focus-visible {
            --tw-border-opacity: 1;
            border-color: rgb(250 170 167 / var(--tw-border-opacity));
        }

.aegov-modal-wrapper {
    position: relative;
    max-height: 100%;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: rgb(27 29 33 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
}

p.aegov-modal-close {
    margin-bottom: 1.75rem;
}

.aegov-modal-close {
    position: absolute;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    border-radius: 0.5rem;
    background-color: transparent;
    padding: 0.375rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(121 126 134 / var(--tw-text-opacity));
}

    .aegov-modal-close:focus-within {
        --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-opacity: 1;
        --tw-ring-color: rgb(110 157 194 / var(--tw-ring-opacity));
    }

    .aegov-modal-close:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgb(75 79 88 / var(--tw-text-opacity));
    }

    .aegov-modal-close:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

.lang-header {
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .lang-header {
        margin-bottom: 2rem;
        gap: 2rem;
    }
}

@media (min-width: 1280px) {
    .lang-header {
        margin-bottom: 2.5rem;
        gap: 2.5rem;
    }
}

@media (min-width: 1536px) {
    .lang-header {
        margin-bottom: 3rem;
    }
}

.lang-primary {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
    text-decoration-line: none;
}

@media (min-width: 768px) {
    .lang-primary {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

@media (min-width: 1280px) {
    .lang-primary {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
}

.lang-primary-divider {
    display: inline-block;
    height: 1rem;
    width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(158 162 169 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
    .lang-primary-divider {
        height: 1.5rem;
    }
}

p.lang-other-title {
    margin-bottom: 1.75rem;
}

.lang-other-title {
    margin-bottom: 0px !important;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-border-opacity));
    padding-bottom: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(158 162 169 / var(--tw-text-opacity));
}

.lang-other-link {
    display: block;
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity));
    text-decoration-line: none;
}

p.lang-bottom-text {
    margin-bottom: 1.5rem;
}

.lang-bottom-text {
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(158 162 169 / var(--tw-text-opacity));
}

.aegov-tab:not(.tab-pills) {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-border-opacity));
}

.tab-items {
    margin-bottom: -1px;
    display: flex;
    text-align: center;
}

.tab-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-width: 0.188rem;
    border-color: transparent;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity));
    text-decoration-line: none;
}

    .tab-link:hover {
        --tw-border-opacity: 1;
        border-color: rgb(75 129 172 / var(--tw-border-opacity));
        --tw-text-opacity: 1;
        color: rgb(14 15 18 / var(--tw-text-opacity));
    }

    .tab-link:focus-visible {
        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-opacity: 1;
        --tw-ring-color: rgb(248 192 39 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 0px;
    }

    .tab-link svg {
        height: 1.5rem;
        width: 1.5rem;
        fill: currentColor;
    }

    .tab-link img {
        max-height: 1.5rem;
        width: 1.5rem;
    }

.tab-active {
    pointer-events: none;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 129 172 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
}

.tab-content {
    border-radius: 0.5rem;
    padding: 1rem;
}

p.tab-sm .tab-link {
    margin-bottom: 1.75rem;
}

.tab-sm .tab-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

    .tab-sm .tab-link svg {
        height: 1.25rem;
        width: 1.25rem;
    }

    .tab-sm .tab-link img {
        max-height: 1.25rem;
        width: 1.25rem;
    }

.tab-pills .tab-link {
    border-radius: 0.5rem;
    border-width: 2px;
    border-color: transparent;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

    .tab-pills .tab-link:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }

.tab-pills .tab-active {
    --tw-bg-opacity: 1;
    background-color: rgb(232 238 246 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(39 61 83 / var(--tw-text-opacity));
}

p.aegov-tooltip {
    margin-bottom: 1.5rem;
}

.aegov-tooltip {
    visibility: hidden;
    position: absolute;
    display: inline-block;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 33 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    opacity: 0;
    --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: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.tooltip-arrow,
.tooltip-arrow:before {
    position: absolute;
    height: 1rem;
    width: 1rem;
    border-radius: 0.25rem;
    background-color: inherit;
}

.tooltip-arrow {
    visibility: hidden;
}

    .tooltip-arrow:before {
        visibility: visible;
        inset-inline-start: 0px;
        --tw-rotate: 45deg;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        transition-property: none;
        --tw-content: "";
        content: var(--tw-content);
    }

[data-tooltip-style^="light"] + .aegov-tooltip > .tooltip-arrow:before {
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(14 15 18 / var(--tw-border-opacity));
}

[data-tooltip-style^="light"] + .aegov-tooltip[data-popper-placement^="top"] > .tooltip-arrow:before {
    border-bottom-width: 1px;
    border-inline-end-width: 1px;
}

[data-tooltip-style^="light"] + .aegov-tooltip[data-popper-placement^="right"] > .tooltip-arrow:before {
    border-bottom-width: 1px;
    border-inline-start-width: 1px;
}

[data-tooltip-style^="light"] + .aegov-tooltip[data-popper-placement^="bottom"] > .tooltip-arrow:before {
    border-inline-start-width: 1px;
    border-top-width: 1px;
}

[data-tooltip-style^="light"] + .aegov-tooltip[data-popper-placement^="left"] > .tooltip-arrow:before {
    border-inline-end-width: 1px;
    border-top-width: 1px;
}

.aegov-tooltip[data-popper-placement^="top"] > .tooltip-arrow {
    bottom: -0.25rem;
}

.aegov-tooltip[data-popper-placement^="bottom"] > .tooltip-arrow {
    top: -0.25rem;
}

.aegov-tooltip[data-popper-placement^="left"] > .tooltip-arrow {
    inset-inline-end: -0.25rem;
}

.aegov-tooltip[data-popper-placement^="right"] > .tooltip-arrow {
    inset-inline-start: -0.25rem;
}

.aegov-tooltip.in-visible > .tooltip-arrow:before {
    visibility: hidden;
}

.aegov-header {
    position: relative;
    padding-top: 0.5rem;
}

    .aegov-header::before {
        position: absolute;
        top: 0px;
        height: 0.5rem;
        width: 100%;
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from: #6e9dc2 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(110 157 194 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        content: var(--tw-content);
        --tw-gradient-to: #315679 var(--tw-gradient-to-position);
    }

.custom-divide > * {
    position: relative;
    display: inline-flex;
}

    .custom-divide > *:not(:last-child)::before {
        position: absolute;
        inset-inline-end: 0px;
        top: 50%;
        content: var(--tw-content);
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .custom-divide > *:not(:last-child) {
        margin-inline-end: 0.75rem;
        padding-inline-end: 0.75rem;
    }

        .custom-divide > *:not(:last-child)::before {
            height: 0.875rem;
            width: 1px;
            content: var(--tw-content);
            --tw-bg-opacity: 1;
            background-color: rgb(225 227 229 / var(--tw-bg-opacity));
        }

@media (min-width: 1280px) {
    .custom-divide > *:not(:last-child) {
        margin-inline-end: 1rem;
        padding-inline-end: 1rem;
    }
}

.logos {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

    .logos .logo-item {
        position: relative;
    }

        .logos .logo-item:not(:last-child) {
            margin-inline-end: 1rem;
        }

@media (min-width: 768px) {
    .logos .logo-item:not(:last-child) {
        margin-inline-end: 1.25rem;
    }
}

@media (min-width: 1024px) {
    .logos .logo-item:not(:last-child) {
        margin-inline-end: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .logos .logo-item:not(:last-child) {
        margin-inline-end: 2.5rem;
    }
}

.logo img {
    display: block;
    max-height: 3rem;
    max-width: 8.75rem;
}

@media (min-width: 640px) {
    .logo img {
        max-height: 3.5rem;
        max-width: 10.625rem;
    }
}

@media (min-width: 768px) {
    .logo img {
        max-height: 4rem;
        max-width: 11.25rem;
    }
}

@media (min-width: 1024px) {
    .logo img {
        max-height: 4.688rem;
        max-width: 13rem;
    }
}

@media (min-width: 1280px) {
    .logo img {
        max-height: 5rem;
        max-width: 15rem;
    }
}

@media (min-width: 1536px) {
    .logo img {
        max-height: 6rem;
        max-width: 25rem;
    }
}

.secondary-logo {
    height: 2rem;
    width: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 768px) {
    .secondary-logo {
        height: 3rem;
        width: 3rem;
    }
}

@media (min-width: 1024px) {
    .secondary-logo {
        height: 3.5rem;
        width: 3.5rem;
    }
}

@media (min-width: 1280px) {
    .secondary-logo {
        height: 4.5rem;
        width: 4.5rem;
    }
}

.header-top-right {
   /* position: relative;
    min-height: 2.5rem;
    min-width: 2.5rem;*/
}

@media (min-width: 768px) {
    .header-top-right {
        min-height: 3rem;
        min-width: 3rem;
    }
}

@media (min-width: 1024px) {
    .header-top-right {
        min-width: 4rem;
    }
}

@media (min-width: 1280px) {
    .header-top-right {
        min-height: 5rem;
        min-width: 5rem;
    }
}

.header-top-right > a {
    /*position: absolute;
    top: -0.5rem;
    right: 0px;
    min-height: -moz-max-content;
    min-height: max-content;
    min-width: -moz-max-content;
    min-width: max-content;*/


}

.header-top-right .emblem-logo {
    height: 3rem;
    width: 3rem;
    max-width: -moz-max-content;
    max-width: max-content;
}

@media (min-width: 768px) {
    .header-top-right .emblem-logo {
        height: 3.5rem;
        width: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .header-top-right .emblem-logo {
        height: 4.5rem;
        width: 4.5rem;
    }
}

@media (min-width: 1280px) {
    .header-top-right .emblem-logo {
        height: 6rem;
        width: 6rem;
    }
}

.hamburger-icon svg {
    display: inline-flex;
    height: 2rem;
    width: 2rem;
}

.header-common-links li:not(:last-child)::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(161 191 216 / var(--tw-bg-opacity));
}

p.header-common-links a {
    margin-bottom: 1.75rem;
}

.header-common-links a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity));
    text-decoration-line: none;
}

    .header-common-links a:hover {
        --tw-text-opacity: 1;
        color: rgb(75 129 172 / var(--tw-text-opacity));
    }

.header-navs {
/*    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
*/}

.main-navigation .nav-menu > .menu-item > a {
    display: inline-flex;
    align-items: center;
    border-radius: 0px;
    border-bottom-width: 1px;
    border-color: transparent;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    p.main-navigation .nav-menu > .menu-item > a {
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 768px) {
    .main-navigation .nav-menu > .menu-item > a {
        border-bottom-width: 2px;
    }
}

@media (min-width: 1024px) {
    .main-navigation .nav-menu > .menu-item > a {
        height: 3.5rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .main-navigation .nav-menu > .menu-item > a {
        height: 4rem;
        border-bottom-width: 0.188rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1536px) {
    .main-navigation .nav-menu > .menu-item > a {
        border-bottom-width: 4px;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

.main-navigation .menu-item a {
    text-decoration-line: none;
}

.main-navigation .menu-item.active-page > a {
    --tw-border-opacity: 1;
    border-color: rgb(39 61 83 / var(--tw-border-opacity));
    --tw-text-opacity: 1;
    color: rgb(39 61 83 / var(--tw-text-opacity));
}

.main-navigation .menu-item.menu-item-has-children > a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

@media (min-width: 1024px) {
    .main-navigation .menu-item.menu-item-has-children > a {
        padding-inline-end: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .main-navigation .menu-item.menu-item-has-children > a {
        padding-inline-end: 2rem;
    }
}

@media (min-width: 1536px) {
    .main-navigation .menu-item.menu-item-has-children > a {
        padding-inline-end: 2.25rem;
    }
}

.main-navigation .menu-item.menu-item-has-children .submenu-btn {
    position: relative;
    display: inline-block;
}

    .main-navigation .menu-item.menu-item-has-children .submenu-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-opacity: 1;
        --tw-ring-color: rgb(110 157 194 / var(--tw-ring-opacity));
        --tw-ring-offset-width: 0px;
    }

@media (min-width: 1024px) {
    .main-navigation .menu-item.menu-item-has-children .submenu-btn {
        margin-inline-start: -1.25rem;
        height: 1rem;
        width: 1rem;
    }
}

@media (min-width: 1280px) {
    .main-navigation .menu-item.menu-item-has-children .submenu-btn {
        margin-inline-start: -2rem;
        height: 1.5rem;
        width: 1.5rem;
    }
}

.main-navigation .menu-item.menu-item-has-children .submenu-btn svg, .main-navigation .menu-item.menu-item-has-children .submenu-btn img {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .main-navigation .menu-item.menu-item-has-children .submenu-btn svg, .main-navigation .menu-item.menu-item-has-children .submenu-btn img {
        height: 0.75rem;
        width: 0.75rem;
    }
}

[dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item > a {
    font-weight: 500;
}

@media (min-width: 1024px) {
    p[dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item > a {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1280px) {
    p[dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item > a {
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 1024px) {
    [dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item > a {
        font-size: 0.75rem;
        line-height: 1rem;
        font-weight: 700;
    }
}

@media (min-width: 1280px) {
    [dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item > a {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1536px) {
    [dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item > a {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

[dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item.menu-item-has-children > a {
    gap: 0.25rem;
}

@media (min-width: 1024px) {
    [dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item.menu-item-has-children > a {
        gap: 0.5rem;
    }
}

[dir="rtl"] .aegov-header .main-navigation .nav-menu > .menu-item:first-child > a > span {
    display: none;
}

.has-link-icon a {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration-line: none;
}

    .has-link-icon a svg {
        height: 1rem;
        width: 1rem;
        flex-shrink: 0;
    }

@media (min-width: 1280px) {
    .has-link-icon a svg {
        height: 1.25rem;
        width: 1.25rem;
    }
}

p.header-navs-right li a {
    margin-bottom: 1.75rem;
}

.header-navs-right li a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    p.header-navs-right li a {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 1280px) {
    p.header-navs-right li a {
        margin-bottom: 1.75rem;
    }
}

.header-navs-right li a:hover {
    --tw-text-opacity: 1;
    color: rgb(75 129 172 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    .header-navs-right li a {
        font-size: 0.75rem;
        line-height: 1rem;
    }
}

@media (min-width: 1280px) {
    .header-navs-right li a {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

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

    .submenu .submenu-title {
        text-transform: capitalize;
    }

@media (min-width: 1024px) {
    .submenu .submenu-title {
        margin-bottom: 1rem;
    }
}

@media (min-width: 1280px) {
    .submenu .submenu-title {
        margin-bottom: 1.25rem;
    }
}

@media (min-width: 1536px) {
    .submenu .submenu-title {
        margin-bottom: 1.5rem;
    }
}

p.submenu li a {
    margin-bottom: 1.75rem;
}

.submenu li a {
    display: inline-block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(27 29 33 / var(--tw-text-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

    .submenu li a:hover {
        --tw-text-opacity: 1;
        color: rgb(57 103 144 / var(--tw-text-opacity));
        text-decoration-line: underline;
    }

@media (min-width: 1280px) {
    .submenu li a {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.submenu-title {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(75 129 172 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
    p.submenu-title {
        margin-bottom: 1.75rem;
    }

    .submenu-title {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (min-width: 1280px) {
    .submenu-title {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.rounded-bordered {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-border-opacity));
}

.aegov-footer {
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
}

    .aegov-footer::before {
        position: absolute;
        top: 0px;
        height: 0.5rem;
        width: 100%;
        background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
        --tw-gradient-from: #6e9dc2 var(--tw-gradient-from-position);
        --tw-gradient-to: rgb(110 157 194 / 0) var(--tw-gradient-to-position);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
        content: var(--tw-content);
        --tw-gradient-to: #315679 var(--tw-gradient-to-position);
    }

p.aegov-footer a {
    margin-bottom: 1.75rem;
}

.aegov-footer a {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity));
    text-decoration-line: none;
}

    .aegov-footer a:hover {
        --tw-text-opacity: 1;
        color: rgb(49 86 121 / var(--tw-text-opacity));
    }

@media (min-width: 1280px) {
    .aegov-footer a {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.aegov-footer .accordion-title button {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    --tw-text-opacity: 1 !important;
    color: rgb(49 86 121 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
    .aegov-footer .accordion-title button {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .aegov-footer .accordion-title button {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.aegov-footer .accordion-title button svg {
    --tw-text-opacity: 1;
    color: rgb(75 79 88 / var(--tw-text-opacity));
}

.aegov-footer .accordion-title button.accordion-active {
    --tw-text-opacity: 1;
    color: rgb(57 103 144 / var(--tw-text-opacity));
}

    .aegov-footer .accordion-title button.accordion-active svg {
        --tw-text-opacity: 1;
        color: rgb(57 103 144 / var(--tw-text-opacity));
    }

.aegov-footer .accordion-content-body > :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));
}

@media not all and (min-width: 1024px) {
    .footer-contact {
        text-align: center;
    }
}

@media not all and (min-width: 640px) {
    .footer-contact {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.footer-contact li {
    width: 100%;
    justify-content: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media (min-width: 1280px) {
    .footer-contact li {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.footer-contact li > a {
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

    .footer-contact li > a:hover {
        --tw-text-opacity: 1;
        color: rgb(75 79 88 / var(--tw-text-opacity));
    }

.footer-contact li svg {
    display: inline-block;
    height: 1rem;
    width: 1rem;
    flex-shrink: 0;
}

.inline-with-gap {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.social-sharing {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

    .social-sharing a {
        --tw-text-opacity: 1;
        color: rgb(75 79 88 / var(--tw-text-opacity));
    }

        .social-sharing a:hover {
            --tw-text-opacity: 1;
            color: rgb(95 100 109 / var(--tw-text-opacity));
        }

    .social-sharing svg {
        display: inline-block;
        height: 2rem;
        width: 2rem;
    }

.footer-bottom {
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-border-opacity));
}

@media not all and (min-width: 1024px) {
    .footer-bottom {
        text-align: center;
    }
}

.hero-dots ul li.slick-active button::after {
    --tw-bg-opacity: 1;
    background-color: rgb(35 37 40 / var(--tw-bg-opacity));
}

.aegov-hero .slick-slide:where([dir="rtl"], [dir="rtl"] *) {
    float: left;
}

.aegov-hero .slick-slide .slick-track, .aegov-hero .slick-slide .slick-list {
    direction: ltr;
}

.aegovs-slider-style .slick-dots {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

@media (min-width: 1024px) {
    .aegovs-slider-style .slick-dots {
        margin-top: 1.5rem;
    }
}

@media (min-width: 1280px) {
    .aegovs-slider-style .slick-dots {
        margin-top: 2rem;
    }
}

@media (min-width: 1536px) {
    .aegovs-slider-style .slick-dots {
        margin-top: 2.5rem;
    }
}

.aegovs-slider-style .slick-dots button {
    height: 0.75rem;
    width: 0.75rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(121 126 134 / var(--tw-bg-opacity));
    font-size: 0px;
}

    .aegovs-slider-style .slick-dots button:focus {
        outline: 2px solid transparent;
        outline-offset: 2px;
    }

    .aegovs-slider-style .slick-dots button:focus-visible {
        --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(3px + 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-opacity: 1;
        --tw-ring-color: rgb(110 157 194 / var(--tw-ring-opacity));
    }

.aegovs-slider-style .slick-dots .slick-active button {
    --tw-bg-opacity: 1;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity));
    --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(4px + 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-color: rgb(110 157 194 / 0.3);
}

.slick-slider .slick-track, .slick-slider .slick-list {
    direction: ltr;
}

[dir="rtl"] .slick-slider .slick-slide {
    direction: rtl;
}

.main-navigation .menu-item a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(39 61 83 / var(--tw-text-opacity)) !important;
}

.main-navigation .submenu .menu-item a:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(57 103 144 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none !important;
}

p {
    margin: 0px;
    padding: 0px;
}

.no-container {
    margin-left: 50%;
    transform: translateX(-50%);
}

.no-container-ar {
    margin-right: 50% !important;
    transform: translateX(50%);
}

.customscrollbar::-webkit-scrollbar {
    width: 10px;
}

.customscrollbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(171, 171, 171);
    border-radius: 10px;
}

.customscrollbar::-webkit-scrollbar-thumb {
    background: #466786;
    border-radius: 10px;
}

.tab-link[aria-selected="true"] {
    --tw-border-opacity: 1;
    border-color: rgb(110 157 194 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.tab-pills .tab-link:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(161 191 216 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.my-profile-tab-container .tab-link[aria-selected="true"] {
    border-radius: 0.75rem;
    border-style: none;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 243 250 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
}

.my-profile-tab-container .tab-link {
    background-color: transparent !important;
}

.step-completed .step-badge {
/*    --tw-bg-opacity: 1 !important;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity)) !important;
*/}

.vertical-stepper .step-current .step-badge {
    border-width: 0px !important;
    --tw-border-opacity: 1 !important;
    border-color: rgb(49 86 121 / var(--tw-border-opacity)) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(57 103 144 / var(--tw-bg-opacity)) !important;
    --tw-shadow-color: #396790 !important;
    --tw-shadow: var(--tw-shadow-colored) !important;
}

.vertical-stepper .step-completed .step-badge {
    border-style: none !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(232 238 246 / var(--tw-bg-opacity)) !important;
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
    background-image: url("../images/tick.svg") !important;
    background-size: auto;
}

.logged-user-info .aegov-link:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(57 103 144 / var(--tw-bg-opacity)) !important;
}

.logged-user-info .aegov-btn:hover {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.user-card-details .aegovs-slider-style .slick-dots {
    margin-right: 20%;
    justify-content: end;
}

[dir="rtl"] .user-card-details .aegovs-slider-style .slick-dots {
    margin-left: 20%;
}

.main-navigation .menu-item.menu-item-has-children .submenu-btn {
    display: inline;
}

.aegovs-slider-style .aegov-slider-prev svg, .aegovs-slider-style .aegov-slider-next svg {
    height: 1.5rem;
    width: 1.5rem;
    fill: #EA4F49;
}

    .aegovs-slider-style .aegov-slider-prev svg:hover, .aegovs-slider-style .aegov-slider-next svg:hover {
        fill: #95231F;
    }

.aegovs-slider-style .alertNumbers {
    font-weight: 500;
}

.aegovs-slider-style .header-alert-close {
    fill: #EA4F49;
}

    .aegovs-slider-style .header-alert-close:hover {
        fill: #95231F;
    }

.login-bg {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .login-bg {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}

@media (min-width: 1024px) {
    .login-bg {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.login-form .form-control-input {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important;
}

.aegov-form-control .form-control-input {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(225 227 229 / var(--tw-ring-opacity));
}

.login-form .aegov-form-control .form-control-input:has(:disabled) {
    opacity: 0.9;
}

.aegov-form-control .form-control-input:has(:disabled) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity)) !important;
    opacity: 0.9;
}

/* 

Note: 
For slider direction in arabic we need to enable below css and make the rtl true in home.js file.
    e.g   // rtl: true or false,

        .slick-slider .slick-track, .slick-slider .slick-list {
                direction: inherit;
        }
            
        [dir="rtl"] .slick-slider .slick-slide {
            direction: inherit;
        }

*/

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

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

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.collapse {
    visibility: collapse;
}

.static {
    position: static;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

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

.\!top-full {
    top: 100% !important;
}

.-top-2\.5 {
    top: -0.625rem;
}

.bottom-0 {
    bottom: 0px;
}

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

.end-1\/2 {
    inset-inline-end: 50%;
}

.end-2 {
    inset-inline-end: 0.5rem;
}

.left-0 {
    left: 0px;
}

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

.right-0 {
    right: 0px;
}

.start-1\/2 {
    inset-inline-start: 50%;
}

.top-0 {
    top: 0px;
}

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

.top-2 {
    top: 0.5rem;
}

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

.z-\[60\] {
    z-index: 60;
}

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

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

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

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

.\!m-0 {
    margin: 0px !important;
}

.-m-1\.5 {
    margin: -0.375rem;
}

.m-0 {
    margin: 0px;
}

.\!my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

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

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

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

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

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

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

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ms-2 {
    margin-inline-start: 0.5rem;
}

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

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

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

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

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

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

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

.mt-5 {
    margin-top: 1.25rem;
}

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

.mt-7 {
    margin-top: 1.75rem;
}

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

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.block {
    display: block;
}

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

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.contents {
    display: contents;
}

.hidden {
    display: none;
}

.size-16 {
    width: 4rem;
    height: 4rem;
}

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

.\!h-auto {
    height: auto !important;
}

.h-16 {
    height: 4rem;
}

.h-20 {
    height: 5rem;
}

.h-3 {
    height: 0.75rem;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-60 {
    height: 15rem;
}

.h-7 {
    height: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.h-96 {
    height: 24rem;
}

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

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.max-h-full {
    max-height: 100%;
}

.max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
}

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

.\!w-8 {
    width: 2rem !important;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-16 {
    width: 4rem;
}

.w-20 {
    width: 5rem;
}

.w-28 {
    width: 7rem;
}

.w-3 {
    width: 0.75rem;
}

.w-32 {
    width: 8rem;
}

.w-36 {
    width: 9rem;
}

.w-4 {
    width: 1rem;
}

.w-48 {
    width: 12rem;
}

.w-5 {
    width: 1.25rem;
}

.w-52 {
    width: 13rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-7 {
    width: 1.75rem;
}

.w-8 {
    width: 2rem;
}

.w-96 {
    width: 24rem;
}

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

.w-auto {
    width: auto;
}

.w-full {
    width: 100%;
}

.w-screen {
    width: 100vw;
}

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

.min-w-fit {
    min-width: -moz-fit-content;
    min-width: fit-content;
}

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

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

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}

.flex-1 {
    flex: 1 1 0%;
}

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

.origin-center {
    transform-origin: center;
}

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

.-translate-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));
}

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

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

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

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

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

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

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

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

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

.\!transform-none {
    transform: none !important;
}

.transform-none {
    transform: none;
}

.cursor-pointer {
    cursor: pointer;
}

.resize {
    resize: both;
}

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

.list-none {
    list-style-type: none;
}

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

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

.flex-row-reverse {
    flex-direction: row-reverse;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0 {
    gap: 0px;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

.gap-y-6 {
    row-gap: 1.5rem;
}

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

.space-y-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-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-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-aeblack-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-divide-opacity));
}

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

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

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

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

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whitespace-nowrap {
    white-space: nowrap;
}

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

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

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-none {
    border-radius: 0px;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

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

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

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

.\!border-none {
    border-style: none !important;
}

.\!border-aeblack-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(225 227 229 / var(--tw-border-opacity)) !important;
}

.\!border-aeblack-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(195 198 203 / var(--tw-border-opacity)) !important;
}

.\!border-aeblack-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(158 162 169 / var(--tw-border-opacity)) !important;
}

.\!border-aeblack-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(247 247 247 / var(--tw-border-opacity)) !important;
}

.\!border-transparent {
    border-color: transparent !important;
}

.\!border-whitely-50 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.border-aeblack-100 {
    --tw-border-opacity: 1;
    border-color: rgb(225 227 229 / var(--tw-border-opacity));
}

.border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(75 129 172 / var(--tw-border-opacity));
}

.border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(49 86 121 / var(--tw-border-opacity));
}

.border-secondary-200 {
    --tw-border-opacity: 1;
    border-color: rgb(195 198 203 / var(--tw-border-opacity));
}

.border-whitely-500 {
    --tw-border-opacity: 1;
    border-color: rgb(232 232 232 / var(--tw-border-opacity));
}

.\!bg-ehs-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(102 169 128 / var(--tw-bg-opacity)) !important;
}

.\!bg-ehs-light-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(240 243 250 / var(--tw-bg-opacity)) !important;
}

.\!bg-primary-600 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#3B5E80\] {
    --tw-bg-opacity: 1;
    background-color: rgb(59 94 128 / var(--tw-bg-opacity));
}

.bg-aeblack-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(225 227 229 / var(--tw-bg-opacity));
}

.bg-aeblack-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

.bg-aeblack-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(27 29 33 / var(--tw-bg-opacity));
}

.bg-ehs-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(53 122 188 / var(--tw-bg-opacity));
}

.bg-ehs-dark-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(171 171 171 / var(--tw-bg-opacity));
}

.bg-ehs-gold {
    --tw-bg-opacity: 1;
    background-color: rgb(182 138 53 / var(--tw-bg-opacity));
}

.bg-ehs-green {
    --tw-bg-opacity: 1;
    background-color: rgb(102 169 128 / var(--tw-bg-opacity));
}

.bg-ehs-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(240 243 250 / var(--tw-bg-opacity));
}

.bg-ehs-light-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(236 236 236 / var(--tw-bg-opacity));
    width: 100% !important;
    padding: 15px;
}

.bg-ehs-red {
    --tw-bg-opacity: 1;
    background-color: rgb(234 79 73 / var(--tw-bg-opacity));
}

.bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity));
}

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

.bg-whitely-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}

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

.bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 247 251 / var(--tw-bg-opacity));
}

.bg-opacity-50 {
    --tw-bg-opacity: 0.5;
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.bg-\[url\(\'\.\.\/images\/user-card-2\.png\'\)\] {
    background-image: url('../images/user-card-2.png');
}

.bg-\[url\(\'\.\.\/images\/user-card\.png\'\)\] {
    background-image: url('../images/user-card.png');
}

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

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

.\!fill-primary-600 {
    fill: #315679 !important;
}

.fill-aegreen-600 {
    fill: #3F8E50;
}

.fill-current {
    fill: currentColor;
}

.fill-ehs-green {
    fill: #66A980;
}

.fill-ehs-red {
    fill: #EA4F49;
}

.fill-primary-600 {
    fill: #315679;
}

.fill-primary-700 {
    fill: #396790;
}

.fill-whitely-50 {
    fill: #FFFFFF;
}

.stroke-current {
    stroke: currentColor;
}

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

.\!p-0 {
    padding: 0px !important;
}

.p-1 {
    padding: 0.25rem;
}

.p-1\.5 {
    padding: 0.375rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-8 {
    padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-middle {
    vertical-align: middle;
}

.font-notokufi {
    font-family: 'Noto Kufi Arabic', ui-sans-serif, 'Helvetica Neue', sans-serif;
}

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

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

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

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

.text-h5 {
    font-size: 1.625rem;
    line-height: 2.125rem;
}

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

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

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

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

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

.\!font-normal {
    font-weight: 400 !important;
}

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

.font-light {
    font-weight: 300;
}

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

.font-normal {
    font-weight: 400;
}

.uppercase {
    text-transform: uppercase;
}

.\!leading-normal {
    line-height: 1.5 !important;
}

.leading-normal {
    line-height: 1.5;
}

.leading-tight {
    line-height: 1.25;
}

.leading-5 {
    line-height: 1.25rem;
}

.\!text-secondary-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(95 100 109 / var(--tw-text-opacity)) !important;
}

.\!text-whitely-50 {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-aeblack-100 {
    --tw-text-opacity: 1;
    color: rgb(225 227 229 / var(--tw-text-opacity));
}

.text-aeblack-300 {
    --tw-text-opacity: 1;
    color: rgb(158 162 169 / var(--tw-text-opacity));
}

.text-aeblack-400 {
    --tw-text-opacity: 1;
    color: rgb(121 126 134 / var(--tw-text-opacity));
}

.text-aeblack-500 {
    --tw-text-opacity: 1;
    color: rgb(95 100 109 / var(--tw-text-opacity));
}

.text-aeblack-600 {
    --tw-text-opacity: 1;
    color: rgb(75 79 88 / var(--tw-text-opacity));
}

.text-aeblack-700 {
    --tw-text-opacity: 1;
    color: rgb(62 64 70 / var(--tw-text-opacity));
}

.text-aeblack-800 {
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity));
}

.text-aeblack-950 {
    --tw-text-opacity: 1;
    color: rgb(14 15 18 / var(--tw-text-opacity));
}

.text-aegold-600 {
    --tw-text-opacity: 1;
    color: rgb(146 114 42 / var(--tw-text-opacity));
}

.text-ehs-blue {
    --tw-text-opacity: 1;
    color: rgb(53 122 188 / var(--tw-text-opacity));
}

.text-ehs-gold {
    --tw-text-opacity: 1;
    color: rgb(182 138 53 / var(--tw-text-opacity));
}

.text-ehs-green {
    --tw-text-opacity: 1;
    color: rgb(102 169 128 / var(--tw-text-opacity));
}

.text-ehs-red {
    --tw-text-opacity: 1;
    color: rgb(234 79 73 / var(--tw-text-opacity));
}

.text-inherit {
    color: inherit;
}

.text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(49 86 121 / var(--tw-text-opacity));
}

.text-secondary-500 {
    --tw-text-opacity: 1;
    color: rgb(95 100 109 / var(--tw-text-opacity));
}

.text-whitely-100 {
    --tw-text-opacity: 1;
    color: rgb(252 252 252 / var(--tw-text-opacity));
}

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

.text-primary-800 {
    --tw-text-opacity: 1;
    color: rgb(42 71 98 / var(--tw-text-opacity));
}

.text-aered-600 {
    --tw-text-opacity: 1;
    color: rgb(216 55 49 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.opacity-60 {
    opacity: 0.6;
}

.blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

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

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

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media not all and (min-width: 1024px) {
    p.max-lg\:text-sm {
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 640px) {
    p.sm\:text-sm {
        margin-bottom: 1.75rem;
    }
}

@media (min-width: 768px) {
    .md\:custom-divide > * {
        position: relative;
        display: inline-flex;
    }

        .md\:custom-divide > *:not(:last-child)::before {
            position: absolute;
            inset-inline-end: 0px;
            top: 50%;
            content: var(--tw-content);
            --tw-translate-y: -50%;
            transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        }

        .md\:custom-divide > *:not(:last-child) {
            margin-inline-end: 0.75rem;
            padding-inline-end: 0.75rem;
        }

            .md\:custom-divide > *:not(:last-child)::before {
                height: 0.875rem;
                width: 1px;
                content: var(--tw-content);
                --tw-bg-opacity: 1;
                background-color: rgb(225 227 229 / var(--tw-bg-opacity));
            }

    @media (min-width: 1280px) {
        .md\:custom-divide > *:not(:last-child) {
            margin-inline-end: 1rem;
            padding-inline-end: 1rem;
        }
    }

    .md\:custom-divide-sm > *:not(:last-child) {
        margin-inline-end: 0.375rem;
        padding-inline-end: 0.375rem;
    }

        .md\:custom-divide-sm > *:not(:last-child)::before {
            height: 0.875rem;
            content: var(--tw-content);
            width: 1px;
        }

    @media (min-width: 1280px) {
        .md\:custom-divide-sm > *:not(:last-child) {
            margin-inline-end: 0.5rem;
            padding-inline-end: 0.5rem;
        }
    }
}

.hover\:\!border-primary-800:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(42 71 98 / var(--tw-border-opacity)) !important;
}

.hover\:\!bg-primary-500:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(75 129 172 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-600:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(49 86 121 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-whitely-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(232 232 232 / var(--tw-bg-opacity));
}

.hover\:\!text-primary-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(42 71 98 / var(--tw-text-opacity)) !important;
}

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

.hover\:opacity-100:hover {
    opacity: 1;
}

.focus\:outline-primary-400:focus {
    outline-color: #6e9dc2;
}

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

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

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

.group:hover .group-hover\:\!border-primary-800 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(42 71 98 / var(--tw-border-opacity)) !important;
}

.group:hover .group-hover\:\!fill-whitely-50 {
    fill: #FFFFFF !important;
}

.group:hover .group-hover\:fill-primary-500 {
    fill: #4b81ac;
}

.group:hover .group-hover\:fill-primary-600 {
    fill: #315679;
}

.group:hover .group-hover\:fill-primary-700 {
    fill: #396790;
}

.group:hover .group-hover\:\!text-primary-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(42 71 98 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(57 103 144 / var(--tw-text-opacity));
}

@media not all and (min-width: 1280px) {
    .max-xl\:overflow-auto {
        overflow: auto;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:fixed {
        position: fixed;
    }

    .max-lg\:inset-0 {
        inset: 0px;
    }

    .max-lg\:z-50 {
        z-index: 50;
    }

    .max-lg\:flex {
        display: flex;
    }

    .max-lg\:max-h-\[calc\(100vh_-_6\.375rem\)\] {
        max-height: calc(100vh - 6.375rem);
    }

    .max-lg\:\!w-64 {
        width: 16rem !important;
    }

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

    .max-lg\:flex-wrap {
        flex-wrap: wrap;
    }

    .max-lg\:\!flex-nowrap {
        flex-wrap: nowrap !important;
    }

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

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

    .max-lg\:justify-start {
        justify-content: flex-start;
    }

    .max-lg\:overflow-auto {
        overflow: auto;
    }

    .max-lg\:bg-whitely-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    }

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

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

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

@media not all and (min-width: 768px) {
    .max-md\:\!static {
        position: static !important;
    }

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

    .max-md\:\!transform-none {
        transform: none !important;
    }

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

@media not all and (min-width: 640px) {
    .max-sm\:flex {
        display: flex;
    }

    .max-sm\:hidden {
        display: none;
    }

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

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

@media (min-width: 640px) {
    .sm\:pointer-events-none {
        pointer-events: none;
    }

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

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

    .sm\:block {
        display: block;
    }

    .sm\:flex {
        display: flex;
    }

    .sm\:hidden {
        display: none;
    }

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

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

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

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

    .sm\:gap-x-2\.5 {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
    }

    .sm\:gap-y-8 {
        row-gap: 2rem;
    }

    .sm\:border-none {
        border-style: none;
    }

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

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

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }

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

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

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

    .md\:mx-10 {
        margin-left: 2.5rem;
        margin-right: 2.5rem;
    }

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

    .md\:mx-3 {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
    }

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

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

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

    .md\:ml-20 {
        margin-left: 5rem;
    }

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

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

    .md\:mt-24 {
        margin-top: 6rem;
    }

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

    .md\:mt-5 {
        margin-top: 1.25rem;
    }

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

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

    .md\:flex {
        display: flex;
    }

    .md\:w-10\/12 {
        width: 83.333333%;
    }

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

    .md\:w-20 {
        width: 5rem;
    }

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

    .md\:w-52 {
        width: 13rem;
    }

    .md\:w-60 {
        width: 15rem;
    }

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

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

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

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

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

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

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

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

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

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

    .md\:gap-6 {
        gap: 1.5rem;
    }

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

    .md\:text-nowrap {
        text-wrap: nowrap;
    }

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

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

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

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

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

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

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

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

    .md\:text-h5 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

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

@media (min-width: 1024px) {
    .lg\:relative {
        position: relative;
    }

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

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

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

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

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

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

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

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

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

    .lg\:ml-20 {
        margin-left: 5rem;
    }

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

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

    .lg\:mt-16 {
        margin-top: 4rem;
    }

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

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

    .lg\:block {
        display: block;
    }

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

    .lg\:flex {
        display: flex;
    }

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

    .lg\:grid {
        display: grid;
    }

    .lg\:hidden {
        display: none;
    }

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

    .lg\:h-14 {
        height: 3.5rem;
    }

    .lg\:h-7 {
        height: 1.75rem;
    }

    .lg\:h-80 {
        height: 20rem;
    }

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

    .lg\:\!w-72 {
        width: 18rem !important;
    }

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

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

    .lg\:w-10\/12 {
        width: 83.333333%;
    }

    .lg\:w-11 {
        width: 2.75rem;
    }

    .lg\:w-14 {
        width: 3.5rem;
    }

    .lg\:w-2\/12 {
        width: 16.666667%;
    }

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

    .lg\:w-2\/5 {
        width: 40%;
    }

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

    .lg\:w-36 {
        width: 9rem;
    }

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

    .lg\:w-5\/12 {
        width: 41.666667%;
    }

    .lg\:w-64 {
        width: 16rem;
    }

    .lg\:w-7 {
        width: 1.75rem;
    }

    .lg\:w-7\/12 {
        width: 58.333333%;
    }

    .lg\:w-72 {
        width: 18rem;
    }

    .lg\:w-80 {
        width: 20rem;
    }

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

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

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

    .lg\:max-w-xl {
        max-width: 36rem;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:gap-7 {
        gap: 1.75rem;
    }

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

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

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

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

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

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

    .lg\:border-primary-600 {
        --tw-border-opacity: 1;
        border-color: rgb(49 86 121 / var(--tw-border-opacity));
    }

    .lg\:bg-primary-600 {
        --tw-bg-opacity: 1;
        background-color: rgb(49 86 121 / var(--tw-bg-opacity));
    }

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

    .lg\:bg-whitely-200 {
        --tw-bg-opacity: 1;
        background-color: rgb(247 247 247 / var(--tw-bg-opacity));
    }

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

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

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

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

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

    .lg\:text-h4 {
        font-size: 2rem;
        line-height: 2.375rem;
    }

    .lg\:text-h5 {
        font-size: 1.625rem;
        line-height: 2.125rem;
    }

    .lg\:text-whitely-50 {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

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

    .lg\:hover\:shadow-primary-400\/50:hover {
        --tw-shadow-color: rgb(110 157 194 / 0.5);
        --tw-shadow: var(--tw-shadow-colored);
    }

    .group:hover .lg\:group-hover\:fill-primary-900 {
        fill: #273d53;
    }

    .group:hover .lg\:group-hover\:text-primary-100 {
        --tw-text-opacity: 1;
        color: rgb(232 238 246 / var(--tw-text-opacity));
    }
}

@media (min-width: 1280px) {
    .xl\:mb-6 {
        margin-bottom: 1.5rem;
    }

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

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

    .xl\:h-14 {
        height: 3.5rem;
    }

    .xl\:\!w-80 {
        width: 20rem !important;
    }

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

    .xl\:w-72 {
        width: 18rem;
    }

    .xl\:w-80 {
        width: 20rem;
    }

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

    .xl\:max-w-2xl {
        max-width: 42rem;
    }

    .xl\:cursor-default {
        cursor: default;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1536px) {
    .\32xl\:w-44 {
        width: 11rem;
    }

    .\32xl\:max-w-3xl {
        max-width: 48rem;
    }

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

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

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

.rtl\:start-0:where([dir="rtl"], [dir="rtl"] *) {
    inset-inline-start: 0px;
}



.rtl\:mr-5:where([dir="rtl"], [dir="rtl"] *) {
    margin-right: 1.25rem;
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:-scale-x-100:where([dir="rtl"], [dir="rtl"] *) {
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rtl\:bg-left-bottom:where([dir="rtl"], [dir="rtl"] *) {
    background-position: left bottom;
}

.rtl\:pl-0:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0px;
}

.rtl\:pr-4:where([dir="rtl"], [dir="rtl"] *) {
    padding-right: 1rem;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
    text-align: right;
}

.group:hover .rtl\:group-hover\:border-l-0:where([dir="rtl"], [dir="rtl"] *) {
    border-left-width: 0px;
}

.group:hover .rtl\:group-hover\:border-r-2:where([dir="rtl"], [dir="rtl"] *) {
    border-right-width: 2px;
}

@media (prefers-color-scheme: dark) {
    .dark\:border-transparent {
        border-color: transparent;
    }

    .dark\:bg-opacity-80 {
        --tw-bg-opacity: 0.8;
    }
}

.\[\&\>div\]\:w-72 > div {
    width: 18rem;
}

.\[\&\>div\]\:p-3 > div {
    padding: 0.75rem;
}

.\[\&_\.accordion-active_svg\]\:rotate-180 .accordion-active svg {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\.accordion-active_svg\]\:rotate-45 .accordion-active svg {
    --tw-rotate: 45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\.main-navigation_\.menu-item\.active-page_a\]\:border-none .main-navigation .menu-item.active-page a {
    border-style: none;
}

.\[\&_\.slick-list\]\:-mx-2\.5 .slick-list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.\[\&_\.slick-list\]\:pb-8 .slick-list {
    padding-bottom: 2rem;
}

@media (min-width: 640px) {
    .sm\:\[\&_\.slick-list\]\:-mx-3\.5 .slick-list {
        margin-left: -0.875rem;
        margin-right: -0.875rem;
    }
}

.\[\&_\.slick-slide\]\:mx-2\.5 .slick-slide {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}

@media (min-width: 640px) {
    .sm\:\[\&_\.slick-slide\]\:mx-3\.5 .slick-slide {
        margin-left: 0.875rem;
        margin-right: 0.875rem;
    }
}

@media not all and (min-width: 1024px) {
    .max-lg\:\[\&_\.submenu-btn\]\:\!absolute .submenu-btn {
        position: absolute !important;
    }

    .max-lg\:\[\&_\.submenu-btn\]\:end-0 .submenu-btn {
        inset-inline-end: 0px;
    }

    .max-lg\:\[\&_\.submenu-btn\]\:top-2 .submenu-btn {
        top: 0.5rem;
    }

    .max-lg\:\[\&_\.submenu-btn\]\:w-6 .submenu-btn {
        width: 1.5rem;
    }

    .max-lg\:\[\&_li_a\]\:w-full li a {
        width: 100%;
    }

    .max-lg\:\[\&_li_a\]\:py-2 li a {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.\[\&_ul\]\:space-y-1\.5 ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.relativedir {
    position: relative;
    direction:ltr;
}

.aegov-link:hover {
    text-decoration : none;
}
.aegov-link {
    text-decoration: none;
}
    .aegov-link a {
        text-underline-offset: 0px;
    }


   /* Additional*/

.header-top-right > a {
    /*position: absolute;
    top: -0.5rem;
    right: 0px;
    min-height: -moz-max-content;
    min-height: max-content;
    min-width: -moz-max-content;
    min-width: max-content;*/

    position: absolute !important;
    top: 1rem !important;
    right: 100px !important;
    min-height: -moz-max-content !important;
    min-height: max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
}

.header-top-right {
    /* position: relative;
    min-height: 2.5rem;
    min-width: 2.5rem;*/
}

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

.main-navigation a:focus-visible {
    outline: 2px solid #BAC7D2;
    outline-offset: 2px;
}
/* Remove border on mouse click */
.main-navigation .menu-item a:active,
.main-navigation .menu-item a:focus:not(:focus-visible) {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Keep focus border for keyboard users */
.main-navigation .menu-item a:focus-visible {
    outline: 2px solid #BAC7D2;
    outline-offset: 2px;
}
