/*
! tailwindcss v3.4.10 | 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: #DBDBDC;
  /* 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: The Future, 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: Soehne, 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: #4F4F4F;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #4F4F4F;
  /* 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] {
  display: none;
}

body {
  min-width: 300px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  --tw-text-opacity: 1;
  color: rgb(255 52 52 / var(--tw-text-opacity));
}

p {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

h1 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
}

@media (min-width: 370px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }
}

@media (min-width: 800px) {
  h1 {
    font-size: 48px;
    line-height: 54px;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 64px;
    line-height: 70px;
  }
}

h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
}

@media (min-width: 800px) {
  h2 {
    font-size: 48px;
    line-height: 54px;
  }
}

h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}

button > * {
  pointer-events: none;
}

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

.input {
  height: 2.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 209 209 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}

.input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}

.input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 136 136 / var(--tw-ring-opacity));
}

.input-md {
  height: 48px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 370px) {
  .input-md {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 640px) {
  .input-md {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.input[type='number'] {
  -moz-appearance:textfield;
}

.input::-webkit-outer-spin-button,
  .input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select.input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 6px) center;
  background-size: 17px;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

.btn {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.btn-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 52 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 52 52 / var(--tw-bg-opacity));
}

.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity));
}

.btn-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(219 219 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.btn-icon {
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 251 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.btn-icon:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.btn-sm {
  height: 38px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 13px;
}

.btn-md {
  height: 48px;
}

.btn-lg {
  height: 54px;
}

.modal.is-open {
  display: block;
}

.modal.is-open .modal-container {
  opacity: 1;
  animation: 0.15s ease-in 1 fade-in forwards;
}

.pointer-events-none {
  pointer-events: none;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

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

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

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

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

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.mb-20 {
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-16 {
  height: 4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(1\.25rem\*7\)\] {
  height: calc(1.25rem * 7);
}

.h-\[calc\(100\%-96px\)\] {
  height: calc(100% - 96px);
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

.w-16 {
  width: 4rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[38ch\] {
  max-width: 38ch;
}

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

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

.max-w-\[70ch\] {
  max-width: 70ch;
}

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

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

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

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

.flex-none {
  flex: none;
}

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

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

.basis-10 {
  flex-basis: 2.5rem;
}

.border-spacing-x-5 {
  --tw-border-spacing-x: 1.25rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

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

.translate-x-\[-510px\] {
  --tw-translate-x: -510px;
  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));
}

.scroll-p-24 {
  scroll-padding: 6rem;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

.grid-cols-\[auto\2c 1fr\] {
  grid-template-columns: auto 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

.gap-\[7\.46px\] {
  gap: 7.46px;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[14\.91px\] {
  border-radius: 14.91px;
}

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

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

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

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

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

.rounded-\[8\.25px\] {
  border-radius: 8.25px;
}

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

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

.border {
  border-width: 1px;
}

.border-\[1\.65px\] {
  border-width: 1.65px;
}

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

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

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

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

.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 52 52 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(246 248 251 / var(--tw-border-opacity));
}

.border-gray-150 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 234 / var(--tw-border-opacity));
}

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

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

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

.bg-\[\#00B691\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 182 145 / var(--tw-bg-opacity));
}

.bg-\[color\:\#F7DDFD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 221 253 / var(--tw-bg-opacity));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  background-color: rgba(0,0,0,0.6);
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(171 215 255 / var(--tw-bg-opacity));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 185 243 / var(--tw-bg-opacity));
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(121 187 248 / var(--tw-bg-opacity));
}

.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 52 52 / var(--tw-bg-opacity));
}

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

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 79 79 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(158 214 193 / var(--tw-bg-opacity));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 179 155 / var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 198 / var(--tw-bg-opacity));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 188 / var(--tw-bg-opacity));
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

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

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

.bg-\[url\(\'\/static\/images\/brands\/medzoomer-logo\.png\'\)\] {
  background-image: url('/static/images/brands/medzoomer-logo.png');
}

.bg-\[url\(\'\/static\/images\/brands\/prince-street-pizza-logo\.png\'\)\] {
  background-image: url('/static/images/brands/prince-street-pizza-logo.png');
}

.bg-\[url\(\'\/static\/images\/brands\/salted-logo\.png\'\)\] {
  background-image: url('/static/images/brands/salted-logo.png');
}

.bg-\[url\(\'\/static\/images\/brands\/spsv-logo\.png\'\)\] {
  background-image: url('/static/images/brands/spsv-logo.png');
}

.bg-\[url\(\'\/static\/images\/company-complementary-image-employer\.jpeg\'\)\] {
  background-image: url('/static/images/company-complementary-image-employer.jpeg');
}

.bg-\[url\(\'\/static\/images\/for-job-seekers-employer\.png\'\)\] {
  background-image: url('/static/images/for-job-seekers-employer.png');
}

.bg-\[url\(\'\/static\/images\/free-and-easy\.png\'\)\] {
  background-image: url('/static/images/free-and-easy.png');
}

.bg-\[url\(\'\/static\/images\/getting-better-by-the-click\.png\'\)\] {
  background-image: url('/static/images/getting-better-by-the-click.png');
}

.bg-\[url\(\'\/static\/images\/landing-bg-mobile-about-042024\.png\'\)\] {
  background-image: url('/static/images/landing-bg-mobile-about-042024.png');
}

.bg-\[url\(\'\/static\/images\/landing-bg-mobile-employer-022024\.png\'\)\] {
  background-image: url('/static/images/landing-bg-mobile-employer-022024.png');
}

.bg-\[url\(\'\/static\/images\/landing-bg\.png\'\)\] {
  background-image: url('/static/images/landing-bg.png');
}

.bg-\[url\(\'\/static\/images\/listing-it-like-it-is\.png\'\)\] {
  background-image: url('/static/images/listing-it-like-it-is.png');
}

.bg-\[url\(\'\/static\/images\/mission-bg-mobile\.png\'\)\] {
  background-image: url('/static/images/mission-bg-mobile.png');
}

.bg-\[url\(\'\/static\/images\/spend-less-hire-more\.png\'\)\] {
  background-image: url('/static/images/spend-less-hire-more.png');
}

.bg-\[url\(\'\/static\/images\/time-is-money-so-save-time\.png\'\)\] {
  background-image: url('/static/images/time-is-money-so-save-time.png');
}

.bg-\[url\(\'\/static\/images\/why-gigs-mobile-employer\.png\'\)\] {
  background-image: url('/static/images/why-gigs-mobile-employer.png');
}

.bg-\[url\(\'\/static\/images\/you-post-we-screen-employer\.png\'\)\] {
  background-image: url('/static/images/you-post-we-screen-employer.png');
}

.bg-\[length\:100\%\] {
  background-size: 100%;
}

.bg-\[length\:1100px\] {
  background-size: 1100px;
}

.bg-\[length\:1100px_auto\] {
  background-size: 1100px auto;
}

.bg-\[length\:130\%_auto\] {
  background-size: 130% auto;
}

.bg-\[length\:390px\] {
  background-size: 390px;
}

.bg-\[length\:50\%\] {
  background-size: 50%;
}

.bg-\[length\:70\%\] {
  background-size: 70%;
}

.bg-\[length\:80\%\] {
  background-size: 80%;
}

.bg-\[length\:85\%\] {
  background-size: 85%;
}

.bg-\[length\:90\%\] {
  background-size: 90%;
}

.bg-\[length\:95\%\] {
  background-size: 95%;
}

.bg-\[length\:cover\] {
  background-size: cover;
}

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

.bg-\[-160px_30px\] {
  background-position: -160px 30px;
}

.bg-\[position\:bottom_10px_center\] {
  background-position: bottom 10px center;
}

.bg-\[position\:bottom_20px_center\] {
  background-position: bottom 20px center;
}

.bg-\[position\:bottom_25px_center\] {
  background-position: bottom 25px center;
}

.bg-\[position\:bottom_5\%_center\] {
  background-position: bottom 5% center;
}

.bg-\[position\:center_bottom\] {
  background-position: center bottom;
}

.bg-\[position\:center_top\] {
  background-position: center top;
}

.bg-\[position\:right\] {
  background-position: right;
}

.bg-\[position\:top_0_right_-280px\] {
  background-position: top 0 right -280px;
}

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

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

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

.stroke-none {
  stroke: none;
}

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

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-9 {
  padding: 2.25rem;
}

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

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

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

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

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

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

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

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

.px-\[13\.2px\] {
  padding-left: 13.2px;
  padding-right: 13.2px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[5\%\] {
  padding-bottom: 5%;
}

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

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

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

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

.pt-\[12\%\] {
  padding-top: 12%;
}

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

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

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

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

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

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

.text-2xl {
  font-size: 28px;
  line-height: 33px;
}

.text-2xs {
  font-size: 12px;
}

.text-3xl {
  font-size: 32px;
  line-height: 38px;
}

.text-4xl {
  font-size: 36px;
  line-height: 40px;
}

.text-5xl {
  font-size: 48px;
  line-height: 54px;
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}

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

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

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

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

.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: 13px;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

.leading-8 {
  line-height: 2rem;
}

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

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

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

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

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

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

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

.leading-\[29\.76px\] {
  line-height: 29.76px;
}

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

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

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

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

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

.text-\[\#00B691\] {
  --tw-text-opacity: 1;
  color: rgb(0 182 145 / var(--tw-text-opacity));
}

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

.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(255 52 52 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(219 219 220 / var(--tw-text-opacity));
}

.text-gray-350 {
  --tw-text-opacity: 1;
  color: rgb(116 116 116 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-0 {
  opacity: 0;
}

.shadow-centered {
  --tw-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[filter\:drop-shadow\(0_0_1px_\#FFF\)_drop-shadow\(0_0_2px_\#FFF\)_drop-shadow\(0_0_4px_\#FFF\)_drop-shadow\(0_0_8px_\#FFF\)_drop-shadow\(0_0_8px_\#FFF\)\] {
  filter: drop-shadow(0 0 1px #FFF) drop-shadow(0 0 2px #FFF) drop-shadow(0 0 4px #FFF) drop-shadow(0 0 8px #FFF) drop-shadow(0 0 8px #FFF);
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.placeholder\:uppercase::-moz-placeholder {
  text-transform: uppercase;
}

.placeholder\:uppercase::placeholder {
  text-transform: uppercase;
}

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

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 17 17 / var(--tw-border-opacity));
}

.hover\:bg-brand-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 52 52 / var(--tw-bg-opacity));
}

.hover\:bg-\[url\(\'\/static\/images\/for-job-seekers-employer-bg\.png\'\)\]:hover {
  background-image: url('/static/images/for-job-seekers-employer-bg.png');
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(219 219 220 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

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

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

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

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

@media (min-width: 370px) {
  .xs\:bg-\[length\:60\%\] {
    background-size: 60%;
  }

  .xs\:bg-\[length\:88\%\] {
    background-size: 88%;
  }

  .xs\:text-5xl {
    font-size: 48px;
    line-height: 54px;
  }

  .xs\:text-6xl {
    font-size: 64px;
    line-height: 70px;
  }

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

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

@media (min-width: 450px) {
  .min-\[450px\]\:bg-\[position\:bottom_-100px_center\] {
    background-position: bottom -100px center;
  }
}

@media (min-width: 510px) {
  .sm\:mt-\[20px\] {
    margin-top: 20px;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

  .sm\:border {
    border-width: 1px;
  }

  .sm\:border-gray-250 {
    --tw-border-opacity: 1;
    border-color: rgb(209 209 209 / var(--tw-border-opacity));
  }

  .sm\:bg-\[length\:60\%\] {
    background-size: 60%;
  }

  .sm\:bg-\[length\:70\%\] {
    background-size: 70%;
  }

  .sm\:bg-\[center_30px\] {
    background-position: center 30px;
  }

  .sm\:bg-\[position\:bottom_9\%_center\] {
    background-position: bottom 9% center;
  }

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

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 0 20px rgb(0 0 0 / 0.03)) drop-shadow(0 0 8px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

@media (min-width: 570px) {
  .min-\[570px\]\:bg-\[position\:bottom_-200px_center\] {
    background-position: bottom -200px center;
  }
}

@media (min-width: 640px) {
  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:basis-\[48\%\] {
    flex-basis: 48%;
  }

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

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

  .md\:bg-\[url\(\'\/static\/images\/mission-bg\.png\'\)\] {
    background-image: url('/static/images/mission-bg.png');
  }

  .md\:bg-\[length\:450px\] {
    background-size: 450px;
  }

  .md\:bg-\[length\:49\%\] {
    background-size: 49%;
  }

  .md\:bg-\[length\:50\%\] {
    background-size: 50%;
  }

  .md\:bg-\[position\:bottom_30px_center\] {
    background-position: bottom 30px center;
  }

  .md\:bg-\[position\:center\] {
    background-position: center;
  }

  .md\:bg-\[position\:right_center\] {
    background-position: right center;
  }

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

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

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

  .md\:text-3xl {
    font-size: 32px;
    line-height: 38px;
  }

  .md\:leading-loose {
    line-height: 2;
  }
}

@media (min-width: 700px) {
  .min-\[700px\]\:bg-\[position\:bottom_-280px_center\] {
    background-position: bottom -280px center;
  }
}

@media (min-width: 800px) {
  .lg\:left-\[20px\] {
    left: 20px;
  }

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

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

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

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .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\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:border-b-\[1px\] {
    border-bottom-width: 1px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

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

  .lg\:border-b-gray-200 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(219 219 220 / var(--tw-border-opacity));
  }

  .lg\:bg-\[url\(\'\/static\/images\/why-gigs-employer\.png\'\)\] {
    background-image: url('/static/images/why-gigs-employer.png');
  }

  .lg\:bg-\[length\:120\%\] {
    background-size: 120%;
  }

  .lg\:bg-\[length\:450px\] {
    background-size: 450px;
  }

  .lg\:bg-\[length\:60\%\] {
    background-size: 60%;
  }

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

  .lg\:bg-\[position\:bottom_30\%_right_5\%\] {
    background-position: bottom 30% right 5%;
  }

  .lg\:bg-\[position\:bottom_3px_right_15px\] {
    background-position: bottom 3px right 15px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-\[12\%\] {
    padding-top: 12%;
  }

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

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

  .lg\:text-2xl {
    font-size: 28px;
    line-height: 33px;
  }

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

  .lg\:text-\[19\.8px\] {
    font-size: 19.8px;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }

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

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

@media (min-width: 1024px) {
  .xl\:m-auto {
    margin: auto;
  }

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

  .xl\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

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

  .xl\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .xl\:border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

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

  .xl\:bg-\[url\(\'\/static\/images\/landing-bg-about-042024\.png\'\)\] {
    background-image: url('/static/images/landing-bg-about-042024.png');
  }

  .xl\:bg-\[url\(\'\/static\/images\/landing-bg-employer-022024\.png\'\)\] {
    background-image: url('/static/images/landing-bg-employer-022024.png');
  }

  .xl\:bg-\[length\:1300px\] {
    background-size: 1300px;
  }

  .xl\:bg-\[length\:1440px\] {
    background-size: 1440px;
  }

  .xl\:bg-\[length\:1440px_auto\] {
    background-size: 1440px auto;
  }

  .xl\:bg-\[length\:575px\] {
    background-size: 575px;
  }

  .xl\:bg-\[length\:75\%\] {
    background-size: 75%;
  }

  .xl\:bg-\[length\:93\%\] {
    background-size: 93%;
  }

  .xl\:bg-\[position\:bottom_65px_right_12\%\] {
    background-position: bottom 65px right 12%;
  }

  .xl\:bg-\[position\:center_bottom_-150px\] {
    background-position: center bottom -150px;
  }

  .xl\:bg-\[position\:right_-30px_top_10px\] {
    background-position: right -30px top 10px;
  }

  .xl\:bg-top {
    background-position: top;
  }

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

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

  .xl\:text-6xl {
    font-size: 64px;
    line-height: 70px;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .xl\:text-\[3\.8rem\] {
    font-size: 3.8rem;
  }

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

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

  .xl\:leading-\[6rem\!important\] {
    line-height: 6rem !important;
  }

  .min-\[1024px\]\:bg-\[length\:110\%\] {
    background-size: 110%;
  }
}

@media (min-width: 1204px) {
  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-\[585px\] {
    height: 585px;
  }

  .\32xl\:h-\[650px\] {
    height: 650px;
  }

  .\32xl\:w-\[1224px\] {
    width: 1224px;
  }

  .\32xl\:min-w-\[120\%\] {
    min-width: 120%;
  }

  .\32xl\:min-w-\[500px\] {
    min-width: 500px;
  }

  .\32xl\:min-w-\[660px\] {
    min-width: 660px;
  }

  .\32xl\:max-w-\[580px\] {
    max-width: 580px;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:bg-\[length\:642px\] {
    background-size: 642px;
  }

  .\32xl\:bg-\[length\:65\%\] {
    background-size: 65%;
  }

  .\32xl\:bg-\[length\:90\%\] {
    background-size: 90%;
  }

  .\32xl\:bg-\[position\:bottom_30px_center\] {
    background-position: bottom 30px center;
  }

  .\32xl\:bg-\[position\:bottom_50px_right_12\%\] {
    background-position: bottom 50px right 12%;
  }

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

  .\32xl\:px-\[118px\] {
    padding-left: 118px;
    padding-right: 118px;
  }

  .\32xl\:text-5xl {
    font-size: 48px;
    line-height: 54px;
  }

  .\32xl\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .\32xl\:text-\[4\.8rem\] {
    font-size: 4.8rem;
  }

  .\32xl\:leading-\[5\.5rem\] {
    line-height: 5.5rem;
  }

  .\32xl\:leading-\[53\.8px\] {
    line-height: 53.8px;
  }
}

@media (min-width: 1250px) {
  .min-\[1250px\]\:bg-\[length\:100\%\] {
    background-size: 100%;
  }
}

@media (min-width: 1440px) {
  .\33xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .\33xl\:bg-\[position\:right_10\%_top_10px\] {
    background-position: right 10% top 10px;
  }

  .\33xl\:p-0 {
    padding: 0px;
  }

  .\33xl\:text-3xl {
    font-size: 32px;
    line-height: 38px;
  }

  .\33xl\:text-\[5\.25rem\] {
    font-size: 5.25rem;
  }

  .\33xl\:leading-\[5\.75rem\] {
    line-height: 5.75rem;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\>\*\]\:text-gray-900>* {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.\[\&\>div\]\:flex>div {
  display: flex;
}

.\[\&\>div\]\:h-\[470px\]>div {
  height: 470px;
}

.\[\&\>div\]\:flex-1>div {
  flex: 1 1 0%;
}

.\[\&\>div\]\:flex-col>div {
  flex-direction: column;
}

.\[\&\>div\]\:gap-4>div {
  gap: 1rem;
}

.\[\&\>div\]\:rounded-lg>div {
  border-radius: 0.5rem;
}

.\[\&\>div\]\:bg-\[length\:90\%\]>div {
  background-size: 90%;
}

.\[\&\>div\]\:bg-\[position\:bottom_30px_center\]>div {
  background-position: bottom 30px center;
}

.\[\&\>div\]\:bg-no-repeat>div {
  background-repeat: no-repeat;
}

.\[\&\>div\]\:p-5>div {
  padding: 1.25rem;
}

.\[\&\>div\]\:p-6>div {
  padding: 1.5rem;
}

@media (min-width: 470px) {
  .min-\[470px\]\:\[\&\>div\]\:bg-\[length\:80\%\]>div {
    background-size: 80%;
  }
}

@media (min-width: 580px) {
  .min-\[580px\]\:\[\&\>div\]\:bg-\[length\:60\%\]>div {
    background-size: 60%;
  }
}

@media (min-width: 675px) {
  .min-\[675px\]\:\[\&\>div\]\:bg-\[length\:50\%\]>div {
    background-size: 50%;
  }
}

@media (min-width: 800px) {
  .lg\:\[\&\>div\]\:h-\[500px\]>div {
    height: 500px;
  }

  .lg\:\[\&\>div\]\:bg-\[length\:70\%\]>div {
    background-size: 70%;
  }
}

@media (min-width: 1024px) {
  .xl\:\[\&\>div\]\:h-\[600px\]>div {
    height: 600px;
  }
}

@media (min-width: 1204px) {
  .\32xl\:\[\&\>div\]\:h-\[650px\]>div {
    height: 650px;
  }

  .\[\&\>div\]\:2xl\:max-w-\[692px\]>div {
    max-width: 692px;
  }

  .\32xl\:\[\&\>div\]\:p-8>div {
    padding: 2rem;
  }
}

@media (min-width: 1440px) {
  .\33xl\:\[\&\>div\]\:h-\[650px\]>div {
    height: 650px;
  }
}

.\[\&\>p\]\:my-4>p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\[\&\>ul\]\:list-disc>ul {
  list-style-type: disc;
}

.\[\&\>ul\]\:pl-10>ul {
  padding-left: 2.5rem;
}

.\[\&_\.card-news\]\:flex .card-news {
  display: flex;
}

.\[\&_\.card-news\]\:flex-col .card-news {
  flex-direction: column;
}

.\[\&_\.card-news\]\:justify-between .card-news {
  justify-content: space-between;
}

.\[\&_\.card-news\]\:gap-4 .card-news {
  gap: 1rem;
}

.\[\&_\.card-news\]\:rounded-xl .card-news {
  border-radius: 0.75rem;
}

.\[\&_\.card-news\]\:bg-white .card-news {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.\[\&_\.card-news\]\:p-4 .card-news {
  padding: 1rem;
}

.\[\&_\.card-news\]\:text-black .card-news {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&_\.card-news\]\:shadow-centered .card-news {
  --tw-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\[\&_\.card-news_h2\]\:text-lg .card-news h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_\.card-news_h2\]\:font-normal .card-news h2 {
  font-weight: 400;
}

.\[\&_\.card-news_img\]\:w-full .card-news img {
  width: 100%;
}

.\[\&_\.card-news_img\]\:bg-slate-50 .card-news img {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

.\[\&_\.card-news_img\]\:object-fill .card-news img {
  -o-object-fit: fill;
     object-fit: fill;
}

.\[\&_\.image\]\:mx-auto .image {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_\.image\]\:mb-4 .image {
  margin-bottom: 1rem;
}

.\[\&_\.image\]\:h-16 .image {
  height: 4rem;
}

.\[\&_\.image\]\:w-16 .image {
  width: 4rem;
}

.\[\&_\.image\]\:rounded-full .image {
  border-radius: 9999px;
}

.\[\&_\.image\]\:shadow-centered .image {
  --tw-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

@media (min-width: 800px) {
  .lg\:\[\&_\>\.card-news\:nth-child\(3\)\]\:flex >.card-news:nth-child(3) {
    display: flex;
  }
}

.\[\&_\>\.card-news\:nth-child\(4\)\]\:hidden >.card-news:nth-child(4) {
  display: none;
}

@media (min-width: 800px) {
  .lg\:\[\&_\>\.card-news\:nth-child\(4\)\]\:flex >.card-news:nth-child(4) {
    display: flex;
  }
}

.\[\&_a\.selected\]\:rounded-full a.selected {
  border-radius: 9999px;
}

.\[\&_a\.selected\]\:bg-brand-500 a.selected {
  --tw-bg-opacity: 1;
  background-color: rgb(255 52 52 / var(--tw-bg-opacity));
}

.\[\&_a\.selected\]\:text-black a.selected {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&_a\:hover\]\:text-gray-100 a:hover {
  --tw-text-opacity: 1;
  color: rgb(246 248 251 / var(--tw-text-opacity));
}

.\[\&_a\]\:my-2 a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.\[\&_a\]\:rounded-full a {
  border-radius: 9999px;
}

.\[\&_a\]\:border a {
  border-width: 1px;
}

.\[\&_a\]\:border-b a {
  border-bottom-width: 1px;
}

.\[\&_a\]\:border-gray-400 a {
  --tw-border-opacity: 1;
  border-color: rgb(79 79 79 / var(--tw-border-opacity));
}

.\[\&_a\]\:px-6 a {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.\[\&_a\]\:py-1 a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.\[\&_a\]\:pb-4 a {
  padding-bottom: 1rem;
}

.\[\&_a\]\:text-4xl a {
  font-size: 36px;
  line-height: 40px;
}

.\[\&_a\]\:text-\[24px\] a {
  font-size: 24px;
}

.\[\&_a\]\:font-medium a {
  font-weight: 500;
}

.\[\&_a\]\:leading-\[33\.29px\] a {
  line-height: 33.29px;
}

.\[\&_a\]\:text-black a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.\[\&_a\]\:text-gray-300 a {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.\[\&_div\]\:min-w-0 div {
  min-width: 0px;
}

.\[\&_h2\]\:text-\[1\.625rem\] h2 {
  font-size: 1.625rem;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&_img\]\:mix-blend-multiply img {
  mix-blend-mode: multiply;
}

.\[\&_p\.label\]\:mx-auto p.label {
  margin-left: auto;
  margin-right: auto;
}

.\[\&_p\.label\]\:mb-0 p.label {
  margin-bottom: 0px;
}

.\[\&_p\.label\]\:w-fit p.label {
  width: -moz-fit-content;
  width: fit-content;
}

.\[\&_p\.label\]\:rounded-sm p.label {
  border-radius: 0.125rem;
}

.\[\&_p\.label\]\:bg-slate-100 p.label {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.\[\&_p\.label\]\:px-1 p.label {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&_p\.label\]\:text-gray-400 p.label {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:text-center p {
  text-align: center;
}

.\[\&_p\]\:text-2xs p {
  font-size: 12px;
}

.\[\&_p\]\:text-lg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_p\]\:leading-\[22px\] p {
  line-height: 22px;
}

.\[\&_p\]\:text-black p {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .\[\&_p\]\:xl\:text-xl p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1204px) {
  .\[\&_p\]\:2xl\:text-\[1\.625rem\] p {
    font-size: 1.625rem;
  }

  .\[\&_p\]\:2xl\:leading-8 p {
    line-height: 2rem;
  }
}

.\[\&_svg\]\:stroke-white svg {
  stroke: #fff;
}
