/*
! tailwindcss v3.3.1 | 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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::-webkit-input-placeholder, textarea::-webkit-input-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] {
  display: none;
}

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

::-webkit-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-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:  ;
}

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

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

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

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

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

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

.mb-016 {
  margin-bottom: 16px;
}

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

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

.mb-18 {
  margin-bottom: 71px;
}

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

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

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

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

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

.mb-c-40 {
  margin-bottom: 40px;
}

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

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-16 {
  margin-left: 4rem;
}

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

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

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

.ml-c-13 {
  margin-left: 13px;
}

.ml-c-225 {
  margin-left: 225;
}

.ml-c-24 {
  margin-left: 24px;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

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

.mr-c-12 {
  margin-right: 12px;
}

.mr-c-50 {
  margin-right: 50px;
}

.mt-016 {
  margin-top: 16px;
}

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

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

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

.mt-c-16 {
  margin-top: 16px;
}

.mt-c-35 {
  margin-top: 35px;
}

.mt-c-40 {
  margin-top: 40px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-16 {
  height: 4rem;
}

.h-381 {
  height: 381px;
}

.h-474 {
  height: 474px;
}

.h-52 {
  height: 52px;
}

.h-620 {
  height: 620px;
}

.h-64 {
  height: 64px;
}

.h-HeightFeatures {
  height: 221px;
}

.h-full {
  height: 100%;
}

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

.w-1168 {
  width: 1168px;
}

.w-177 {
  width: 177px;
}

.w-179 {
  width: 179px;
}

.w-208 {
  width: 208px;
}

.w-211 {
  width: 211px;
}

.w-262 {
  width: 262px;
}

.w-265 {
  width: 265px;
}

.w-268 {
  width: 268px;
}

.w-285 {
  width: 285px;
}

.w-291 {
  width: 291px;
}

.w-306 {
  width: 306px;
}

.w-325 {
  width: 325px;
}

.w-327 {
  width: 327px;
}

.w-360 {
  width: 360px;
}

.w-368 {
  width: 368px;
}

.w-40 {
  width: 40;
}

.w-404 {
  width: 404px;
}

.w-406 {
  width: 406px;
}

.w-418 {
  width: 418px;
}

.w-423 {
  width: 423px;
}

.w-447 {
  width: 447px;
}

.w-469 {
  width: 469px;
}

.w-500 {
  width: 500px;
}

.w-52 {
  width: 52px;
}

.w-572 {
  width: 572px;
}

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

.w-full {
  width: 100%;
}

.max-w-1 {
  max-width: 322px;
}

.max-w-c-10 {
  max-width: 73rem;
}

.flex-none {
  flex: none;
}

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

.rotate-180 {
  --tw-rotate: 180deg;
  -webkit-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: 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;
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-12 {
  border-radius: 12px;
}

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

.rounded-32 {
  border-radius: 32px;
}

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

.rounded-r-12 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.border {
  border-width: 1px;
}

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

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

.bg-black-850 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 2 28 / var(--tw-bg-opacity));
}

.bg-blue-850 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 12 73 / var(--tw-bg-opacity));
}

.bg-blue-deep {
  --tw-bg-opacity: 1;
  background-color: rgb(41 21 108 / var(--tw-bg-opacity));
}

.bg-blue-feedback {
  --tw-bg-opacity: 1;
  background-color: rgb(23 11 66 / var(--tw-bg-opacity));
}

.bg-pink-light {
  --tw-bg-opacity: 1;
  background-color: rgb(227 89 239 / var(--tw-bg-opacity));
}

.bg-swamp {
  --tw-bg-opacity: 1;
  background-color: rgb(237 251 139 / 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-center {
  background-position: center;
}

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

.px-c-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

.pl-28 {
  padding-left: 28px;
}

.pl-4 {
  padding-left: 1rem;
}

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

.pl-c-50 {
  padding-left: 50px;
}

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

.pr-c-16 {
  padding-right: 16px;
}

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

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

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

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

.pt-c-40 {
  padding-top: 40px;
}

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

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

.font-gilroy {
  font-family: Gilroy;
}

.text-1\.01xl {
  font-size: 20px;
  line-height: 25px;
}

.text-16 {
  font-size: 16px;
  line-height: 140%;
}

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

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

.text-24 {
  font-size: 24px;
  line-height: 28px;
}

.text-28 {
  font-size: 28px;
}

.text-34 {
  font-size: 34px;
  line-height: 42px;
}

.text-4\.8xl {
  font-size: 44px;
  line-height: 54px;
}

.text-40 {
  font-size: 40px;
}

.text-5\.5xl {
  font-size: 56px;
  line-height: 68px;
}

.text-52 {
  font-size: 52px;
  line-height: 110%;
}

.text-56 {
  font-size: 56px;
  line-height: 69px;
}

.text-base-001 {
  font-size: 14px;
  line-height: 17px;
}

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

.text-base-1 {
  font-size: 16px;
  line-height: 140%;
}

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

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

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

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

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

.leading-110percent {
  line-height: 110%;
}

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

.tracking-\[-\.03em\] {
  letter-spacing: -.03em;
}

.text-black-850 {
  --tw-text-opacity: 1;
  color: rgb(7 2 28 / var(--tw-text-opacity));
}

.text-fuchsia-560 {
  --tw-text-opacity: 1;
  color: rgb(227 89 239 / var(--tw-text-opacity));
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.blur-2xl {
  --tw-blur: blur(40px);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: 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);
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@layer {
  @font-face {
    font-family: 'Gilroy';

    src: url('assets/fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('assets/fonts/Gilroy/Gilroy-Bold.woff') format('woff');

    font-weight: bold;

    font-style: normal;
  }

  @font-face {
    font-family: 'Gilroy';

    src: url('assets/fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('assets/fonts/Gilroy/Gilroy-Regular.woff') format('woff');

    font-weight: normal;

    font-style: normal;
  }

  @font-face {
    font-family: 'Gilroy';

    src: url('assets/fonts/Gilroy/Gilroy-Semibold.woff2') format('woff2'),
        url('assets/fonts/Gilroy/Gilroy-Semibold.woff') format('woff');

    font-weight: 600;

    font-style: normal;
  }

  @font-face {
    font-family: 'Gilroy';

    src: url('assets/fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('assets/fonts/Gilroy/Gilroy-Medium.woff') format('woff');

    font-weight: 500;

    font-style: normal;
  }

  @font-face {
    font-family: 'Gilroy';

    src:  url('assets/fonts/Gilroy/Gilroy-SemiboldItalic.woff2') format('woff2'),
        url('assets/fonts/Gilroy/Gilroy-SemiboldItalic.woff') format('woff');

    font-weight: 600;

    font-style: italic;
  }
}

.placeholder\:text-24::-webkit-input-placeholder {
  font-size: 24px;
  line-height: 28px;
}

.placeholder\:text-24::placeholder {
  font-size: 24px;
  line-height: 28px;
}

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

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

.placeholder\:opacity-50::-webkit-input-placeholder {
  opacity: 0.5;
}

.placeholder\:opacity-50::placeholder {
  opacity: 0.5;
}

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

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

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

.before\:z-20::before {
  content: var(--tw-content);
  z-index: 20;
}

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

.before\:w-1\/4::before {
  content: var(--tw-content);
  width: 25%;
}

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

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

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

.after\:z-20::after {
  content: var(--tw-content);
  z-index: 20;
}

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

.after\:w-1\/4::after {
  content: var(--tw-content);
  width: 25%;
}

.odd\:mr-c-20:nth-child(odd) {
  margin-right: 20px;
}

.hover\:bg-fuchsia-560:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 89 239 / var(--tw-bg-opacity));
}

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

@media (max-width: 767px) {
  .mobile\:invisible {
    visibility: hidden;
  }

  .mobile\:relative {
    position: relative;
  }

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

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

  .mobile\:z-20 {
    z-index: 20;
  }

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

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

  .mobile\:mb-c-14 {
    margin-bottom: 14px;
  }

  .mobile\:mb-c-32 {
    margin-bottom: 32px;
  }

  .mobile\:mb-c-4 {
    margin-bottom: 4px;
  }

  .mobile\:mb-c-80 {
    margin-bottom: 80px;
  }

  .mobile\:ml-c-10 {
    margin-left: 10px;
  }

  .mobile\:ml-c-12 {
    margin-left: 12px;
  }

  .mobile\:ml-c-16 {
    margin-left: 16px;
  }

  .mobile\:ml-c-20 {
    margin-left: 20px;
  }

  .mobile\:mr-\[30\.4rem\] {
    margin-right: 30.4rem;
  }

  .mobile\:mr-c-8 {
    margin-right: 8px;
  }

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

  .mobile\:mt-c-16 {
    margin-top: 16px;
  }

  .mobile\:mt-c-20 {
    margin-top: 20px;
  }

  .mobile\:mt-c-24 {
    margin-top: 24px;
  }

  .mobile\:mt-c-40 {
    margin-top: 40px;
  }

  .mobile\:mt-c-41 {
    margin-top: 41px;
  }

  .mobile\:mt-c-42 {
    margin-top: 42px;
  }

  .mobile\:mt-c-50 {
    margin-top: 50px;
  }

  .mobile\:mt-c-57 {
    margin-top: 57px;
  }

  .mobile\:block {
    display: block;
  }

  .mobile\:flex {
    display: flex;
  }

  .mobile\:hidden {
    display: none;
  }

  .mobile\:h-136 {
    height: 136px;
  }

  .mobile\:h-48 {
    height: 48px;
  }

  .mobile\:h-699 {
    height: 699px;
  }

  .mobile\:h-744 {
    height: 744px;
  }

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

  .mobile\:max-h-c-10 {
    max-height: 316px;
  }

  .mobile\:w-120 {
    width: 120px;
  }

  .mobile\:w-137 {
    width: 137px;
  }

  .mobile\:w-142 {
    width: 142px;
  }

  .mobile\:w-18\.8 {
    width: 18.8;
  }

  .mobile\:w-252 {
    width: 252px;
  }

  .mobile\:w-261 {
    width: 261px;
  }

  .mobile\:w-267 {
    width: 267px;
  }

  .mobile\:w-282 {
    width: 282px;
  }

  .mobile\:w-287 {
    width: 287px;
  }

  .mobile\:w-296 {
    width: 296px;
  }

  .mobile\:w-328 {
    width: 328px;
  }

  .mobile\:w-786 {
    width: 786;
  }

  .mobile\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

  .mobile\:max-w-c-2 {
    max-width: 20.5rem;
  }

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

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

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

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

  .mobile\:justify-items-start {
    justify-items: start;
  }

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

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

  .mobile\:px-c-10\.5 {
    padding-left: 10.5px;
    padding-right: 10.5px;
  }

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

  .mobile\:pl-c-16 {
    padding-left: 16px;
  }

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

  .mobile\:pt-c-11 {
    padding-top: 11px;
  }

  .mobile\:pt-c-16 {
    padding-top: 16px;
  }

  .mobile\:pt-c-32 {
    padding-top: 32px;
  }

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

  .mobile\:text-12 {
    font-size: 12px;
    line-height: 14px;
  }

  .mobile\:text-14 {
    font-size: 14px;
    line-height: 17px;
  }

  .mobile\:text-16 {
    font-size: 16px;
    line-height: 140%;
  }

  .mobile\:text-24 {
    font-size: 24px;
    line-height: 28px;
  }

  .mobile\:text-32 {
    font-size: 32px;
    line-height: 39px;
  }

  .mobile\:text-36 {
    font-size: 36px;
    line-height: 110%;
  }

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

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

  .mobile\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .mobile\:no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .mobile\:placeholder\:text-16::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 140%;
  }

  .mobile\:placeholder\:text-16::placeholder {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .small-pc\:top-\[-25px\] {
    top: -25px;
  }

  .small-pc\:top-\[20px\] {
    top: 20px;
  }

  .small-pc\:order-1 {
    order: 1;
  }

  .small-pc\:order-10 {
    order: 10;
  }

  .small-pc\:order-11 {
    order: 11;
  }

  .small-pc\:order-12 {
    order: 12;
  }

  .small-pc\:order-2 {
    order: 2;
  }

  .small-pc\:order-3 {
    order: 3;
  }

  .small-pc\:order-4 {
    order: 4;
  }

  .small-pc\:order-5 {
    order: 5;
  }

  .small-pc\:order-6 {
    order: 6;
  }

  .small-pc\:order-7 {
    order: 7;
  }

  .small-pc\:order-8 {
    order: 8;
  }

  .small-pc\:order-9 {
    order: 9;
  }

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

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

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

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

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

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

  .small-pc\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .small-pc\:mb-\[17px\] {
    margin-bottom: 17px;
  }

  .small-pc\:mb-c-4 {
    margin-bottom: 4px;
  }

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

  .small-pc\:ml-5 {
    margin-left: 1.25rem;
  }

  .small-pc\:ml-\[145px\] {
    margin-left: 145px;
  }

  .small-pc\:mr-1 {
    margin-right: 0.25rem;
  }

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

  .small-pc\:mr-6 {
    margin-right: 1.5rem;
  }

  .small-pc\:mr-c-6 {
    margin-right: 6px;
  }

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

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

  .small-pc\:mt-120 {
    margin-top: 120px;
  }

  .small-pc\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .small-pc\:mt-\[15px\] {
    margin-top: 15px;
  }

  .small-pc\:block {
    display: block;
  }

  .small-pc\:hidden {
    display: none;
  }

  .small-pc\:h-259 {
    height: 259px;
  }

  .small-pc\:h-302 {
    height: 302px;
  }

  .small-pc\:h-394 {
    height: 394px;
  }

  .small-pc\:h-48 {
    height: 48px;
  }

  .small-pc\:h-HeightFeaturesTablet {
    height: 143px;
  }

  .small-pc\:h-\[32px\] {
    height: 32px;
  }

  .small-pc\:h-\[38px\] {
    height: 38px;
  }

  .small-pc\:w-144 {
    width: 144px;
  }

  .small-pc\:w-164 {
    width: 164px;
  }

  .small-pc\:w-180 {
    width: 180px;
  }

  .small-pc\:w-238 {
    width: 238px;
  }

  .small-pc\:w-240 {
    width: 240px;
  }

  .small-pc\:w-270 {
    width: 270px;
  }

  .small-pc\:w-296 {
    width: 296px;
  }

  .small-pc\:w-351 {
    width: 351px;
  }

  .small-pc\:w-38 {
    width: 38px;
  }

  .small-pc\:w-423 {
    width: 423px;
  }

  .small-pc\:w-704 {
    width: 704px;
  }

  .small-pc\:w-736 {
    width: 736px;
  }

  .small-pc\:w-\[115px\] {
    width: 115px;
  }

  .small-pc\:w-\[124px\] {
    width: 124px;
  }

  .small-pc\:w-\[125px\] {
    width: 125px;
  }

  .small-pc\:w-\[15\%\] {
    width: 15%;
  }

  .small-pc\:w-\[160px\] {
    width: 160px;
  }

  .small-pc\:w-\[171px\] {
    width: 171px;
  }

  .small-pc\:w-\[207px\] {
    width: 207px;
  }

  .small-pc\:w-\[212px\] {
    width: 212px;
  }

  .small-pc\:w-\[240px\] {
    width: 240px;
  }

  .small-pc\:w-\[243px\] {
    width: 243px;
  }

  .small-pc\:w-\[271px\] {
    width: 271px;
  }

  .small-pc\:w-\[32px\] {
    width: 32px;
  }

  .small-pc\:w-\[352px\] {
    width: 352px;
  }

  .small-pc\:w-screen {
    width: 100vw;
  }

  .small-pc\:max-w-c-5 {
    max-width: 44rem;
  }

  .small-pc\:max-w-none {
    max-width: none;
  }

  .small-pc\:scale-86 {
    --tw-scale-x: .86;
    --tw-scale-y: .86;
    -webkit-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: 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));
  }

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

  .small-pc\:gap-x-10 {
    -webkit-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }

  .small-pc\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .small-pc\:gap-y-2\.5 {
    row-gap: 0.625rem;
  }

  .small-pc\:overflow-x-auto {
    overflow-x: auto;
  }

  .small-pc\:rounded-20 {
    border-radius: 20px;
  }

  .small-pc\:rounded-\[8px\] {
    border-radius: 8px;
  }

  .small-pc\:pl-10 {
    padding-left: 2.5rem;
  }

  .small-pc\:pl-4 {
    padding-left: 1rem;
  }

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

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

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

  .small-pc\:pt-\[13px\] {
    padding-top: 13px;
  }

  .small-pc\:text-12 {
    font-size: 12px;
    line-height: 14px;
  }

  .small-pc\:text-14 {
    font-size: 14px;
    line-height: 17px;
  }

  .small-pc\:text-16 {
    font-size: 16px;
    line-height: 140%;
  }

  .small-pc\:text-24 {
    font-size: 24px;
    line-height: 28px;
  }

  .small-pc\:text-32 {
    font-size: 32px;
    line-height: 39px;
  }

  .small-pc\:text-36 {
    font-size: 36px;
    line-height: 110%;
  }

  .small-pc\:text-\[36px\] {
    font-size: 36px;
  }

  .small-pc\:text-base-001 {
    font-size: 14px;
    line-height: 17px;
  }

  .small-pc\:text-base-01 {
    font-size: 16px;
    line-height: 19px;
  }

  .small-pc\:leading-\[140\%\] {
    line-height: 140%;
  }

  .small-pc\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .small-pc\:no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .small-pc\:placeholder\:text-base-01::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 19px;
  }

  .small-pc\:placeholder\:text-base-01::placeholder {
    font-size: 16px;
    line-height: 19px;
  }

  .small-pc\:odd\:mr-c-8:nth-child(odd) {
    margin-right: 8px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .laptop\:relative {
    position: relative;
  }

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

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

  .laptop\:mb-c-25 {
    margin-bottom: 25px;
  }

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

  .laptop\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

  .laptop\:mt-c-32 {
    margin-top: 32px;
  }

  .laptop\:h-342 {
    height: 342px;
  }

  .laptop\:h-42 {
    height: 42px;
  }

  .laptop\:h-504 {
    height: 504px;
  }

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

  .laptop\:w-277 {
    width: 277px;
  }

  .laptop\:w-318 {
    width: 318px;
  }

  .laptop\:w-350 {
    width: 350px;
  }

  .laptop\:w-369 {
    width: 369px;
  }

  .laptop\:w-385 {
    width: 385px;
  }

  .laptop\:w-400 {
    width: 400px;
  }

  .laptop\:w-42 {
    width: 42px;
  }

  .laptop\:w-443 {
    width: 443px;
  }

  .laptop\:w-570 {
    width: 570px;
  }

  .laptop\:w-950 {
    width: 950px;
  }

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

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

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

  .laptop\:translate-x-\[5\%\] {
    --tw-translate-x: 5%;
    -webkit-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: 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));
  }

  .laptop\:translate-y-\[-5\%\] {
    --tw-translate-y: -5%;
    -webkit-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: 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));
  }

  .laptop\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    -webkit-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: 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));
  }

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

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

  .laptop\:text-16 {
    font-size: 16px;
    line-height: 140%;
  }

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

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

  .laptop\:text-46 {
    font-size: 46px;
  }

  .laptop\:no-scrollbar::-webkit-scrollbar {
    display: none;
  }

  .laptop\:no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .laptop\:odd\:mr-c-14:nth-child(odd) {
    margin-right: 14px;
  }
}
