*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, 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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
	@font-face {
		font-family: Inter;
		font-style: normal;
		font-weight: 100 900;
		font-display: swap;
		src:url('/crypticstudios_assets/fonts/Inter/InterVariable.woff2') format('woff2'),
			url('/crypticstudios_assets/fonts/Inter/Inter-Regular.woff') format('woff'),
			url('/crypticstudios_assets/fonts/Inter/Inter-Regular.ttf') format('truetype');
	}


	:root {
		--text-default: #FAFAFA;
		--text-action: #F6F5F5;
		--text-action-hover: #1F1D19;
		--background-default: #060504;
		--primary-button-color: white;
		--font-inter: 'Inter', sans-serif;
		--footer-social-icon-color: #adadaf;
	}


	html {
		width: 100%;
		font-family: var(--font-roboto);
		background: theme(colors[background/default]);
		background: var(--background-default);
		scrollbar-gutter: stable;
		scroll-behavior: smooth;
		/* scrollbar-color: theme(colors[surface/primary]) #000;
        scrollbar-width: thin; */
	}

	body {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 0;
		color: theme(colors[text/default]);
		color: var(--text-default);
		font-family: 'Inter', sans-serif;
		font-family: var(--font-inter);
	}



	picture > img {
		width: inherit;
	}

	/* Make sure theres no external lib clearing out bullet point styling */
.container {
  width: 100%;
}
@media (min-width: 320px) {

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

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

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

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

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

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

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

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

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

  .container {
    max-width: 2560px;
  }
}
.cta-button {
		display:flex;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		width:-moz-fit-content;
		width:fit-content;
		padding: 20px 36px;
		border-radius: 99px;
		border: 1px solid #E0E0E0;
		border: 1px solid var(--border-default, #E0E0E0);
		background: theme(colors[background/default]);
		background: var(--background-default);
		text-wrap: nowrap;
		cursor: pointer;
		transition: all 0.5s ease-in-out;
	}
.cta-button:hover{
		background: theme(colors[text/action]);
		background: var(--text-action);
		color:theme(colors[text/action-hover]);
		color:var(--text-action-hover);
	}
.constricted-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {

  .constricted-content {
    max-width: 1500px;
  }
}
video[poster] {
		-o-object-position: top;
		   object-position: top;
	}
.section {
  position: relative;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {

  .section {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {

  .section {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1536px) {

  .section {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.section-home {
  position: relative;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {

  .section-home {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {

  .section-home {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1536px) {

  .section-home {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-home {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.section-home{
		background: url('/crypticstudios_assets/images/home/section_bg.webp')  50% / 100% auto no-repeat;
		background-position: center;

	}
@media (min-width: 1280px) {

  .section-home {
    background-position: left top;
  }
}
.section-ourgames-bg{
		background: none;
		position: relative;
		width: 100%;
		padding-left: 32px;
		padding-right: 32px
		
	}
@media (min-width: 768px) {

  .section-ourgames-bg {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {

  .section-ourgames-bg {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1536px) {

  .section-ourgames-bg {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-ourgames-bg {
    padding-left: 220px;
    padding-right: 220px;
  }
}
@media (min-width: 1024px) {
.section-ourgames-bg{
			background: url('/crypticstudios_assets/images/home/section_bg.webp') 50% / 100% auto no-repeat;
			background-position: left top;
		
	}
		}
.section-home-content {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .section-home-content {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1536px) {

  .section-home-content {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-home-content {
    padding-left: 210px;
    padding-right: 210px;
  }
}
.section-company {
  position: relative;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {

  .section-company {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {

  .section-company {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1536px) {

  .section-company {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-company {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.section-company {
		background: url('/crypticstudios_assets/images/company/header_bg.webp')  0% 0% / 50% auto repeat;
	}
.section-careers {
  position: relative;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {

  .section-careers {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {

  .section-careers {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1536px) {

  .section-careers {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-careers {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.section-careers {
		background: url('/crypticstudios_assets/images/careers/header_xs_bg.webp')  0% 0% / cover;
		background-position: center bottom;
	}
@media (min-width:864px) {
.section-careers {
			background: url('/crypticstudios_assets/images/careers/header_md_bg.webp')  0% 0% / cover;
			background-position: center bottom;
	}
		}
@media (min-width: 1024px) {
.section-careers {
			background: url('/crypticstudios_assets/images/careers/header_xl_bg.webp')  0% 0% / cover;
			background-position: center bottom;
	}
		}
@media (min-width: 1280px) {
.section-careers {
			background: url('/crypticstudios_assets/images/careers/header_bg.webp')  0% 0% / cover;
			background-position: center bottom;
	}	
		}
.section-positions {
  position: relative;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 768px) {

  .section-positions {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 1280px) {

  .section-positions {
    padding-left: 88px;
    padding-right: 88px;
  }
}
@media (min-width: 1536px) {

  .section-positions {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-positions {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.section-positions {
		background: url('/crypticstudios_assets/images/positions/header_bg.webp')  0% 0% / cover;
		background-position: center;
	}
.section-contact {
  position: relative;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 1024px) {

  .section-contact {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-contact {
    padding-left: 220px;
    padding-right: 220px;
  }
}
.section-content {
  position: relative;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 1024px) {

  .section-content {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1536px) {

  .section-content {
    padding-left: 110px;
    padding-right: 110px;
  }
}
@media (min-width: 2560px) {

  .section-content {
    padding-left: 436px;
    padding-right: 436px;
  }
}
.open-positon-content{
		color: theme(colors[text/default]);
		color: var(--text-default);
		font-family: 'Inter', sans-serif;
		font-family: var(--font-inter);
	}
.open-positon-content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {

  .open-positon-content p {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media (min-width: 2560px) {

  .open-positon-content p {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
.open-positon-content p {
  font-size: 16px;
}
@media (min-width: 420px) {

  .open-positon-content p {
    font-size: 26px;
  }
}
@media (min-width: 768px) {

  .open-positon-content p {
    font-size: 24px;
  }
}
.open-positon-content p {
		font-weight: 300;
	}
/* .open-positon-content  h2 {
		@apply pt-md;
	} */
.open-positon-content  b, strong {
  margin-bottom: 16px;
  font-size: 18px;
}
@media (min-width: 420px) {

  .open-positon-content  b, strong {
    font-size: 28px;
  }
}
.open-positon-content  b, strong {
		font-weight: 700;
	}
.open-positon-content > p  a {
		-webkit-text-decoration: underline !important;
		text-decoration: underline !important;
	}
.open-positon-content > p  a {
		word-wrap: break-word;
	}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0\.4rem\] {
  bottom: 0.4rem;
}
.left-\[-12px\] {
  left: -12px;
}
.left-\[0\.3rem\] {
  left: 0.3rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.right-\[0\.3rem\] {
  right: 0.3rem;
}
.right-\[10px\] {
  right: 10px;
}
.top-0 {
  top: 0px;
}
.top-4 {
  top: 1rem;
}
.top-\[-4px\] {
  top: -4px;
}
.top-\[0\.1rem\] {
  top: 0.1rem;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[48\%\] {
  top: 48%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-\[1\] {
  grid-column: 1;
}
.row-\[1\] {
  grid-row: 1;
}
.m-auto {
  margin: auto;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-\[16px\] {
  margin-right: 16px;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[88px\] {
  margin-top: 88px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1685\/948\] {
  aspect-ratio: 1685/948;
}
.aspect-\[382\/22\] {
  aspect-ratio: 382/22;
}
.aspect-\[450\/22\] {
  aspect-ratio: 450/22;
}
.aspect-\[810\/932\] {
  aspect-ratio: 810/932;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-14 {
  height: 3.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-5 {
  height: 1.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[29px\] {
  height: 29px;
}
.h-\[6\.375rem\] {
  height: 6.375rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-\[48px\] {
  max-height: 48px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[160\] {
  min-height: 160;
}
.min-h-\[calc\(100vh-56px\)\] {
  min-height: calc(100vh - 56px);
}
.w-1 {
  width: 0.25rem;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-14 {
  width: 3.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-5 {
  width: 1.25rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[1040px\] {
  width: 1040px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[1200px\] {
  width: 1200px;
}
.w-\[148px\] {
  width: 148px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[203px\] {
  width: 203px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[235px\] {
  width: 235px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[7rem\] {
  width: 7rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[calc\(100vw-60px\)\] {
  width: calc(100vw - 60px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[188px\] {
  min-width: 188px;
}
.min-w-\[230px\] {
  min-width: 230px;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.translate-x-\[-30\%\] {
  --tw-translate-x: -30%;
  transform: translate(-30%, 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));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), -50%) 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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(-90deg) 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));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(0deg) 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));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1) scaleY(1);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes blink {

  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}
.animate-cursor-blink {
  animation: blink 1s step-end infinite;
}
@keyframes loading-bounce {

  0%, 20%, 80%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}
.animate-loading-bounce {
  animation: loading-bounce 1s infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#3D3C39\] {
  --tw-border-opacity: 1;
  border-color: rgba(61, 60, 57, 1);
  border-color: rgba(61, 60, 57, var(--tw-border-opacity, 1));
}
.border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgba(224, 224, 224, 1);
  border-color: rgba(224, 224, 224, var(--tw-border-opacity, 1));
}
.border-\[\#a01010\] {
  --tw-border-opacity: 1;
  border-color: rgba(160, 16, 16, 1);
  border-color: rgba(160, 16, 16, var(--tw-border-opacity, 1));
}
.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, var(--tw-border-opacity, 1));
}
.bg-\[\#060504\] {
  --tw-bg-opacity: 1;
  background-color: rgba(6, 5, 4, 1);
  background-color: rgba(6, 5, 4, var(--tw-bg-opacity, 1));
}
.bg-\[\#0B1925\] {
  --tw-bg-opacity: 1;
  background-color: rgba(11, 25, 37, 1);
  background-color: rgba(11, 25, 37, var(--tw-bg-opacity, 1));
}
.bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgba(153, 153, 153, 1);
  background-color: rgba(153, 153, 153, var(--tw-bg-opacity, 1));
}
.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgba(224, 224, 224, 1);
  background-color: rgba(224, 224, 224, var(--tw-bg-opacity, 1));
}
.bg-\[\#FDF8EA\] {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 248, 234, 1);
  background-color: rgba(253, 248, 234, var(--tw-bg-opacity, 1));
}
.bg-\[\#a01010\] {
  --tw-bg-opacity: 1;
  background-color: rgba(160, 16, 16, 1);
  background-color: rgba(160, 16, 16, var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(97\2c 25\2c 26\2c 0\.50\)\] {
  background-color: rgba(97,25,26,0.50);
}
.bg-\[var\(--background-default\)\] {
  background-color: theme(colors[background/default]);
  background-color: var(--background-default);
}
.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}
.bg-black\/50 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-success\/success {
  --tw-bg-opacity: 1;
  background-color: rgba(7, 86, 0, 1);
  background-color: rgba(7, 86, 0, var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-success\/success {
  background-image: #44A570;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-8 {
  padding: 2rem;
}
.p-\[2px\] {
  padding: 2px;
}
.p-\[clamp\(2px\2c 2\.5vw\2c 8px\)\] {
  padding: max(2px, min(2.5vw, 8px));
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pl-\[0\] {
  padding-left: 0;
}
.pl-\[48px\] {
  padding-left: 48px;
}
.pt-2 {
  padding-top: 0.5rem;
}
.text-center {
  text-align: center;
}
.font-marcellus {
  font-family: Marcellus, sans-serif;
}
.font-noto-sans {
  font-family: NotoSans, sans-serif;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!font-light {
  font-weight: 300 !important;
}
.font-\[300\] {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-\[36px\] {
  line-height: 36px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.tracking-\[0\.4em\] {
  letter-spacing: 0.4em;
}
.text-\[\#C3C3C3\] {
  --tw-text-opacity: 1;
  color: rgba(195, 195, 195, 1);
  color: rgba(195, 195, 195, var(--tw-text-opacity, 1));
}
.text-\[\#E0BF8A\] {
  --tw-text-opacity: 1;
  color: rgba(224, 191, 138, 1);
  color: rgba(224, 191, 138, var(--tw-text-opacity, 1));
}
.text-\[\#E0E0E0\] {
  --tw-text-opacity: 1;
  color: rgba(224, 224, 224, 1);
  color: rgba(224, 224, 224, var(--tw-text-opacity, 1));
}
.text-\[\#E8E8E8\] {
  --tw-text-opacity: 1;
  color: rgba(232, 232, 232, 1);
  color: rgba(232, 232, 232, var(--tw-text-opacity, 1));
}
.text-\[\#F6F5F5\] {
  --tw-text-opacity: 1;
  color: rgba(246, 245, 245, 1);
  color: rgba(246, 245, 245, var(--tw-text-opacity, 1));
}
.text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\] {
  color: rgba(137,31,29,0.50);
}
.text-\[var\(--text-action\)\] {
  color: theme(colors[text/action]);
  color: var(--text-action);
}
.text-\[var\(--text-default\)\] {
  color: theme(colors[text/default]);
  color: var(--text-default);
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, 1);
  color: rgba(156, 163, 175, var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity, 1));
}
.decoration-1 {
  text-decoration-thickness: 1px;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow-\[0_4px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 4px 8px 0 rgba(0,0,0,0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_4px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.50\)\] {
  --tw-shadow: 0px 4px 8px 0px rgba(0,0,0,0.50);
  --tw-shadow-colored: 0px 4px 8px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 4px 8px 0px rgba(0,0,0,0.50);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[0px_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0px 8px 24px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0px 8px 24px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0px 8px 24px rgba(0,0,0,0.8);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-\[6px_6px_0px_0px_\#000\] {
  --tw-shadow: 6px 6px 0px 0px #000;
  --tw-shadow-colored: 6px 6px 0px 0px var(--tw-shadow-color);
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 6px 6px 0px 0px #000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-\[0_0_0_\#10EBAC\] {
  --tw-drop-shadow: drop-shadow(0 0 0 #10EBAC);
  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) drop-shadow(0 0 0 #10EBAC);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[8px\] {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: blur(8px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: blur(4px) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.position-center{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
.text-main-title {
  font-size: 32px;
}
@media (min-width: 420px) {

  .text-main-title {
    font-size: 42px;
  }
}
@media (min-width: 768px) {

  .text-main-title {
    font-size: 96px;
  }
}
@media (min-width: 2560px) {

  .text-main-title {
    font-size: 128px;
  }
}
.text-main-title {
		font-weight: 700;
		line-height: 1.125;
	}
.text-positions-title {
  font-size: 24px;
}
@media (min-width: 420px) {

  .text-positions-title {
    font-size: 32px;
  }
}
@media (min-width: 768px) {

  .text-positions-title {
    font-size: 48px;
  }
}
@media (min-width: 2560px) {

  .text-positions-title {
    font-size: 56px;
  }
}
.text-positions-title {
		font-weight: 700;
		line-height: 1.125;
	}
.text-contact-title {
  font-size: 48px;
}
@media (min-width: 420px) {

  .text-contact-title {
    font-size: 64px;
  }
}
@media (min-width: 2560px) {

  .text-contact-title {
    font-size: 96px;
  }
}
.text-contact-title {
		font-weight: 700;
		line-height: 1.125;
	}
.text-header {
  font-size: 12px;
}
@media (min-width: 320px) {

  .text-header {
    font-size: 14px;
  }
}
@media (min-width: 420px) {

  .text-header {
    font-size: 20px;
  }
}
@media (min-width: 640px) {

  .text-header {
    font-size: 24px;
  }
}
.text-header {
		color:theme(colors[text/default]);
		color:var(--text-default);
		font-family: 'Inter', sans-serif;
		font-family: var(--font-inter);
		font-weight: 400;
	}
.text-content {
  font-size: 16px;
}
@media (min-width: 420px) {

  .text-content {
    font-size: 24px;
  }
}
.text-content {
		color:theme(colors[text/default]);
		color:var(--text-default);
		font-family: 'Inter', sans-serif;
		font-family: var(--font-inter);
		font-weight: 400;
	}
.text-cta-button {
  font-size: 12px;
}
@media (min-width: 640px) {

  .text-cta-button {
    font-size: 16px;
  }
}
.text-cta-button {
		color: theme(colors[text/action]);
		color: var(--text-action);
		font-family: Inter;
		font-style: normal;
		font-weight: 400;
		line-height: 1.125; 
		text-wrap: nowrap;
	}
.text-home-section-title {
  font-size: 42px;
}
@media (min-width: 768px) {

  .text-home-section-title {
    font-size: 64px;
  }
}
@media (min-width: 1536px) {

  .text-home-section-title {
    font-size: 72px;
  }
}
.text-home-section-title {
		font-family: 'Inter', sans-serif;
		font-family: var(--font-inter);
		line-height: 1;
		font-weight: 700;
	}
.text-company-section-title {
  font-size: 32px;
}
@media (min-width: 1024px) {

  .text-company-section-title {
    font-size: 48px;
  }
}
@media (min-width: 1536px) {

  .text-company-section-title {
    font-size: 56px;
  }
}
.text-company-section-title{
		font-weight: 700;
		line-height: 1.2;
	}
/* submit placeholder */
.py-18 {
		padding-top: 4.5rem;
		padding-bottom: 4.5rem;
	}
.pt-lg {
  padding-top: 48px;
}
@media (min-width: 1024px) {

  .pt-lg {
    padding-top: 64px;
  }
}
@media (min-width: 2560px) {

  .pt-lg {
    padding-top: 96px;
  }
}
.pt-md {
  padding-top: 32px;
}
@media (min-width: 1024px) {

  .pt-md {
    padding-top: 48px;
  }
}
@media (min-width: 2560px) {

  .pt-md {
    padding-top: 64px;
  }
}
.pb-lg {
  padding-bottom: 48px;
}
@media (min-width: 1024px) {

  .pb-lg {
    padding-bottom: 64px;
  }
}
@media (min-width: 2560px) {

  .pb-lg {
    padding-bottom: 96px;
  }
}
.pb-md {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {

  .pb-md {
    padding-bottom: 48px;
  }
}
@media (min-width: 2560px) {

  .pb-md {
    padding-bottom: 64px;
  }
}
.pb-sm {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {

  .pb-sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 2560px) {

  .pb-sm {
    padding-bottom: 32px;
  }
}
.py-xl {
  padding-top: 64px;
}
@media (min-width: 1024px) {

  .py-xl {
    padding-top: 96px;
  }
}
@media (min-width: 2560px) {

  .py-xl {
    padding-top: 120px;
  }
}
.py-xl {
  padding-bottom: 64px;
}
@media (min-width: 1024px) {

  .py-xl {
    padding-bottom: 96px;
  }
}
@media (min-width: 2560px) {

  .py-xl {
    padding-bottom: 120px;
  }
}
.py-lg {
  padding-top: 48px;
}
@media (min-width: 1024px) {

  .py-lg {
    padding-top: 64px;
  }
}
@media (min-width: 2560px) {

  .py-lg {
    padding-top: 96px;
  }
}
.py-lg {
  padding-bottom: 48px;
}
@media (min-width: 1024px) {

  .py-lg {
    padding-bottom: 64px;
  }
}
@media (min-width: 2560px) {

  .py-lg {
    padding-bottom: 96px;
  }
}
.py-md {
  padding-top: 32px;
}
@media (min-width: 1024px) {

  .py-md {
    padding-top: 48px;
  }
}
@media (min-width: 2560px) {

  .py-md {
    padding-top: 64px;
  }
}
.py-md {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {

  .py-md {
    padding-bottom: 48px;
  }
}
@media (min-width: 2560px) {

  .py-md {
    padding-bottom: 64px;
  }
}
.py-sm {
  padding-top: 16px;
}
@media (min-width: 1024px) {

  .py-sm {
    padding-top: 24px;
  }
}
@media (min-width: 2560px) {

  .py-sm {
    padding-top: 32px;
  }
}
.py-sm {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {

  .py-sm {
    padding-bottom: 24px;
  }
}
@media (min-width: 2560px) {

  .py-sm {
    padding-bottom: 32px;
  }
}
.mt-lg {
  margin-top: 48px;
}
@media (min-width: 1024px) {

  .mt-lg {
    margin-top: 64px;
  }
}
@media (min-width: 2560px) {

  .mt-lg {
    margin-top: 96px;
  }
}
.\!link{
		position: relative !important;
  		-webkit-text-decoration: none !important;
  		text-decoration: none !important;
		width:auto !important;
		word-wrap: break-word !important;
	}
.link{
		position: relative;
  		-webkit-text-decoration: none;
  		text-decoration: none;
		width:auto;
		word-wrap: break-word;
	}
.\!link:after{
		content: '' !important;
		position: absolute !important;
		width: 100% !important;
		height: 2px !important;
		bottom: -2px !important;
		left: 0 !important;
		background-color: theme(colors[text/default]) !important;
		background-color: var(--text-default) !important;
		transform: scaleX(0) !important; 
		transform-origin: bottom left !important; 
		transition: transform 0.5s ease-in-out !important;
	}
.link:after{
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		bottom: -2px;
		left: 0;
		background-color: theme(colors[text/default]);
		background-color: var(--text-default);
		transform: scaleX(0); 
		transform-origin: bottom left; 
		transition: transform 0.5s ease-in-out;
	}
.\!link::before {
		content: '' !important;
		position: absolute !important;
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		background: theme(colors[text/action]) !important;
		background: var(--text-action) !important; 
		
		transform: scaleX(0) !important; 
		transform-origin: bottom left !important; 
		opacity: 1 !important;
	
		transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out !important;
	}
.link::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: theme(colors[text/action]);
		background: var(--text-action); 
		
		transform: scaleX(0); 
		transform-origin: bottom left; 
		opacity: 1;
	
		transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	}
@media (hover: hover) {
		.\!link:hover::before {
			transform: scaleX(1) !important;
			opacity: 0 !important;
		}
		.\!link:hover::after {
			transform: scaleX(1) !important;
			transform-origin: bottom left !important; 
		}
		.link:hover::before {
			transform: scaleX(1);
			opacity: 0;
		}
		.link:hover::after {
			transform: scaleX(1);
			transform-origin: bottom left; 
		}
		.\!link:hover::before {
			transform: scaleX(1) !important;
			opacity: 0 !important;
		}
		.\!link:hover::after {
			transform: scaleX(1) !important;
			transform-origin: bottom left !important; 
		}
	
	}
.circle-arrow:hover > svg > circle{
		stroke-dashoffset: 0 !important;
	}
.circle-arrow:hover > svg > circle{
		opacity: 1;
	}
.scrollContainerAnimation {
		transition-property: all;
		transition-duration: 700ms;
		transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
		transition-delay: calc(var(--index) * 200ms);
		transform: translate3d(0, 0, 0);
	}
.scrollBarHidden {

		scrollbar-width: none;

		-ms-overflow-style: none;
	}
.scrollBarHidden::-webkit-scrollbar {
			display: none;
		}
.\[transform\:translateY\(0\)\] {
  transform: translateY(0);
}
.\[transform\:translateY\(36px\)\] {
  transform: translateY(36px);
}
.marker\:text-\[20px\] *::marker {
  font-size: 20px;
}
.marker\:text-\[20px\]::marker {
  font-size: 20px;
}
.placeholder\:font-medium::-moz-placeholder {
  font-weight: 500;
}
.placeholder\:font-medium::placeholder {
  font-weight: 500;
}
.placeholder\:text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\]::-moz-placeholder {
  color: rgba(137,31,29,0.50);
}
.placeholder\:text-\[rgba\(137\2c 31\2c 29\2c 0\.50\)\]::placeholder {
  color: rgba(137,31,29,0.50);
}
.backdrop\:bg-black\/95::backdrop {
  background-color: rgba(0, 0, 0, 0.95);
}
@media (hover: hover) and (pointer: fine) {

  .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(1.1) scaleY(1.1);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .hover\:bg-\[var\(--text-action\)\;\]:hover {
    background-color: theme(colors[text/action]);;
    background-color: var(--text-action);;
  }

  .hover\:text-\[\#FAFAFA\]:hover {
    --tw-text-opacity: 1;
    color: rgba(250, 250, 250, 1);
    color: rgba(250, 250, 250, var(--tw-text-opacity, 1));
  }

  .hover\:text-\[var\(--text-action-hover\)\;\]:hover {
    color: theme(colors[text/action-hover]);;
    color: var(--text-action-hover);;
  }

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

  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:bg-\[\#FFFFFF1A\]:active {
  background-color: rgba(255,255,255,0.10196);
}
.group:focus-within .group-focus-within\:drop-shadow-\[0_0_4px_\#10EBAC\] {
  --tw-drop-shadow: drop-shadow(0 0 4px #10EBAC);
  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) drop-shadow(0 0 4px #10EBAC);
  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 (hover: hover) and (pointer: fine) {

  .group:hover .group-hover\:h-32 {
    height: 8rem;
  }

  .group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(180deg) 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));
  }

  .group:hover .group-hover\:from-white {
    --tw-gradient-from: #fff var(--tw-gradient-from-position);
    --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .group:hover .group-hover\:tracking-\[0\.6em\] {
    letter-spacing: 0.6em;
  }

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

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

  .group:hover .group-hover\:opacity-0 {
    opacity: 0;
  }

  .group:hover .group-hover\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 320px) {

  .xxs\:w-\[60px\] {
    width: 60px;
  }
}
@media (min-width: 420px) {

  .xs\:top-\[8px\] {
    top: 8px;
  }

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

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

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

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

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

  .xs\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (min-width: 640px) {

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {

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

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

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

  .md\:w-\[clamp\(400px\2c 100\%-120px\2c 80\%\)\] {
    width: clamp(400px, 100% - 120px, 80%);
  }

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

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

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

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

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

  .md\:gap-\[32px\] {
    gap: 32px;
  }

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

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

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

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

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

  .md\:text-\[36px\] {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {

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

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

  .lg\:p-2 {
    padding: 0.5rem;
  }

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

  .lg\:pl-\[0\] {
    padding-left: 0;
  }

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

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

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

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

  .lg\:leading-\[35px\] {
    line-height: 35px;
  }
}
@media (min-width: 1536px) {

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

  .\32xl\:pb-\[64px\] {
    padding-bottom: 64px;
  }

  .\32xl\:pt-\[32px\] {
    padding-top: 32px;
  }
}
@media (min-width: 2560px) {

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

  .\34xl\:mt-\[32px\] {
    margin-top: 32px;
  }

  .\34xl\:min-h-\[400\] {
    min-height: 400;
  }

  .\34xl\:gap-16 {
    gap: 4rem;
  }

  .\34xl\:gap-8 {
    gap: 2rem;
  }
}

