/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 1920px;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-sm: 0.25rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-dm-sans: 'DM Sans', sans-serif;
    --font-plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
    --font-schibsted-grotesk: 'Schibsted Grotesk', sans-serif;
    --font-urbanist: 'Urbanist', sans-serif;
    --font-roboto: 'Roboto', sans-serif;
    --color-metal-working: #FF611D;
    --color-metal-working-desc: #F9F9F9;
    --font-satoshi: 'Satoshi', sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-2 {
    inset: calc(var(--spacing) * 2);
  }
  .inset-3 {
    inset: calc(var(--spacing) * 3);
  }
  .-top-3\/4 {
    top: calc(calc(3/4 * 100%) * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .top-24 {
    top: calc(var(--spacing) * 24);
  }
  .top-40 {
    top: calc(var(--spacing) * 40);
  }
  .top-\[80\%\] {
    top: 80%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[60px\] {
    right: 60px;
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .bottom-\[60px\] {
    bottom: 60px;
  }
  .-left-10 {
    left: calc(var(--spacing) * -10);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .\!z-20 {
    z-index: 20 !important;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[31px\] {
    margin-top: 31px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[53px\] {
    margin-top: 53px;
  }
  .mt-\[77px\] {
    margin-top: 77px;
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-5 {
    margin-left: calc(var(--spacing) * 5);
  }
  .ml-auto {
    margin-left: auto;
  }
  .\!flex {
    display: flex !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .table-column {
    display: table-column;
  }
  .table-column-group {
    display: table-column-group;
  }
  .table-footer-group {
    display: table-footer-group;
  }
  .table-header-group {
    display: table-header-group;
  }
  .table-row {
    display: table-row;
  }
  .table-row-group {
    display: table-row-group;
  }
  .\!h-7 {
    height: calc(var(--spacing) * 7) !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[57\.6px\] {
    height: 57.6px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[162px\] {
    height: 162px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[410px\] {
    height: 410px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .\!min-h-7 {
    min-height: calc(var(--spacing) * 7) !important;
  }
  .min-h-\[40px\] {
    min-height: 40px;
  }
  .min-h-\[120px\] {
    min-height: 120px;
  }
  .min-h-\[900px\] {
    min-height: 900px;
  }
  .\!w-7 {
    width: calc(var(--spacing) * 7) !important;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[248px\] {
    width: 248px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .container {
    @media (width >= 40rem) {
      max-width: 640px;
    }
    @media (width >= 48rem) {
      max-width: 768px;
    }
    @media (width >= 64rem) {
      max-width: 1024px;
    }
    @media (width >= 80rem) {
      max-width: 1280px;
    }
    @media (width >= 96rem) {
      max-width: 1540px;
    }
  }
  .max-w-\[60px\] {
    max-width: 60px;
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[130px\] {
    max-width: 130px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[290px\] {
    max-width: 290px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[370px\] {
    max-width: 370px;
  }
  .max-w-\[469px\] {
    max-width: 469px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[590px\] {
    max-width: 590px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .\!min-w-7 {
    min-width: calc(var(--spacing) * 7) !important;
  }
  .min-w-\[40px\] {
    min-width: 40px;
  }
  .min-w-\[57\.6px\] {
    min-width: 57.6px;
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .min-w-\[122px\] {
    min-width: 122px;
  }
  .min-w-\[144px\] {
    min-width: 144px;
  }
  .min-w-\[150px\] {
    min-width: 150px;
  }
  .min-w-\[164px\] {
    min-width: 164px;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[332px\] {
    min-width: 332px;
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-\[80\%\] {
    --tw-translate-y: calc(80% * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[10\.6px\] {
    gap: 10.6px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .gap-y-\[49px\] {
    row-gap: 49px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#E0E0E0\] {
    border-color: #E0E0E0;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/15 {
    border-color: color-mix(in srgb, #fff 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 15%, transparent);
    }
  }
  .bg-\[\#001432\] {
    background-color: #001432;
  }
  .bg-\[\#121226\] {
    background-color: #121226;
  }
  .bg-\[\#222222\] {
    background-color: #222222;
  }
  .bg-\[\#313144\] {
    background-color: #313144;
  }
  .bg-\[\#343452\] {
    background-color: #343452;
  }
  .bg-\[\#C0C0C0\] {
    background-color: #C0C0C0;
  }
  .bg-\[\#D5DEDD\] {
    background-color: #D5DEDD;
  }
  .bg-\[\#FF611D\] {
    background-color: #FF611D;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .\!bg-cover {
    background-size: cover !important;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .\!object-contain {
    object-fit: contain !important;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[29px\] {
    padding-block: 29px;
  }
  .py-\[42px\] {
    padding-block: 42px;
  }
  .py-\[49px\] {
    padding-block: 49px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[62px\] {
    padding-block: 62px;
  }
  .py-\[85px\] {
    padding-block: 85px;
  }
  .py-\[90px\] {
    padding-block: 90px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-9 {
    padding-top: calc(var(--spacing) * 9);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-11 {
    padding-top: calc(var(--spacing) * 11);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-\[23px\] {
    padding-top: 23px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[53px\] {
    padding-top: 53px;
  }
  .pt-\[57px\] {
    padding-top: 57px;
  }
  .pt-\[85px\] {
    padding-top: 85px;
  }
  .pt-\[89px\] {
    padding-top: 89px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pb-\[150px\] {
    padding-bottom: 150px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[37px\] {
    padding-left: 37px;
  }
  .\!text-left {
    text-align: left !important;
  }
  .text-center {
    text-align: center;
  }
  .font-dm-sans {
    font-family: var(--font-dm-sans);
  }
  .font-plus-jakarta-sans {
    font-family: var(--font-plus-jakarta-sans);
  }
  .font-roboto {
    font-family: var(--font-roboto);
  }
  .font-satoshi {
    font-family: var(--font-satoshi);
  }
  .font-schibsted-grotesk {
    font-family: var(--font-schibsted-grotesk);
  }
  .font-urbanist {
    font-family: var(--font-urbanist);
  }
  .\!text-sm {
    font-size: var(--text-sm) !important;
    line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18\.27px\] {
    font-size: 18.27px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21\.27px\] {
    font-size: 21.27px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23\.8px\] {
    font-size: 23.8px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[29\.98px\] {
    font-size: 29.98px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[35px\] {
    --tw-leading: 35px;
    line-height: 35px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-\[90\%\] {
    --tw-leading: 90%;
    line-height: 90%;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[100px\] {
    --tw-leading: 100px;
    line-height: 100px;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#1B1A1A\] {
    color: #1B1A1A;
  }
  .text-\[\#2C2C2C\] {
    color: #2C2C2C;
  }
  .text-\[\#222\] {
    color: #222;
  }
  .text-\[\#001432\] {
    color: #001432;
  }
  .text-\[\#121226\] {
    color: #121226;
  }
  .text-\[\#282828\] {
    color: #282828;
  }
  .text-\[\#BBBABA\] {
    color: #BBBABA;
  }
  .text-\[\#FF611D\] {
    color: #FF611D;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-metal-working {
    color: var(--color-metal-working);
  }
  .text-metal-working-desc {
    color: var(--color-metal-working-desc);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .lowercase {
    text-transform: lowercase;
  }
  .italic {
    font-style: italic;
  }
  .ordinal {
    --tw-ordinal: ordinal;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .invert {
    --tw-invert: invert(100%);
    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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .\[hostname\:port\] {
    hostname: port;
  }
  .group-hover\:top-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        top: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-0 {
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 0);
    }
  }
  .after\:right-0 {
    &::after {
      content: var(--tw-content);
      right: calc(var(--spacing) * 0);
    }
  }
  .after\:h-full {
    &::after {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .after\:w-\[1px\] {
    &::after {
      content: var(--tw-content);
      width: 1px;
    }
  }
  .after\:bg-\[\#4C4C4C\] {
    &::after {
      content: var(--tw-content);
      background-color: #4C4C4C;
    }
  }
  .after\:opacity-50 {
    &::after {
      content: var(--tw-content);
      opacity: 50%;
    }
  }
  .after\:content-\[\'\'\] {
    &::after {
      content: var(--tw-content);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .first\:pl-6 {
    &:first-child {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .last\:after\:hidden {
    &:last-child {
      &::after {
        content: var(--tw-content);
        display: none;
      }
    }
  }
  .hover\:bg-\[\#363636\] {
    &:hover {
      @media (hover: hover) {
        background-color: #363636;
      }
    }
  }
  .hover\:bg-\[\#F5F5F5\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F5F5F5;
      }
    }
  }
  .hover\:bg-\[\#FF611D\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FF611D;
      }
    }
  }
  .hover\:bg-white\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 15%, transparent);
        }
      }
    }
  }
  .hover\:text-metal-working {
    &:hover {
      @media (hover: hover) {
        color: var(--color-metal-working);
      }
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-\[70\%\] {
    @media (width >= 48rem) {
      top: 70%;
    }
  }
  .md\:-right-10 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * -10);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 48rem) {
      left: calc(1/2 * 100%);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-4 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-9 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .md\:mt-\[67px\] {
    @media (width >= 48rem) {
      margin-top: 67px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mt-\[200px\] {
    @media (width >= 48rem) {
      margin-top: 200px;
    }
  }
  .md\:ml-10 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:h-\[110px\] {
    @media (width >= 48rem) {
      height: 110px;
    }
  }
  .md\:h-\[580px\] {
    @media (width >= 48rem) {
      height: 580px;
    }
  }
  .md\:h-\[645px\] {
    @media (width >= 48rem) {
      height: 645px;
    }
  }
  .md\:h-\[884px\] {
    @media (width >= 48rem) {
      height: 884px;
    }
  }
  .md\:w-\[110px\] {
    @media (width >= 48rem) {
      width: 110px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[70\%\] {
    @media (width >= 48rem) {
      max-width: 70%;
    }
  }
  .md\:max-w-\[100px\] {
    @media (width >= 48rem) {
      max-width: 100px;
    }
  }
  .md\:max-w-\[170px\] {
    @media (width >= 48rem) {
      max-width: 170px;
    }
  }
  .md\:max-w-\[247px\] {
    @media (width >= 48rem) {
      max-width: 247px;
    }
  }
  .md\:max-w-\[650px\] {
    @media (width >= 48rem) {
      max-width: 650px;
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-x: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:-translate-y-\[70\%\] {
    @media (width >= 48rem) {
      --tw-translate-y: calc(70% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-x-4 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-x-5 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-y-10 {
    @media (width >= 48rem) {
      row-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-\[57px\] {
    @media (width >= 48rem) {
      padding-top: 57px;
    }
  }
  .md\:pt-\[100px\] {
    @media (width >= 48rem) {
      padding-top: 100px;
    }
  }
  .md\:pt-\[117px\] {
    @media (width >= 48rem) {
      padding-top: 117px;
    }
  }
  .md\:pt-\[118px\] {
    @media (width >= 48rem) {
      padding-top: 118px;
    }
  }
  .md\:pt-\[195px\] {
    @media (width >= 48rem) {
      padding-top: 195px;
    }
  }
  .md\:pt-\[200px\] {
    @media (width >= 48rem) {
      padding-top: 200px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:text-start {
    @media (width >= 48rem) {
      text-align: start;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-\[17px\] {
    @media (width >= 48rem) {
      font-size: 17px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[21px\] {
    @media (width >= 48rem) {
      font-size: 21px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[23\.8px\] {
    @media (width >= 48rem) {
      font-size: 23.8px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[41px\] {
    @media (width >= 48rem) {
      font-size: 41px;
    }
  }
  .md\:text-\[100px\] {
    @media (width >= 48rem) {
      font-size: 100px;
    }
  }
  .md\:leading-\[40px\] {
    @media (width >= 48rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:leading-\[120px\] {
    @media (width >= 48rem) {
      --tw-leading: 120px;
      line-height: 120px;
    }
  }
  .md\:\!text-\[\#222222\] {
    @media (width >= 48rem) {
      color: #222222 !important;
    }
  }
  .lg\:top-\[60\%\] {
    @media (width >= 64rem) {
      top: 60%;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:min-h-\[63px\] {
    @media (width >= 64rem) {
      min-height: 63px;
    }
  }
  .lg\:min-h-\[180px\] {
    @media (width >= 64rem) {
      min-height: 180px;
    }
  }
  .lg\:max-w-\[170px\] {
    @media (width >= 64rem) {
      max-width: 170px;
    }
  }
  .lg\:max-w-\[180px\] {
    @media (width >= 64rem) {
      max-width: 180px;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 64rem) {
      max-width: 500px;
    }
  }
  .lg\:max-w-\[620px\] {
    @media (width >= 64rem) {
      max-width: 620px;
    }
  }
  .lg\:min-w-\[63px\] {
    @media (width >= 64rem) {
      min-width: 63px;
    }
  }
  .lg\:min-w-\[180px\] {
    @media (width >= 64rem) {
      min-width: 180px;
    }
  }
  .lg\:-translate-y-\[60\%\] {
    @media (width >= 64rem) {
      --tw-translate-y: calc(60% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:p-4 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .lg\:pr-0 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
  .lg\:pr-\[59px\] {
    @media (width >= 64rem) {
      padding-right: 59px;
    }
  }
  .lg\:pl-\[81px\] {
    @media (width >= 64rem) {
      padding-left: 81px;
    }
  }
  .lg\:text-5xl {
    @media (width >= 64rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 64rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .lg\:leading-\[60px\] {
    @media (width >= 64rem) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .lg\:leading-\[120\%\] {
    @media (width >= 64rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
  }
  .xl\:top-\[45\%\] {
    @media (width >= 80rem) {
      top: 45%;
    }
  }
  .xl\:mt-\[19px\] {
    @media (width >= 80rem) {
      margin-top: 19px;
    }
  }
  .xl\:ml-20 {
    @media (width >= 80rem) {
      margin-left: calc(var(--spacing) * 20);
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[60px\] {
    @media (width >= 80rem) {
      height: 60px;
    }
  }
  .xl\:h-\[90px\] {
    @media (width >= 80rem) {
      height: 90px;
    }
  }
  .xl\:h-\[100px\] {
    @media (width >= 80rem) {
      height: 100px;
    }
  }
  .xl\:h-\[140px\] {
    @media (width >= 80rem) {
      height: 140px;
    }
  }
  .xl\:h-auto {
    @media (width >= 80rem) {
      height: auto;
    }
  }
  .xl\:w-\[1px\] {
    @media (width >= 80rem) {
      width: 1px;
    }
  }
  .xl\:max-w-\[277px\] {
    @media (width >= 80rem) {
      max-width: 277px;
    }
  }
  .xl\:max-w-\[670px\] {
    @media (width >= 80rem) {
      max-width: 670px;
    }
  }
  .xl\:max-w-\[800px\] {
    @media (width >= 80rem) {
      max-width: 800px;
    }
  }
  .xl\:max-w-\[1000px\] {
    @media (width >= 80rem) {
      max-width: 1000px;
    }
  }
  .xl\:-translate-y-\[45\%\] {
    @media (width >= 80rem) {
      --tw-translate-y: calc(45% * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:gap-0 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .xl\:gap-\[60px\] {
    @media (width >= 80rem) {
      gap: 60px;
    }
  }
  .xl\:gap-\[157px\] {
    @media (width >= 80rem) {
      gap: 157px;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-6 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xl\:px-28 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 28);
    }
  }
  .xl\:text-4xl {
    @media (width >= 80rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-lg {
    @media (width >= 80rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .xl\:text-\[8px\] {
    @media (width >= 80rem) {
      font-size: 8px;
    }
  }
  .xl\:text-\[20px\] {
    @media (width >= 80rem) {
      font-size: 20px;
    }
  }
  .xl\:text-\[24px\] {
    @media (width >= 80rem) {
      font-size: 24px;
    }
  }
  .xl\:text-\[25px\] {
    @media (width >= 80rem) {
      font-size: 25px;
    }
  }
  .xl\:text-\[28px\] {
    @media (width >= 80rem) {
      font-size: 28px;
    }
  }
  .xl\:text-\[30px\] {
    @media (width >= 80rem) {
      font-size: 30px;
    }
  }
  .xl\:text-\[32px\] {
    @media (width >= 80rem) {
      font-size: 32px;
    }
  }
  .xl\:text-\[40px\] {
    @media (width >= 80rem) {
      font-size: 40px;
    }
  }
  .xl\:text-\[48px\] {
    @media (width >= 80rem) {
      font-size: 48px;
    }
  }
  .xl\:text-\[60px\] {
    @media (width >= 80rem) {
      font-size: 60px;
    }
  }
  .xl\:text-\[68px\] {
    @media (width >= 80rem) {
      font-size: 68px;
    }
  }
  .xl\:text-\[78px\] {
    @media (width >= 80rem) {
      font-size: 78px;
    }
  }
  .xl\:text-\[110px\] {
    @media (width >= 80rem) {
      font-size: 110px;
    }
  }
  .xl\:text-\[150px\] {
    @media (width >= 80rem) {
      font-size: 150px;
    }
  }
  .xl\:leading-\[75px\] {
    @media (width >= 80rem) {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }
  .xl\:leading-\[80px\] {
    @media (width >= 80rem) {
      --tw-leading: 80px;
      line-height: 80px;
    }
  }
  .xl\:leading-\[95px\] {
    @media (width >= 80rem) {
      --tw-leading: 95px;
      line-height: 95px;
    }
  }
  .xl\:after\:top-20 {
    @media (width >= 80rem) {
      &::after {
        content: var(--tw-content);
        top: calc(var(--spacing) * 20);
      }
    }
  }
  .first\:xl\:pl-0 {
    &:first-child {
      @media (width >= 80rem) {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .\32 xl\:top-16 {
    @media (width >= 96rem) {
      top: calc(var(--spacing) * 16);
    }
  }
  .\32 xl\:mt-\[100px\] {
    @media (width >= 96rem) {
      margin-top: 100px;
    }
  }
  .\32 xl\:mr-40 {
    @media (width >= 96rem) {
      margin-right: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:ml-10 {
    @media (width >= 96rem) {
      margin-left: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:ml-40 {
    @media (width >= 96rem) {
      margin-left: calc(var(--spacing) * 40);
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:hidden {
    @media (width >= 96rem) {
      display: none;
    }
  }
  .\32 xl\:h-\[100px\] {
    @media (width >= 96rem) {
      height: 100px;
    }
  }
  .\32 xl\:max-w-\[170px\] {
    @media (width >= 96rem) {
      max-width: 170px;
    }
  }
  .\32 xl\:max-w-\[277px\] {
    @media (width >= 96rem) {
      max-width: 277px;
    }
  }
  .\32 xl\:max-w-\[600px\] {
    @media (width >= 96rem) {
      max-width: 600px;
    }
  }
  .\32 xl\:max-w-\[1100px\] {
    @media (width >= 96rem) {
      max-width: 1100px;
    }
  }
  .\32 xl\:gap-10 {
    @media (width >= 96rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .\32 xl\:gap-x-20 {
    @media (width >= 96rem) {
      column-gap: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:px-\[40px\] {
    @media (width >= 96rem) {
      padding-inline: 40px;
    }
  }
  .\32 xl\:pt-4 {
    @media (width >= 96rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .\32 xl\:text-5xl {
    @media (width >= 96rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .\32 xl\:text-lg {
    @media (width >= 96rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .\32 xl\:text-\[21px\] {
    @media (width >= 96rem) {
      font-size: 21px;
    }
  }
  .\32 xl\:text-\[22px\] {
    @media (width >= 96rem) {
      font-size: 22px;
    }
  }
  .\32 xl\:text-\[25px\] {
    @media (width >= 96rem) {
      font-size: 25px;
    }
  }
  .\32 xl\:text-\[27\.85px\] {
    @media (width >= 96rem) {
      font-size: 27.85px;
    }
  }
  .\32 xl\:text-\[32px\] {
    @media (width >= 96rem) {
      font-size: 32px;
    }
  }
  .\32 xl\:text-\[40px\] {
    @media (width >= 96rem) {
      font-size: 40px;
    }
  }
  .\32 xl\:text-\[41px\] {
    @media (width >= 96rem) {
      font-size: 41px;
    }
  }
  .\32 xl\:text-\[48px\] {
    @media (width >= 96rem) {
      font-size: 48px;
    }
  }
  .\32 xl\:text-\[55\.8px\] {
    @media (width >= 96rem) {
      font-size: 55.8px;
    }
  }
  .\32 xl\:text-\[83\.37px\] {
    @media (width >= 96rem) {
      font-size: 83.37px;
    }
  }
  .\32 xl\:text-\[185px\] {
    @media (width >= 96rem) {
      font-size: 185px;
    }
  }
  .\32 xl\:leading-\[38px\] {
    @media (width >= 96rem) {
      --tw-leading: 38px;
      line-height: 38px;
    }
  }
  .\32 xl\:leading-\[47\.4px\] {
    @media (width >= 96rem) {
      --tw-leading: 47.4px;
      line-height: 47.4px;
    }
  }
  .\32 xl\:leading-\[60px\] {
    @media (width >= 96rem) {
      --tw-leading: 60px;
      line-height: 60px;
    }
  }
  .\32 xl\:leading-\[75px\] {
    @media (width >= 96rem) {
      --tw-leading: 75px;
      line-height: 75px;
    }
  }
  .\32 xl\:leading-\[95px\] {
    @media (width >= 96rem) {
      --tw-leading: 95px;
      line-height: 95px;
    }
  }
  .\32 xl\:leading-\[170px\] {
    @media (width >= 96rem) {
      --tw-leading: 170px;
      line-height: 170px;
    }
  }
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-style: normal;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-schibsted-grotesk);
}
.container {
  width: 100%;
  @media (width >= 40rem) {
    max-width: 40rem;
  }
  @media (width >= 48rem) {
    max-width: 48rem;
  }
  @media (width >= 64rem) {
    max-width: 64rem;
  }
  @media (width >= 80rem) {
    max-width: 80rem;
  }
  @media (width >= 96rem) {
    max-width: 96rem;
  }
  @media (width >= 120rem) {
    max-width: 120rem;
  }
}
[x-cloak] {
  display: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeSlider .custom-pagination {
  display: flex;
  align-items: center;
}
.homeSlider .custom-pagination-item {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  cursor: pointer;
}
.homeSlider .custom-pagination-number {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  font-family: 'DM Sans', sans-serif;
  text-align: left;
  width: 100%;
}
@media (max-width: 768px) {
  .homeSlider .custom-pagination-number {
    color: #fff;
  }
}
.homeSlider .custom-pagination-line {
  height: 2px;
  background-color: #4C4C4C;
  transition: all 0.3s ease;
}
.homeSlider .custom-pagination-item.swiper-pagination-bullet-active .custom-pagination-line {
  width: 90px;
}
@media (max-width: 768px) {
  .homeSlider .custom-pagination-item.swiper-pagination-bullet-active .custom-pagination-line {
    width: 25px;
  }
}
.homeSlider .custom-pagination-item:not(.swiper-pagination-bullet-active) .custom-pagination-line {
  width: 21px;
  opacity: 0.6;
}
.homeSlider .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  width: auto;
  height: auto;
  border-radius: 0;
}
@keyframes slide-ltr {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slide-rtl {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.animate-slide-ltr {
  animation: slide-ltr 30s linear infinite;
}
.animate-slide-rtl {
  animation: slide-rtl 30s linear infinite;
}
.header-fixed.header {
  background-color: #121226;
  padding: 10px 0;
}
.header-fixed.header .header-fixed-content {
  align-items: center;
}
.header-fixed.header .header-fixed-menu {
  background-color: #121226;
  padding: 0;
}
.header-fixed.header .header-fixed-menu a {
  color: #fff;
}
.header-fixed.header .header-fixed-logo {
  padding-top: 0;
}
.header-fixed.header .header-fixed-lang {
  padding-top: 0;
}
.header-fixed.header .header-fixed-logo a img {
  max-width: 130px !important;
  padding: 10px 0;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}
