/* 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;
}

[dir='rtl'] .slick-slide {
  float: right;
}

*, ::before, ::after
{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop
{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: 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]:where(:not([hidden="until-found"])) {
  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, 1));
  -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;
}

body[dir="rtl"] p
{
  line-height: 1.625;
}

a
{
  position: relative;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
  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(182 138 53 / var(--tw-text-opacity, 1));
  text-decoration-thickness: 2px;
}

a:focus
{
  outline: 2px solid transparent;
  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(214 121 9 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

[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, 1));
}

[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-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;
  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;
  }
}

@media (min-width: 768px)
{
  .container
{
    max-width: 768px;
    padding-right: 0.875rem;
    padding-left: 0.875rem;
  }
}

@media (min-width: 1024px)
{
  .container
{
    max-width: 1024px;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
}

@media (min-width: 1280px)
{
  .container
{
    max-width: 1280px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1536px)
{
  .container
{
    max-width: 1536px;
  }
}

.aegov-accordion .accordion-item
{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
}

.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, 1));
}

.aegov-accordion .accordion-title button:hover
{
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
}

.aegov-accordion .accordion-title button.accordion-active
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
}

@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, 1));
}

.accordion-content
{
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
}

.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, 1));
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error > .alert-content .alert-footer a:hover
{
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
  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, 1));
}

.aegov-alert.alert-error > .alert-dismiss > button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(181 37 32 / var(--tw-ring-opacity, 1));
}

.aegov-alert.alert-error.alert-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error.alert-soft .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error.alert-soft > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error.alert-soft > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-error.alert-soft > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-error.alert-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(216 55 49 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error.alert-solid .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error.alert-solid > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-error.alert-solid > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-error.alert-solid > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-success
{
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success > .alert-content .alert-footer a:hover
{
  --tw-text-opacity: 1;
  color: rgb(63 142 80 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
  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, 1));
}

.aegov-alert.alert-success > .alert-dismiss > button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 102 60 / var(--tw-ring-opacity, 1));
}

.aegov-alert.alert-success.alert-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success.alert-soft .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success.alert-soft > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success.alert-soft > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-success.alert-soft > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-success.alert-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(63 142 80 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success.alert-solid .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success.alert-solid > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-success.alert-solid > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-success.alert-solid > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-info
{
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info > .alert-content .alert-footer a:hover
{
  --tw-text-opacity: 1;
  color: rgb(4 61 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
  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, 1));
}

.aegov-alert.alert-info > .alert-dismiss > button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 60 255 / var(--tw-ring-opacity, 1));
}

.aegov-alert.alert-info.alert-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info.alert-soft .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info.alert-soft > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info.alert-soft > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-info.alert-soft > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-info.alert-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(4 61 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info.alert-solid .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info.alert-solid > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-info.alert-solid > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-info.alert-solid > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-warning
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning > .alert-content .alert-footer a:hover
{
  --tw-text-opacity: 1;
  color: rgb(214 121 9 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
  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, 1));
}

.aegov-alert.alert-warning > .alert-dismiss > button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 85 11 / var(--tw-ring-opacity, 1));
}

.aegov-alert.alert-warning.alert-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning.alert-soft .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning.alert-soft > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning.alert-soft > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-warning.alert-soft > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.aegov-alert.alert-warning.alert-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(214 121 9 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning.alert-solid .alert-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning.alert-solid > .alert-content .alert-title
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-alert.alert-warning.alert-solid > .alert-content .alert-footer a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-alert.alert-warning.alert-solid > .alert-content a
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.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-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(146 114 42 / var(--tw-text-opacity, 1));
}

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, 1));
  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(146 114 42 / var(--tw-text-opacity, 1));
  text-underline-offset: 2px;
}

nav.aegov-breadcrumb > ol a:hover, nav.aegov-breadcrumb span a:hover
{
  --tw-text-opacity: 1;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1));
  text-decoration-thickness: 2px;
}

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(146 114 42 / var(--tw-text-opacity, 1));
}

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;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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(146 114 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-btn:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(182 138 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(249 247 237 / var(--tw-text-opacity, 1));
  --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: #F2ECCF;
  --tw-shadow: var(--tw-shadow-colored);
}

.aegov-btn:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 121 9 / var(--tw-ring-opacity, 1));
}

.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(249 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-btn.btn-soft:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
  --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(214 121 9 / var(--tw-ring-opacity, 1));
  --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(146 114 42 / var(--tw-text-opacity, 1));
}

.aegov-btn.btn-link:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
  --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(214 121 9 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 121 9 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 0px;
}

.aegov-btn.btn-outline
{
  --tw-border-opacity: 1;
  border-color: rgb(124 94 36 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-btn.btn-outline:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
  --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(214 121 9 / var(--tw-border-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 121 9 / var(--tw-ring-opacity, 1));
  --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;
  font-size: 1rem;
  line-height: 1.5rem;
}

.aegov-btn.btn-base > svg
{
  height: 1.5rem;
  width: 1.5rem;
}

.aegov-btn.btn-base:has(svg)
{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.aegov-btn.btn-base:has(svg + svg)
{
  padding-left: 1rem;
  padding-right: 1rem;
}

.aegov-btn.btn-base > img
{
  height: 1.5rem;
  width: 1.5rem;
}

.aegov-btn.btn-base:has(img)
{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.aegov-btn.btn-base:has(img + img)
{
  padding-left: 1rem;
  padding-right: 1rem;
}

.aegov-btn.btn-base.btn-icon
{
  width: 3rem;
  gap: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.aegov-btn.btn-sm
{
  height: 2.5rem;
  border-radius: 0.375rem;
  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, 1));
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity, 1));
}

.aegov-btn.btn-secondary:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(14 15 18 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(225 227 229 / var(--tw-text-opacity, 1));
  --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, 1));
}

.aegov-btn.btn-secondary.btn-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
}

.aegov-btn.btn-secondary.btn-soft:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(225 227 229 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
  --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, 1));
}

.aegov-btn.btn-secondary.btn-link:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  --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, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --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, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
}

.aegov-btn.btn-secondary.btn-outline:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(225 227 229 / var(--tw-bg-opacity, 1));
  --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, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --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(146 114 42 / var(--tw-text-opacity, 1));
}

.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-title:where([dir="rtl"], [dir="rtl"] *)
{
  font-family: 'Alexandria', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
}

.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(215 188 109 / var(--tw-border-opacity, 1));
}

.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(182 138 53 / 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(249 247 237 / var(--tw-bg-opacity, 1));
}

.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, 1));
}

.aegov-card.card-service .card-service-title > a:hover, .aegov-card.card-service .card-title > a:hover
{
  --tw-text-opacity: 1;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1));
}

.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: #7C5E24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 94 36 / 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(249 247 237 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-card.card-creative .card-content:where([dir="rtl"], [dir="rtl"] *)
{
  font-family: 'Noto Kufi Arabic', ui-sans-serif, 'Helvetica Neue', sans-serif;
}

.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-card .aegov-link
{
  text-decoration-line: underline;
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
  --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(249 247 237 / var(--tw-bg-opacity, 1));
  text-decoration-line: none;
}

.aegov-link.link-secondary
{
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
}

.aegov-link.link-secondary:hover
{
  --tw-text-opacity: 1;
  color: rgb(62 64 70 / var(--tw-text-opacity, 1));
}

.aegov-link.link-secondary:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(117 219 255 / var(--tw-ring-opacity, 1));
}

.aegov-link.link-secondary.link-soft:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.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, 1));
  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(182 138 53 / var(--tw-text-opacity, 1));
}

@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, 1));
}

.aegov-pagination-page:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1));
}

.aegov-pagination-current
{
  --tw-bg-opacity: 1;
  background-color: rgb(146 114 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-pagination-extend
{
  --tw-text-opacity: 1;
  color: rgb(158 162 169 / var(--tw-text-opacity, 1));
}

.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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  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, 1));
  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(242 236 207 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1));
}

.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(242 236 207 / var(--tw-ring-opacity, 1));
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
}

.step-current .step-badge, .step-completed .step-badge
{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(182 138 53 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(182 138 53 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.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(242 236 207 / var(--tw-ring-opacity, 1));
}

.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-state
{
  height: 0.188rem;
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(195 198 203 / var(--tw-bg-opacity, 1));
}

.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(182 138 53 / var(--tw-bg-opacity, 1));
}

.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;
  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(93 59 38 / var(--tw-text-opacity, 1));
}

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(95 100 109 / var(--tw-text-opacity, 1));
}

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(95 100 109 / var(--tw-text-opacity, 1));
}

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;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

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: #D7BC6D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 188 109 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #B68A35 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(108 69 39 / var(--tw-bg-opacity, 1));
  --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(124 94 36 / var(--tw-bg-opacity, 1));
}

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(249 247 237 / var(--tw-bg-opacity, 1));
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
  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(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(215 188 109 / var(--tw-ring-opacity, 1));
}

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(214 121 9 / var(--tw-ring-opacity, 1));
}

input[type="file"]:focus
{
  outline-color: #B68A35;
}

input[type="file"]:focus::file-selector-button
{
  z-index: 10;
  --tw-shadow-color: rgb(214 121 9 / 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(242 236 207 / var(--tw-bg-opacity, 1));
}

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, 1));
}

.aegov-form-control .form-control-input
{
  position: relative;
  display: flex;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --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(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(203 163 68 / var(--tw-ring-opacity, 1));
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
}

.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(95 100 109 / var(--tw-text-opacity, 1));
}

.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 input[type="search"] + .control-suffix:focus-within
{
  --tw-text-opacity: 1 !important;
  color: rgb(214 121 9 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.aegov-form-control .form-control-input input[type="search"]::-webkit-search-cancel-button
{
  cursor: pointer;
}

.aegov-form-control .form-control-input input[type=file]
{
  border-radius: 0.5rem;
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
}

.aegov-form-control .form-control-input:focus-within .control-prefix
{
  --tw-text-opacity: 1;
  color: rgb(93 59 38 / var(--tw-text-opacity, 1));
}

.aegov-form-control .form-control-input:focus-within .control-suffix
{
  --tw-text-opacity: 1;
  color: rgb(93 59 38 / var(--tw-text-opacity, 1));
}

.aegov-form-control select
{
  background-repeat: no-repeat;
  padding-inline-end: 2.25rem;
  padding-inline-start: 1rem;
  --tw-text-opacity: 1;
  color: rgb(93 59 38 / var(--tw-text-opacity, 1));
}

.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.5rem;
  border-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(203 163 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  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, 1));
}

@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.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

.aegov-form-control .form-control-dropbox label:hover
{
  --tw-text-opacity: 1;
  color: rgb(182 138 53 / var(--tw-text-opacity, 1));
}

.aegov-form-control.control-secondary .form-control-input
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(121 126 134 / var(--tw-ring-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.aegov-form-control.control-secondary .form-control-input input[type="search"] + .control-suffix:focus-within
{
  --tw-text-opacity: 1 !important;
  color: rgb(44 202 255 / var(--tw-text-opacity, 1)) !important;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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, 1));
}

.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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.aegov-form-control.control-secondary .form-control-dropbox svg
{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.aegov-form-control.control-secondary .form-control-dropbox label
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 79 88 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-form-control.control-secondary .form-control-dropbox label:hover
{
  --tw-text-opacity: 1;
  color: rgb(95 100 109 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
  --tw-text-opacity: 1;
  color: rgb(62 64 70 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(158 162 169 / var(--tw-ring-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.aegov-form-control.control-error label
{
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

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, 1));
}

.aegov-form-control.control-error .form-control-input
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 122 117 / var(--tw-ring-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.aegov-form-control.control-error .form-control-dropbox svg
{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.aegov-form-control.control-error .form-control-dropbox label
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.aegov-form-control.control-error .form-control-dropbox label:hover
{
  --tw-text-opacity: 1;
  color: rgb(234 79 73 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 170 167 / var(--tw-ring-opacity, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1)) !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, 1));
}

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(146 114 42 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
  accent-color: #92722A;
}

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(249 247 237 / var(--tw-bg-opacity, 1));
  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(214 121 9 / var(--tw-ring-opacity, 1));
  --tw-ring-offset-width: 2px;
}

input[type="checkbox"]:disabled,
input[type="radio"]:disabled
{
  pointer-events: none;
  --tw-border-opacity: 1;
  border-color: rgb(230 215 162 / var(--tw-border-opacity, 1));
}

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, 1));
}

.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: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(62 64 70 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
  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, 1));
}

.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, 1));
}

.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, 1));
}

.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, 1));
  --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, 1));
  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, 1));
}

.aegov-dropdown .dropwdown-body
{
  --tw-text-opacity: 1;
  color: rgb(62 64 70 / var(--tw-text-opacity, 1));
}

.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;
}

.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, 1));
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.aegov-modal.modal-serious .aegov-btn:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(234 79 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
  --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, 1));
}

.aegov-modal.modal-serious .aegov-btn.btn-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.aegov-modal.modal-serious .aegov-btn.btn-soft:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(253 228 227 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.aegov-modal.modal-serious .aegov-btn.btn-link
{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.aegov-modal.modal-serious .aegov-btn.btn-link:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --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, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 122 117 / var(--tw-ring-opacity, 1));
  --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, 1));
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.aegov-modal.modal-serious .aegov-btn.btn-outline:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(253 228 227 / var(--tw-bg-opacity, 1));
}

.aegov-modal.modal-serious .aegov-btn.btn-outline:focus-visible
{
  --tw-border-opacity: 1;
  border-color: rgb(250 170 167 / var(--tw-border-opacity, 1));
}

.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, 1));
  --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, 1));
}

.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(203 163 68 / var(--tw-ring-opacity, 1));
}

.aegov-modal-close:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(75 79 88 / var(--tw-text-opacity, 1));
}

.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, 1));
  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.active
{
  --tw-text-opacity: 1;
  color: rgb(182 138 53 / var(--tw-text-opacity, 1));
}

.lang-primary-divider
{
  display: inline-block;
  height: 1rem;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(158 162 169 / var(--tw-bg-opacity, 1));
}

@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, 1));
  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, 1));
}

.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, 1));
  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, 1));
}

.aegov-tab:not(.tab-pills)
{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
}

.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, 1));
  text-decoration-line: none;
}

.tab-link:hover
{
  --tw-border-opacity: 1;
  border-color: rgb(182 138 53 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(14 15 18 / var(--tw-text-opacity, 1));
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
  --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-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, 1));
}

.tab-pills .tab-link:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.tab-pills .tab-active
{
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 207 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(93 59 38 / var(--tw-text-opacity, 1));
}

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, 1));
  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, 1));
  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, 1));
}

[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-badge
{
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-badge .badge-icon
{
  height: 1.25rem;
  width: 1.25rem;
}

.aegov-badge.badge-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-soft .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-soft>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 94 36 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(146 114 42 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-solid .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-solid>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-error
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-error .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-error>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(181 37 32 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-error.badge-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-error.badge-soft .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(181 37 32 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-error.badge-soft>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(181 37 32 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-error.badge-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(216 55 49 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-error.badge-solid .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-error.badge-solid>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-success
{
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-success .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-success>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 102 60 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-success.badge-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-success.badge-soft .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(47 102 60 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-success.badge-soft>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(47 102 60 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-success.badge-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(63 142 80 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-success.badge-solid .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-success.badge-solid>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-info
{
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-info .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-info>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 60 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-info.badge-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(231 245 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-info.badge-soft .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(0 60 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-info.badge-soft>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 60 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-info.badge-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(4 61 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-info.badge-solid .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-info.badge-solid>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-warning
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-warning .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-warning>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 85 11 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-warning.badge-soft
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-warning.badge-soft .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(178 85 11 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-warning.badge-soft>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(178 85 11 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-warning.badge-solid
{
  --tw-bg-opacity: 1;
  background-color: rgb(214 121 9 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-warning.badge-solid .badge-icon
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.aegov-badge.badge-warning.badge-solid>.badge-dismiss>button:focus-visible
{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.aegov-badge.badge-base
{
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.aegov-badge.badge-base>span.badge-indicator
{
  height: 0.625rem;
  width: 0.625rem;
}

.aegov-badge.badge-lg
{
  border-radius: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.aegov-badge.badge-lg>span.badge-indicator
{
  height: 0.75rem;
  width: 0.75rem;
}

a.aegov-badge:hover
{
  --tw-bg-opacity: 1;
  background-color: rgb(230 215 162 / var(--tw-bg-opacity, 1));
}

.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: #CBA344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 163 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: #92722A 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, 1));
}

@media (min-width: 1280px)
{
  .custom-divide > *:not(:last-child)
{
    margin-inline-end: 1rem;
    padding-inline-end: 1rem;
  }
}

.custom-divide-sm > *:not(:last-child)
{
  margin-inline-end: 0.375rem;
  padding-inline-end: 0.375rem;
}

.custom-divide-sm > *:not(:last-child)::before
{
  height: 0.875rem;
  content: var(--tw-content);
  width: 1px;
}

@media (min-width: 1280px)
{
  .custom-divide-sm > *:not(:last-child)
{
    margin-inline-end: 0.5rem;
    padding-inline-end: 0.5rem;
  }
}

.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;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px)
{
  .secondary-logo
{
    height: 3rem;
  }
}

@media (min-width: 1024px)
{
  .secondary-logo
{
    height: 3.5rem;
  }
}

@media (min-width: 1280px)
{
  .secondary-logo
{
    height: 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(215 188 109 / var(--tw-bg-opacity, 1));
}

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, 1));
  text-decoration-line: none;
}

.header-common-links a:hover
{
  --tw-text-opacity: 1;
  color: rgb(182 138 53 / var(--tw-text-opacity, 1));
}

.header-navs
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.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, 1));
  transition-delay: 200ms;
}

@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(93 59 38 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(93 59 38 / var(--tw-text-opacity, 1));
}

.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(214 121 9 / var(--tw-ring-opacity, 1));
  --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: 3.5rem;
    width: 1rem;
  }
}

@media (min-width: 1280px)
{
  .main-navigation .menu-item.menu-item-has-children .submenu-btn
{
    margin-inline-start: -2rem;
    height: 4rem;
    width: 1.5rem;
  }
}

.main-navigation .menu-item.menu-item-has-children .submenu-btn.active-ic-btn
{
  --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(214 121 9 / var(--tw-ring-opacity, 1));
}

.main-navigation .menu-item.menu-item-has-children .submenu-btn.inactive-ic-btn
{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.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(146 114 42 / var(--tw-text-opacity, 1));
}

@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(182 138 53 / var(--tw-text-opacity, 1));
}

@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, 1));
}

.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, 1));
  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(124 94 36 / var(--tw-text-opacity, 1));
  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(182 138 53 / var(--tw-text-opacity, 1));
}

@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, 1));
}

.aegov-footer
{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  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: #CBA344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 163 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: #92722A 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, 1));
  text-decoration-line: none;
}

.aegov-footer a:hover
{
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
}

@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(146 114 42 / var(--tw-text-opacity, 1)) !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, 1));
}

.aegov-footer .accordion-title button.accordion-active
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-footer .accordion-title button.accordion-active svg
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.footer-contact li > a:hover
{
  --tw-text-opacity: 1;
  color: rgb(75 79 88 / var(--tw-text-opacity, 1));
}

.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, 1));
}

.social-sharing a:hover
{
  --tw-text-opacity: 1;
  color: rgb(95 100 109 / var(--tw-text-opacity, 1));
}

.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, 1));
}

@media not all and (min-width: 1024px)
{
  .footer-bottom
{
    text-align: center;
  }
}

.aegov-hero
{
  margin: auto;
  width: 100%;
}

.aegov-hero picture img
{
  width: 100%;
}

.aegov-hero .hero-viewport
{
  overflow: hidden;
}

.aegov-hero .hero-container
{
  backface-visibility: hidden;
  touch-action: pan-y pinch-zoom;
  display: flex;
}

.aegov-hero .hero-container:where([dir="rtl"], [dir="rtl"] *)
{
  flex-direction: row-reverse;
}

.aegov-hero .hero-slide
{
  min-width: 0px;
  flex: 0 0 100%;
}

.aegov-hero .hero-controls
{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px)
{
  .aegov-hero .hero-controls
{
    margin-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px)
{
  .aegov-hero .hero-controls
{
    position: absolute;
    bottom: 1.25rem;
    inset-inline-start: 3rem;
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-controls
{
    bottom: 1.75rem;
    inset-inline-start: 4.25rem;
  }
}

.aegov-hero .hero-buttons
{
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.aegov-hero .hero-button
{
  z-index: 1;
  margin: 0px;
  display: inline-flex;
  height: 1.75rem;
  width: 1.75rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aegov-hero .hero-button:disabled
{
  opacity: 0.4;
}

.aegov-hero .hero-dots
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.aegov-hero .hero-dots button
{
  margin: 0px;
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
  border-radius: 1.5rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  font-size: 0px;
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aegov-hero .hero-dots button::after
{
  display: flex;
  height: 0.75rem;
  width: 0.75rem;
  align-items: center;
  border-radius: 9999px;
  content: var(--tw-content);
  background-color: rgb(35 37 40 / 0.3);
}

.aegov-hero .hero-dots button.hero-dot-selected:after
{
  --tw-bg-opacity: 1;
  background-color: rgb(35 37 40 / var(--tw-bg-opacity, 1));
}

.aegov-hero .hero-row
{
  display: flex;
  flex-direction: column-reverse;
  --tw-bg-opacity: 1;
  background-color: rgb(242 236 207 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px)
{
  .aegov-hero .hero-row
{
    flex-direction: row;
  }
}

.aegov-hero .hero-row:where([dir="rtl"], [dir="rtl"] *)
{
  direction: rtl;
}

.aegov-hero .hero-col-left
{
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 640px)
{
  .aegov-hero .hero-col-left
{
    flex-basis: 50%;
  }
}

@media (min-width: 768px)
{
  .aegov-hero .hero-col-left
{
    flex-basis: 66.666667%;
  }

  .aegov-hero .hero-col-left::before
{
    position: absolute;
    inset: 0px;
    z-index: 10;
    height: 100%;
    width: 130%;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #F2ECCF var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(242 236 207 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    content: var(--tw-content);
    --tw-gradient-from-position: 80%;
  }
}

@media (min-width: 1024px)
{
  .aegov-hero .hero-col-left
{
    flex-basis: 50%;
    padding-bottom: 6rem;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-col-left
{
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 3rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px)
{
  .aegov-hero .hero-col-left:where([dir="rtl"], [dir="rtl"] *)::before
{
    content: var(--tw-content);
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }
}

.aegov-hero .hero-col-right
{
  position: relative;
}

@media (min-width: 640px)
{
  .aegov-hero .hero-col-right
{
    flex-basis: 50%;
  }
}

@media (min-width: 768px)
{
  .aegov-hero .hero-col-right
{
    flex-basis: 33.333333%;
  }
}

@media (min-width: 1024px)
{
  .aegov-hero .hero-col-right
{
    flex-basis: 50%;
  }
}

.aegov-hero .hero-col-right img
{
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px)
{
  .aegov-hero .hero-col-right img
{
    position: absolute;
    inset: 0px;
    height: 100%;
  }
}

@media (min-width: 1536px)
{
  .aegov-hero .hero-col-right img
{
    position: static;
    aspect-ratio: 4/2.8;
  }
}

.aegov-hero .hero-col-content
{
  position: relative;
  z-index: 20;
}

.aegov-hero .hero-col-content > :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-hero .hero-col-content
{
  text-align: center;
}

@media (min-width: 768px)
{
  .aegov-hero .hero-col-content
{
    text-align: left;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-col-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));
  }
}

@media (min-width: 768px)
{
  .aegov-hero .hero-col-content:where([dir="rtl"], [dir="rtl"] *)
{
    text-align: right;
  }
}

.aegov-hero .hero-hero-title-wrap
{
  position: absolute;
  top: 1.5rem;
  left: 0px;
  right: 0px;
}

.aegov-hero .hero-hero-title-wrap > :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-hero .hero-hero-title-wrap
{
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 640px)
{
  .aegov-hero .hero-hero-title-wrap
{
    right: auto;
    inset-inline-start: 1.5rem;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
  }
}

@media (min-width: 768px)
{
  .aegov-hero .hero-hero-title-wrap
{
    top: 50%;
    inset-inline-start: 2rem;
    --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));
  }

  .aegov-hero .hero-hero-title-wrap > :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));
  }
}

@media (min-width: 1024px)
{
  .aegov-hero .hero-hero-title-wrap
{
    inset-inline-start: 3rem;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-hero-title-wrap
{
    inset-inline-start: 4.25rem;
  }

  .aegov-hero .hero-hero-title-wrap > :not([hidden]) ~ :not([hidden])
{
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }
}

.aegov-hero .hero-hero-title-wrap:where([dir="rtl"], [dir="rtl"] *)
{
  direction: rtl;
}

@media (min-width: 640px)
{
  .aegov-hero .hero-hero-title-wrap:where([dir="rtl"], [dir="rtl"] *)
{
    text-align: right;
  }
}

.aegov-hero .hero-title
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px)
{
  .aegov-hero .hero-title
{
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-title
{
    font-size: 3rem;
    line-height: 1.2;
  }
}

.aegov-hero .hero-title:where([dir="rtl"], [dir="rtl"] *)
{
  font-family: 'Alexandria', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
}

.aegov-hero .hero-hero-title
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
  font-size: 2rem;
  line-height: 2.375rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px)
{
  .aegov-hero .hero-hero-title
{
    width: 58.333333%;
  }
}

@media (min-width: 768px)
{
  .aegov-hero .hero-hero-title
{
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (min-width: 1024px)
{
  .aegov-hero .hero-hero-title
{
    width: 54%;
    font-size: 3.875rem;
    line-height: 1.1;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-hero-title
{
    width: 58.333333%;
    font-size: 4.75rem;
    line-height: 1.1;
  }
}

.aegov-hero .hero-hero-title:where([dir="rtl"], [dir="rtl"] *)
{
  font-family: 'Alexandria', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
}

.aegov-hero .hero-description
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 200;
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px)
{
  .aegov-hero .hero-description
{
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1280px)
{
  .aegov-hero .hero-description
{
    font-size: 2rem;
    line-height: 2.375rem;
  }
}

.aegov-hero .hero-description:where([dir="rtl"], [dir="rtl"] *)
{
  font-family: 'Noto Kufi Arabic', ui-sans-serif, 'Helvetica Neue', sans-serif;
}

.hero-dots ul
{
  margin-top: 0px;
  display: flex;
  align-items: center;
}

.hero-dots ul > :not([hidden]) ~ :not([hidden])
{
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.hero-dots ul li
{
  display: flex;
}

.hero-dots ul li.slick-active button::after
{
  --tw-bg-opacity: 1;
  background-color: rgb(35 37 40 / var(--tw-bg-opacity, 1));
}

.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, 1));
  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(203 163 68 / var(--tw-ring-opacity, 1));
}

.aegovs-slider-style .slick-dots .slick-active button
{
  --tw-bg-opacity: 1;
  background-color: rgb(146 114 42 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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(203 163 68 / 0.3);
}

.slick-slider .slick-track, .slick-slider .slick-list
{
  direction: ltr;
}

[dir="rtl"] .slick-slider .slick-slide
{
  direction: rtl;
}

#skipNavigation
{
  position: absolute;
  top: 1rem;
  left: 0.75rem;
  opacity: 0;
}

#skipNavigation:focus
{
  opacity: 1;
}

a
{
  --tw-text-opacity: 1;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1));
}

a:hover
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.aegov-hero .slick-list
{
  overflow: hidden;
  border-radius: 0.75rem;
}

.alert-controls
{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 768px)
{
  .alert-controls
{
    justify-content: flex-end;
  }
}

.alert-controls {
  .nav-control
{
    display: flex;
  }
  .nav-control
{
    align-items: center;
  }
  .nav-control
{
    gap: 0.5rem;
  }
  .nav-control
{
    --tw-text-opacity: 1;
    color: rgb(178 85 11 / var(--tw-text-opacity, 1));
  }
  .nav-control:hover
{
    --tw-text-opacity: 1;
    color: rgb(144 65 16 / var(--tw-text-opacity, 1));
  }
  .close-alert
{
    --tw-text-opacity: 1;
    color: rgb(178 85 11 / var(--tw-text-opacity, 1));
  }
  .close-alert:hover
{
    --tw-text-opacity: 1;
    color: rgb(144 65 16 / var(--tw-text-opacity, 1));
  }
}

.aegov-card.card-service
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.aegov-tab {
  .tab-link:hover
{
    --tw-border-opacity: 1;
    border-color: rgb(124 94 36 / var(--tw-border-opacity, 1));
  }
  .tab-link:hover
{
    --tw-text-opacity: 1;
    color: rgb(124 94 36 / var(--tw-text-opacity, 1));
  }
  .tab-link[aria-selected="true"]
{
    --tw-border-opacity: 1;
    border-color: rgb(124 94 36 / var(--tw-border-opacity, 1));
  }
  .tab-link[aria-selected="true"]
{
    --tw-text-opacity: 1;
    color: rgb(124 94 36 / var(--tw-text-opacity, 1));
  }
  .tab-link[aria-selected="true"]
{
    text-decoration-thickness: 2px;
  }
  &.tab-pills {
    .tab-link
{
      border-style: none;
    }
    .tab-link:hover
{
      --tw-bg-opacity: 1;
      background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
    }
    .tab-link:hover
{
      --tw-text-opacity: 1;
      color: rgb(35 37 40 / var(--tw-text-opacity, 1));
    }
    .tab-link[aria-selected="true"]
{
      --tw-bg-opacity: 1;
      background-color: rgb(242 236 207 / var(--tw-bg-opacity, 1));
    }
    .tab-link[aria-selected="true"]
{
      --tw-text-opacity: 1;
      color: rgb(108 69 39 / var(--tw-text-opacity, 1));
    }
  }
}

.home-initiatives, .home-opendata {
  .aegov-card
{
    display: flex;
  }
  .aegov-card
{
    flex-direction: column;
  }
  .slick-track
{
    display: flex !important;
  }
  .slick-slide
{
    height: inherit;
  }
}

.aegov-btn {
  &.btn-outline {
    &.outline-white
{
      --tw-border-opacity: 1;
      border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    }
    &.outline-white
{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    &.outline-white: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(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);
    }
    &.outline-white:focus-within
{
      --tw-ring-color: rgb(203 163 68 / 0.5);
    }
    &.outline-white:hover
{
      --tw-text-opacity: 1;
      color: rgb(108 69 39 / var(--tw-text-opacity, 1));
    }
  }
}

.breadcrumb-wrap
{
  margin-top: 1rem;
}

@media (min-width: 1024px)
{
  .breadcrumb-wrap
{
    margin-top: 2rem;
  }
}

.content-useful-sec
{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px)
{
  .content-useful-sec
{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.side-cat {
  li
{
    border-bottom-width: 1px;
  }
  li
{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
  }
  li:last-child
{
    border-bottom-width: 0px;
  }
  li {
    a
{
      display: block;
    }
    a
{
      border-radius: 0px;
    }
    a
{
      border-inline-start-width: 4px;
    }
    a
{
      border-inline-start-color: transparent;
    }
    a
{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    a
{
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    a
{
      font-size: 1.125rem;
      line-height: 1.5rem;
    }
    a
{
      font-weight: 500;
    }
    a
{
      --tw-text-opacity: 1;
      color: rgb(35 37 40 / var(--tw-text-opacity, 1));
    }
    a
{
      text-decoration-line: none;
    }
    a:hover
{
      --tw-border-opacity: 1;
      border-inline-start-color: rgb(108 69 39 / var(--tw-border-opacity, 1));
    }
    a:hover
{
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
    a:hover
{
      --tw-text-opacity: 1;
      color: rgb(108 69 39 / var(--tw-text-opacity, 1));
    }
  }
}

.service-ex-elemets {
  .item
{
    display: flex;
  }
  .item
{
    flex-direction: column;
  }
  .item
{
    gap: 0.75rem;
  }
  .item
{
    border-bottom-width: 1px;
  }
  .item
{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
  }
  .item
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .item:first-child
{
    padding-top: 0px;
  }
  .item:last-child
{
    border-bottom-width: 0px;
  }
  .item:last-child
{
    padding-bottom: 0px;
  }
  @media (min-width: 768px)
{
    .item
{
      flex-direction: row;
    }
  }
  @media (min-width: 768px)
{
    .item
{
      align-items: flex-start;
    }
  }
  .item {
    .left-side
{
      display: flex;
    }
    .left-side
{
      width: 20%;
    }
    .left-side
{
      align-items: center;
    }
    .left-side
{
      gap: 0.5rem;
    }
    .left-side {
      svg
{
        height: 1.5rem;
      }
      svg
{
        width: 1.5rem;
      }
      svg
{
        fill: #92722A;
      }
    }
    .right-side
{
      width: 80%;
    }
  }
}

.sticky-when-scroll
{
  padding-top: 1rem;
  padding-bottom: 1rem;
  &.sticky
{
    position: fixed;
  }
  &.sticky
{
    top: 0px;
  }
  &.sticky
{
    left: 0px;
  }
  &.sticky
{
    z-index: 20;
  }
  &.sticky
{
    width: 100%;
  }
  &.sticky
{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  &.sticky
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  &.sticky
{
    --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);
  }
}

.stars-rating
{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  .star
{
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity, 1));
  }
  .star:hover
{
    --tw-text-opacity: 1;
    color: rgb(108 69 39 / var(--tw-text-opacity, 1));
  }
  .star {
    &.starred
{
      --tw-text-opacity: 1;
      color: rgb(108 69 39 / var(--tw-text-opacity, 1));
    }
    svg
{
      fill: currentColor;
    }
  }
}

.zoom-img {
  img
{
    transition-duration: 0.5s;
  }
  &:hover {
    img
{
      --tw-scale-x: 1.25;
      --tw-scale-y: 1.25;
      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));
    }
  }
}

.table-custom
{
  width: 100%;
  thead
{
    display: none;
  }
  @media (min-width: 768px)
{
    thead
{
      display: table-header-group;
    }
  }
  thead  {
    tr
{
      border-bottom-width: 1px;
    }
    tr
{
      --tw-border-opacity: 1;
      border-bottom-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
    }
    tr {
      th
{
        font-size: 1.125rem;
        line-height: 1.5rem;
      }
      th
{
        font-weight: 700;
      }
    }
  }
  th, td
{
    padding: 0.5rem;
  }
  @media (min-width: 768px)
{
    th, td
{
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  @media (min-width: 768px)
{
    th, td
{
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
  }
  .center
{
    text-align: start;
  }
  @media (min-width: 768px)
{
    .center
{
      text-align: center;
    }
  }
  .start
{
    text-align: start;
  }
  tbody
{
    --tw-text-opacity: 1;
    color: rgb(35 37 40 / var(--tw-text-opacity, 1));
  }
  tbody {
    tr
{
      border-bottom-width: 1px;
    }
    tr
{
      --tw-border-opacity: 1;
      border-bottom-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
    }
    tr:last-child
{
      border-bottom-width: 0px;
    }
    tr {
      td
{
        display: block;
      }
      @media (min-width: 768px)
{
        td
{
          display: table-cell;
        }
      }
      td {
        &::before
{
          margin-bottom: 0.5rem;
        }
        &::before
{
          display: block;
        }
        &::before
{
          font-size: 1.125rem;
          line-height: 1.5rem;
        }
        &::before
{
          font-weight: 700;
        }
        &::before
{
          --tw-content: attr(data-title);
          content: var(--tw-content);
        }
        @media (min-width: 768px)
{
          &::before
{
            display: none;
          }
        }
        @media (min-width: 768px)
{
          &::before
{
            --tw-content: none;
            content: var(--tw-content);
          }
        }
      }
    }
  }
}

.contact-us-tabs .tab-link[aria-selected="true"]
{
  border-bottom-width: 4px !important;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(124 94 36 / var(--tw-bg-opacity, 1));
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-us-tabs .tab-link[aria-selected="true"]:hover
{
  --tw-text-opacity: 1 !important;
  color: rgb(230 215 162 / var(--tw-text-opacity, 1)) !important;
}

.contact-us-tabs .tab-link
{
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contact-us-tabs .tab-link:hover
{
  --tw-text-opacity: 1 !important;
  color: rgb(230 215 162 / var(--tw-text-opacity, 1)) !important;
}

.generic-page
{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1024px)
{
  .generic-page
{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

.generic-page {
  ul
{
    margin-bottom: 2rem;
  }
  ul
{
    list-style-type: disc;
  }
  ul
{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  ol
{
    margin-bottom: 2rem;
  }
  ul.listing
{
    margin-bottom: 2rem;
  }
  ul.listing
{
    list-style-type: disc;
  }
  ul.listing
{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  ul.listing li
{
    margin-bottom: 0.75rem;
  }
  ul li, ol li
{
    margin-bottom: 0.75rem;
  }
  hr
{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  hr
{
    --tw-text-opacity: 1;
    color: rgb(225 227 229 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 768px)
{
    hr
{
      margin-top: 3rem;
      margin-bottom: 3rem;
    }
  }
  h2
{
    margin-bottom: 1rem;
  }
  h2
{
    font-size: 2rem;
    line-height: 2.375rem;
  }
  h2
{
    font-weight: 800;
  }
  @media (min-width: 1024px)
{
    h2
{
      font-size: 1.625rem;
      line-height: 2.125rem;
    }
  }
  @media (min-width: 1280px)
{
    h2
{
      margin-bottom: 1.5rem;
    }
  }
  @media (min-width: 1280px)
{
    h2
{
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }
  h3
{
    margin-bottom: 0.75rem;
  }
  h3
{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h3
{
    font-weight: 800;
  }
  h3
{
    --tw-text-opacity: 1;
    color: rgb(146 114 42 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px)
{
    h3
{
      font-size: 1.625rem;
      line-height: 2.125rem;
    }
  }
  @media (min-width: 1280px)
{
    h3
{
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1280px)
{
    h3
{
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }
  h4
{
    margin-bottom: 0.75rem;
  }
  h4
{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h4
{
    font-weight: 700;
  }
  @media (min-width: 1024px)
{
    h4
{
      font-size: 1.625rem;
      line-height: 2.125rem;
    }
  }
  @media (min-width: 1280px)
{
    h4
{
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1280px)
{
    h4
{
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }
  h5
{
    margin-bottom: 0.75rem;
  }
  h5
{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h5
{
    font-weight: 600;
  }
  @media (min-width: 1024px)
{
    h5
{
      font-size: 1.625rem;
      line-height: 2.125rem;
    }
  }
  @media (min-width: 1280px)
{
    h5
{
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1280px)
{
    h5
{
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }
  h6
{
    margin-bottom: 0.75rem;
  }
  h6
{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  h6
{
    font-weight: 600;
  }
  h6
{
    --tw-text-opacity: 1;
    color: rgb(146 114 42 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px)
{
    h6
{
      font-size: 1.625rem;
      line-height: 2.125rem;
    }
  }
  @media (min-width: 1280px)
{
    h6
{
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 1280px)
{
    h6
{
      font-size: 2rem;
      line-height: 2.375rem;
    }
  }
}

.related-area
{
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
}

@media (min-width: 768px)
{
  .related-area
{
    padding: 1.5rem;
  }
}

@media (min-width: 1280px)
{
  .related-area
{
    padding: 2rem;
  }
}

.related-area {
  .related-links
{
    list-style-type: none !important;
  }
  .related-links > :not([hidden]) ~ :not([hidden])
{
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
  }
  .related-links {
    li {
      a
{
        display: flex;
      }
      a
{
        align-items: center;
      }
      a
{
        gap: 0.5rem;
      }
      a
{
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
      }
      a
{
        --tw-text-opacity: 1;
        color: rgb(14 15 18 / var(--tw-text-opacity, 1));
      }
      a
{
        text-decoration-line: none;
      }
      a::before
{
        content: var(--tw-content);
        height: 1rem;
      }
      a::before
{
        content: var(--tw-content);
        width: 0.125rem;
      }
      a::before
{
        content: var(--tw-content);
        border-radius: 0.5rem;
      }
      a::before
{
        content: var(--tw-content);
        background-color: transparent;
      }
      a:hover
{
        --tw-text-opacity: 1;
        color: rgb(146 114 42 / var(--tw-text-opacity, 1));
      }
      a {
        &[aria-current="page"]
{
          --tw-text-opacity: 1;
          color: rgb(146 114 42 / var(--tw-text-opacity, 1));
        }
        &[aria-current="page"]::before
{
          content: var(--tw-content);
          --tw-bg-opacity: 1;
          background-color: rgb(146 114 42 / var(--tw-bg-opacity, 1));
        }
      }
    }
  }
}

.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;
}

.sticky
{
  position: sticky;
}

.inset-0
{
  inset: 0px;
}

.\!inset-x-0
{
  left: 0px !important;
  right: 0px !important;
}

.\!top-full
{
  top: 100% !important;
}

.-bottom-6
{
  bottom: -1.5rem;
}

.-top-\[45px\]
{
  top: -45px;
}

.bottom-0
{
  bottom: 0px;
}

.bottom-\[60px\]
{
  bottom: 60px;
}

.end-2
{
  inset-inline-end: 0.5rem;
}

.end-6
{
  inset-inline-end: 1.5rem;
}

.left-0
{
  left: 0px;
}

.left-1\/2
{
  left: 50%;
}

.right-0
{
  right: 0px;
}

.right-\[53px\]
{
  right: 53px;
}

.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-\[1\]
{
  z-index: 1;
}

.z-\[2\]
{
  z-index: 2;
}

.z-\[60\]
{
  z-index: 60;
}

.col-span-1
{
  grid-column: span 1 / span 1;
}

.col-span-2
{
  grid-column: span 2 / span 2;
}

.m-0
{
  margin: 0px;
}

.-mx-4
{
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-2
{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto
{
  margin-left: auto;
  margin-right: auto;
}

.my-0
{
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-10
{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12
{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16
{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2
{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4
{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6
{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8
{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!-mt-2\.5
{
  margin-top: -0.625rem !important;
}

.mb-0
{
  margin-bottom: 0px;
}

.mb-1
{
  margin-bottom: 0.25rem;
}

.mb-10
{
  margin-bottom: 2.5rem;
}

.mb-2
{
  margin-bottom: 0.5rem;
}

.mb-3
{
  margin-bottom: 0.75rem;
}

.mb-4
{
  margin-bottom: 1rem;
}

.mb-5
{
  margin-bottom: 1.25rem;
}

.mb-6
{
  margin-bottom: 1.5rem;
}

.mb-8
{
  margin-bottom: 2rem;
}

.mr-4
{
  margin-right: 1rem;
}

.ms-1
{
  margin-inline-start: 0.25rem;
}

.mt-10
{
  margin-top: 2.5rem;
}

.mt-12
{
  margin-top: 3rem;
}

.mt-16
{
  margin-top: 4rem;
}

.mt-2
{
  margin-top: 0.5rem;
}

.mt-4
{
  margin-top: 1rem;
}

.mt-5
{
  margin-top: 1.25rem;
}

.mt-6
{
  margin-top: 1.5rem;
}

.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;
}

.line-clamp-4
{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block
{
  display: block;
}

.inline-block
{
  display: inline-block;
}

.inline
{
  display: inline;
}

.flex
{
  display: flex;
}

.inline-flex
{
  display: inline-flex;
}

.table
{
  display: table;
}

.grid
{
  display: grid;
}

.contents
{
  display: contents;
}

.hidden
{
  display: none;
}

.aspect-square
{
  aspect-ratio: 1 / 1;
}

.\!h-8
{
  height: 2rem !important;
}

.\!h-full
{
  height: 100% !important;
}

.h-10
{
  height: 2.5rem;
}

.h-12
{
  height: 3rem;
}

.h-20
{
  height: 5rem;
}

.h-4
{
  height: 1rem;
}

.h-40
{
  height: 10rem;
}

.h-5
{
  height: 1.25rem;
}

.h-6
{
  height: 1.5rem;
}

.h-96
{
  height: 24rem;
}

.h-auto
{
  height: auto;
}

.h-full
{
  height: 100%;
}

.max-h-\[32rem\]
{
  max-height: 32rem;
}

.max-h-full
{
  max-height: 100%;
}

.\!w-8
{
  width: 2rem !important;
}

.\!w-full
{
  width: 100% !important;
}

.w-10\/12
{
  width: 83.333333%;
}

.w-12
{
  width: 3rem;
}

.w-14
{
  width: 3.5rem;
}

.w-28
{
  width: 7rem;
}

.w-36
{
  width: 9rem;
}

.w-4
{
  width: 1rem;
}

.w-40
{
  width: 10rem;
}

.w-44
{
  width: 11rem;
}

.w-48
{
  width: 12rem;
}

.w-5
{
  width: 1.25rem;
}

.w-6
{
  width: 1.5rem;
}

.w-64
{
  width: 16rem;
}

.w-\[100px\]
{
  width: 100px;
}

.w-full
{
  width: 100%;
}

.max-w-2xl
{
  max-width: 42rem;
}

.max-w-\[100px\]
{
  max-width: 100px;
}

.max-w-\[1240px\]
{
  max-width: 1240px;
}

.max-w-\[900px\]
{
  max-width: 900px;
}

.max-w-full
{
  max-width: 100%;
}

.flex-1
{
  flex: 1 1 0%;
}

.flex-shrink-0
{
  flex-shrink: 0;
}

.flex-grow
{
  flex-grow: 1;
}

.-translate-x-1\/2
{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-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-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-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-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));
}

.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;
}

.resize
{
  resize: both;
}

.list-decimal
{
  list-style-type: decimal;
}

.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-col
{
  flex-direction: column;
}

.flex-wrap
{
  flex-wrap: wrap;
}

.place-items-start
{
  place-items: start;
}

.content-center
{
  align-content: center;
}

.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;
}

.gap-2
{
  gap: 0.5rem;
}

.gap-20
{
  gap: 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-12
{
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-4
{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8
{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16
{
  row-gap: 4rem;
}

.gap-y-3
{
  row-gap: 0.75rem;
}

.gap-y-4
{
  row-gap: 1rem;
}

.gap-y-6
{
  row-gap: 1.5rem;
}

.gap-y-8
{
  row-gap: 2rem;
}

.space-y-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-10 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden])
{
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.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, 1));
}

.self-start
{
  align-self: flex-start;
}

.overflow-auto
{
  overflow: auto;
}

.overflow-hidden
{
  overflow: hidden;
}

.truncate
{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap
{
  white-space: nowrap;
}

.rounded-2xl
{
  border-radius: 1rem;
}

.rounded-full
{
  border-radius: 9999px;
}

.rounded-lg
{
  border-radius: 0.5rem;
}

.rounded-md
{
  border-radius: 0.375rem;
}

.rounded-none
{
  border-radius: 0px;
}

.rounded-xl
{
  border-radius: 0.75rem;
}

.\!rounded-e-none
{
  border-start-end-radius: 0px !important;
  border-end-end-radius: 0px !important;
}

.rounded-s-none
{
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.border
{
  border-width: 1px;
}

.border-b
{
  border-bottom-width: 1px;
}

.border-b-2
{
  border-bottom-width: 2px;
}

.border-t
{
  border-top-width: 1px;
}

.\!border-aeblack-100
{
  --tw-border-opacity: 1 !important;
  border-color: rgb(225 227 229 / var(--tw-border-opacity, 1)) !important;
}

.border-aeblack-100
{
  --tw-border-opacity: 1;
  border-color: rgb(225 227 229 / var(--tw-border-opacity, 1));
}

.border-aegold-300
{
  --tw-border-opacity: 1;
  border-color: rgb(215 188 109 / var(--tw-border-opacity, 1));
}

.border-t-aeblack-200
{
  --tw-border-opacity: 1;
  border-top-color: rgb(195 198 203 / var(--tw-border-opacity, 1));
}

.bg-aeblack-100
{
  --tw-bg-opacity: 1;
  background-color: rgb(225 227 229 / var(--tw-bg-opacity, 1));
}

.bg-aeblack-50
{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}

.bg-aeblack-800
{
  --tw-bg-opacity: 1;
  background-color: rgb(35 37 40 / var(--tw-bg-opacity, 1));
}

.bg-aegold-50
{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
}

.bg-aegold-700
{
  --tw-bg-opacity: 1;
  background-color: rgb(124 94 36 / var(--tw-bg-opacity, 1));
}

.bg-primary-50
{
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 237 / var(--tw-bg-opacity, 1));
}

.bg-primary-600
{
  --tw-bg-opacity: 1;
  background-color: rgb(146 114 42 / var(--tw-bg-opacity, 1));
}

.bg-primary-700
{
  --tw-bg-opacity: 1;
  background-color: rgb(124 94 36 / var(--tw-bg-opacity, 1));
}

.bg-transparent
{
  background-color: transparent;
}

.bg-whitely-300
{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-whitely-50
{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.fill-aegreen-600
{
  fill: #3F8E50;
}

.fill-current
{
  fill: currentColor;
}

.fill-whitely-50\/10
{
  fill: rgb(255 255 255 / 0.1);
}

.object-contain
{
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover
{
  -o-object-fit: cover;
     object-fit: cover;
}

.\!p-0
{
  padding: 0px !important;
}

.p-0
{
  padding: 0px;
}

.p-1
{
  padding: 0.25rem;
}

.p-2
{
  padding: 0.5rem;
}

.p-4
{
  padding: 1rem;
}

.p-6
{
  padding: 1.5rem;
}

.p-8
{
  padding: 2rem;
}

.\!px-3
{
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.px-0
{
  padding-left: 0px;
  padding-right: 0px;
}

.px-10
{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2\.5
{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.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;
}

.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;
}

.pb-10
{
  padding-bottom: 2.5rem;
}

.pb-8
{
  padding-bottom: 2rem;
}

.ps-4
{
  padding-inline-start: 1rem;
}

.ps-5
{
  padding-inline-start: 1.25rem;
}

.pt-10
{
  padding-top: 2.5rem;
}

.pt-4
{
  padding-top: 1rem;
}

.pt-64
{
  padding-top: 16rem;
}

.text-center
{
  text-align: center;
}

.text-start
{
  text-align: start;
}

.font-inter
{
  font-family: 'Inter', 'Helvetica Neue', ui-sans-serif, system-ui, sans-serif;
}

.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-2xl
{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl
{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base
{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-h3
{
  font-size: 2.5rem;
  line-height: 1.2;
}

.text-h4
{
  font-size: 2rem;
  line-height: 2.375rem;
}

.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-black
{
  font-weight: 900;
}

.font-bold
{
  font-weight: 700;
}

.font-extrabold
{
  font-weight: 800;
}

.font-light
{
  font-weight: 300;
}

.font-medium
{
  font-weight: 500;
}

.font-normal
{
  font-weight: 400;
}

.font-semibold
{
  font-weight: 600;
}

.leading-6
{
  line-height: 1.5rem;
}

.leading-7
{
  line-height: 1.75rem;
}

.leading-normal
{
  line-height: 1.5;
}

.leading-tight
{
  line-height: 1.25;
}

.text-aeblack-500
{
  --tw-text-opacity: 1;
  color: rgb(95 100 109 / var(--tw-text-opacity, 1));
}

.text-aeblack-600
{
  --tw-text-opacity: 1;
  color: rgb(75 79 88 / var(--tw-text-opacity, 1));
}

.text-aeblack-700
{
  --tw-text-opacity: 1;
  color: rgb(62 64 70 / var(--tw-text-opacity, 1));
}

.text-aeblack-800
{
  --tw-text-opacity: 1;
  color: rgb(35 37 40 / var(--tw-text-opacity, 1));
}

.text-aeblack-950
{
  --tw-text-opacity: 1;
  color: rgb(14 15 18 / var(--tw-text-opacity, 1));
}

.text-aegold-600
{
  --tw-text-opacity: 1;
  color: rgb(146 114 42 / var(--tw-text-opacity, 1));
}

.text-aegold-700
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.text-aegold-800
{
  --tw-text-opacity: 1;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1));
}

.text-aered-600
{
  --tw-text-opacity: 1;
  color: rgb(216 55 49 / var(--tw-text-opacity, 1));
}

.text-inherit
{
  color: inherit;
}

.text-primary-500
{
  --tw-text-opacity: 1;
  color: rgb(182 138 53 / var(--tw-text-opacity, 1));
}

.text-whitely-300
{
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

.text-whitely-50
{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.no-underline
{
  text-decoration-line: none;
}

.opacity-0
{
  opacity: 0;
}

.opacity-100
{
  opacity: 1;
}

.opacity-20
{
  opacity: 0.2;
}

.shadow-xl
{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!shadow-aeblack-500\/30
{
  --tw-shadow-color: rgb(95 100 109 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.\!shadow-primary-500\/30
{
  --tw-shadow-color: rgb(182 138 53 / 0.3) !important;
  --tw-shadow: var(--tw-shadow-colored) !important;
}

.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);
}

.blur-sm
{
  --tw-blur: blur(4px);
  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);
}

.grayscale
{
  --tw-grayscale: grayscale(100%);
  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, 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 not all and (min-width: 1024px)
{
  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg + svg)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg + svg)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn > img
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg + svg)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn > img
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(img)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg + svg)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn > img
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(img)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(img + img)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-lg\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(svg + svg)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn > img
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(img)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-lg\:btn-sm.aegov-btn:has(img + img)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .max-lg\:btn-sm.aegov-btn.btn-icon
{
    width: 2.5rem;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px)
{
  .md\:btn-base.aegov-btn
{
    height: 3rem;
    gap: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:btn-base.aegov-btn > svg
{
    height: 1.5rem;
    width: 1.5rem;
  }

  .md\:btn-base.aegov-btn:has(svg)
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:btn-base.aegov-btn:has(svg + svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:btn-base.aegov-btn > img
{
    height: 1.5rem;
    width: 1.5rem;
  }

  .md\:btn-base.aegov-btn:has(img)
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:btn-base.aegov-btn:has(img + img)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:btn-base.aegov-btn.btn-icon
{
    width: 3rem;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:btn-sm.aegov-btn
{
    height: 2.5rem;
    border-radius: 0.375rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:btn-sm.aegov-btn > svg
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .md\:btn-sm.aegov-btn:has(svg)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:btn-sm.aegov-btn:has(svg + svg)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:btn-sm.aegov-btn > img
{
    height: 1.25rem;
    width: 1.25rem;
  }

  .md\:btn-sm.aegov-btn:has(img)
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:btn-sm.aegov-btn:has(img + img)
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:btn-sm.aegov-btn.btn-icon
{
    width: 2.5rem;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px)
{
  .lg\:btn-lg.aegov-btn
{
    height: 3.25rem;
    gap: 0.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .lg\:btn-lg.aegov-btn > svg
{
    height: 1.75rem;
    width: 1.75rem;
  }

  .lg\:btn-lg.aegov-btn:has(svg)
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:btn-lg.aegov-btn:has(svg + svg)
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:btn-lg.aegov-btn > img
{
    height: 1.75rem;
    width: 1.75rem;
  }

  .lg\:btn-lg.aegov-btn:has(img)
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:btn-lg.aegov-btn:has(img + img)
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:btn-lg.aegov-btn .btn-icon
{
    width: 3.25rem;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1536px)
{
  .\32xl\:btn-lg.aegov-btn
{
    height: 3.25rem;
    gap: 0.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .\32xl\:btn-lg.aegov-btn > svg
{
    height: 1.75rem;
    width: 1.75rem;
  }

  .\32xl\:btn-lg.aegov-btn:has(svg)
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:btn-lg.aegov-btn:has(svg + svg)
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:btn-lg.aegov-btn > img
{
    height: 1.75rem;
    width: 1.75rem;
  }

  .\32xl\:btn-lg.aegov-btn:has(img)
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:btn-lg.aegov-btn:has(img + img)
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:btn-lg.aegov-btn .btn-icon
{
    width: 3.25rem;
    gap: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:control-lg.aegov-form-control label
{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input
{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input input
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input select
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input textarea
{
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input input[type="file"]
{
    height: 3.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input input[type="file"]::file-selector-button
{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:control-lg.aegov-form-control .form-control-input .control-prefix > svg,.\32xl\:control-lg .aegov-form-control .form-control-input .control-suffix > svg
{
    height: 1.75rem;
    width: 1.75rem;
  }
}

.placeholder\:\!text-aeblack-500::-moz-placeholder
{
  --tw-text-opacity: 1 !important;
  color: rgb(95 100 109 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:\!text-aeblack-500::placeholder
{
  --tw-text-opacity: 1 !important;
  color: rgb(95 100 109 / var(--tw-text-opacity, 1)) !important;
}

.before\:absolute::before
{
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before
{
  content: var(--tw-content);
  inset: 0px;
}

.before\:mix-blend-multiply::before
{
  content: var(--tw-content);
  mix-blend-mode: multiply;
}

.hover\:\!border-primary-800:hover
{
  --tw-border-opacity: 1 !important;
  border-color: rgb(108 69 39 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!text-primary-200:hover
{
  --tw-text-opacity: 1 !important;
  color: rgb(230 215 162 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-primary-800:hover
{
  --tw-text-opacity: 1 !important;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-aegold-700:hover
{
  --tw-text-opacity: 1;
  color: rgb(124 94 36 / var(--tw-text-opacity, 1));
}

.hover\:opacity-90:hover
{
  opacity: 0.9;
}

.group:hover .group-hover\:\!border-primary-800
{
  --tw-border-opacity: 1 !important;
  border-color: rgb(108 69 39 / var(--tw-border-opacity, 1)) !important;
}

.group:hover .group-hover\:\!text-primary-800
{
  --tw-text-opacity: 1 !important;
  color: rgb(108 69 39 / var(--tw-text-opacity, 1)) !important;
}

@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-full
{
    width: 100%;
  }

  .max-lg\:flex-wrap
{
    flex-wrap: wrap;
  }

  .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, 1));
  }

  .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;
  }
}

@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\:block
{
    display: block;
  }

  .sm\:flex
{
    display: flex;
  }

  .sm\:hidden
{
    display: none;
  }

  .sm\:h-44
{
    height: 11rem;
  }

  .sm\:w-44
{
    width: 11rem;
  }

  .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-24
{
    row-gap: 6rem;
  }

  .sm\:gap-y-8
{
    row-gap: 2rem;
  }

  .sm\:border-none
{
    border-style: none;
  }

  .sm\:px-12
{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .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\:mb-12
{
    margin-bottom: 3rem;
  }

  .md\:mb-7
{
    margin-bottom: 1.75rem;
  }

  .md\:mb-8
{
    margin-bottom: 2rem;
  }

  .md\:mt-12
{
    margin-top: 3rem;
  }

  .md\:mt-16
{
    margin-top: 4rem;
  }

  .md\:mt-8
{
    margin-top: 2rem;
  }

  .md\:h-14
{
    height: 3.5rem;
  }

  .md\:h-44
{
    height: 11rem;
  }

  .md\:h-48
{
    height: 12rem;
  }

  .md\:max-h-fit
{
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

  .md\:w-14
{
    width: 3.5rem;
  }

  .md\:w-32
{
    width: 8rem;
  }

  .md\:w-48
{
    width: 12rem;
  }

  .md\:w-7\/12
{
    width: 58.333333%;
  }

  .md\:w-72
{
    width: 18rem;
  }

  .md\:w-full
{
    width: 100%;
  }

  .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\:items-center
{
    align-items: center;
  }

  .md\:gap-6
{
    gap: 1.5rem;
  }

  .md\:gap-8
{
    gap: 2rem;
  }

  .md\:gap-y-12
{
    row-gap: 3rem;
  }

  .md\:rounded-lg
{
    border-radius: 0.5rem;
  }

  .md\:px-4
{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-12
{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-4
{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5
{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8
{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-9
{
    padding-bottom: 2.25rem;
  }

  .md\:pl-4
{
    padding-left: 1rem;
  }

  .md\:pt-11
{
    padding-top: 2.75rem;
  }

  .md\:pt-80
{
    padding-top: 20rem;
  }

  .md\:text-h1
{
    font-size: 3.875rem;
    line-height: 1.1;
  }

  .md\:text-h2
{
    font-size: 3rem;
    line-height: 1.2;
  }

  .md\:text-h3
{
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .md\:text-h4
{
    font-size: 2rem;
    line-height: 2.375rem;
  }

  .md\:text-h5
{
    font-size: 1.625rem;
    line-height: 2.125rem;
  }

  .md\:text-lg
{
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .md\:text-xl
{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px)
{
  .lg\:order-last
{
    order: 9999;
  }

  .lg\:col-span-2
{
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3
{
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4
{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-9
{
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-2
{
    grid-column-start: 2;
  }

  .lg\:mx-0
{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-12
{
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mb-7
{
    margin-bottom: 1.75rem;
  }

  .lg\:ms-auto
{
    margin-inline-start: auto;
  }

  .lg\:mt-10
{
    margin-top: 2.5rem;
  }

  .lg\:mt-16
{
    margin-top: 4rem;
  }

  .lg\:mt-8
{
    margin-top: 2rem;
  }

  .lg\:block
{
    display: 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-48
{
    height: 12rem;
  }

  .lg\:h-52
{
    height: 13rem;
  }

  .lg\:w-10\/12
{
    width: 83.333333%;
  }

  .lg\:w-36
{
    width: 9rem;
  }

  .lg\:w-48
{
    width: 12rem;
  }

  .lg\:w-5\/12
{
    width: 41.666667%;
  }

  .lg\:w-52
{
    width: 13rem;
  }

  .lg\:w-7\/12
{
    width: 58.333333%;
  }

  .lg\:w-auto
{
    width: auto;
  }

  .lg\:max-w-\[256px\]
{
    max-width: 256px;
  }

  .lg\:max-w-lg
{
    max-width: 32rem;
  }

  .lg\:max-w-none
{
    max-width: none;
  }

  .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-3
{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5
{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6
{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-8
{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:flex-wrap
{
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap
{
    flex-wrap: nowrap;
  }

  .lg\:items-center
{
    align-items: center;
  }

  .lg\:justify-end
{
    justify-content: flex-end;
  }

  .lg\:justify-between
{
    justify-content: space-between;
  }

  .lg\:gap-1
{
    gap: 0.25rem;
  }

  .lg\:gap-12
{
    gap: 3rem;
  }

  .lg\:gap-16
{
    gap: 4rem;
  }

  .lg\:gap-7
{
    gap: 1.75rem;
  }

  .lg\:bg-\[url\(\'\.\.\/images\/contact-us-auh-en\.png\'\)\]
{
    background-image: url('../images/contact-us-auh-en.png');
  }

  .lg\:bg-cover
{
    background-size: cover;
  }

  .lg\:p-16
{
    padding: 4rem;
  }

  .lg\:p-8
{
    padding: 2rem;
  }

  .lg\:px-2
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:px-6
{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-7
{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-8
{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-10
{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12
{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14
{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20
{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-4
{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:pb-10
{
    padding-bottom: 2.5rem;
  }

  .lg\:pb-8
{
    padding-bottom: 2rem;
  }

  .lg\:pe-4
{
    padding-inline-end: 1rem;
  }

  .lg\:ps-4
{
    padding-inline-start: 1rem;
  }

  .lg\:pt-12
{
    padding-top: 3rem;
  }

  .lg\:pt-2
{
    padding-top: 0.5rem;
  }

  .lg\:text-2xl
{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-h1
{
    font-size: 3.875rem;
    line-height: 1.1;
  }

  .lg\:text-h3
{
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .lg\:text-xl
{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px)
{
  .xl\:col-span-2
{
    grid-column: span 2 / span 2;
  }

  .xl\:col-start-2
{
    grid-column-start: 2;
  }

  .xl\:mb-6
{
    margin-bottom: 1.5rem;
  }

  .xl\:mb-8
{
    margin-bottom: 2rem;
  }

  .xl\:mb-9
{
    margin-bottom: 2.25rem;
  }

  .xl\:mt-12
{
    margin-top: 3rem;
  }

  .xl\:mt-6
{
    margin-top: 1.5rem;
  }

  .xl\:h-14
{
    height: 3.5rem;
  }

  .xl\:h-52
{
    height: 13rem;
  }

  .xl\:h-56
{
    height: 14rem;
  }

  .xl\:w-11\/12
{
    width: 91.666667%;
  }

  .xl\:w-40
{
    width: 10rem;
  }

  .xl\:w-56
{
    width: 14rem;
  }

  .xl\:w-80
{
    width: 20rem;
  }

  .xl\:w-\[277px\]
{
    width: 277px;
  }

  .xl\:max-w-\[320px\]
{
    max-width: 320px;
  }

  .xl\:-translate-y-6
{
    --tw-translate-y: -1.5rem;
    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));
  }

  .xl\:cursor-default
{
    cursor: default;
  }

  .xl\:grid-cols-4
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5
{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:gap-2
{
    gap: 0.5rem;
  }

  .xl\:gap-36
{
    gap: 9rem;
  }

  .xl\:gap-8
{
    gap: 2rem;
  }

  .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\:rounded-xl
{
    border-radius: 0.75rem;
  }

  .xl\:p-4
{
    padding: 1rem;
  }

  .xl\:px-10
{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .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\:px-9
{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-12
{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:py-16
{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-5
{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:py-8
{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:pb-10
{
    padding-bottom: 2.5rem;
  }

  .xl\:pb-12
{
    padding-bottom: 3rem;
  }

  .xl\:pt-14
{
    padding-top: 3.5rem;
  }

  .xl\:text-2xl
{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-h2
{
    font-size: 3rem;
    line-height: 1.2;
  }

  .xl\:text-h5
{
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media (min-width: 1536px)
{
  .\32xl\:mb-9
{
    margin-bottom: 2.25rem;
  }

  .\32xl\:h-13
{
    height: 3.25rem;
  }

  .\32xl\:h-56
{
    height: 14rem;
  }

  .\32xl\:h-60
{
    height: 15rem;
  }

  .\32xl\:w-44
{
    width: 11rem;
  }

  .\32xl\:w-60
{
    width: 15rem;
  }

  .\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-11
{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:px-12
{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:px-5
{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-14
{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:py-20
{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .\32xl\:py-6
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:pb-14
{
    padding-bottom: 3.5rem;
  }

  .\32xl\:pt-16
{
    padding-top: 4rem;
  }

  .\32xl\:text-3xl
{
    font-size: 1.875rem;
    line-height: 2.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));
}

@media (prefers-color-scheme: dark)
{
  .dark\:border-transparent
{
    border-color: transparent;
  }
}

.\[\&\.start-alert_\.pause-icon\]\:hidden.start-alert .pause-icon
{
  display: none;
}

.\[\&\.start-alert_\.play-icon\]\:block.start-alert .play-icon
{
  display: block;
}

.\[\&\.start-sliding_\.pause-icon\]\:hidden.start-sliding .pause-icon
{
  display: none;
}

.\[\&\.start-sliding_\.play-icon\]\:block.start-sliding .play-icon
{
  display: block;
}

.\[\&\.stop-alert_\.pause-icon\]\:block.stop-alert .pause-icon
{
  display: block;
}

.\[\&\.stop-alert_\.play-icon\]\:hidden.stop-alert .play-icon
{
  display: none;
}

.\[\&\.stop-sliding_\.pause-icon\]\:block.stop-sliding .pause-icon
{
  display: block;
}

.\[\&\.stop-sliding_\.play-icon\]\:hidden.stop-sliding .play-icon
{
  display: none;
}

.\[\&\>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));
}