*, ::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(102 112 133 / 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(102 112 133 / 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: #D3D3D3;
  /* 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: DM Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  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: #777777;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #777777;
  /* 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;
}

/* Fluid typography utility classes */

.text-h1 {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 54px);
  line-height: clamp(40px, 6vw, 70px);
}

.text-44 {
  font-weight: 700;
  font-size: clamp(26px, 4.5vw, 44px);
  line-height: clamp(32px, 5.25vw, 55px);
}

.text-h2 {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 40px);
  line-height: clamp(30px, 4.5vw, 40px);
}

.text-h3 {
  font-weight: 600;
  font-size: clamp(20px, 3.5vw, 32px);
  line-height: clamp(28px, 4vw, 40px);
}

.text-h4 {
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(24px, 3vw, 32px);
}

.text-h4-5 {
  font-weight: 600;
  font-size: clamp(17px, 2.25vw, 22px);
  line-height: clamp(23px, 2.75vw, 30px);
}

.text-h5 {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(22px, 2.5vw, 28px);
}

.text-h6 {
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: clamp(20px, 2vw, 24px);
}

.text-p {
  --tw-text-opacity: 1;
  color: rgb(5 11 32 / var(--tw-text-opacity, 1));
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: clamp(20px, 2vw, 28px);
}

.text-p-15 {
  --tw-text-opacity: 1;
  color: rgb(5 11 32 / var(--tw-text-opacity, 1));
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: clamp(20px, 2vw, 28px);
}

/* Apply to semantic tags */

h1 {
  font-weight: 700;
  font-size: clamp(32px, 5vw, 54px);
  line-height: clamp(40px, 6vw, 70px);
}

h2 {
  font-weight: 700;
  font-size: clamp(24px, 4vw, 40px);
  line-height: clamp(30px, 4.5vw, 40px);
}

h3 {
  font-weight: 600;
  font-size: clamp(20px, 3.5vw, 32px);
  line-height: clamp(28px, 4vw, 40px);
}

h4 {
  font-weight: 600;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(24px, 3vw, 32px);
}

h5 {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 20px);
  line-height: clamp(22px, 2.5vw, 28px);
}

h6 {
  font-weight: 600;
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: clamp(20px, 2vw, 24px);
}

p {
  --tw-text-opacity: 1;
  color: rgb(5 11 32 / var(--tw-text-opacity, 1));
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: clamp(20px, 2vw, 28px);
  margin-bottom: 1rem;
}

@media (min-width: 640px) {
  p {
    margin-bottom: 1.25rem;
  }
}

h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-word;
  /* optional, for legacy support */
}

/* Icon Size Utility Classes */

.icon-xs {
  width: 10px;
  height: 10px;
}

.icon-13 {
  width: 13px;
  height: 13px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-19 {
  width: 19px;
  height: 19px;
}

.icon-md {
  width: 24px;
  height: 24px;
}

.icon-mobile-menu {
  width: 24px;
  height: 18px;
}

.icon-h-27 {
  height: 27px;
}

.icon-lg {
  width: 32px;
  height: 32px;
}

.icon-36 {
  width: 36px;
  height: 36px;
}

.icon-38 {
  width: 38px;
  height: 38px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

/* Base icon class for common properties */

.icon {
  display: block;
  flex-shrink: 0;
  box-sizing: content-box;
}

/* Usage with SVG containers */

.icon svg {
  width: 100%;
  height: 100%;
}

.card-border {
  box-shadow:
            inset 0 0 0 2px rgba(0, 0, 0, 0.10),
            0 4px 4px rgba(0, 0, 0, 0.25);
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-button {
  display: flex;
  display: none;
  align-items: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 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;
}

.mobile-menu-overlay.header-button {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.header-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 197 253 / var(--tw-bg-opacity, 1));
}

@media (min-width: 520px) {
  .header-button {
    display: none;
  }

  .header-button.mobile-menu-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

@media (min-width: 640px) {
  .header-button:last-child {
    display: block;
  }
}

@media (min-width: 768px) {
  .header-button {
    display: block;
  }
}

.layout-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--page-width);
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity, 1));
  padding-left: clamp(1.5rem, calc(50vw - 600px), 175px);
  padding-right: clamp(1.5rem, calc(50vw - 600px), 175px);
}

.content-wrapper {
  width: 100%;
  flex: 1 1 0%;
}

.content {
  margin-top: 3rem;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.section {
  margin-top: clamp(50px, calc(6.9565vw + 22.174px), 130px);
}

.breadcrumb-link {
  font-family: Manrope, sans-serif;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 46 48 / var(--tw-text-opacity, 1));
}

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

.breadcrumb-link:active {
  font-weight: 700;
}

/* Header Social Links */

.header-social-wrapper {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.header-social-links a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.header-social-links a:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  opacity: 0.8;
}

.header-social-links a: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-color: rgb(255 255 255 / 0.5);
}

.header-social-links a:hover span.header-icon {
  fill: #545454;
  /* Change color on hover */
}

.header-icon {
  width: 25px;
  height: 25px;
  display: block;
  flex-shrink: 0;
  box-sizing: content-box;
}

.header-icon svg {
  width: 100%;
  height: 100%;
}

.select-option .header-icon:nth-of-type(2) {
  fill: #ACACAC;
  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;
}

.select-option.selected .header-icon:nth-of-type(2) {
  fill: #14BA08;
}

.header-icon {
  fill: #000000;
  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: 200ms;
}

/* Footer Social Links */

.footer-social-wrapper {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}

.footer-social-links a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.footer-social-links a:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  opacity: 0.8;
}

.footer-social-links a: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-color: rgb(255 255 255 / 0.5);
}

.footer-social-links a:hover span.footer-icon {
  fill: #bfdbfe;
  /* Change color on hover */
}

.footer-icon {
  width: 25px;
  height: 25px;
  display: block;
  flex-shrink: 0;
  box-sizing: content-box;
}

.footer-icon svg {
  width: 100%;
  height: 100%;
}

.select-option .footer-icon:nth-of-type(2) {
  fill: #ACACAC;
  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;
}

.select-option.selected .footer-icon:nth-of-type(2) {
  fill: #14BA08;
}

.footer-icon {
  fill: #fff;
  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: 200ms;
}

/* Mobile Social Links */

.mobile-social-wrapper {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.mobile-social-wrapper a {
  border-radius: 0.5rem;
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.mobile-social-wrapper a:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  opacity: 0.8;
}

.mobile-social-wrapper a: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-color: rgb(102 112 133 / 0.5);
}

.mobile-social-wrapper a:hover span.mobile-icon {
  fill: #2563eb;
}

.mobile-icon {
  width: 25px;
  height: 25px;
  display: block;
  flex-shrink: 0;
  box-sizing: content-box;
}

.mobile-icon svg {
  width: 100%;
  height: 100%;
}

.select-option .mobile-icon:nth-of-type(2) {
  fill: #ACACAC;
  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;
}

.select-option.selected .mobile-icon:nth-of-type(2) {
  fill: #14BA08;
}

.mobile-icon {
  fill: #393939;
  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: 200ms;
}

.footer-menu-text {
  overflow-wrap: break-word;
  padding-bottom: 28px;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer-menu-title {
  overflow-wrap: break-word;
  padding-bottom: 28px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.footer-nav a {
  overflow-wrap: break-word;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / 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: 200ms;
}

.footer-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(146 197 253 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.form-step .title {
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: clamp(24px, 3vw, 32px);
  display: block;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  font-family: Manrope, sans-serif;
  font-weight: 800;
}

.select-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.select-option {
  display: flex;
  flex: 1 1 auto;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 0 4px 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: 200ms;
}

.select-option:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
}

.select-option .icon:nth-of-type(2) {
  fill: #ACACAC;
  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;
}

.select-option.selected .icon:nth-of-type(2) {
  fill: #14BA08;
}

.form-fields-row {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .form-fields-row {
    flex-direction: row;
    flex-wrap: wrap;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 1rem;
  }
}

.form-field-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .form-field-wrapper {
    flex-basis: calc(50% - 0.5rem);
  }
}

.form-field-label {
  margin-bottom: 0.25rem;
  display: none;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mobile-menu-overlay.form-field-label {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (min-width: 768px) {
  .form-field-label {
    display: block;
  }
}

.form-field-input {
  width: 100%;
  border-radius: 24px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .form-field-input::-moz-placeholder {
    visibility: hidden;
  }
  .form-field-input::placeholder {
    visibility: hidden;
  }
}

/* Used for both listing and city profiles */

.list-item-default {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
  padding-bottom: 0.25rem;
}

.column-section {
  display: flex;
  align-items: center;
  border-radius: 24px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 251 253 / var(--tw-bg-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

/* === Business Profile Specific === */

.business-profile-header-title {
  font-family: Manrope, sans-serif;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.business-profile-header-text {
  text-align: right;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}

.business-profile-header-link {
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}

.business-profile-header-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.business-profile-section-header {
  overflow-wrap: break-word;
  font-family: DM Sans, sans-serif;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(84 84 84 / var(--tw-text-opacity, 1));
}

.business-profile-description-title {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.business-profile-description-text {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.business-profile-working-hours-text {
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}

.rich-text p+p {
  margin-top: 2rem;
  /* consistent spacing between paragraphs */
}

/* Fluid full-width wrapper with optional background
     Used for edge-to-edge sections (e.g. banners, cards) */

.container-fluid {
  width: 100%;
  max-width: none;
}

/* Max-width centered content inside fluid wrappers
     Aligns with --page-width from your Tailwind config */

.container-centered {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--page-width);
}

/* Vertical spacing helpers for sections */

/* Common semantic background helpers */

/* Responsive 2-column layout
     Stacks on mobile, side-by-side on sm+ */

/* Responsive 3-column layout (equal spacing) */

/* Sidebar layout with left-aligned or right-aligned sidebar
     Sidebar is 1/3, main content is 2/3 on sm+ */

.sidebar {
  width: 100%;
}

@media (min-width: 640px) {
  .sidebar {
    width: 33.333333%;
  }
}

.main-content {
  width: 100%;
}

@media (min-width: 640px) {
  .main-content {
    width: 66.666667%;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-bottom-\[96px\] {
  bottom: -96px;
}

.-left-6 {
  left: -1.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-\[-24px\] {
  left: -24px;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-\[clamp\(31px\2c calc\(31px\+20\*\(100vw-400px\)\/1150\)\2c 51px\)\] {
  top: clamp(31px,calc(31px + 20 * (100vw - 400px) / 1150),51px);
}

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

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

.m-0 {
  margin: 0px;
}

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

.mx-\[clamp\(20px\2c 4vw\2c 50px\)\] {
  margin-left: clamp(20px,4vw,50px);
  margin-right: clamp(20px,4vw,50px);
}

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-\[24px\] {
  margin-left: -24px;
}

.-ml-\[48px\] {
  margin-left: -48px;
}

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

.-mr-9 {
  margin-right: -2.25rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

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

.-mt-9 {
  margin-top: -2.25rem;
}

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-\[18px\] {
  margin-bottom: 18px;
}

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

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

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

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

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

.mt-1 {
  margin-top: 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-24 {
  margin-top: 6rem;
}

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-\[clamp\(10px\2c 14\.84375vw-103\.96px\2c 48px\)\] {
  margin-top: clamp(10px,14.84375vw - 103.96px,48px);
}

.mt-\[var\(--fluid-100-60\)\] {
  margin-top: var(--fluid-100-60);
}

.mt-\[var\(--fluid-75-50\)\] {
  margin-top: var(--fluid-75-50);
}

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

.h-1 {
  height: 0.25rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-4\.5 {
  height: 1.125rem;
}

.h-48 {
  height: 12rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

.h-\[clamp\(62px\2c calc\(62px\+53\*\(100vw-400px\)\/1150\)\2c 115px\)\] {
  height: clamp(62px,calc(62px + 53 * (100vw - 400px) / 1150),115px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-16 {
  height: 4rem;
}

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

.max-h-0 {
  max-height: 0px;
}

.max-h-\[calc\(100vh-80px\)\] {
  max-height: calc(100vh - 80px);
}

.min-h-14 {
  min-height: 3.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-h-\[unset\] {
  min-height: unset;
}

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

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

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

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

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%\+24px\)\] {
  width: calc(100% + 24px);
}

.w-\[calc\(100vw-48px\)\] {
  width: calc(100vw - 48px);
}

.w-\[calc\(100vw_-_48px\)\] {
  width: calc(100vw - 48px);
}

.w-\[calc\(var\(--btn-w\)\*2-var\(--overlap\)\)\] {
  width: calc(var(--btn-w) * 2 - var(--overlap));
}

.w-\[min\(1325px\2c calc\(85\.48vw\)\)\] {
  width: min(1325px,calc(85.48vw));
}

.w-\[min\(1460px\2c calc\(94\.19vw\)\)\] {
  width: min(1460px,calc(94.19vw));
}

.w-\[var\(--btn-w\)\] {
  width: var(--btn-w);
}

.w-auto {
  width: auto;
}

.w-content {
  width: var(--page-content-width);
}

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

.w-full {
  width: 100%;
}

.w-\[calc\(100vw-var\(--scrollbar-width\)\)\] {
  width: calc(100vw - var(--scrollbar-width));
}

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

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

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

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

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

.max-w-\[85vw\] {
  max-width: 85vw;
}

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

.max-w-content {
  max-width: var(--page-content-width);
}

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

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

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

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

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

.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-6 {
  --tw-translate-x: -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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-6 {
  --tw-translate-x: 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));
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start {
  scroll-snap-align: start;
}

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

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

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

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

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

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-7\.5 {
  gap: 1.875rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.space-x-0 > :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)));
}

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

.space-y-1 > :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));
}

.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-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-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));
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

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

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

.rounded-r-\[24px\] {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

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

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

.rounded-t-\[clamp\(30px\2c 5\.8vw\2c 85px\)\] {
  border-top-left-radius: clamp(30px,5.8vw,85px);
  border-top-right-radius: clamp(30px,5.8vw,85px);
}

.border {
  border-width: 1px;
}

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

.border-\[12px\] {
  border-width: 12px;
}

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

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

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

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 228 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#14BA08\] {
  --tw-bg-opacity: 1;
  background-color: rgb(20 186 8 / var(--tw-bg-opacity, 1));
}

.bg-\[\#282E30\]\/25 {
  background-color: rgb(40 46 48 / 0.25);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 197 253 / var(--tw-bg-opacity, 1));
}

.bg-blue-300\/20 {
  background-color: rgb(146 197 253 / 0.2);
}

.bg-blue-300\/50 {
  background-color: rgb(146 197 253 / 0.5);
}

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

.bg-gray-150 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 215 215 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-650 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 67 76 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 46 48 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 11 32 / var(--tw-bg-opacity, 1));
}

.bg-gray-800\/40 {
  background-color: rgb(5 11 32 / 0.4);
}

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

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 241 134 / var(--tw-bg-opacity, 1));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / 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-white\/44 {
  background-color: rgb(255 255 255 / 0.44);
}

.bg-white\/77 {
  background-color: rgb(255 255 255 / 0.77);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-cover {
  background-size: cover;
}

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

.fill-black {
  fill: #000;
}

.fill-blue-300 {
  fill: #92C5FD;
}

.fill-gray-100 {
  fill: #E4E4E4;
}

.fill-gray-300 {
  fill: #ACACAC;
}

.fill-gray-50 {
  fill: #F7FBFD;
}

.fill-gray-600 {
  fill: #393939;
}

.fill-gray-700 {
  fill: #282E30;
}

.fill-neutral-0 {
  fill: #FFFFFF;
}

.fill-none {
  fill: none;
}

.fill-purple-500 {
  fill: #BBA9FF;
}

.fill-white {
  fill: #fff;
}

.stroke-black {
  stroke: #000;
}

.stroke-gray-700 {
  stroke: #282E30;
}

.stroke-gray-900 {
  stroke: #000000;
}

.stroke-white {
  stroke: #fff;
}

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

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

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.px-\[var\(--fluid-36-24\)\] {
  padding-left: var(--fluid-36-24);
  padding-right: var(--fluid-36-24);
}

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

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-7\.5 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-\[clamp\(60px\2c calc\(60px\+24\*\(100vw-400px\)\/1150\)\2c 84px\)\] {
  padding-top: clamp(60px,calc(60px + 24 * (100vw - 400px) / 1150),84px);
  padding-bottom: clamp(60px,calc(60px + 24 * (100vw - 400px) / 1150),84px);
}

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pb-9 {
  padding-bottom: 2.25rem;
}

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

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

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

.pb-\[var\(--fluid-80-70\)\] {
  padding-bottom: var(--fluid-80-70);
}

.pb-\[var\(--fluid-96-20\)\] {
  padding-bottom: var(--fluid-96-20);
}

.pl-12 {
  padding-left: 3rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

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

.pr-0 {
  padding-right: 0px;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

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

.pr-7 {
  padding-right: 1.75rem;
}

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

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

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

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

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

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

.pt-6 {
  padding-top: 1.5rem;
}

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

.pt-7\.5 {
  padding-top: 1.875rem;
}

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

.pt-9 {
  padding-top: 2.25rem;
}

.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}

.pt-\[3\.25px\] {
  padding-top: 3.25px;
}

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

.pt-\[clamp\(50px\2c calc\(6\.9565vw\+22\.174px\)\2c 130px\)\] {
  padding-top: clamp(50px,calc(6.9565vw + 22.174px),130px);
}

.pt-\[var\(--fluid-96-20\)\] {
  padding-top: var(--fluid-96-20);
}

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

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

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

.font-manrope {
  font-family: Manrope, sans-serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-3xl {
  font-size: 28px;
  line-height: 1.25;
}

.text-4xl {
  font-size: 32px;
  line-height: 1.25;
}

.text-5xl {
  font-size: 40px;
  line-height: 1.2;
}

.text-6xl {
  font-size: 48px;
  line-height: 1.1;
}

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

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

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

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

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

.text-\[7vw\] {
  font-size: 7vw;
}

.text-\[length\:var\(--fluid-18-14\)\] {
  font-size: var(--fluid-18-14);
}

.text-\[length\:var\(--fluid-40-28\)\] {
  font-size: var(--fluid-40-28);
}

.text-base {
  font-size: 16px;
  line-height: 1.5;
}

.text-lg {
  font-size: 18px;
  line-height: 1.5;
}

.text-sm {
  font-size: 14px;
  line-height: 1.5;
}

.text-xl {
  font-size: 20px;
  line-height: 1.5;
}

.text-xs {
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.font-normal {
  font-weight: 400;
}

.font-regular {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

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

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

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

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

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

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

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

.leading-\[var\(--fluid-35-25\)\] {
  line-height: var(--fluid-35-25);
}

.leading-\[var\(--fluid-40-35\)\] {
  line-height: var(--fluid-40-35);
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

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

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

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(146 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity, 1));
}

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(18 48 84 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(40 46 48 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(5 11 32 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

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

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

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

.shadow-small-center {
  --tw-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 0 4px 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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\] {
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  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;
}

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

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

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

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

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

/* Screen reader only - hide visually but keep for screen readers */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Enhanced keyboard focus indicators */

.keyboard-focus {
  outline: 2px solid #3B82F6 !important;
  /* blue-500 */
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2) !important;
}

/* Mobile Menu Styles */

/* Base mobile menu styling - always visible but visually hidden */

.mobile-menu-overlay {
  /* Always rendered but invisible by default */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* Smooth transitions for overlay - now 200ms */
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
  margin: 0 !important;
}

/* Override Tailwind's hidden class specifically for mobile menu to prevent display: none */

.mobile-menu-overlay.hidden {
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* When menu is opened - use a specific class instead of relying on :not(.hidden) */

.mobile-menu-overlay.menu-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: all !important;
}

.mobile-menu-panel {
  /* Menu starts hidden off-screen */
  transform: translateX(-100%);
  /* Menu animation: 300ms duration with no delay (starts immediately with overlay) */
  transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
  backface-visibility: hidden;
  /* Prevent any max-height animations from interfering */
  max-height: none !important;
  height: 100vh !important;
}

/* Panel slides in when menu is opened */

.mobile-menu-overlay.menu-open .mobile-menu-panel {
  transform: translateX(0);
}

/* Ensure content inside doesn't cause layout shifts during animation */

.mobile-menu-content {
  /* Prevent content from affecting animation */
  contain: layout style paint;
}

/* Mobile menu link hover effects */

.mobile-menu-link {
  position: relative;
  overflow: hidden;
}

.mobile-menu-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: #92C5FD;
  /* blue-300 */
  transform: scaleY(0);
  transition: transform 200ms ease;
  transform-origin: bottom;
}

.mobile-menu-link:hover::before,
    .mobile-menu-link.bg-blue-300\/20::before {
  transform: scaleY(1);
}

/* Mobile social links hover effects */

/* Backdrop blur support fallback */

@supports not (backdrop-filter: blur(4px)) {
  .mobile-menu-overlay {
    background: rgba(5, 11, 32, 0.9);
    /* gray-800 with high opacity */
  }
}

/* Prevent body scroll when mobile menu is open without layout shift */

body.menu-open {
  overflow: hidden;
  /* Prevent layout shift by adding padding to compensate for missing scrollbar */
  padding-right: var(--scrollbar-width, 0px);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}

.scrollbar-default {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.scrollbar-default::-webkit-scrollbar {
  display: block;
}

.break-anywhere {
  overflow-wrap: anywhere;
  word-break: break-word;
  /* optional, for legacy support */
}

.\[--btn-w\:clamp\(165px\2c calc\(165px\+56\*\(\(100vw-400px\)\/1150\)\)\2c 221px\)\] {
  --btn-w: clamp(165px,calc(165px + 56 * ((100vw - 400px) / 1150)),221px);
}

.\[--overlap\:40px\] {
  --overlap: 40px;
}

.\[stroke-width\:2\] {
  stroke-width: 2;
}

:root {
  /* Irregular Font Clamps */
  --fluid-18-14: clamp(14px, calc(14px + 4 * ((100vw - 400px) / 1150)), 18px);
  /* Normal clamps - high to low */
  --fluid-35-25: clamp(25px, calc(25px + 10 * ((100vw - 400px) / 1150)), 35px);
  --fluid-36-24: clamp(24px, calc(24px + 12 * ((100vw - 400px) / 1150)), 36px);
  --fluid-40-35: clamp(35px, calc(35px + 5 * ((100vw - 400px) / 1150)), 40px);
  --fluid-40-28: clamp(28px, calc(28px + 12 * ((100vw - 400px) / 1150)), 40px);
  --fluid-100-60: clamp(60px, calc(60px + 40 * ((100vw - 400px) / 1150)), 100px);
  --fluid-75-50: clamp(50px, calc(50px + 25 * ((100vw - 400px) / 1150)), 75px);
  --fluid-80-70: clamp(70px, calc(70px + 10 * ((100vw - 400px) / 1150)), 80px);
  --fluid-96-20: clamp(20px, calc(20px + 76 * ((100vw - 400px) / 1150)), 96px);
  /* Fluid height for Monthly - Yearly button - USED INLINE AT THIS POINT */
  --fluid-221-165: clamp(165px, calc(165px + 56 * ((100vw - 400px) / 1150)), 221px);
  /* Inverted clamps - low to high */
  --fluid-36-58: clamp(36px, calc(36px - 22 * ((100vw - 400px) / 1150)), 58px);
  /* Footer-specific fluid values */
  --footer-margin-top: clamp(50px, calc(6.9565vw + 22.174px), 130px);
  --footer-overlay-height: clamp(62px, calc(62px + 53 * ((100vw - 400px) / 1150)), 115px);
  --footer-overlay-offset: clamp(31px, calc(31px + 20 * ((100vw - 400px) / 1150)), 51px);
  --footer-radius: clamp(30px, 5.8vw, 85px);
}

/* === Project-Specific Components === */

/* === Listing Components: Business Profile and City Profile Components === */

/* === Core Layout Components === */

@media (min-width: 768px) {
  .md\:text-h2 {
    font-weight: 700;
    font-size: clamp(24px, 4vw, 40px);
    line-height: clamp(30px, 4.5vw, 40px);
  }

  .md\:text-h4 {
    font-weight: 600;
    font-size: clamp(18px, 2.5vw, 24px);
    line-height: clamp(24px, 3vw, 32px);
  }

  .md\:text-h4-5 {
    font-weight: 600;
    font-size: clamp(17px, 2.25vw, 22px);
    line-height: clamp(23px, 2.75vw, 30px);
  }
}

@media (min-width: 1248px) {
  .bp1248\:text-h1 {
    font-weight: 700;
    font-size: clamp(32px, 5vw, 54px);
    line-height: clamp(40px, 6vw, 70px);
  }

  .bp1248\:text-h3 {
    font-weight: 600;
    font-size: clamp(20px, 3.5vw, 32px);
    line-height: clamp(28px, 4vw, 40px);
  }
}

.placeholder\:visible::-moz-placeholder {
  visibility: visible;
}

.placeholder\:visible::placeholder {
  visibility: visible;
}

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

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(172 172 172 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 197 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-300\/10:hover {
  background-color: rgb(146 197 253 / 0.1);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 48 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(84 84 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 218 0 / var(--tw-bg-opacity, 1));
}

.hover\:fill-white:hover {
  fill: #fff;
}

.hover\:stroke-gray-600:hover {
  stroke: #393939;
}

.hover\:stroke-green-500:hover {
  stroke: #14BA08;
}

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

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(18 48 84 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(5 11 32 / var(--tw-text-opacity, 1));
}

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

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

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:left-2:focus {
  left: 0.5rem;
}

.focus\:top-2:focus {
  top: 0.5rem;
}

.focus\:z-50:focus {
  z-index: 50;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 186 8 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

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

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

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-2: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(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);
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(102 112 133 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-2: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);
}

.focus-visible\:ring-blue-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-gray-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(119 119 119 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.group.selected .group-\[\.selected\]\:fill-green-500 {
  fill: #14BA08;
}

.data-\[active\=false\]\:z-0[data-active="false"] {
  z-index: 0;
}

.data-\[active\=true\]\:z-10[data-active="true"] {
  z-index: 10;
}

.data-\[active\=false\]\:scale-\[0\.98\][data-active="false"] {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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));
}

.data-\[active\=true\]\:scale-100[data-active="true"] {
  --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));
}

.data-\[active\=false\]\:opacity-90[data-active="false"] {
  opacity: 0.9;
}

.data-\[active\=true\]\:opacity-100[data-active="true"] {
  opacity: 1;
}

@media (max-width: 1325px) {
  .max-\[1325px\]\:w-screen {
    width: 100vw;
  }
}

@media (min-width: 380px) {
  .xxs\:w-screen {
    width: 100vw;
  }

  .xxs\:gap-7\.5 {
    gap: 1.875rem;
  }

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

@media (min-width: 480px) {
  .xs\:-mt-\[330px\] {
    margin-top: -330px;
  }

  .xs\:hidden {
    display: none;
  }

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

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

  .xs\:hidden.mobile-menu-overlay {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (min-width: 585px) {
  .bp585\:mt-0 {
    margin-top: 0px;
  }

  .bp585\:flex {
    display: flex;
  }

  .bp585\:hidden {
    display: none;
  }

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

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

  .bp585\:w-\[calc\(50\%-6px\)\] {
    width: calc(50% - 6px);
  }

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

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

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

  .bp585\:hidden.mobile-menu-overlay {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (min-width: 640px) {
  .sm\:-ml-\[175px\] {
    margin-left: -175px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:w-\[calc\(100\%_\+_175px\)\] {
    width: calc(100% + 175px);
  }

  .sm\:w-\[calc\(100vw-72px\)\] {
    width: calc(100vw - 72px);
  }

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

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

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

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

  .md\:-ml-\[175px\] {
    margin-left: -175px;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

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

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

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

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

  .md\:mt-\[var\(--fluid-36-58\)\] {
    margin-top: var(--fluid-36-58);
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

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

  .md\:w-80 {
    width: 20rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-\[calc\(100\%_\+_175px\)\] {
    width: calc(100% + 175px);
  }

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

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:gap-28 {
    gap: 7rem;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .md\:space-x-5 > :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)));
  }

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

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

  .md\:rounded-r-\[40px\] {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .md\:bg-lime-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(221 241 134 / var(--tw-bg-opacity, 1));
  }

  .md\:stroke-neutral-0 {
    stroke: #FFFFFF;
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

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

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

  .md\:pr-\[42px\] {
    padding-right: 42px;
  }

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

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

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

  .md\:text-55 {
    font-size: 55px;
    line-height: 1.1;
  }

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

  .md\:hidden.mobile-menu-overlay {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (min-width: 841px) {
  .bp841\:flex {
    display: flex;
  }

  .bp841\:hidden {
    display: none;
  }

  .bp841\:hidden.mobile-menu-overlay {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

@media (min-width: 1018px) {
  .bp1018\:w-\[485px\] {
    width: 485px;
  }

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

@media (min-width: 1024px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

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

  .lg\:grid-cols-\[auto_auto_auto_auto\] {
    grid-template-columns: auto auto auto auto;
  }

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

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

  .lg\:p-12 {
    padding: 3rem;
  }
}

@media (min-width: 1038px) {
  .bp1038\:flex {
    display: flex;
  }

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

@media (min-width: 1200px) {
  .bp1200\:w-\[360px\] {
    width: 360px;
  }

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

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

@media (min-width: 1248px) {
  .bp1248\:-ml-\[calc\(\(100vw-1248px\)\/2\)\] {
    margin-left: calc(calc((100vw - 1248px) / 2) * -1);
  }

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

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

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

  .bp1248\:w-\[calc\(100vw-48px\)\] {
    width: calc(100vw - 48px);
  }

  .bp1248\:w-content {
    width: var(--page-content-width);
  }

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

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

  .bp1248\:pt-\[clamp\(100px\2c 38\.4106vw-379\.43px\2c 216px\)\] {
    padding-top: clamp(100px,38.4106vw - 379.43px,216px);
  }

  .bp1248\:\[width\:clamp\(100\%\2c calc\(1200px_\+_\(\(100vw_-_1200px\)\*0\.5\)\)\2c 1375px\)\] {
    width: clamp(100%,calc(1200px + ((100vw - 1200px) * 0.5)),1375px);
  }
}

@media (min-width: 1325px) {
  .min-\[1325px\]\:w-\[calc\(var\(--page-width\)-225px\)\] {
    width: calc(var(--page-width) - 225px);
  }
}

@media (min-width: 1390px) {
  .bp1390\:ml-\[40px\] {
    margin-left: 40px;
  }

  .bp1390\:w-\[calc\(100vw-40px\)\] {
    width: calc(100vw - 40px);
  }

  .bp1390\:rounded-l-\[40px\] {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (min-width: 1550px) {
  .bp1550\:w-\[1375px\] {
    width: 1375px;
  }

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

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

  .bp1550\:w-page {
    width: var(--page-width);
  }

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

@media (min-width: 1598px) {
  .bp1598\:-ml-\[175px\] {
    margin-left: -175px;
  }

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

@media(min-width:392px) {
  .\[\@media\(min-width\:392px\)\]\:w-0 {
    width: 0px;
  }

  .\[\@media\(min-width\:392px\)\]\:flex-row {
    flex-direction: row;
  }
}

@media(min-width:500px) {
  .\[\@media\(min-width\:500px\)\]\:w-\[55\%\] {
    width: 55%;
  }
}