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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.right-2 {
  right: 0.5rem;
}

.right-5 {
  right: 1.25rem;
}

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

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

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

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

.z-\[999\] {
  z-index: 999;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.m-5 {
  margin: 1.25rem;
}

.m-8 {
  margin: 2rem;
}

.m-\[10px\] {
  margin: 10px;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-24 {
  width: 6rem;
  height: 6rem;
}

.size-32 {
  width: 8rem;
  height: 8rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[120px\] {
  width: 120px;
  height: 120px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

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

.h-\[2\.25rem\] {
  height: 2.25rem;
}

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

.w-16 {
  width: 4rem;
}

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

.w-28 {
  width: 7rem;
}

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

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

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

.w-6 {
  width: 1.5rem;
}

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

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

.w-\[2\.25rem\] {
  width: 2.25rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

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

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

.max-w-screen-2xl {
  max-width: 1440px;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

.flex-1 {
  flex: 1 1 0%;
}

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

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

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

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.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-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.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-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.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-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-\[5px\] {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-t-\[5px\] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-none {
  border-style: none;
}

.border-\[\#606060\] {
  --tw-border-opacity: 1;
  border-color: rgb(96 96 96 / var(--tw-border-opacity, 1));
}

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

.border-darkergreen {
  --tw-border-opacity: 1;
  border-color: rgb(24 136 6 / var(--tw-border-opacity, 1));
}

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

.border-lightgreen {
  border-color: #D9F4DE;;
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(33 72 151 / var(--tw-border-opacity, 1));
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(121 56 160 / var(--tw-border-opacity, 1));
}

.bg-\[\#e6e6e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-darkergreen {
  --tw-bg-opacity: 1;
  background-color: rgb(24 136 6 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 151 / var(--tw-bg-opacity, 1));
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(121 56 160 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#1F2246\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 34 70 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

.\!pt-\[10px\] {
  padding-top: 10px !important;
}

.\!pt-\[5px\] {
  padding-top: 5px !important;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.font-nunito {
  font-family: Nunito-Sans, sans-serif;
}

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

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

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

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

.leading-tight {
  line-height: 1.25;
}

.text-\[\#2C29FF\] {
  --tw-text-opacity: 1;
  color: rgb(44 41 255 / var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-darkergreen {
  --tw-text-opacity: 1;
  color: rgb(24 136 6 / var(--tw-text-opacity, 1));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(33 72 151 / var(--tw-text-opacity, 1));
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(121 56 160 / var(--tw-text-opacity, 1));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

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

ul,
ol {
  padding-left: 40px;
  margin: 0;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

#page {
  overflow: hidden;
}

#salary_slider .noUi-connect {
  background-color: #3b82f6;
}

#salary_slider .noUi-tooltip {
  display: none;
}

.hero-height {
  height: 40vh;
}

.home .hero {
  margin-top: 0;
}

.hero.remove {
  margin-top: 0;
}

.post-type-archive-news .remove {
  margin-top: 0;
}

/* #secondary-menu #menu-secondary-menu li {
    opacity: 0.7;
  
} */

.custom-login {
  max-width: 670px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 120px;
  background-color: #f8faff;
  padding: 35px 80px;
}

.custom-login #loginform {
  position: relative;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.custom-login #loginform .login-username,
.custom-login #loginform .login-password {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}

.custom-login #loginform .login-username input,
.custom-login #loginform .login-password input {
  width: 100%;
  padding: 10px 20px;
  border: none !important;
}

.custom-login .login-submit input {
  border: #188806 solid 2px !important;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  color: #188806;
}

.custom-login #loginform .login-remember {
  display: flex;
  justify-content: flex-start;
  font-size: 12px;
}

.custom-login #loginform .login-remember label {
  display: flex;
  align-items: center;
  gap: 5px;
}

.custom-login #loginform .login-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: -40px;
}

.custom-login #loginform .login-submit .button {
  padding: 8px 40px;
}

.custom-login #loginform img {
  width: 280px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.options .active {
  text-decoration: underline;
  color: black;
}

#primary-menu a,
#menu-login-menu li {
  font-size: 15px;
}

#primary-menu .loginmenuitem {
  display: none;
}

.role-employer #primary-menu .loginmenuitem {
  display: block;
}

#footer_primary_menu .loginmenuitem {
  display: none;
}

.role-employer #footer_primary_menu .loginmenuitem {
  display: block;
}

.role-employer .loginbutton {
  content: "My Jobs";
}

#secondary-menu {
  margin-right: -10px;
}

#secondary-menu ul {
  position: relative;
}

#secondary-menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

#secondary-menu ul li a {
  color: white;
  font-weight: 500;
}

#secondary-menu ul:first-child .sec-menu a {
  padding: 20px 40px;
  font-size: 15px;
}

#secondary-menu ul:nth-child(2) .sec-menu a {
  padding: 0;
  font-size: 13px;
}

/* menu colors */

#secondary-menu ul li:first-child {
  background: linear-gradient(90deg, #37a048 73.79%, #2a7736 93.4%);
}

#secondary-menu ul li .sub-menu {
  display: none;
}

#secondary-menu #menu-secondary-menu {
  transform: skewX(-15deg);
  gap: 1px;
}

#secondary-menu #menu-secondary-menu li a {
  transform: skewX(15deg);
}

#secondary-menu #menu-secondary-menu li .sub-menu {
  transform: skewX(15deg);
}

#secondary-menu #menu-secondary-menu li .sub-menu li a {
  transform: skewX(0deg);
}

#secondary-menu #menu-secondary-menu .menu-item-active {
  opacity: 1;
}

#secondary-menu ul .current_page_item .sub-menu {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100vw;
  background-color: inherit;
  justify-content: flex-end;
  padding: 15px 40px;
  gap: 100px;
  align-items: center;
  height: 50px;
}

#secondary-menu ul li .sub-menu li {
  opacity: 1 !important;
}

#secondary-menu #menu-secondary-menu li:first-child {
  background: linear-gradient(90deg, #37a081 73.79%, #2f896e 93.4%);
  width: 200px;
}

#secondary-menu #menu-secondary-menu li:first-child a {
  font-weight: 700;
  text-transform: uppercase;
}

#secondary-menu #menu-secondary-menu li:nth-child(2) {
  background: linear-gradient(90deg, #3781a0 73.79%, #2b657e 93.4%);
  width: 200px;
}

#secondary-menu #menu-secondary-menu li:nth-child(2) a {
  font-weight: 700;
  text-transform: uppercase;
}

#secondary-menu #menu-secondary-menu li:nth-child(3) {
  background: linear-gradient(90deg, #37a048 73.79%, #2a7736 93.4%);
  width: 200px;
}

#secondary-menu #menu-secondary-menu li:nth-child(3) a {
  font-weight: 700;
  text-transform: uppercase;
}

#secondary-menu #menu-secondary-menu li:nth-child(4) {
  background: linear-gradient(90deg, #7837a0 73.79%, #562674 93.4%);
  width: 200px;
}

#secondary-menu #menu-secondary-menu li:nth-child(4) a {
  font-weight: 700;
  text-transform: uppercase;
}

#secondary-menu #menu-secondary-menu li:first-child .sub-menu li,
#secondary-menu #menu-secondary-menu li:nth-child(2) .sub-menu li,
#secondary-menu #menu-secondary-menu li:nth-child(3) .sub-menu li,
#secondary-menu #menu-secondary-menu li:nth-child(4) .sub-menu li {
  background: none;
  width: -moz-fit-content;
  width: fit-content;
}

#secondary-menu #menu-secondary-menu li:first-child .sub-menu li a,
#secondary-menu #menu-secondary-menu li:nth-child(2) .sub-menu li a,
#secondary-menu #menu-secondary-menu li:nth-child(3) .sub-menu li a,
#secondary-menu #menu-secondary-menu li:nth-child(4) .sub-menu li a {
  font-weight: 400;
  text-transform: none;
}

#secondary-menu ul .menu-item-active .sub-menu li {
  position: relative;
}

#secondary-menu ul .menu-item-active .sub-menu li .sub-menu {
  display: none;
}

#secondary-menu ul .menu-item-active .sub-menu li:hover .sub-menu {
  display: flex;
  position: absolute;
  width: 175px;
  left: 0;
}

#secondary-menu #menu-secondary-menu .green.current-menu-parent .sub-menu {
  background: #37a048;
  display: flex;
  position: absolute;
  top: 100%;
  right: -10px;
  width: calc(100vw + 10px);
  justify-content: flex-end;
  padding: 15px 40px;
  gap: 100px;
  align-items: center;
  height: 50px;
}

#secondary-menu #menu-secondary-menu .blue.current-menu-parent .sub-menu {
  background: #3781a0;
  display: flex;
  position: absolute;
  top: 100%;
  right: -10px;
  width: calc(100vw + 10px);
  justify-content: flex-end;
  padding: 15px 40px;
  gap: 100px;
  align-items: center;
  height: 50px;
}

#secondary-menu #menu-secondary-menu .lightgreen.current-menu-parent .sub-menu {
  background: #37a081;
  display: flex;
  position: absolute;
  top: 100%;
  right: -10px;
  width: calc(100vw + 10px);
  justify-content: flex-end;
  padding: 15px 40px;
  gap: 100px;
  align-items: center;
  height: 50px;
}

#secondary-menu #menu-secondary-menu .purple.current-menu-parent .sub-menu {
  background: #7837a0;
  display: flex;
  position: absolute;
  top: 100%;
  right: -10px;
  width: calc(100vw + 10px);
  justify-content: flex-end;
  padding: 15px 40px;
  gap: 100px;
  align-items: center;
  height: 50px;
}

.post-section {
  display: none;
  /* Hide all sections by default */
}

.post-section.active {
  display: block;
  /* Show only the active section */
}

.post-section.active p {
  font-weight: bold;
  /* Show only the active section */
}

.hidden {
  display: none;
  /* Utility class for hiding elements */
}

.title.active {
  font-weight: bold;
}

#login-menu ul li {
  width: 100%;
  margin-right: 25px;
}

#login-menu .sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  padding: 10px;
}

#login-menu:hover .sub-menu {
  display: none;
}

.role-employer #login-menu:hover .sub-menu {
  display: block;
  z-index: 999;
}

#salary_slide .noUi-connect {
  background: #3b82f6;
}

#search-form {
  position: relative;
}

#search-input {
  padding-left: 2.5rem;
  /* Space for the icon */
  padding-right: 1rem;
  /* Optional: Adjust for additional space if needed */
}

#search-submit {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  /* Adjust as needed to align the icon correctly */
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
  /* Ensure the button is above the input field */
}

#search-submit i {
  font-size: 1.25rem;
  /* Adjust size as needed */
  --tw-text-opacity: 1;
  color: rgb(24 136 6 / var(--tw-text-opacity, 1));
}

.tag-volunteering #search-submit i {
  color: #7837a0;
}

.volunteering-page #search-submit i {
  color: #7837a0;
}

#primary-menu .current-menu-item a {
  color: black;
  text-decoration: underline;
}

.profile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 9999px;
}

#profile-update-success {
  color: #2eb000;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  animation: fadeOutAnimation 3s ease-in-out forwards;
  animation-delay: 3s;
  /* Wait for 3 seconds before starting the fade-out */
}

/* Keyframes for fading out */

@keyframes fadeOutAnimation {
  to {
    opacity: 0;
  }
}

.lgcolwidth {
  min-width: 200px;
}

/* .single-jobs #secondary-menu ul li:first-child .sub-menu{
    display:flex;
    position:absolute;
    top:100%;
    right:0;
    width:100vw;
    background-color: inherit;
    justify-content: flex-end;
    padding:15px 40px;
    gap:100px;
    align-items: center;
    height:50px;
    
} */

.single-jobs #secondary-menu #menu-secondary-menu .menu-item {
  opacity: 1;
}

.single-jobs .tag-volunteering .unspecified {
  display: none;
}

.tag-volunteering .border-darkergreen, .tag-volunteering .but {
  border-color: #7837a0;
}

.tag-volunteering .but:hover, .volunteering-page .but:hover {
  background-color: #7837a0;
  color:white;
}

.tag-volunteering .text-darkergreen {
  color: #7837a0;
}

.volunteering-page .border-darkergreen {
  border-color: #7837a0;
}

.volunteering-page .text-darkergreen {
  color: #7837a0;
}

.volunteering-page .job-post {
  background-color: #fcf7ff;
}

.volunteering-page #mobilefilters {
  border-right-color: #fcf7ff;
}

.select-custom {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Remove default styling */
  background-image: url("https://tunbridgewells.works/wp-content/uploads/2024/09/Polygon-1.svg");
  /* Custom arrow */
  background-repeat: no-repeat;
  background-position: right 10px center;
  /* Adjust position as needed */
  background-size: 12px;
  /* Adjust size as needed */
  padding-right: 30px;
  /* Add space for the arrow */
}

.select2 {
  width: 100% !important;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 255 249 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 960px) {
  .select2 {
    width: 75% !important;
  }
}

#events-filter-form .select2 {
  background-color: transparent;
  padding: 0px;
}

#events-filter-form .select2-container--default .select2-selection--single, #events-filter-form .select2-selection--multiple {
  height: 100%;
  border-radius: 0.125rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

#events-filter-form .select2-search__field {
  padding-left: 10px;
}

.volunteering-page .select-custom {
  background-image: url("https://tunbridgewells.works/wp-content/uploads/2025/02/volunteer-purple-arrow.svg");
  /* Custom arrow */
}

.select-custom:focus {
  outline: none;
  /* Remove focus outline */
}

.select-custom option:disabled {
  color: #878787;
}

.swiper .swiper-slide {
  opacity: 0 !important;
}

.swiper .swiper-slide-active {
  opacity: 1 !important;
}

.swiper-pagination {
  position: relative !important;
}

.stats .mediumlarge {
  font-size: 24px;
}

.stats .large {
  font-size: 48px;
  font-weight: 800;
}

.stats .eighthundred {
  font-weight: 800;
}

.stats p {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}

.stats br {
  display: none;
}

.stats .extralarge {
  font-size: 56px;
  font-weight: 800;
}

#menu-item-526 {
  position: relative;
  background: linear-gradient(90deg, #7837a0 73.79%, #562674 93.4%);
}

#menu-item-526::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: -10;
  transform: skewX(15deg);
  /* Apply skew to the after pseudo-element */
  background: inherit;
  /* Keep the gradient background if necessary */
}

.wp-block-gallery,
.wp-block-table {
  max-width: 1280px;
  margin: auto;
  padding: 0 50px;
}

.bg-custom-gradient {
  background: linear-gradient(117deg, var(--TW-Blue, #18469D) 21.06%, #8B74B5 94.83%);
}

#events-form .select2 {
  width: 100% !important;
  background-color: transparent;
  padding: 0px;
}

/* calendar */

#mini-calendar table {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
  font-family: Nunito-Sans, sans-serif;
  --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);
}

@media (min-width: 782px) {
  #mini-calendar table {
    margin: 0px;
  }
}

#mini-calendar thead .jsCalendar-title-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}

#mini-calendar tbody td.jsCalendar-selected {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
  font-weight: 800;
}

#mini-calendar tbody td.jsCalendar-current, td .today {
  display: inline-flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 151 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.networking-banner {
  height:425px;
}

.networking-banner .text-wrap {
  padding: 50px;
}

.networking-banner .text-wrap h1 {
  text-align: start;
  text-transform: capitalize;
  line-height: 45px;
}

.select2-selection__rendered {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-text, .desk-shad {
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
}

#event-listing-container #single-event:first-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(33 72 151 / var(--tw-border-opacity, 1));
}

.card_7,
.card_7 .futurebiz-slot-time,
.card_7 .futurebiz-stage-title,
.card_7 .futurebiz-stage-more,
.card_7 .futurebiz-stage-title h3,
.card_7 .futurebiz-accordion-toggle,
.card_7 .futurebiz-accordion-panel {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(121 56 160 / var(--tw-text-opacity, 1));
}

.card_7 h3 {
  display: none;
  /* Utility class for hiding elements */
}

@media (min-width: 960px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
    /* Ensure the grid has 12 columns */
  }

  .item {
    grid-column: span 4;
    /* Default for larger screens */
  }

  /* Specific settings for items 7 and 8 */

  .centered-item {
    grid-column: span 6 !important;
    /* Make items 7 and 8 span 6 columns */
  }
}

@media (min-width: 961px) {
  #menu-mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 960px) {
  #mobile #menu-mobile-menu > .main {
    border-bottom: 1px solid var(--White, #fff);
    text-align: center;
    width: 100%;
  }

  #mobile #menu-mobile-menu > .main > a {
    display: block;
    color: white;
    font-weight: 700;
    padding: 20px 0;
  }

  #mobile #menu-mobile-menu > .dropdown > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
  }

  #mobile #menu-mobile-menu > .dropdown > a::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 12px;
    height: 8px;
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M5.575 6.55C5.44167 6.55 5.31267 6.525 5.188 6.475C5.06267 6.425 4.95833 6.35833 4.875 6.275L0.275 1.675C0.0916663 1.49167 0 1.25833 0 0.974999C0 0.691666 0.0916663 0.458333 0.275 0.275C0.458333 0.0916663 0.691667 0 0.975 0C1.25833 0 1.49167 0.0916663 1.675 0.275L5.575 4.175L9.475 0.275C9.65833 0.0916663 9.89167 0 10.175 0C10.4583 0 10.6917 0.0916663 10.875 0.275C11.0583 0.458333 11.15 0.691666 11.15 0.974999C11.15 1.25833 11.0583 1.49167 10.875 1.675L6.275 6.275C6.175 6.375 6.06667 6.44567 5.95 6.487C5.83333 6.529 5.70833 6.55 5.575 6.55Z" fill="white"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
  }

  #mobile #menu-mobile-menu > .dropdown > a.open::after {
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="7" viewBox="0 0 12 7" fill="none"><path d="M5.575 0.45C5.70833 0.45 5.83733 0.475 5.961 0.525C6.08733 0.575 6.19167 0.641667 6.275 0.725L10.875 5.325C11.0583 5.50833 11.15 5.74167 11.15 6.025C11.15 6.30833 11.0583 6.54167 10.875 6.725C10.6917 6.90833 10.4583 7 10.175 7C9.89167 7 9.65833 6.90833 9.475 6.725L5.575 2.825L1.675 6.725C1.49167 6.90833 1.25833 7 0.975 7C0.691667 7 0.458333 6.90833 0.275 6.725C0.0916667 6.54167 0 6.30833 0 6.025C0 5.74167 0.0916667 5.50833 0.275 5.325L4.875 0.725C4.974 0.625 5.08333 0.554333 5.199 0.513C5.31667 0.471 5.44167 0.45 5.575 0.45Z" fill="white"/></svg>');
  }

  #mobile #menu-mobile-menu .dropdown .sub-menu {
    display: none;
  }

  #mobile #menu-mobile-menu .dropdown .sub-menu li {
    padding: 20px 0;
  }

  #mobile #menu-mobile-menu .dropdown .sub-menu li a {
    color: white;
  }

  #mobile #menu-mobile-menu .dropdown:first-child {
    background: #214897;
  }

  #mobile #menu-mobile-menu .dropdown:nth-child(2) ul {
    background: #37a048;
  }

  #mobile #menu-mobile-menu .jobs {
    background: var(
      --Green-Gradient,
      linear-gradient(90deg, #37a048 73.79%, #2a7736 93.4%)
    );
  }

  #mobile #menu-mobile-menu .business {
    background: var(
      --Teal-Gradient,
      linear-gradient(90deg, #3781a0 73.79%, #2b657e 93.4%)
    );
  }

  #mobile #menu-mobile-menu .development {
    background: var(
      --Teal-2-Gradient,
      linear-gradient(90deg, #37a081 73.79%, #2f896e 93.4%)
    );
  }

  #mobile #menu-mobile-menu .volunteering {
    background: var(
      --Purple-Gradient,
      linear-gradient(90deg, #7837a0 73.79%, #562674 93.4%)
    );
  }

  #mobile #menu-mobile-menu .dropdown ul {
    list-style: none;
    padding-left:0;
  }

  #footer_primary_menu ul, #footer_secondary_menu ul {
    padding-left:0
  }

  .volunteering-page .job-post {
    background-color: white;
  }

  #events-filter-form {
    display: none;
  }

  #events-filter-form.show {
    display: flex;
  }

  .networking-banner .text-wrap {
    margin: 0px;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 1.25rem;
  }

  .networking-banner .text-wrap h1 {
    line-height: 2.25rem;
  }

  .banner-text {
    box-shadow: none;
  }

  .event-listing-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  #event-listing-container #single-event {
    grid-template-columns: 50px 1fr;
    border:none;
  }

  #event-listing-container td {
    padding: 0px;
    line-height: 18px;
  }

  .mob-shad {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.08);
  }
}

/* mobile media query */

@media only screen and (max-width: 768px) {
  .hero-height {
    height: 340px;
  }

  .no-grid div {
    padding: 0;
  }

  .stats .small {
    font-size: 16px;
  }

  .stats .medium {
    font-size: 18px;
  }

  .stats .mediumlarge {
    font-size: 20px;
  }

  .stats .large {
    font-size: 40px;
    font-weight: 800;
  }

  .stats .extralarge {
    font-size: 48px;
    font-weight: 800;
  }

  .strip {
    background: linear-gradient(90deg, #37a048 73.79%, #2a7736 93.4%);
  }

  .volunteering-page .strip {
    background: linear-gradient(90deg, #7837a0 73.79%, #562674 93.4%);
  }

  .custom-login {
    margin: 20px;
    padding: 0;
  }

  .custom-login #loginform {
    padding: 20px;
  }

  .custom-login .login-submit {
    right: 20px;
  }

  .custom-login #loginform .login-username {
    gap: 15px;
  }

  .custom-login #loginform label {
    display: none;
  }

  .custom-login #loginform img {
    width: 100%;
    padding: 20px;
    margin: 0;
  }

  .networking-banner {
    height:200px;
  }
}

.hover\:bg-darkergreen:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 136 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 72 151 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-darkergreen:hover {
  --tw-text-opacity: 1;
  color: rgb(24 136 6 / var(--tw-text-opacity, 1));
}

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

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

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 600px) {
  .sm\:flex-row {
    flex-direction: row;
  }

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

@media (min-width: 782px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-56 {
    height: 14rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

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

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

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

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

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

  .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\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-rows-\[auto_auto_auto_1fr\] {
    grid-template-rows: auto auto auto 1fr;
  }

  .md\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

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

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

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

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

  .md\:gap-40 {
    gap: 10rem;
  }

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

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

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

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

  .md\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:bg-lightergreen {
    --tw-bg-opacity: 1;
    background-color: rgb(247 255 249 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-offwhite {
    --tw-bg-opacity: 1;
    background-color: rgb(248 250 255 / var(--tw-bg-opacity, 1));
  }

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

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

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

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

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

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

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

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

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 960px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mr-\[82px\] {
    margin-right: 82px;
  }

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

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[587\/331\] {
    aspect-ratio: 587/331;
  }

  .lg\:h-36 {
    height: 9rem;
  }

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

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

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

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

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

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

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

  .lg\:w-36 {
    width: 9rem;
  }

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

  .lg\:w-72 {
    width: 18rem;
  }

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

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

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

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

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

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

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-lightergreen {
    --tw-border-opacity: 1;
    border-color: rgb(247 255 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-lightgreen {
    border-color: #D9F4DE;;
  }

  .lg\:bg-lightergreen {
    --tw-bg-opacity: 1;
    background-color: rgb(247 255 249 / var(--tw-bg-opacity, 1));
  }

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

  .lg\:bg-contain {
    background-size: contain;
  }

  .lg\:bg-center {
    background-position: center;
  }

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

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

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

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

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

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

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

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

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

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

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

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

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

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

  .lg\:pr-20 {
    padding-right: 5rem;
  }

  .lg\:pr-\[82px\] {
    padding-right: 82px;
  }

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

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

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

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

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

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

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

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

  .lg\:text-darkergreen {
    --tw-text-opacity: 1;
    color: rgb(24 136 6 / var(--tw-text-opacity, 1));
  }

  .lg\:\[background-image\:var\(--futurebiz-bg\)\] {
    background-image: var(--futurebiz-bg);
  }
}

