@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

*, ::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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (forced-colors: active) {

  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active) {

  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

@media (forced-colors: active) {

  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-right-2{
  right: -0.5rem;
}
.-top-2{
  top: -0.5rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-10{
  bottom: 2.5rem;
}
.bottom-20{
  bottom: 5rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.top-0{
  top: 0px;
}
.top-2{
  top: 0.5rem;
}
.top-\[100\%\]{
  top: 100%;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.z-\[1910\]{
  z-index: 1910;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-7{
  grid-column: span 7 / span 7;
}
.col-span-full{
  grid-column: 1 / -1;
}
.m-0{
  margin: 0px;
}
.m-1{
  margin: 0.25rem;
}
.m-2{
  margin: 0.5rem;
}
.m-auto{
  margin: auto;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-mb-1{
  margin-bottom: -0.25rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-10{
  margin-top: -2.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-32{
  margin-top: 8rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.\!h-auto{
  height: auto !important;
}
.h-1\/4{
  height: 25%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\/4{
  height: 75%;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[41px\]{
  height: 41px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[50px\]{
  height: 50px;
}
.h-\[60px\]{
  height: 60px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-\[100vh\]{
  max-height: 100vh;
}
.max-h-\[300px\]{
  max-height: 300px;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.max-h-\[80vh\]{
  max-height: 80vh;
}
.\!min-h-28{
  min-height: 7rem !important;
}
.min-h-14{
  min-height: 3.5rem;
}
.min-h-28{
  min-height: 7rem;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[54px\]{
  min-height: 54px;
}
.min-h-\[80px\]{
  min-height: 80px;
}
.min-h-full{
  min-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-5{
  width: 1.25rem !important;
}
.\!w-8{
  width: 2rem !important;
}
.\!w-full{
  width: 100% !important;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/4{
  width: 25%;
}
.w-12{
  width: 3rem;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\/5{
  width: 60%;
}
.w-3\/6{
  width: 50%;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[50\%\]{
  width: 50%;
}
.w-\[50px\]{
  width: 50px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.\!min-w-28{
  min-width: 7rem !important;
}
.min-w-14{
  min-width: 3.5rem;
}
.min-w-28{
  min-width: 7rem;
}
.min-w-\[150px\]{
  min-width: 150px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[172px\]{
  min-width: 172px;
}
.min-w-\[40px\]{
  min-width: 40px;
}
.min-w-\[56px\]{
  min-width: 56px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[350px\]{
  max-width: 350px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-carousel{
  flex: 0 0 100%;
}
.flex-initial{
  flex: 0 1 auto;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.grow-0{
  flex-grow: 0;
}
.basis-2\/5{
  flex-basis: 40%;
}
.basis-3\/5{
  flex-basis: 60%;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.list-disc{
  list-style-type: disc;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-10{
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.justify-items-end{
  justify-items: end;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-32{
  gap: 8rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.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-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.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-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-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));
}
.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-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style: solid;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.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;
}
.break-keep{
  word-break: keep-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-md{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-x-2{
  border-left-width: 2px;
  border-right-width: 2px;
}
.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-4{
  border-bottom-width: 4px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-2{
  border-left-width: 2px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-r-2{
  border-right-width: 2px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#DC1515\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 21 21 / var(--tw-border-opacity, 1));
}
.border-\[\#F7A60A\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 10 / var(--tw-border-opacity, 1));
}
.border-\[\#F7A60C\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 12 / var(--tw-border-opacity, 1));
}
.border-\[\#f5f5f52a\]{
  border-color: #f5f5f52a;
}
.border-\[\#f7a60c\]{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 12 / var(--tw-border-opacity, 1));
}
.border-\[\#f8a8274b\]{
  border-color: #f8a8274b;
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.border-gray-900\/10{
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/5{
  border-color: rgb(17 24 39 / 0.05);
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-700{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-b-gray-900\/10{
  border-bottom-color: rgb(17 24 39 / 0.1);
}
.bg-\[\#1d1d1d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(29 29 29 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DC1515\]{
  --tw-bg-opacity: 1;
  background-color: rgb(220 21 21 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7A60A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F7A60C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 12 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7a60b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 11 / var(--tw-bg-opacity, 1));
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-dbuy_secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 12 / 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-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}
.bg-indigo-700{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / 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-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-\[url\(\/images\/bod-bg-dark\.jpg\)\]{
  background-image: url(/images/bod-bg-dark.jpg);
}
.bg-\[url\(\/images\/footer-bg\.jpg\)\]{
  background-image: url(/images/footer-bg.jpg);
}
.bg-carousel_1{
  background-image: url('https://images.pexels.com/photos/4488652/pexels-photo-4488652.jpeg');
}
.bg-carousel_2{
  background-image: url('https://images.pexels.com/photos/1338396/pexels-photo-1338396.png');
}
.bg-carousel_3{
  background-image: url('https://images.pexels.com/photos/768037/pexels-photo-768037.jpeg');
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-1{
  padding: 0.25rem !important;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-20{
  padding: 5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-20{
  padding-bottom: 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;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-1\.5{
  padding-left: 0.375rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[\.6rem\]{
  font-size: .6rem;
}
.text-\[\.7rem\]{
  font-size: .7rem;
}
.text-\[0\.6rem\]{
  font-size: 0.6rem;
}
.text-\[0\.7rem\]{
  font-size: 0.7rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-medium{
  font-weight: 500 !important;
}
.font-black{
  font-weight: 900;
}
.font-bold{
  font-weight: 700;
}
.font-extrabold{
  font-weight: 800;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-3{
  line-height: .75rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.\!text-gray-600{
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#343131\]{
  --tw-text-opacity: 1;
  color: rgb(52 49 49 / var(--tw-text-opacity, 1));
}
.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.text-\[\#F7A60C\]{
  --tw-text-opacity: 1;
  color: rgb(247 166 12 / var(--tw-text-opacity, 1));
}
.text-\[\#f7a60c\]{
  --tw-text-opacity: 1;
  color: rgb(247 166 12 / 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-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-dbuy_primary{
  --tw-text-opacity: 1;
  color: rgb(51 45 45 / var(--tw-text-opacity, 1));
}
.text-dbuy_secondary{
  --tw-text-opacity: 1;
  color: rgb(247 166 12 / var(--tw-text-opacity, 1));
}
.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / 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-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-75{
  opacity: 0.75;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --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);
}
.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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.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);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset{
  --tw-ring-inset: inset;
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.ring-opacity-60{
  --tw-ring-opacity: 0.6;
}
.ring-offset-2{
  --tw-ring-offset-width: 2px;
}
.ring-offset-\[\#F7A60C\]{
  --tw-ring-offset-color: #F7A60C;
}
.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);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* @import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities"; */

@font-face {
  font-family: "Unison Pro";
  src: url("/fonts/Type Juice - Unison Pro Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Unison Pro";
  src: url("/fonts/Type Juice - Unison Pro Bold Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Unison Pro";
  src: url("/fonts/Type Juice - Unison Pro Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Unison Pro";
  src: url("/fonts/Type Juice - Unison Pro Light Italic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}

@media (min-width: 1024px){

  .lg\:container{
    width: 100%;
  }

  @media (min-width: 640px){

    .lg\:container{
      max-width: 640px;
    }
  }

  @media (min-width: 768px){

    .lg\:container{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){

    .lg\:container{
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px){

    .lg\:container{
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px){

    .lg\:container{
      max-width: 1536px;
    }
  }
}

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

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

.even\:bg-\[url\(\/images\/bod-bg-dark\.jpg\)\]:nth-child(even){
  background-image: url(/images/bod-bg-dark.jpg);
}

.focus-within\:border-\[\#F7A60C\]:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 12 / var(--tw-border-opacity, 1));
}

.focus-within\:border-indigo-500:focus-within{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

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

.focus-within\:ring-1:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-within\:ring-inset:focus-within{
  --tw-ring-inset: inset;
}

.focus-within\:ring-\[\#F7A60C\]:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 166 12 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-\[\#f7a60c\]:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 166 12 / var(--tw-ring-opacity, 1));
}

.focus-within\:ring-indigo-500:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

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

.hover\:scale-105: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));
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:border-\[\#F7A60C\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 12 / var(--tw-border-opacity, 1));
}

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

.hover\:bg-\[\#1f665e\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 102 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f7a50b56\]:hover{
  background-color: #f7a50b56;
}

.hover\:bg-\[\#f7a50b59\]:hover{
  background-color: #f7a50b59;
}

.hover\:bg-dbuy_secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 166 12 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-indigo-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/\[0\.12\]:hover{
  background-color: rgb(255 255 255 / 0.12);
}

.hover\:bg-\[url\(\/images\/bod-bg-dark\.jpg\)\]:hover{
  background-image: url(/images/bod-bg-dark.jpg);
}

.hover\:bg-\[url\(\/images\/footer-bg\.jpg\)\]:hover{
  background-image: url(/images/footer-bg.jpg);
}

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

.hover\:text-\[\#F7A60C\]:hover{
  --tw-text-opacity: 1;
  color: rgb(247 166 12 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#F7A60C\]\/\[\.8\]:hover{
  color: rgb(247 166 12 / .8);
}

.hover\:text-dbuy_primary:hover{
  --tw-text-opacity: 1;
  color: rgb(51 45 45 / var(--tw-text-opacity, 1));
}

.hover\:text-dbuy_secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(247 166 12 / var(--tw-text-opacity, 1));
}

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

.hover\:text-indigo-500:hover{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover{
  opacity: 0.7;
}

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

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

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:drop-shadow-xl:hover{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.focus\:border-\[\#F7A60C\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 12 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#f7a60c\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(247 166 12 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

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

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-inset:focus{
  --tw-ring-inset: inset;
}

.focus\:ring-\[\#F7A60C\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 166 12 / var(--tw-ring-opacity, 1));
}

.focus\:ring-\[\#f7a60c\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 166 12 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

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

.focus-visible\:outline:focus-visible{
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible{
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible{
  outline-offset: 2px;
}

.focus-visible\:outline-\[\#343131\]:focus-visible{
  outline-color: #343131;
}

.focus-visible\:outline-\[\#F7A60C\]:focus-visible{
  outline-color: #F7A60C;
}

.focus-visible\:outline-\[\#f7a60c\]:focus-visible{
  outline-color: #f7a60c;
}

.focus-visible\:outline-red-500:focus-visible{
  outline-color: #ef4444;
}

.focus-visible\:outline-red-600:focus-visible{
  outline-color: #dc2626;
}

.disabled\:cursor-default:disabled{
  cursor: default;
}

.disabled\:cursor-none:disabled{
  cursor: none;
}

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

.disabled\:opacity-20:disabled{
  opacity: 0.2;
}

.disabled\:opacity-30:disabled{
  opacity: 0.3;
}

.disabled\:opacity-70:disabled{
  opacity: 0.7;
}

@media (min-width: 640px){

  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }

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

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

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

  .sm\:-mx-6{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

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

  .sm\:flex{
    display: flex;
  }

  .sm\:grid{
    display: grid;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-screen{
    height: 100vh;
  }

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

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

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

  .sm\:w-10{
    width: 2.5rem;
  }

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

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

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

  .sm\:min-w-\[60vw\]{
    min-width: 60vw;
  }

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

  .sm\:max-w-lg{
    max-width: 32rem;
  }

  .sm\:max-w-md{
    max-width: 28rem;
  }

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

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

  .sm\:translate-y-0{
    --tw-translate-y: 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\:scale-100{
    --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));
  }

  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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-flow-row-dense{
    grid-auto-flow: row dense;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

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

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

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

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

  .sm\:p-6{
    padding: 1.5rem;
  }

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

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

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

  .sm\:align-middle{
    vertical-align: middle;
  }

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

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

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

  .sm\:duration-700{
    transition-duration: 700ms;
  }
}

@media (min-width: 768px){

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

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

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

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

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){

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

  .lg\:m-3{
    margin: 0.75rem;
  }

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

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

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

  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:h-5{
    height: 1.25rem;
  }

  .lg\:h-6{
    height: 1.5rem;
  }

  .lg\:w-5{
    width: 1.25rem;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:border-t-0{
    border-top-width: 0px;
  }

  .lg\:border-t-gray-900\/5{
    border-top-color: rgb(17 24 39 / 0.05);
  }

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

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

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

  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

  .lg\:pl-16{
    padding-left: 4rem;
  }

  .lg\:pr-16{
    padding-right: 4rem;
  }

  .lg\:text-justify{
    text-align: justify;
  }

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

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

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

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

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

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

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

@media (min-width: 1280px){

  .xl\:mb-5{
    margin-bottom: 1.25rem;
  }

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

  .xl\:h-6{
    height: 1.5rem;
  }

  .xl\:w-6{
    width: 1.5rem;
  }

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

  .xl\:gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

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

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

@media (prefers-color-scheme: dark){

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

body * {
  filter: none !important;
}
.scroll-container {
  will-change: transform;
  backface-visibility: hidden;
  /* or: transform: translateZ(0); */
}

/* globals.css or your Chakra theme’s global styles */
.native-scroll {
  overflow-y: auto; /* make it scrollable */
  -webkit-overflow-scrolling: touch; /* iOS momentum scrolling */
  will-change: transform; /* hint the browser to GPU-accelerate */
}

.editable-cell {
  position: relative;
}
.product_editor .tox-tinymce {
  position: relative !important;
  z-index: 1600 !important;
}
.chakra-modal__content-container:has(> #chakra-modal-product_modal) {
  z-index: 1300 !important;
}

.product_editor .mce-menu {
  position: fixed !important;
}
.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.ant-popconfirm {
  z-index: 1900;
}

.ant-popconfirm .ant-btn-primary {
  background-color: #343131;
}

.ant-picker-dropdown {
  z-index: 1900;
}

.ant-message {
  z-index: 1910;
}

.ant-btn-primary {
  background-color: #f7a60c !important;
}

.ant-btn-primary:hover {
  background-color: #f7a50c94 !important;
}

.ant-select-item.ant-select-item-option.ant-select-item-option-selected {
  color: #fff;
  background-color: #f7a60c !important;
  margin-bottom: 1px;
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-selected {
  color: #fff;
  background-color: #f7a60c !important;
  margin-bottom: 1px !important;
}

.ant-notification-bottom {
  left: 50%;
  top: 35% !important;
  margin-left: auto;
  margin-right: auto;
  transform: translate(-50%);
}
.ant-notification-notice-wrapper {
  background: transparent !important;
}

.ant-notification-notice.custom-notification {
  /* width: 384px; */
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 14px 20px !important;
  border-color: #f7a60c !important;
  border-width: 2px;
  border-radius: 14px !important;
  background: white !important;
}

@media (max-width: 480px) {
  .ant-notification-notice.custom-notification {
    width: 100% !important;
  }
}

.ant-menu-item-selected {
  color: #f7a60c !important;
}

.ant-menu-item-selected::after {
  border-bottom-color: #f7a60c !important;
}

/* The whole wrapper */
.custom-notification .ant-notification-notice .ant-notification-notice-wrapper {
  border-radius: 14px !important;
}

/* The close  */
.custom-notification .ant-notification-notice-close {
  top: 4px !important;
  inset-inline-end: 6px !important;
}

/* NOTE: icon */
.custom-notification .ant-notification-notice-icon {
  /* border: 1px solid green; */
  color: #f7a60c !important;
  position: relative !important;
}

/* This is the message */
.custom-notification .ant-notification-notice-message {
  margin-bottom: 0px !important;
  /* border: 1px solid green; */
  height: -moz-max-content !important;
  height: max-content !important;
  margin-inline-start: 0 !important;
}
/* This is the whole wrapper */
.custom-notification .ant-notification-notice-with-icon {
  /* border: 1px solid black; */
  width: -moz-max-content !important;
  width: max-content !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px;
}

.custom-notification .ant-notification-notice-description {
  margin-inline-start: 0 !important;
}

.ant-steps-item-finish .ant-steps-icon,
.ant-steps-item-process .ant-steps-icon {
  color: #f7a60c !important;
}

/* FIXME: Height */
.custom-image-upload .ant-upload-picture-card-wrapper {
  /* width: 100%; */
}

.custom-image-upload .ant-upload-select {
  width: 100% !important;
  height: 80px !important;
  /* height: 100% !important; */
}

.custom-image-upload .ant-upload-list-item-container {
  width: 100% !important;
  height: 80px !important;
  /* height: 60% !important; */
}

.custom-logo-upload .ant-upload-select {
  width: 100% !important;
  height: 100% !important;
}
.custom-logo-upload .ant-upload-list-item-container {
  width: 100% !important;
  height: 100% !important;
}

.custom-react-html img {
  max-width: 100% !important;
}

.custom-react-html iframe {
  height: 500px !important;
  width: 100% !important;
  border-radius: 10px !important;
}

.editable-cell {
  position: relative;
}

.editable-cell-value-wrap {
  padding: 5px 12px;
  cursor: pointer;
}

.editable-row:hover .editable-cell-value-wrap {
  padding: 4px 11px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.full-screen-modal .chakra-modal__content {
  width: 100vw !important;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  margin: 0;
  border-radius: 0;
}

.custom-tree .ant-tree-node-content-wrapper {
  padding: 4px 8px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  background-color: transparent; /* Ensure transparent background */
}

.custom-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f0f0f0; /* Light grey hover effect */
}

.custom-tree .ant-tree-checkbox {
  top: 2px;
}

.custom-tree .ant-tree-title {
  font-size: 14px;
  font-weight: 500;
}

.custom-tree .ant-tree-iconEle {
  font-size: 16px;
  color: #1890ff;
}

.custom-tree .ant-tree-treenode-selected .ant-tree-title {
  background-color: #e6f7ff;
  border-radius: 4px;
}

.custom-tree .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  background-color: #e6f7ff;
}

.custom-tree .ant-tree {
  background-color: transparent; /* Transparent background for the whole tree */
}

.custom-swiper-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white !important;
  padding: 5px;
  border-radius: 50%;
  transition: background-color 0.3s ease, transform 0.3s ease;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.custom-swiper-button-next {
  right: 10px;
}

.custom-swiper-button-prev {
  left: 10px;
}

.custom-swiper-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Adjusting the size of the navigation buttons */
.custom-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-swiper-button .h-6 {
  width: 16px;
  height: 16px;
}

/* Adding shadow for better visibility */
.custom-swiper-button {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.chakra-toast__inner {
  margin: 0 !important;
}

.swiper-pagination {
  position: absolute;
  bottom: 10px; /* Adjust the bottom space */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 10px 0;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background-color: #f8a827;
}

@keyframes slideUp {
  0% {
    opacity: 1;
    visibility: visible;
    margin-top: unset;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    margin-top: -5.6rem;
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    visibility: hidden;
    margin-top: -5.6rem;
  }
  100% {
    opacity: 1;
    visibility: visible;
    margin-top: unset;
  }
}

.bod-bg {
  background-image: -webkit-radial-gradient(
    50% 50%,
    circle closest-side,
    rgb(54, 86, 116) 0%,
    rgb(34, 58, 109) 54%,
    rgb(14, 30, 102) 100%
  );
}
.ant-table-cell {
  font-size: 12px !important;
}
.ant-menu-overflow.ant-menu {
  justify-content: space-evenly;
}

@media (max-width: 480px) {
  .ant-table-cell {
    font-size: 10px !important;
  }
  .ant-menu-overflow.ant-menu {
    justify-content: unset;
  }
}

.ant-steps-item-description {
  font-size: 0.6rem !important;
  word-break: break-all;
}
.ais-SearchBox-input {
  background-color: white !important;
  border-color: #f7a60c !important;
  border-width: 1px;
  border-radius: 15px !important;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.ais-SearchBox-form::before {
  display: none !important;
}

.ais-SearchBox-form {
  background-color: unset !important;
}

.pagination-container {
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-top: 20px;
}

.pagination-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 15px;
  cursor: pointer;
  background: unset !important;
  color: #f7a60c;
  transition: background-color 0.3s, color 0.3s;
}

.pagination-item:hover {
  background-color: #f7a60c;
}

.pagination-item-active {
  background-color: #f7a60c;
}

.pagination-item-disabled {
  color: #999;
  cursor: not-allowed;
}

.pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.pagination-arrow:hover {
  background-color: #f7a60c;
}
.pagination-link {
  color: #a36f0a !important;
  border-radius: 20px !important;
}
:where(.css-dev-only-do-not-override-p1khjf).ant-select-single:not(
    .ant-select-customize-input
  )
  .ant-select-selector {
  padding: 0 15px !important;
}
.ql-container.ql-snow,
.ql-toolbar.ql-snow {
  border: unset !important;
}

.chakra-wrap__list .css-1d2o6r0 {
  display: none !important; /* Hide the chip elements */
}

.wphtmlpost {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}
.post-title-block {
  width: 60vw !important;
  line-height: 4rem !important;
}

.wphtmlpost h2,
h2.wp-block-heading > strong {
  font-size: 2rem;
  color: #cf8c0cfa;
  line-height: 2.3rem !important;
  font-family: Archivo;
  font-weight: bold;
}

h2.wp-block-heading {
  padding-top: 1rem !important;
}
.wphtmlpost h1 {
  font-size: 2rem;
  color: #cf8c0cfa;
  line-height: 2.3rem !important;
  font-family: Archivo;
  font-weight: bold;
}
.wphtmlpost h3 {
  font-size: 1.2rem;
  color: #cf8c0cfa;
  line-height: 2.3rem !important;
  font-family: Archivo;
  font-weight: bold;
}

.wphtmlpost a {
  font-weight: 700;
  color: #b78017;
  text-decoration: underline;
}

.wphtmlpost iframe {
  width: 100% !important;
}
.post-title {
  text-align: center !important;
}
.overlay-jetpack {
  width: 70% !important;
  justify-content: center !important;
}
.wphtmlpost p,
figure.image {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.75rem !important;
  letter-spacing: 0px !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;

  --font-headings: unset !important;
  --font-base: unset !important;
  --font-headings-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  --font-base-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.wphtmlpost h1,
.wphtmlpost h2 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 2.3rem !important;
  letter-spacing: 0px !important;
  direction: ltr !important;
  unicode-bidi: isolate !important;

  --font-headings: unset !important;
  --font-base: unset !important;
  --font-headings-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  --font-base-default: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}
.wphtmlpost figcaption > span,
figcaption {
  font-size: 12px !important;
  font-style: italic !important;
}
.wphtmlpost ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  list-style: unset !important;
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify !important;
}
/* ✅ Ensure images always stretch to the container's width */
.wphtmlpost img,
p > iframe {
  width: 100%; /* Make images take up full width */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove bottom space caused by inline elements */
  -o-object-fit: cover;
     object-fit: cover; /* Ensure image fills the width properly */
  border-radius: 5px;
}

@media (max-width: 768px) {
  figcaption.wp-element-caption {
    font-size: 14px !important;
  }
  .wphtmlpost
    h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
    + table
    thead
    th {
    font-size: 1.6rem !important;
  }
  .wphtmlpost
    h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"] {
    font-size: 1.2rem !important;
  }

  .wphtmlpost
    h1[style="text-align: left; font-size: clamp(1.2rem, 1.2rem + ((1vw - 0.2rem) * 0.826), 1.6rem); font-weight: bold; margin-bottom: 8px;"] {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 1180px) {
  .wphtmlpost p,
  figure.image,
  h1,
  h2 {
    line-height: 1.75 !important;
  }

  .wp-block-group p,
  h1,
  h2 {
    line-height: 1.75 !important;
  }
}

.wp-block-group {
  font-family: Inter !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  gap: 1.4rem;
}

.wp-block-group p,
figure.wp-block-image img {
  font-family: Inter;
  border-radius: 5px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.75rem !important;
}

.wp-block-group h1,
.wp-block-group h2 {
  font-family: Inter;
  border-radius: 5px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 2.3rem !important;
}

.wp-block-group figcaption > span,
figcaption {
  padding-top: 5px;
  font-size: 12px !important;
  font-style: italic !important;
}

/* Match the h1 with that exact style attribute, then select the next table */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-family: "Archivo", sans-serif;
  /* No border around the table */
  border: none;
}

/* If your table has a caption (title), keep it bold/black background or remove entirely */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  caption {
  background-color: black; /* Remove or change if you don’t want a black bar */
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
  /* Remove the border if you don’t want a red border */
  border: none;
  margin: 0; /* No negative margin needed since there's no border */
}

/* Hide any <th> if the table includes a header row */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  th {
  border-style: hidden;
}

.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  thead {
  background-color: transparent !important;
  border: none !important;
  color: #f7a60c;
}
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  thead
  th {
  background-color: transparent !important;
  border: none !important;
  color: #bb8116;
  padding-bottom: 20px !important;
  font-size: 2rem;
}

/* Remove row bottom borders (or any lines) */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  tbody
  tr {
  /* No dashed line */
  border-bottom: none;
  border-style: hidden;
}

/* Cells: no borders, some padding */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  border: none;
}

/* Left column: bold black text */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  td:nth-of-type(1) {
  width: 30%;
  font-weight: 300 !important;
  color: rgb(113 113 113);
}

/* Right column: red text */
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"]
  + table
  td:nth-of-type(2) {
  width: 70%;
  border-left: 3px solid #bb8116 !important;
  color: #bb8116;
  font-weight: 300;
  padding-left: 15px !important;
  -ms-word-break: break-word;
  word-break: break-word;
}

.wphtmlpost
  h1[style="text-align: left; font-size: clamp(1.2rem, 1.2rem + ((1vw - 0.2rem) * 0.826), 1.6rem); font-weight: bold; margin-bottom: 8px;"]
  + table {
  display: none;
}

.wphtmlpost
  h1[style="text-align: left; font-size: clamp(1.2rem, 1.2rem + ((1vw - 0.2rem) * 0.826), 1.6rem); font-weight: bold; margin-bottom: 8px;"]
  + table
  tr
  td:nth-of-type(1) {
  padding: 0px 8px 0px 0px !important;
  white-space: nowrap;
  font-weight: bold;
  width: 40% !important;

  text-align: right;
}
.wphtmlpost
  h1[style="text-align: left; font-size: clamp(1.2rem, 1.2rem + ((1vw - 0.2rem) * 0.826), 1.6rem); font-weight: bold; margin-bottom: 8px;"]
  + table
  tr
  td:nth-of-type(2) {
  width: 70%;
  /* border-left: 3px solid #bb8116 !important; */
  color: #bb8116;
  font-weight: bold;
  padding-left: 15px !important;
  font-size: clamp(1.4rem, 1.2348rem + 0.826vw, 3rem) !important;
  -ms-word-break: break-word;
  word-break: break-word;
}
.wphtmlpost
  h1[style="text-align: left; font-size: 1.5rem; font-weight: bold; margin-bottom: 10px;"] {
  color: #343131;
  font-weight: 500 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
  background-color: #cf8c0cfa !important;
  padding: 0.5rem !important;
  border-radius: 10px;
  font-family: Unison Pro;
}

.wphtmlpost #ratingsbox {
  display: none !important;
}

.wphtmlpost
  h1[style="text-align: left; font-size: clamp(1.2rem, 1.2rem + ((1vw - 0.2rem) * 0.826), 1.6rem); font-weight: bold; margin-bottom: 8px;"] {
  color: #343131;
  font-weight: 500 !important;
  text-align: center !important;
  font-size: 2rem !important;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
  background-color: #cf8c0cfa !important;
  padding: 0.5rem !important;
  border-radius: 10px;
  font-family: Unison Pro;
  display: none;
}

.wp-block-group.rating-section {
  display: none !important;
}

.wp-block-group table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 1rem 0;
  font-family: "Archivo", sans-serif;
  /* No border around the table */
  border: none;
  border-style: hidden !important;
}

/* If your table has a caption (title), keep it bold/black background or remove entirely */
.wp-block-group table caption {
  background-color: black; /* Remove or change if you don’t want a black bar */
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
  /* Remove the border if you don’t want a red border */
  border: none;
  margin: 0; /* No negative margin needed since there's no border */
}

/* Hide any <th> if the table includes a header row */
.wp-block-group table th {
  border-style: hidden;
}

.wp-block-group table thead {
  background-color: transparent !important;
  border: none !important;
  color: #f7a60c;
}
.wp-block-group table thead th {
  background-color: transparent !important;
  border: none !important;
  color: #bb8116;
  padding-bottom: 20px !important;
  font-size: 2rem;
}

/* Remove row bottom borders (or any lines) */
.wp-block-group table tbody tr {
  /* No dashed line */
  border-bottom: none;
  border-style: hidden;
}

/* Cells: no borders, some padding */
.wp-block-group table td {
  padding: 0.5rem 1rem;
  vertical-align: top;
  border: none;
}

/* Left column: bold black text */
.wp-block-group table td:nth-of-type(1) {
  width: 30%;
  font-weight: 300 !important;
  color: rgb(113 113 113);
  text-align: right !important;
}

/* Right column: red text */
.wp-block-group table td:nth-of-type(2) {
  width: 30%;
  border-left: 3px solid #bb8116 !important;
  color: #bb8116;
  font-weight: 300;
  padding-left: 15px !important;
  -ms-word-break: break-word;
  word-break: break-word;
}

.wp-block-group h2[class="wp-block-heading has-archivo-font-family"],
h2[class="wp-block-heading has-archivo-font-family has-large-font-size"] {
  color: #343131 !important;
  font-weight: 500 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  margin-top: 1rem !important;
  background-color: #cf8c0cfa !important;
  padding: 0.2rem !important;
  border-radius: 10px;
  font-family: Unison Pro;
}
.wp-block-group h2[class="wp-block-heading has-archivo-font-family"] strong {
  color: #343131 !important;
  font-weight: 500 !important;
  text-align: center !important;
  font-size: 1.5rem !important;
  margin-top: 2rem !important;
  background-color: #cf8c0cfa !important;
  padding: 0.2rem !important;
  border-radius: 10px;
  font-family: Unison Pro;
}
.wp-block-group div[style="overflow-x:auto;font-size:1rem!important;"] {
  width: 100%;
}
.wp-block-group div[style="overflow-x:auto; font-size:1rem!important"] table {
  width: 100%;
  border-collapse: collapse;
  font-size: clamp(0.929rem, 0.7638rem + 0.826vw, 1.4rem);
  height: 434.355px;
}

.wp-block-image.size-large {
  margin: 0;
  padding: 0;
}
.post-content {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.post-content figure,
.post-content figure img {
  width: 100% !important;
  border-radius: 10px !important;
}

.custom-react-html {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
  overflow: hidden;
}
.ql-editor {
  padding: 0 !important;
}

/* Apply a custom class to your unordered list */
.custom-react-html ul {
  list-style: none; /* Remove default bullets */
  margin: 0;
  padding: 0;
}

/* Style individual list items */
.custom-react-html ul li {
  position: relative;
  padding: 12px 20px 12px 40px; /* Increased left padding for icon spacing */
  margin-bottom: 10px;
  background-color: #fff;
  border-left: 4px solid #f7a60c; /* Custom colored accent */
  border-radius: 4px;
  font-size: 1rem;
  color: #333;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover effect for list items */
.custom-react-html ul li:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

/* Replace default marker with a custom icon (using a Unicode checkmark) */
.custom-react-html ul li::before {
  content: "\2714"; /* Unicode check mark */
  display: inline-block;
  font-family: sans-serif; /* Ensure a common font is used */
  font-size: 1.2rem;
  font-weight: bold;
  color: #f7a60c !important;
  -webkit-text-fill-color: #f7a60c !important;
  -webkit-text-stroke: 0;
  text-shadow: 0 0 0 #f7a60c !important; /* Force color rendering on iOS */
  position: absolute;
  left: 12px; /* Positioned inside the padded area */
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.custom-react-html p strong {
  position: relative;
  font-weight: 700;
  color: #d48900 !important;
  border-radius: 4px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

/* Create a gradient underline using a pseudo-element */
.custom-react-html p strong::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, #f7a60c, #d48900);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}

.custom-react-html p strong:hover {
  color: #d48900;
  transform: translateY(-2px);
}

.custom-react-html p strong:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.custom-react-html p em {
  position: relative;
  font-weight: 700;
  color: #d48900 !important;
  border-radius: 4px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  font-style: normal;
}

/* Create a gradient underline using a pseudo-element */
.custom-react-html p em::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 3px;
  background: linear-gradient(90deg, #f7a60c, #d48900);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
}

.custom-react-html p em:hover {
  color: #d48900;
  transform: translateY(-2px);
}

.custom-react-html p em:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Style for the container wrapping the Handsontable grid */
/* Container that wraps the entire Handsontable grid */
.hot-table-container {
  width: 100%;
  margin-top: 16px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 12px;
  overflow-x: auto;
  overflow-y: visible;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Use modern, clean typography for the grid */
.hot-table-container .wtHolder table {
  border-collapse: collapse;
  border: 1px solid black;
  font-family: "Oswald", sans-serif;
}

/* Header cells styling for a modern look */
.hot-table-container .ht_clone_top th {
  background: #d69e2e; /* A vibrant blue - adjust as needed */
  color: #ffffff; /* White text */
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 2px;
  border: none;
}

/* Data cells styling */
.hot-table-container .wtHolder table td {
  padding-top: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.9rem;
  color: #333;
  vertical-align: middle;
  transition: background-color 0.2s ease;
}

/* Remove bottom border on the last row for a cleaner look */
.hot-table-container .wtHolder table tr:last-child td {
  border-bottom: none;
}

/* Light hover effect on cells */
.hot-table-container .wtHolder table td:hover {
  background-color: rgba(243, 239, 0, 0.08);
}

/* Remove any default outer borders and set a modern light border if needed */
.hot-table-container .wtHolder {
  border: none;
}

/* Styling the Remove Row button (if using a custom renderer) */
.hot-table-container button {
  background-color: #e53e3e;
  border: none;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.75rem;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.hot-table-container button:hover {
  background-color: #c53030;
  transform: scale(1.05);
}

.swiper-slide-thumb-active img {
  border: 2px solid var(--chakra-colors-brand-secondary);
}

/* 1) Push the refresher UI down below a 60px-tall header */
ion-refresher[slot="fixed"] {
  /* adjust this to match your header height */
  top: 60px !important;
  z-index: 1; /* below your header (which should be z-index: 2 or higher) */
}

/* 2) Make the refresher invisible until pulling/refreshing */
ion-refresher-content {
  /* use dark colors so it’s visible on white */
  --pulling-icon-color: #333;
  --pulling-text-color: #333;
  --refreshing-spinner-color: #333;
  --refreshing-text-color: #333;

  opacity: 0;
  transition: opacity 0.2s ease;
}

/* 3) When the user is actually pulling or refreshing, fade it in */
ion-refresher-content.refresher-pulling,
ion-refresher-content.refresher-refreshing {
  opacity: 1;
}

.ion-content-scroll-host::before,
.ion-content-scroll-host::after {
  position: absolute;

  width: 1px;
  height: 1px;

  content: "";
}

.ion-content-scroll-host::before {
  bottom: -1px;
}

.ion-content-scroll-host::after {
  top: -1px;
}

/* Reset & Base */

/* The main container for the 3D tilt and content centering */
#engine-container {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(15deg) translateY(-50px);
  transition: transform 1s;
}

/* A simple rectangular box holding the button */
.engine-box {
  width: 12rem;
  height: 4rem;
  background-color: #343131; /* Dark gray */
  border: 2px solid #ecb600; /* Orange border */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

/* The rectangular engine button */
.engine-button {
  width: 100%;
  height: 100%;
  background-color: #ecb600; /* Orange background */
  color: #343131; /* Dark gray text */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Subtle shadow for polish */
  transition: background-color 0.3s, color 0.3s, transform 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.engine-button:focus {
  outline: none;
}

.engine-button:active {
  transform: scale(0.98);
}

/* The small "light" rectangle */
.light {
  width: 50px;
  height: 10px;
  background-color: #343131; /* Dark gray by default */
  border-radius: 3px;
  margin-bottom: 8px;
  transition: background-color 0.3s;
}

/* When "active", invert the colors */
.engine-button.active {
  background-color: #343131; /* Dark gray background */
  color: #ecb600; /* Orange text */
}

.engine-button.active .light {
  background-color: #ecb600; /* Orange light */
}

/* Text styling */
.engine-button span {
  font-weight: bold;
  font-size: 0.8rem;
  font-family: Unison Pro;
  text-transform: uppercase;
  text-align: center;
  margin: 2px 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #engine-container {
    transform: none; /* Remove 3D tilt on smaller screens */
  }

  .engine-box {
    width: 10rem;
    height: 4rem;
  }

  .engine-button {
    width: 100%;
    height: 100%;
  }
}

.custom-refinement-list-root {
  border-radius: 8px;
}

.custom-refinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-refinement-item {
  padding: 10px 0;
}

.custom-refinement-label {
  font-weight: 400; /* Medium font weight */
  display: flex;
  align-items: center;
}

.custom-refinement-checkbox {
  margin-right: 10px;
  color: #f7a60c !important;
  border-radius: 100% !important;
  border-color: #6b728059 !important;
}

[type="checkbox"]:focus,
[type="radio"]:focus {
  --tw-ring-color: #f7a60c !important;
}

.custom-refinement-count {
  color: rgba(33, 36, 61, 0.8) !important;
  letter-spacing: 1.1px !important;
  background-color: rgba(65, 66, 71, 0.08) !important;
  border-radius: 100px !important;
  align-items: center !important;
  margin-left: 8px !important;
  padding: 0 4px !important;
  font-size: 0.7rem !important;
  font-weight: 600 !important;
  border: unset !important;
  display: flex !important;
}

.ais-ClearRefinements-button,
.ais-GeoSearch-redo,
.ais-GeoSearch-reset,
.ais-HierarchicalMenu-showMore,
.ais-InfiniteHits-loadMore,
.ais-InfiniteHits-loadPrevious,
.ais-Menu-showMore,
.ais-Pagination-link,
.ais-RangeInput-submit,
.ais-RefinementList-showMore,
.ais-VoiceSearch-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff, #fcfcfd);
  border: 1px solid #d6d6e7;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  color: #23263b;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  line-height: 1.25rem;
  padding: 0 1rem;
  place-items: center;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ais-ClearRefinements-button {
  background-color: rgba(65, 66, 71, 0.08);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 0.75rem;
  font-weight: bold;
  justify-content: center;
  padding: 12px;
  text-align: center;
  width: 100%;
}

.container-option {
  font-weight: 400;
  font-size: 0.8rem;
  border: unset !important;
  width: 70%;
}

.container-option .ais-HitsPerPage-select,
.ais-MenuSelect-select,
.ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
    linear-gradient(-180deg, #fff, #fcfcfd);
  background-position: right 1rem center, 0 0;
  background-repeat: no-repeat;
  background-size: 10px, auto;
  border: unset !important;
  border-radius: 30px;
  box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  color: #23263b;
  cursor: pointer;
  font: inherit;
  height: 2rem;
  outline: unset !important;
  padding: 0 2.5rem 0 1rem;
  position: relative;
  width: 100%;
}

.ais-CurrentRefinements-category {
  margin-left: unset !important;
}

.ais-CurrentRefinements-item {
  align-items: center;
  background-color: white;
  border: unset !important;
  /* border-radius: 30px; */
  display: inline-flex;
  font-size: 0.7rem;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  /* gap: 2rem; */
}
.ais-CurrentRefinements-label {
  display: none;
}
.ais-CurrentRefinements-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

