@import url(https://fonts.googleapis.com/css2?family=Bowlby+One+SC&display=swap);

@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);

@import url(https://fonts.googleapis.com/css2?family=Lobster&display=swap);

/* Import fonts */

/* Import custom stylesheets */

@media not all and (min-width: 768px){
  .container{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media not all and (min-width: 640px){
  .container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.form-item {
  > div{
    display: flex;
  }
  > div{
    align-items: center;
  }
  > div{
    gap: 1.5rem;
  }
  > div:not(last){
    margin-bottom: 1rem;
  }
  > div {
    > label,
    > .label{
      width: 33.333333%;
    }
    > *:not(label){
      width: 66.666667%;
    }
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    border-radius: 0.375rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    border-width: 1px;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    border-color: rgb(0 0 0 / 0.5);
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    color: rgb(0 0 0 / 0.75);
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    --tw-ring-inset: inset;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  textarea,
  select{
    --tw-ring-offset-width: 0px;
  }
}

#contact_form {
  > div:not(:has([type="submit"])){
    margin-bottom: 1rem;
  }
  > div:not(:has([type="submit"])){
    display: flex;
  }
  > div:not(:has([type="submit"])){
    flex-direction: column;
  }
  > div:has([type="submit"]){
    margin-top: 1rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    border-radius: 0.375rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    border-width: 1px;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    border-color: rgb(0 0 0 / 0.5);
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    color: rgb(0 0 0 / 0.75);
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    --tw-ring-inset: inset;
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
  }
  input[type='text'],
  input[type='password'],
  input[type='email'],
  input[type="tel"],
  textarea{
    --tw-ring-offset-width: 0px;
  }
  > div:has([required]) label::after{
    content: var(--tw-content);
    margin-left: 3px;
  }
  > div:has([required]) label::after{
    content: var(--tw-content);
    display: inline-block;
  }
  > div:has([required]) label::after{
    content: var(--tw-content);
    font-weight: 700;
  }
  > div:has([required]) label::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(230 73 17 / var(--tw-text-opacity, 1));
  }
  > div:has([required]) label::after{
    --tw-content: '*';
    content: var(--tw-content);
  }
}

.add-to-cart-success{
  position: fixed;
  right: 50px;
  bottom: 25px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(223 242 191 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(79 138 16 / var(--tw-text-opacity, 1));
}

.actions-column {
  button{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  button{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  button{
    text-transform: uppercase;
  }
  button{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  button {
    &[data-button-ready],
    &[data-button-served]{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    &[data-button-ready],
    &[data-button-served]{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    &[data-button-ready],
    &[data-button-served]{
      text-transform: uppercase;
    }
    &[data-button-ready],
    &[data-button-served]{
      border-width: 1px;
    }
    &[data-button-ready],
    &[data-button-served]{
      --tw-border-opacity: 1;
      border-color: rgb(230 73 17 / var(--tw-border-opacity, 1));
    }
    &[data-button-ready],
    &[data-button-served]{
      --tw-bg-opacity: 1;
      background-color: rgb(230 73 17 / var(--tw-bg-opacity, 1));
    }
    &[data-button-ready],
    &[data-button-served]{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    &[disabled]{
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
    &[disabled]{
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
    }
    &[disabled]{
      text-transform: uppercase;
    }
    &[disabled]{
      --tw-border-opacity: 1;
      border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
    }
    &[disabled]{
      --tw-bg-opacity: 1;
      background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
    }
    &[disabled]{
      text-align: center;
    }
    &[disabled]{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    &[disabled]{
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    }
    &[disabled]{
      opacity: 0.5;
    }
  }
  &.is-ready {
    button {
      &[data-button-ready] {
        &[disabled]{
          padding-left: 1.5rem;
          padding-right: 1.5rem;
        }
        &[disabled]{
          padding-top: 0.75rem;
          padding-bottom: 0.75rem;
        }
        &[disabled]{
          text-transform: uppercase;
        }
        &[disabled]{
          border-width: 1px;
        }
        &[disabled]{
          --tw-border-opacity: 1;
          border-color: rgb(230 73 17 / var(--tw-border-opacity, 1));
        }
        &[disabled]{
          --tw-bg-opacity: 1;
          background-color: rgb(230 73 17 / var(--tw-bg-opacity, 1));
        }
        &[disabled]{
          --tw-text-opacity: 1;
          color: rgb(255 255 255 / var(--tw-text-opacity, 1));
        }
      }
    }
    .loader{
      animation: none !important;
    }
    .loader{
      opacity: 0.5;
    }
  }
}

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

h1,
  .h1{
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  font-family: Bowlby One SC, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  h1,
  .h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px){
  h1,
  .h1{
    font-size: 3rem;
    line-height: 1;
  }
}

h2,
  .h2{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Bowlby One SC, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  h2,
  .h2{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1024px){
  h2,
  .h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3,
  .h3{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Bowlby One SC, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 1024px){
  h3,
  .h3{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4,
  .h4{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Bowlby One SC, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

h5,
  .h5{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Bowlby One SC, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

h6,
  .h6{
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Bowlby One SC, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

html{
  font-family: Roboto, sans-serif;
}

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

.btn{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
}

.btn-primary-bg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 73 17 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(230 73 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outlined{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  border-width: 1px;
  border-color: rgb(0 0 0 / 0.75);
  color: rgb(0 0 0 / 0.7);
}

.btn-rounded-white{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-back{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

.btn-back::before{
  font-family: FontAwesome;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1;
  --tw-content: '\f060';
  content: var(--tw-content);
}

.btn-danger{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-grey{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-transform: uppercase;
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.bottom-\[15vh\]{
  bottom: 15vh;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-2{
  right: 0.5rem;
}

.right-4{
  right: 1rem;
}

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

.right-\[5vw\]{
  right: 5vw;
}

.top-0{
  top: 0px;
}

.top-2{
  top: 0.5rem;
}

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

.bottom-8{
  bottom: 2rem;
}

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

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

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

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

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

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

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

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

.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-4{
  margin-left: 1rem;
}

.ml-8{
  margin-left: 2rem;
}

.ml-auto{
  margin-left: auto;
}

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

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

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

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

.\!h-\[450px\]{
  height: 450px !important;
}

.h-60{
  height: 15rem;
}

.h-8{
  height: 2rem;
}

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

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

.h-\[25vh\]{
  height: 25vh;
}

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

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

.h-full{
  height: 100%;
}

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

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

.w-48{
  width: 12rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

@keyframes spinloader{
  0%{
    transform: rotate(0deg);
  }

  100%{
    transform: rotate(360deg);
  }
}

.animate-spinloader{
  animation: spinloader 1.5s ease infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-t-\[5px\]{
  border-top-width: 5px;
}

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

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

.border-black\/10{
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/75{
  border-color: rgb(0 0 0 / 0.75);
}

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

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

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

.border-b-black\/50{
  border-bottom-color: rgb(0 0 0 / 0.5);
}

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

.border-t-primary{
  --tw-border-opacity: 1;
  border-top-color: rgb(230 73 17 / var(--tw-border-opacity, 1));
}

.bg-\[\#795548\]{
  --tw-bg-opacity: 1;
  background-color: rgb(121 85 72 / var(--tw-bg-opacity, 1));
}

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

.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(230 73 17 / var(--tw-bg-opacity, 1));
}

.bg-success-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(223 242 191 / var(--tw-bg-opacity, 1));
}

.bg-warning-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(254 239 179 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

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

.bg-fixed{
  background-attachment: fixed;
}

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

.bg-repeat{
  background-repeat: repeat;
}

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

.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

.py-\[0\.35rem\]{
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

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

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

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

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

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

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

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

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

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

.font-bowlby{
  font-family: Bowlby One SC, sans-serif;
}

.font-lobster{
  font-family: Lobster, sans-serif;
}

.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-\[1\.5rem\]{
  font-size: 1.5rem;
}

.text-\[2\.5rem\]{
  font-size: 2.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;
}

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

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

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / var(--tw-text-opacity, 1));
}

.text-success-text{
  --tw-text-opacity: 1;
  color: rgb(79 138 16 / var(--tw-text-opacity, 1));
}

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

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

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

.opacity-75{
  opacity: 0.75;
}

.shadow-\[0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.75\)\]{
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.75);
  --tw-shadow-colored: 0 0 0 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-logo-shadow{
  --tw-shadow-color: #ffd203;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.\[column-count\:2\]{
  -moz-column-count: 2;
       column-count: 2;
}

.\[font-size\:2\.25rem\]{
  font-size: 2.25rem;
}

.\[text-shadow\:1px_1px_var\(--tw-shadow-color\)\]{
  text-shadow: 1px 1px var(--tw-shadow-color);
}

.\[text-shadow\:3px_3px_10px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]{
  text-shadow: 3px 3px 10px rgba(0,0,0,0.6);
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}

.before\:block::before{
  content: var(--tw-content);
  display: block;
}

.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}

.before\:bg-black\/50::before{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}

.before\:bg-black\/60::before{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.6);
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:relative::after{
  content: var(--tw-content);
  position: relative;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}

.after\:top-\[25px\]::after{
  content: var(--tw-content);
  top: 25px;
}

.after\:mx-auto::after{
  content: var(--tw-content);
  margin-left: auto;
  margin-right: auto;
}

.after\:block::after{
  content: var(--tw-content);
  display: block;
}

.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}

.after\:h-px::after{
  content: var(--tw-content);
  height: 1px;
}

.after\:w-\[100px\]::after{
  content: var(--tw-content);
  width: 100px;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-black\/35::after{
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.35);
}

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

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

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

.even\:bg-gray-300:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-200\/75:hover{
  background-color: rgb(229 231 235 / 0.75);
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 73 17 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(230 73 17 / 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-100:hover{
  opacity: 1;
}

.hover\:shadow-nav-text:hover{
  --tw-shadow-color: #444444;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:\[text-shadow\:1px_1px_var\(--tw-shadow-color\)\]:hover{
  text-shadow: 1px 1px var(--tw-shadow-color);
}

@media not all and (min-width: 1024px){
  .max-lg\:absolute{
    position: absolute;
  }

  .max-lg\:relative{
    position: relative;
  }

  .max-lg\:right-0{
    right: 0px;
  }

  .max-lg\:top-full{
    top: 100%;
  }

  .max-lg\:z-10{
    z-index: 10;
  }

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

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

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

  .max-lg\:min-w-\[50vw\]{
    min-width: 50vw;
  }

  .max-lg\:overflow-y-auto{
    overflow-y: auto;
  }

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

  .max-lg\:p-4{
    padding: 1rem;
  }

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

@media not all and (min-width: 768px){
  .max-md\:bottom-4{
    bottom: 1rem;
  }

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

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

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

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

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

  .max-md\:overflow-x-scroll{
    overflow-x: scroll;
  }

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

  .max-md\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(230 73 17 / var(--tw-text-opacity, 1));
  }
}

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

  .md\:\!right-1\/2{
    right: 50% !important;
  }

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

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

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

  .md\:bottom-\[15vh\]{
    bottom: 15vh;
  }

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

  .md\:h-72{
    height: 18rem;
  }

  .md\:h-\[25vh\]{
    height: 25vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:-right-\[50px\]{
    right: -50px;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:\!h-\[600px\]{
    height: 600px !important;
  }

  .lg\:h-\[30vh\]{
    height: 30vh;
  }

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

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

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

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

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

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

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

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

  .group:hover .lg\:group-hover\:block{
    display: block;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[25vh\]{
    height: 25vh;
  }
}

.\[\&\.active\>a\]\:bg-primary.active>a{
  --tw-bg-opacity: 1;
  background-color: rgb(230 73 17 / var(--tw-bg-opacity, 1));
}

.\[\&\.active\>a\]\:text-white.active>a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\.active\>a\]\:shadow-nav-text.active>a{
  --tw-shadow-color: #444444;
  --tw-shadow: var(--tw-shadow-colored);
}

.\[\&\.active\>a\]\:\[text-shadow\:1px_1px_var\(--tw-shadow-color\)\].active>a{
  text-shadow: 1px 1px var(--tw-shadow-color);
}

.\[\&\:last-child\]\:border-none:last-child{
  border-style: none;
}

.\[\&\:nth-child\(-n\+3\)\]\:w-\[calc\(\(100\%\/3\)-1rem\)\]:nth-child(-n+3){
  width: calc((100% / 3) - 1rem);
}

.\[\&\:nth-child\(n\+4\)\:nth-child\(-n\+5\)\]\:w-\[calc\(\(100\%\/2\)-1rem\)\]:nth-child(n+4):nth-child(-n+5){
  width: calc((100% / 2) - 1rem);
}

.\[\&\>\.simple-card-image\+\.simple-card-title\]\:mt-4>.simple-card-image+.simple-card-title{
  margin-top: 1rem;
}

.\[\&\>\.simple-card-image\]\:text-center>.simple-card-image{
  text-align: center;
}

.\[\&\>\.simple-card-image_img\]\:inline-block>.simple-card-image img{
  display: inline-block;
}

@media not all and (min-width: 768px){
  .max-md\:\[\&\>\.simple-card-image_img\]\:\!h-\[250px\]>.simple-card-image img{
    height: 250px !important;
  }

  .max-md\:\[\&\>\.simple-card-image_img\]\:\!w-3\/4>.simple-card-image img{
    width: 75% !important;
  }
}

.\[\&\>div\]\:mx-auto>div{
  margin-left: auto;
  margin-right: auto;
}

@media not all and (min-width: 1024px){
  .max-lg\:\[\&\>div\]\:\!w-full>div{
    width: 100% !important;
  }
}

@media (min-width: 768px){
  .md\:\[\&\>div\]\:max-w-\[350px\]>div{
    max-width: 350px;
  }
}

.\[\&\>form\>button\]\:py-\[0\.35rem\]>form>button{
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
}

.\[\&\>form\>button\]\:capitalize>form>button{
  text-transform: capitalize;
}

.\[\&\>form\]\:text-right>form{
  text-align: right;
}

.\[\&\>td\:nth-child\(3\)\]\:hidden>td:nth-child(3){
  display: none;
}

.\[\&\>td\]\:px-4>td{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>td\]\:py-3>td{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&\>th\]\:p-4>th{
  padding: 1rem;
}

.\[\&\>th\]\:px-1>th{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&\>th\]\:py-4>th{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&\>th\]\:font-light>th{
  font-weight: 300;
}

.\[\&_\*\]\:text-white *{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_td\]\:p-4 td{
  padding: 1rem;
}

.\[\&_td\]\:px-4 td{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_td\]\:px-2 td{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .md\:\[\&_td\]\:px-4 td{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\[\&_tr\]\:px-4 tr{
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_tr\]\:px-2 tr{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .md\:\[\&_tr\]\:px-4 tr{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\[\&_tr_td\]\:py-4 tr td{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&_tr_td\]\:py-2 tr td{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .md\:\[\&_tr_td\]\:py-4 tr td{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.\[\&_tr_th\]\:py-4 tr th{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.\[\&_tr_th\]\:py-2 tr th{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_tr_th\]\:px-2 tr th{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .md\:\[\&_tr_th\]\:py-4 tr th{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
