/* stylelint-disable at-rule-no-unknown */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&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.18 | 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: Outfit, ui-sans-serif, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #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;
}
/* Set Outfit as default font for all content */
html {
        font-family: 'Outfit', 'Inter', ui-sans-serif, system-ui, sans-serif;
    }
body {
        font-family: 'Outfit', 'Inter', ui-sans-serif, system-ui, sans-serif;
    }
/* No top offset: hero should sit directly below header */
section{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 640px){
  section{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.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;
  }
}
/* Custom Title Classes - Responsive Design */
/* stylelint-disable-next-line at-rule-no-unknown */
.custom-title-h1{
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}
@media (min-width: 1024px){
  .custom-title-h1{
    font-size: 50px;
    line-height: 58px;
  }
}
@media (min-width: 1280px){
  .custom-title-h1{
    font-size: 60px;
    line-height: 75px;
  }
}
.custom-title-h1 {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-title-h2{
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 1024px){
  .custom-title-h2{
    font-size: 32px;
    line-height: 34px;
  }
}
@media (min-width: 1280px){
  .custom-title-h2{
    font-size: 35px;
    line-height: 45px;
  }
}
.custom-title-h2 {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-title-h3{
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 1024px){
  .custom-title-h3{
    font-size: 25px;
    line-height: 34px;
  }
}
@media (min-width: 1280px){
  .custom-title-h3{
    font-size: 30px;
    line-height: 38px;
  }
}
.custom-title-h3 {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-title-h4{
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 1024px){
  .custom-title-h4{
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1280px){
  .custom-title-h4{
    font-size: 25px;
    line-height: 32px;
  }
}
.custom-title-h4 {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-title-h5{
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 1024px){
  .custom-title-h5{
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 1280px){
  .custom-title-h5{
    font-size: 22px;
    line-height: 28px;
  }
}
.custom-title-h5 {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-title-h6{
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 1024px){
  .custom-title-h6{
    font-size: 20px;
  }
}
.custom-title-h6 {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-subtitle{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .custom-subtitle{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1280px){
  .custom-subtitle{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.custom-subtitle {
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
    }
.custom-description{
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 1024px){
  .custom-description{
    font-size: 15px;
  }
}
.custom-description {
        font-family: 'Inter', ui-sans-serif, system-ui, sans-serif;
    }
/* WYSIWYG Editor Styles for Category Description */
#categoryDescription h1,
    #categoryDescription h2,
    #categoryDescription h3,
    #categoryDescription h4,
    #categoryDescription h5,
    #categoryDescription h6{
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
}
#categoryDescription h1{
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 768px){
  #categoryDescription h1{
    font-size: 30px;
  }
}
@media (min-width: 1024px){
  #categoryDescription h1{
    line-height: 38px;
  }
}
#categoryDescription h2{
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px){
  #categoryDescription h2{
    font-size: 25px;
    line-height: 34px;
  }
}
#categoryDescription h3{
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}
#categoryDescription h3 + p{
  margin-top: 0px;
}
#categoryDescription p{
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
        font-family: 'Outfit', ui-sans-serif, system-ui, sans-serif;
        font-size: 14px;
        line-height: 26px;
}
@media (min-width: 1024px){
  #categoryDescription p{
    font-size: 15px;
  }
}
#categoryDescription p:last-child{
  margin-bottom: 0px;
}
#categoryDescription strong,
    #categoryDescription b{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
}
#categoryDescription em,
    #categoryDescription i{
  font-style: italic;
}
#categoryDescription u{
  text-decoration-line: underline;
}
#categoryDescription a{
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#categoryDescription a:hover{
  --tw-text-opacity: 1;
  color: rgb(228 177 35 / var(--tw-text-opacity, 1));
}
#categoryDescription ul,
    #categoryDescription ol{
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}
#categoryDescription ul{
  list-style-type: disc;
}
#categoryDescription ol{
  list-style-type: decimal;
}
#categoryDescription li{
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 1024px){
  #categoryDescription li{
    font-size: 15px;
  }
}
#categoryDescription blockquote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(18 23 29 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
}
@media (min-width: 1024px){
  #categoryDescription blockquote{
    font-size: 15px;
  }
}
#categoryDescription code{
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* Navigation Menu Link Hover Underline */
.menu-link-underline {
        position: relative;
    }
.menu-link-underline::after {
        content: '';
        position: absolute;
        bottom: 10;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #2D54A5;
        transition: width 0.3s ease;
        z-index: 1;
    }
.menu-link-underline:hover::after {
        width: 100%;
    }
/* Dropdown Menu Box Shadow */
.submenu {
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    }
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.collapse{
  visibility: collapse;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.-bottom-1{
  bottom: -0.25rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-12{
  bottom: 3rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.left-0{
  left: 0px;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.right-0{
  right: 0px;
}
.right-5{
  right: 1.25rem;
}
.right-6{
  right: 1.5rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-3{
  top: 0.75rem;
}
.top-4{
  top: 1rem;
}
.top-5{
  top: 1.25rem;
}
.top-full{
  top: 100%;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[9997\]{
  z-index: 9997;
}
.z-\[9998\]{
  z-index: 9998;
}
.z-\[9999\]{
  z-index: 9999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.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-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-\[15px\]{
  margin-right: 15px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[50px\]{
  margin-top: 50px;
}
.mt-auto{
  margin-top: auto;
}
.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;
}
.hidden{
  display: none;
}
.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[17px\]{
  height: 17px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[20px\]{
  height: 20px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[250px\]{
  height: 250px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[38px\]{
  height: 38px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[470px\]{
  height: 470px;
}
.h-\[4px\]{
  height: 4px;
}
.h-\[650px\]{
  height: 650px;
}
.h-\[65px\]{
  height: 65px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[260px\]{
  max-height: 260px;
}
.max-h-\[310px\]{
  max-height: 310px;
}
.max-h-\[320px\]{
  max-height: 320px;
}
.max-h-\[330px\]{
  max-height: 330px;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.min-h-\[140px\]{
  min-height: 140px;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[50px\]{
  min-height: 50px;
}
.min-h-\[540px\]{
  min-height: 540px;
}
.min-h-\[60px\]{
  min-height: 60px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[17px\]{
  width: 17px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[20px\]{
  width: 20px;
}
.w-\[29px\]{
  width: 29px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[38px\]{
  width: 38px;
}
.w-\[45px\]{
  width: 45px;
}
.w-\[580px\]{
  width: 580px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[95px\]{
  width: 95px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-\[110px\]{
  min-width: 110px;
}
.min-w-\[140px\]{
  min-width: 140px;
}
.min-w-\[170px\]{
  min-width: 170px;
}
.min-w-\[200px\]{
  min-width: 200px;
}
.min-w-\[90px\]{
  min-width: 90px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-\[1150px\]{
  max-width: 1150px;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[457px\]{
  max-width: 457px;
}
.max-w-\[580px\]{
  max-width: 580px;
}
.max-w-\[650px\]{
  max-width: 650px;
}
.max-w-\[720px\]{
  max-width: 720px;
}
.max-w-\[730px\]{
  max-width: 730px;
}
.max-w-\[750px\]{
  max-width: 750px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[90\%\]{
  max-width: 90%;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-\[90vw\]{
  max-width: 90vw;
}
.max-w-\[930px\]{
  max-width: 930px;
}
.max-w-\[950px\]{
  max-width: 950px;
}
.max-w-none{
  max-width: none;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.border-collapse{
  border-collapse: collapse;
}
.translate-y-10{
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.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-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-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));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-visible{
  overflow-y: visible;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[2px\]{
  border-radius: 2px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-b-\[5px\]{
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.rounded-t-\[5px\]{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-darkgray{
  --tw-border-opacity: 1;
  border-color: rgb(18 23 29 / var(--tw-border-opacity, 1));
}
.border-lightgray{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / 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-yellow{
  --tw-border-opacity: 1;
  border-color: rgb(228 177 35 / var(--tw-border-opacity, 1));
}
.bg-\[\#F0F0F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity, 1));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(45 84 165 / var(--tw-bg-opacity, 1));
}
.bg-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 234 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(104 186 117 / var(--tw-bg-opacity, 1));
}
.bg-lightgray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / 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{
  --tw-bg-opacity: 1;
  background-color: rgb(228 177 35 / var(--tw-bg-opacity, 1));
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.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-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-\[4px\]{
  padding: 4px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.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-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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-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;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-4{
  padding-right: 1rem;
}
.ps-4{
  padding-inline-start: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-start{
  text-align: start;
}
.align-baseline{
  vertical-align: baseline;
}
.font-inter{
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[25px\]{
  font-size: 25px;
}
.text-\[30px\]{
  font-size: 30px;
}
.text-\[38px\]{
  font-size: 38px;
}
.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-bold{
  font-weight: 700;
}
.font-extralight{
  font-weight: 200;
}
.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;
}
.italic{
  font-style: italic;
}
.leading-\[18px\]{
  line-height: 18px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[28px\]{
  line-height: 28px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-\[34px\]{
  line-height: 34px;
}
.leading-\[36px\]{
  line-height: 36px;
}
.leading-\[38px\]{
  line-height: 38px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue{
  --tw-text-opacity: 1;
  color: rgb(45 84 165 / var(--tw-text-opacity, 1));
}
.text-darkgray{
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
}
.text-gray{
  --tw-text-opacity: 1;
  color: rgb(239 238 234 / 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-green{
  --tw-text-opacity: 1;
  color: rgb(104 186 117 / var(--tw-text-opacity, 1));
}
.text-lightgray{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(228 177 35 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.no-underline{
  text-decoration-line: none;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-\[58\%\]{
  opacity: 58%;
}
.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);
}
.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);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.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);
}

.placeholder\:text-\[\#707372\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 115 114 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#707372\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(112 115 114 / var(--tw-text-opacity, 1));
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

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

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

.hover\:bg-black\/90:hover{
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-blue\/90:hover{
  background-color: rgb(45 84 165 / 0.9);
}

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

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

.hover\:bg-gray-100\/50:hover{
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-green:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(104 186 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green\/90:hover{
  background-color: rgb(104 186 117 / 0.9);
}

.hover\:bg-lightgray\/90:hover{
  background-color: rgb(245 245 245 / 0.9);
}

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

.hover\:bg-yellow\/90:hover{
  background-color: rgb(228 177 35 / 0.9);
}

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

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

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

.hover\:text-darkgray:hover{
  --tw-text-opacity: 1;
  color: rgb(18 23 29 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-yellow:hover{
  --tw-text-opacity: 1;
  color: rgb(228 177 35 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.hover\:shadow-\[0_10px_24px_rgba\(17\2c 24\2c 39\2c 0\.10\)\]:hover{
  --tw-shadow: 0 10px 24px rgba(17,24,39,0.10);
  --tw-shadow-colored: 0 10px 24px 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-\[0_10px_24px_rgba\(17\2c 24\2c 39\2c 0\.15\)\]:hover{
  --tw-shadow: 0 10px 24px rgba(17,24,39,0.15);
  --tw-shadow-colored: 0 10px 24px 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-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-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);
}

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

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

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}

.group:hover .group-hover\:bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:brightness-90{
  --tw-brightness: brightness(.9);
  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);
}

@media (min-width: 640px){
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:mb-2{
    margin-bottom: 0.5rem;
  }
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mr-\[20px\]{
    margin-right: 20px;
  }
  .sm\:mt-8{
    margin-top: 2rem;
  }
  .sm\:h-4{
    height: 1rem;
  }
  .sm\:h-\[15px\]{
    height: 15px;
  }
  .sm\:h-\[22px\]{
    height: 22px;
  }
  .sm\:h-\[260px\]{
    height: 260px;
  }
  .sm\:h-\[300px\]{
    height: 300px;
  }
  .sm\:h-\[350px\]{
    height: 350px;
  }
  .sm\:h-\[45px\]{
    height: 45px;
  }
  .sm\:h-\[50px\]{
    height: 50px;
  }
  .sm\:min-h-\[350px\]{
    min-height: 350px;
  }
  .sm\:w-5{
    width: 1.25rem;
  }
  .sm\:w-\[15px\]{
    width: 15px;
  }
  .sm\:w-\[22px\]{
    width: 22px;
  }
  .sm\:w-\[calc\(100\%-18px\)\]{
    width: calc(100% - 18px);
  }
  .sm\:max-w-\[280px\]{
    max-width: 280px;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .sm\:pb-8{
    padding-bottom: 2rem;
  }
  .sm\:pr-6{
    padding-right: 1.5rem;
  }
  .sm\:pr-8{
    padding-right: 2rem;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 768px){
  .md\:bottom-4{
    bottom: 1rem;
  }
  .md\:right-4{
    right: 1rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-10{
    margin-bottom: 2.5rem;
  }
  .md\:mb-12{
    margin-bottom: 3rem;
  }
  .md\:mb-4{
    margin-bottom: 1rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:mr-\[30px\]{
    margin-right: 30px;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:aspect-auto{
    aspect-ratio: auto;
  }
  .md\:h-\[220px\]{
    height: 220px;
  }
  .md\:h-\[24px\]{
    height: 24px;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:h-\[350px\]{
    height: 350px;
  }
  .md\:h-\[352px\]{
    height: 352px;
  }
  .md\:h-\[43px\]{
    height: 43px;
  }
  .md\:h-\[50px\]{
    height: 50px;
  }
  .md\:h-\[55px\]{
    height: 55px;
  }
  .md\:h-\[650px\]{
    height: 650px;
  }
  .md\:h-\[750px\]{
    height: 750px;
  }
  .md\:max-h-full{
    max-height: 100%;
  }
  .md\:min-h-0{
    min-height: 0px;
  }
  .md\:min-h-\[200px\]{
    min-height: 200px;
  }
  .md\:min-h-\[210px\]{
    min-height: 210px;
  }
  .md\:min-h-\[250px\]{
    min-height: 250px;
  }
  .md\:min-h-\[270px\]{
    min-height: 270px;
  }
  .md\:min-h-\[400px\]{
    min-height: 400px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-\[24px\]{
    width: 24px;
  }
  .md\:w-\[659px\]{
    width: 659px;
  }
  .md\:w-\[70px\]{
    width: 70px;
  }
  .md\:w-\[calc\(\(100\%-82px\)\/3\)\]{
    width: calc((100% - 82px) / 3);
  }
  .md\:w-\[calc\(100\%-340px\)\]{
    width: calc(100% - 340px);
  }
  .md\:w-\[calc\(50\%-20px\)\]{
    width: calc(50% - 20px);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[300px\]{
    max-width: 300px;
  }
  .md\:max-w-\[320px\]{
    max-width: 320px;
  }
  .md\:max-w-\[430px\]{
    max-width: 430px;
  }
  .md\:max-w-\[660px\]{
    max-width: 660px;
  }
  .md\:-translate-y-\[18px\]{
    --tw-translate-y: -18px;
    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\:-rotate-2{
    --tw-rotate: -2deg;
    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-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:gap-12{
    gap: 3rem;
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .md\:gap-y-24{
    row-gap: 6rem;
  }
  .md\:overflow-x-hidden{
    overflow-x: hidden;
  }
  .md\:border-0{
    border-width: 0px;
  }
  .md\:p-2{
    padding: 0.5rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-6{
    padding-bottom: 1.5rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:pr-\[1\%\]{
    padding-right: 1%;
  }
  .md\:pr-\[4\%\]{
    padding-right: 4%;
  }
  .md\:pr-\[55px\]{
    padding-right: 55px;
  }
  .md\:ps-8{
    padding-inline-start: 2rem;
  }
  .md\:pt-6{
    padding-top: 1.5rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[17px\]{
    font-size: 17px;
  }
  .md\:text-\[25px\]{
    font-size: 25px;
  }
  .md\:text-\[30px\]{
    font-size: 30px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:leading-\[34px\]{
    line-height: 34px;
  }
  .md\:leading-\[48px\]{
    line-height: 48px;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 1024px){
  .lg\:absolute{
    position: absolute;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:top-full{
    top: 100%;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[250px\]{
    height: 250px;
  }
  .lg\:h-\[400px\]{
    height: 400px;
  }
  .lg\:h-\[450px\]{
    height: 450px;
  }
  .lg\:min-h-\[60px\]{
    min-height: 60px;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[calc\(100\%-340px\)\]{
    width: calc(100% - 340px);
  }
  .lg\:w-\[calc\(33\.333\%-35px\)\]{
    width: calc(33.333% - 35px);
  }
  .lg\:min-w-\[170px\]{
    min-width: 170px;
  }
  .lg\:max-w-\[320px\]{
    max-width: 320px;
  }
  .lg\:-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));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-end{
    align-items: flex-end;
  }
  .lg\:justify-items-stretch{
    justify-items: stretch;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\: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));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .lg\:pb-10{
    padding-bottom: 2.5rem;
  }
  .lg\:text-\[15px\]{
    font-size: 15px;
  }
  .lg\:text-\[18px\]{
    font-size: 18px;
  }
  .lg\:text-\[20px\]{
    font-size: 20px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-\[25px\]{
    font-size: 25px;
  }
  .lg\:text-\[30px\]{
    font-size: 30px;
  }
  .lg\:text-\[32px\]{
    font-size: 32px;
  }
  .lg\:text-\[50px\]{
    font-size: 50px;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:leading-\[26px\]{
    line-height: 26px;
  }
  .lg\:leading-\[28px\]{
    line-height: 28px;
  }
  .lg\:leading-\[34px\]{
    line-height: 34px;
  }
  .lg\:leading-\[38px\]{
    line-height: 38px;
  }
  .lg\:leading-\[48px\]{
    line-height: 48px;
  }
  .lg\:leading-\[58px\]{
    line-height: 58px;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .group:hover .lg\:group-hover\:block{
    display: block;
  }
}

@media (min-width: 1280px){
  .xl\:mb-12{
    margin-bottom: 3rem;
  }
  .xl\:mb-16{
    margin-bottom: 4rem;
  }
  .xl\:mb-4{
    margin-bottom: 1rem;
  }
  .xl\:mb-8{
    margin-bottom: 2rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:h-\[320px\]{
    height: 320px;
  }
  .xl\:h-\[500px\]{
    height: 500px;
  }
  .xl\:h-\[50px\]{
    height: 50px;
  }
  .xl\:h-\[55px\]{
    height: 55px;
  }
  .xl\:w-\[55px\]{
    width: 55px;
  }
  .xl\:min-w-\[300px\]{
    min-width: 300px;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:gap-12{
    gap: 3rem;
  }
  .xl\:gap-6{
    gap: 1.5rem;
  }
  .xl\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:p-6{
    padding: 1.5rem;
  }
  .xl\:p-8{
    padding: 2rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .xl\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xl\:pb-6{
    padding-bottom: 1.5rem;
  }
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
  .xl\:pl-0{
    padding-left: 0px;
  }
  .xl\:pr-0{
    padding-right: 0px;
  }
  .xl\:pr-\[3\%\]{
    padding-right: 3%;
  }
  .xl\:ps-10{
    padding-inline-start: 2.5rem;
  }
  .xl\:text-\[22px\]{
    font-size: 22px;
  }
  .xl\:text-\[25px\]{
    font-size: 25px;
  }
  .xl\:text-\[30px\]{
    font-size: 30px;
  }
  .xl\:text-\[35px\]{
    font-size: 35px;
  }
  .xl\:text-\[60px\]{
    font-size: 60px;
  }
  .xl\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:leading-\[28px\]{
    line-height: 28px;
  }
  .xl\:leading-\[32px\]{
    line-height: 32px;
  }
  .xl\:leading-\[38px\]{
    line-height: 38px;
  }
  .xl\:leading-\[45px\]{
    line-height: 45px;
  }
  .xl\:leading-\[75px\]{
    line-height: 75px;
  }
}

.\[\&_a\]\:w-fit a{
  width: -moz-fit-content;
  width: fit-content;
}