/*! tailwindcss v4.2.2 | 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-300: oklch(87.2% 0.01 258.338);
    --color-black: #000000;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --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-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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-titillium: "Titillium Web", sans-serif;
    --font-fira-sans: "Fira Sans", sans-serif;
    --color-primary: #003057;
    --color-secondary: #EC2227;
    --color-bg: #f7f7f7;
    --color-text: #a8a8a8;
    --color-para: #666666;
    --animate-logos: logos 35s linear infinite;
    --animate-biscuits: biscuits 45s linear infinite;
    --animate-landingbiscuits: landingbiscuits 50s linear infinite;
    --animate-careersImages: careersImages 20s linear infinite;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-1 {
    z-index: 1;
  }
  .z-10 {
    z-index: 10;
  }
  .container {
    width: 100%;
    @media (width >= 580px) {
      max-width: 580px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 991px) {
      max-width: 991px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1240px) {
      max-width: 1240px;
    }
  }
  .container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 20px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mr-10 {
    margin-right: calc(var(--spacing) * 10);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-1\! {
    margin-bottom: calc(var(--spacing) * 1) !important;
  }
  .mb-1\.5\! {
    margin-bottom: calc(var(--spacing) * 1.5) !important;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\! {
    margin-bottom: calc(var(--spacing) * 3) !important;
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-4\! {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-5\! {
    margin-bottom: calc(var(--spacing) * 5) !important;
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-7\! {
    margin-bottom: calc(var(--spacing) * 7) !important;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-4\.5 {
    height: calc(var(--spacing) * 4.5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-70 {
    height: calc(var(--spacing) * 70);
  }
  .h-100 {
    height: calc(var(--spacing) * 100);
  }
  .h-\[40vh\] {
    height: 40vh;
  }
  .h-\[91vh\] {
    height: 91vh;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-13 {
    min-height: calc(var(--spacing) * 13);
  }
  .min-h-13\.25 {
    min-height: calc(var(--spacing) * 13.25);
  }
  .min-h-175 {
    min-height: calc(var(--spacing) * 175);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\.5 {
    width: calc(var(--spacing) * 4.5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-10\/12 {
    width: calc(10 / 12 * 100%);
  }
  .w-15 {
    width: calc(var(--spacing) * 15);
  }
  .w-25 {
    width: calc(var(--spacing) * 25);
  }
  .w-50 {
    width: calc(var(--spacing) * 50);
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-125 {
    max-width: calc(var(--spacing) * 125);
  }
  .max-w-200 {
    max-width: calc(var(--spacing) * 200);
  }
  .max-w-205 {
    max-width: calc(var(--spacing) * 205);
  }
  .max-w-\[580px\] {
    max-width: 580px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .min-w-7 {
    min-width: calc(var(--spacing) * 7);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-biscuits {
    animation: var(--animate-biscuits);
  }
  .animate-careersImages {
    animation: var(--animate-careersImages);
  }
  .animate-landingbiscuits {
    animation: var(--animate-landingbiscuits);
  }
  .animate-logos {
    animation: var(--animate-logos);
  }
  .resize {
    resize: both;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-\[170px_10px_1fr\] {
    grid-template-columns: 170px 10px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .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-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-t-primary {
    border-top-color: var(--color-primary);
  }
  .border-r-\[\#CCCCCC\] {
    border-right-color: #CCCCCC;
  }
  .border-r-primary {
    border-right-color: var(--color-primary);
  }
  .border-b-\[\#CCCCCC\] {
    border-bottom-color: #CCCCCC;
  }
  .border-b-primary {
    border-bottom-color: var(--color-primary);
  }
  .bg-\[\#d9d9d9\] {
    background-color: #d9d9d9;
  }
  .bg-\[\#fdfdfd\] {
    background-color: #fdfdfd;
  }
  .bg-\[\#ffffff33\] {
    background-color: #ffffff33;
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-linear-to-r {
    --tw-gradient-position: to right;
    @supports (background-image: linear-gradient(in lab, red, red)) {
      --tw-gradient-position: to right in oklab;
    }
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'\/images\/upload\/blue-effect-thumb\.jpg\'\)\] {
    background-image: url('/images/upload/blue-effect-thumb.jpg');
  }
  .from-\[\#F5E5E6\] {
    --tw-gradient-from: #F5E5E6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-secondary {
    --tw-gradient-from: var(--color-secondary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#E1E6EA\] {
    --tw-gradient-to: #E1E6EA;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-primary {
    --tw-gradient-to: var(--color-primary);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-right {
    background-position: right;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-12\.5 {
    padding-block: calc(var(--spacing) * 12.5);
  }
  .py-15 {
    padding-block: calc(var(--spacing) * 15);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-15 {
    padding-top: calc(var(--spacing) * 15);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-7\.5 {
    padding-bottom: calc(var(--spacing) * 7.5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-15 {
    padding-bottom: calc(var(--spacing) * 15);
  }
  .pl-1 {
    padding-left: calc(var(--spacing) * 1);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-para {
    color: var(--color-para);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-secondary\! {
    color: var(--color-secondary) !important;
  }
  .text-text {
    color: var(--color-text);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\! {
    color: var(--color-white) !important;
  }
  .underline {
    text-decoration-line: underline;
  }
  .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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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,);
  }
  .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, 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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\*\:text-white {
    :is(& > *) {
      color: var(--color-white);
    }
  }
  .\*\*\:mb-0 {
    :is(& *) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\*\*\:text-white {
    :is(& *) {
      color: var(--color-white);
    }
  }
  .\*\*\:text-white\! {
    :is(& *) {
      color: var(--color-white) !important;
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .group-hover\:bg-secondary\/50 {
    &:is(:where(.group):hover *) {
      background-color: color-mix(in srgb, #EC2227 50%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-secondary) 50%, transparent);
      }
    }
  }
  .\*\*\:last\:mb-0\! {
    :is(& *) {
      &:last-child {
        margin-bottom: calc(var(--spacing) * 0) !important;
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .hover\:text-secondary {
    &:hover {
      color: var(--color-secondary);
    }
  }
  .hover\:\[animation-play-state\:paused\] {
    &:hover {
      animation-play-state: paused;
    }
  }
  .max-\[1440px\]\:w-15 {
    @media (width < 1440px) {
      width: calc(var(--spacing) * 15);
    }
  }
  .max-2xl\:h-screen {
    @media (width < 1240px) {
      height: 100vh;
    }
  }
  .max-lg\:col-span-2 {
    @media (width < 991px) {
      grid-column: span 2 / span 2;
    }
  }
  .max-lg\:col-span-4 {
    @media (width < 991px) {
      grid-column: span 4 / span 4;
    }
  }
  .max-lg\:container {
    @media (width < 991px) {
      width: 100%;
      @media (width >= 580px) {
        max-width: 580px;
      }
      @media (width >= 768px) {
        max-width: 768px;
      }
      @media (width >= 991px) {
        max-width: 991px;
      }
      @media (width >= 1024px) {
        max-width: 1024px;
      }
      @media (width >= 1240px) {
        max-width: 1240px;
      }
    }
  }
  .max-lg\:container {
    @media (width < 991px) {
      width: 100%;
      margin-inline: auto;
      padding-inline: 20px;
    }
  }
  .max-lg\:mb-8 {
    @media (width < 991px) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-lg\:mb-15\! {
    @media (width < 991px) {
      margin-bottom: calc(var(--spacing) * 15) !important;
    }
  }
  .max-lg\:flex-col {
    @media (width < 991px) {
      flex-direction: column;
    }
  }
  .max-lg\:flex-col-reverse {
    @media (width < 991px) {
      flex-direction: column-reverse;
    }
  }
  .max-lg\:gap-5 {
    @media (width < 991px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-lg\:pt-10 {
    @media (width < 991px) {
      padding-top: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:pb-15 {
    @media (width < 991px) {
      padding-bottom: calc(var(--spacing) * 15);
    }
  }
  .max-md\:col-span-1 {
    @media (width < 768px) {
      grid-column: span 1 / span 1;
    }
  }
  .max-md\:hidden {
    @media (width < 768px) {
      display: none;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 768px) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 768px) {
      flex-direction: column;
    }
  }
  .max-md\:gap-6 {
    @media (width < 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:pt-5 {
    @media (width < 768px) {
      padding-top: calc(var(--spacing) * 5);
    }
  }
  .max-md\:pb-10 {
    @media (width < 768px) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-md\:text-center {
    @media (width < 768px) {
      text-align: center;
    }
  }
  .max-sm\:mb-10 {
    @media (width < 580px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .max-sm\:grid {
    @media (width < 580px) {
      display: grid;
    }
  }
  .max-sm\:hidden {
    @media (width < 580px) {
      display: none;
    }
  }
  .max-sm\:h-\[70vh\] {
    @media (width < 580px) {
      height: 70vh;
    }
  }
  .max-sm\:h-\[370px\] {
    @media (width < 580px) {
      height: 370px;
    }
  }
  .max-sm\:w-3\.5 {
    @media (width < 580px) {
      width: calc(var(--spacing) * 3.5);
    }
  }
  .max-sm\:w-50 {
    @media (width < 580px) {
      width: calc(var(--spacing) * 50);
    }
  }
  .max-sm\:grid-cols-5 {
    @media (width < 580px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .max-sm\:flex-col {
    @media (width < 580px) {
      flex-direction: column;
    }
  }
  .max-sm\:flex-wrap {
    @media (width < 580px) {
      flex-wrap: wrap;
    }
  }
  .max-sm\:py-20 {
    @media (width < 580px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .max-sm\:text-sm {
    @media (width < 580px) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-sm\:text-sm\! {
    @media (width < 580px) {
      font-size: var(--text-sm) !important;
      line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
    }
  }
  .max-sm\:text-\[18px\]\! {
    @media (width < 580px) {
      font-size: 18px !important;
    }
  }
  .max-sm\:text-\[32px\]\! {
    @media (width < 580px) {
      font-size: 32px !important;
    }
  }
  .max-sm\:\*\*\:text-\[16px\]\! {
    @media (width < 580px) {
      :is(& *) {
        font-size: 16px !important;
      }
    }
  }
  .sm\:absolute {
    @media (width >= 580px) {
      position: absolute;
    }
  }
  .sm\:my-7\.5 {
    @media (width >= 580px) {
      margin-block: calc(var(--spacing) * 7.5);
    }
  }
  .sm\:mt-6 {
    @media (width >= 580px) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mr-10 {
    @media (width >= 580px) {
      margin-right: calc(var(--spacing) * 10);
    }
  }
  .sm\:flex {
    @media (width >= 580px) {
      display: flex;
    }
  }
  .sm\:h-25 {
    @media (width >= 580px) {
      height: calc(var(--spacing) * 25);
    }
  }
  .sm\:h-\[70vh\] {
    @media (width >= 580px) {
      height: 70vh;
    }
  }
  .sm\:w-18 {
    @media (width >= 580px) {
      width: calc(var(--spacing) * 18);
    }
  }
  .sm\:w-20 {
    @media (width >= 580px) {
      width: calc(var(--spacing) * 20);
    }
  }
  .sm\:w-\[220px\] {
    @media (width >= 580px) {
      width: 220px;
    }
  }
  .sm\:min-w-8 {
    @media (width >= 580px) {
      min-width: calc(var(--spacing) * 8);
    }
  }
  .sm\:columns-3 {
    @media (width >= 580px) {
      columns: 3;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 580px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-5 {
    @media (width >= 580px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[200px_10px_1fr\] {
    @media (width >= 580px) {
      grid-template-columns: 200px 10px 1fr;
    }
  }
  .sm\:gap-4 {
    @media (width >= 580px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 580px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 580px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-7 {
    @media (width >= 580px) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .sm\:gap-10 {
    @media (width >= 580px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:space-y-4 {
    @media (width >= 580px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:gap-x-10 {
    @media (width >= 580px) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:gap-y-8 {
    @media (width >= 580px) {
      row-gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:bg-\[\#00000066\] {
    @media (width >= 580px) {
      background-color: #00000066;
    }
  }
  .sm\:bg-bg {
    @media (width >= 580px) {
      background-color: var(--color-bg);
    }
  }
  .sm\:p-5 {
    @media (width >= 580px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 580px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-10 {
    @media (width >= 580px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-10 {
    @media (width >= 580px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-8 {
    @media (width >= 580px) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pt-15 {
    @media (width >= 580px) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .sm\:\*\*\:text-white {
    @media (width >= 580px) {
      :is(& *) {
        color: var(--color-white);
      }
    }
  }
  .md\:absolute {
    @media (width >= 768px) {
      position: absolute;
    }
  }
  .md\:sticky {
    @media (width >= 768px) {
      position: sticky;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 768px) {
      top: calc(1 / 2 * 100%);
    }
  }
  .md\:left-1\/2 {
    @media (width >= 768px) {
      left: calc(1 / 2 * 100%);
    }
  }
  .md\:col-span-2 {
    @media (width >= 768px) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 768px) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 768px) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-7 {
    @media (width >= 768px) {
      grid-column: span 7 / span 7;
    }
  }
  .md\:mt-4 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .md\:mt-12 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .md\:mt-20 {
    @media (width >= 768px) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mb-6\! {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 6) !important;
    }
  }
  .md\:mb-20 {
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:flex {
    @media (width >= 768px) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 768px) {
      display: none;
    }
  }
  .md\:h-12 {
    @media (width >= 768px) {
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:h-\[60vh\] {
    @media (width >= 768px) {
      height: 60vh;
    }
  }
  .md\:h-\[70vh\] {
    @media (width >= 768px) {
      height: 70vh;
    }
  }
  .md\:h-screen {
    @media (width >= 768px) {
      height: 100vh;
    }
  }
  .md\:min-h-15 {
    @media (width >= 768px) {
      min-height: calc(var(--spacing) * 15);
    }
  }
  .md\:min-h-full {
    @media (width >= 768px) {
      min-height: 100%;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 768px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-2\/5 {
    @media (width >= 768px) {
      width: calc(2 / 5 * 100%);
    }
  }
  .md\:w-3\/5 {
    @media (width >= 768px) {
      width: calc(3 / 5 * 100%);
    }
  }
  .md\:w-8 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 8);
    }
  }
  .md\:w-12 {
    @media (width >= 768px) {
      width: calc(var(--spacing) * 12);
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 768px) {
      width: 30%;
    }
  }
  .md\:w-\[47\%\] {
    @media (width >= 768px) {
      width: 47%;
    }
  }
  .md\:w-\[50\%\] {
    @media (width >= 768px) {
      width: 50%;
    }
  }
  .md\:max-w-1\/2 {
    @media (width >= 768px) {
      max-width: calc(1 / 2 * 100%);
    }
  }
  .md\:max-w-\[66\%\] {
    @media (width >= 768px) {
      max-width: 66%;
    }
  }
  .md\:min-w-full {
    @media (width >= 768px) {
      min-width: 100%;
    }
  }
  .md\:-translate-x-1\/2 {
    @media (width >= 768px) {
      --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 >= 768px) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:columns-5 {
    @media (width >= 768px) {
      columns: 5;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 768px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 768px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 768px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-11 {
    @media (width >= 768px) {
      grid-template-columns: repeat(11, minmax(0, 1fr));
    }
  }
  .md\:items-center {
    @media (width >= 768px) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 768px) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 768px) {
      justify-content: space-between;
    }
  }
  .md\:justify-evenly {
    @media (width >= 768px) {
      justify-content: space-evenly;
    }
  }
  .md\:gap-4 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:bg-primary {
    @media (width >= 768px) {
      background-color: var(--color-primary);
    }
  }
  .md\:p-6 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:p-8 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:py-20 {
    @media (width >= 768px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-20 {
    @media (width >= 768px) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pb-20 {
    @media (width >= 768px) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:text-\[34px\] {
    @media (width >= 768px) {
      font-size: 34px;
    }
  }
  .lg\:absolute {
    @media (width >= 991px) {
      position: absolute;
    }
  }
  .lg\:sticky {
    @media (width >= 991px) {
      position: sticky;
    }
  }
  .lg\:top-\[5vh\] {
    @media (width >= 991px) {
      top: 5vh;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 991px) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:mt-8 {
    @media (width >= 991px) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:grid {
    @media (width >= 991px) {
      display: grid;
    }
  }
  .lg\:h-150 {
    @media (width >= 991px) {
      height: calc(var(--spacing) * 150);
    }
  }
  .lg\:h-\[90vh\] {
    @media (width >= 991px) {
      height: 90vh;
    }
  }
  .lg\:min-h-18 {
    @media (width >= 991px) {
      min-height: calc(var(--spacing) * 18);
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 991px) {
      width: calc(1 / 2 * 100%);
    }
  }
  .lg\:w-2\/5 {
    @media (width >= 991px) {
      width: calc(2 / 5 * 100%);
    }
  }
  .lg\:w-10 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 10);
    }
  }
  .lg\:w-85 {
    @media (width >= 991px) {
      width: calc(var(--spacing) * 85);
    }
  }
  .lg\:w-\[36\%\] {
    @media (width >= 991px) {
      width: 36%;
    }
  }
  .lg\:w-\[64\%\] {
    @media (width >= 991px) {
      width: 64%;
    }
  }
  .lg\:min-w-10 {
    @media (width >= 991px) {
      min-width: calc(var(--spacing) * 10);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 991px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 991px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:gap-8 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-10 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-14 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .lg\:gap-15 {
    @media (width >= 991px) {
      gap: calc(var(--spacing) * 15);
    }
  }
  .lg\:p-10 {
    @media (width >= 991px) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:px-10 {
    @media (width >= 991px) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-20 {
    @media (width >= 991px) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-30 {
    @media (width >= 991px) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 991px) {
      font-size: 40px;
    }
  }
  .xl\:columns-7 {
    @media (width >= 1024px) {
      columns: 7;
    }
  }
  .xl\:gap-6 {
    @media (width >= 1024px) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .\32 xl\:col-span-4 {
    @media (width >= 1240px) {
      grid-column: span 4 / span 4;
    }
  }
  .\32 xl\:col-span-8 {
    @media (width >= 1240px) {
      grid-column: span 8 / span 8;
    }
  }
  .\32 xl\:grid {
    @media (width >= 1240px) {
      display: grid;
    }
  }
  .\32 xl\:w-\[40\%\] {
    @media (width >= 1240px) {
      width: 40%;
    }
  }
  .\32 xl\:grid-cols-4 {
    @media (width >= 1240px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-12 {
    @media (width >= 1240px) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .\32 xl\:grid-cols-\[250px_10px_1fr\] {
    @media (width >= 1240px) {
      grid-template-columns: 250px 10px 1fr;
    }
  }
  .\32 xl\:gap-20 {
    @media (width >= 1240px) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .\32 xl\:p-5 {
    @media (width >= 1240px) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .\32 xl\:p-22 {
    @media (width >= 1240px) {
      padding: calc(var(--spacing) * 22);
    }
  }
  .\32 xl\:px-12 {
    @media (width >= 1240px) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:px-25 {
    @media (width >= 1240px) {
      padding-inline: calc(var(--spacing) * 25);
    }
  }
  .\32 xl\:pr-\[12\%\]\! {
    @media (width >= 1240px) {
      padding-right: 12% !important;
    }
  }
  .\32 xl\:pl-\[12\%\]\! {
    @media (width >= 1240px) {
      padding-left: 12% !important;
    }
  }
  .min-\[1440px\]\:grid-cols-4 {
    @media (width >= 1440px) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .min-\[1440px\]\:gap-10 {
    @media (width >= 1440px) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .min-\[1441px\]\:mt-10 {
    @media (width >= 1441px) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .min-\[1920px\]\:grid-cols-5 {
    @media (width >= 1920px) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .\[\&_a\]\:block {
    & a {
      display: block;
    }
  }
  .\[\&_a\]\:pb-2\! {
    & a {
      padding-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .\[\&_a\]\:font-fira-sans\! {
    & a {
      font-family: var(--font-fira-sans) !important;
    }
  }
  .\[\&_a\]\:text-white\! {
    & a {
      color: var(--color-white) !important;
    }
  }
  .\[\&_a\]\:hover\:text-secondary\! {
    & a {
      &:hover {
        color: var(--color-secondary) !important;
      }
    }
  }
  .max-sm\:\[\&_br\]\:hidden {
    @media (width < 580px) {
      & br {
        display: none;
      }
    }
  }
  .max-sm\:\[\&_div\]\:border-b {
    @media (width < 580px) {
      & div {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
      }
    }
  }
  .max-sm\:\[\&_div\]\:py-5 {
    @media (width < 580px) {
      & div {
        padding-block: calc(var(--spacing) * 5);
      }
    }
  }
  .sm\:\[\&_div\]\:w-1\/4 {
    @media (width >= 580px) {
      & div {
        width: calc(1 / 4 * 100%);
      }
    }
  }
  .sm\:\[\&_div\]\:border-r {
    @media (width >= 580px) {
      & div {
        border-right-style: var(--tw-border-style);
        border-right-width: 1px;
      }
    }
  }
  .\[\&_div\:last-child\]\:border-0 {
    & div:last-child {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .\[\&_h1\]\:mb-0\! {
    & h1 {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .max-sm\:\[\&_h1\]\:text-\[30px\]\! {
    @media (width < 580px) {
      & h1 {
        font-size: 30px !important;
      }
    }
  }
  .\[\&_h2\]\:text-\[30px\]\! {
    & h2 {
      font-size: 30px !important;
    }
  }
  .md\:\[\&_h2\]\:text-\[50px\]\! {
    @media (width >= 768px) {
      & h2 {
        font-size: 50px !important;
      }
    }
  }
  .lg\:\[\&_h2\]\:text-\[60px\]\! {
    @media (width >= 991px) {
      & h2 {
        font-size: 60px !important;
      }
    }
  }
  .\[\&_h3\]\:mb-0\! {
    & h3 {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_h5\]\:text-\[22px\] {
    & h5 {
      font-size: 22px;
    }
  }
  .md\:\[\&_h5\]\:text-\[25px\] {
    @media (width >= 768px) {
      & h5 {
        font-size: 25px;
      }
    }
  }
  .lg\:\[\&_h5\]\:text-\[30px\] {
    @media (width >= 991px) {
      & h5 {
        font-size: 30px;
      }
    }
  }
  .\[\&_img\]\:mx-auto {
    & img {
      margin-inline: auto;
    }
  }
  .\[\&_img\]\:mb-5\! {
    & img {
      margin-bottom: calc(var(--spacing) * 5) !important;
    }
  }
  .\[\&_input\]\:w-fit\! {
    & input {
      width: fit-content !important;
    }
  }
  .\[\&_p\]\:mb-0 {
    & p {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .\[\&_p\]\:mb-0\! {
    & p {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&_p\]\:text-\[18px\] {
    & p {
      font-size: 18px;
    }
  }
  .lg\:\[\&_p\]\:text-\[20px\] {
    @media (width >= 991px) {
      & p {
        font-size: 20px;
      }
    }
  }
  .\[\&_strong\]\:text-secondary {
    & strong {
      color: var(--color-secondary);
    }
  }
  .\[\&_strong_p\]\:mb-2\! {
    & strong p {
      margin-bottom: calc(var(--spacing) * 2) !important;
    }
  }
  .\[\&\>\*\:last-child\]\:mb-0\! {
    &>*:last-child {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&\>h1\]\:mb-0\! {
    &>h1 {
      margin-bottom: calc(var(--spacing) * 0) !important;
    }
  }
  .\[\&\>h1\]\:text-\[30px\] {
    &>h1 {
      font-size: 30px;
    }
  }
  .\[\&\>h1\]\:text-white\! {
    &>h1 {
      color: var(--color-white) !important;
    }
  }
  .\[\&\>h1\]\:md\:max-w-92\.5\! {
    &>h1 {
      @media (width >= 768px) {
        max-width: calc(var(--spacing) * 92.5) !important;
      }
    }
  }
  .md\:\[\&\>h1\]\:text-\[40px\] {
    @media (width >= 768px) {
      &>h1 {
        font-size: 40px;
      }
    }
  }
  .lg\:\[\&\>h1\]\:text-\[50px\] {
    @media (width >= 991px) {
      &>h1 {
        font-size: 50px;
      }
    }
  }
  .\[\&\>h5\]\:max-sm\:text-base {
    &>h5 {
      @media (width < 580px) {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
      }
    }
  }
}
@layer base {
  :root {
    scroll-behavior: initial;
  }
  *:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  figure {
    margin-bottom: calc(var(--spacing) * 0);
  }
  body {
    font-family: var(--font-titillium);
    --tw-leading: 1.6;
    line-height: 1.6;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-primary);
  }
  p, li {
    margin-bottom: calc(var(--spacing) * 4);
    font-family: var(--font-fira-sans);
  }
  a {
    color: var(--color-primary);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  a:hover {
    color: var(--color-secondary);
  }
  b, strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  h1,h2,h3,h4,h5,h6 {
    margin-bottom: calc(var(--spacing) * 3);
    --tw-leading: 1.2;
    line-height: 1.2;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-secondary);
    @media (width >= 768px) {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  h1,.h1 {
    font-size: 36px;
    @media (width >= 768px) {
      font-size: 50px;
    }
    @media (width >= 991px) {
      font-size: 60px;
    }
  }
  h2,.h2 {
    font-size: 30px;
    @media (width >= 768px) {
      font-size: 40px;
    }
    @media (width >= 991px) {
      font-size: 50px;
    }
  }
  h3,.h3 {
    font-size: 26px;
    @media (width >= 768px) {
      font-size: 34px;
    }
    @media (width >= 991px) {
      font-size: 40px;
    }
  }
  h4,.h4 {
    font-size: 22px;
    @media (width >= 768px) {
      font-size: 25px;
    }
    @media (width >= 991px) {
      font-size: 30px;
    }
  }
  h5,.h5 {
    font-size: 20px;
    @media (width >= 768px) {
      font-size: 22px;
    }
    @media (width >= 991px) {
      font-size: 25px;
    }
  }
  h6,.h6 {
    font-size: 18px;
    @media (width >= 991px) {
      font-size: 20px;
    }
  }
  p {
    font-size: 16px;
  }
  h2 strong, h1 strong {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-primary);
  }
  .heading-blue h1, .heading-blue h2, .heading-blue h3, .heading-blue h4, .heading-blue h5, .heading-blue h6 {
    color: var(--color-primary);
  }
  .blue-small-heading h3, .blue-small-heading h4, .blue-small-heading h5, .blue-small-heading h6 {
    color: var(--color-primary);
  }
  .container-left {
    @media (width < 991px) {
      margin-inline: auto;
    }
    @media (width < 991px) {
      max-width: 768px;
    }
    @media (width < 991px) {
      padding-inline: calc(var(--spacing) * 5);
    }
    @media (width < 768px) {
      max-width: calc(var(--spacing) * 145);
    }
    @media (width >= 991px) {
      padding-left: calc((100% - 951px) / 2);
    }
    @media (width >= 1024px) {
      padding-left: calc((100% - 984px) / 2);
    }
    @media (width >= 1240px) {
      padding-left: calc((100% - 1200px) / 2);
    }
  }
  .container-right {
    @media (width < 991px) {
      margin-inline: auto;
    }
    @media (width < 991px) {
      max-width: 768px;
    }
    @media (width < 991px) {
      padding-inline: calc(var(--spacing) * 5);
    }
    @media (width < 768px) {
      max-width: calc(var(--spacing) * 145);
    }
    @media (width >= 991px) {
      padding-right: calc((100% - 951px) / 2);
    }
    @media (width >= 1024px) {
      padding-right: calc((100% - 984px) / 2);
    }
    @media (width >= 1240px) {
      padding-right: calc((100% - 1200px) / 2);
    }
  }
}
.casestudyslider .slick-slide {
  padding: 0 16px;
  height: auto;
}
.casestudyslider .slick-list {
  margin: 0 -16px;
  padding-bottom: 30px;
}
.slick-track {
  display: flex;
}
.blog-card h4 {
  margin-bottom: calc(var(--spacing) * 2) !important;
  font-size: 18px;
  @media (width >= 580px) {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  @media (width >= 991px) {
    font-size: 20px;
  }
}
.blog-details .blog-content * {
  --tw-leading: 1.7 !important;
  line-height: 1.7 !important;
}
.blog-details h1 {
  padding-top: calc(var(--spacing) * 10);
  padding-bottom: calc(var(--spacing) * 5);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  color: var(--color-primary);
  @media (width >= 768px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  @media (width >= 991px) {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
.blog-details .blog-content h2, .blog-details .blog-content h3, .blog-details .blog-content h4, .blog-details .blog-content h5, .blog-details .blog-content h6 {
  margin-bottom: calc(var(--spacing) * 4) !important;
  --tw-leading: 1.2 !important;
  line-height: 1.2 !important;
  color: var(--color-primary);
}
.blog-details .blog-content h2 {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
  @media (width >= 768px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 991px) {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
.blog-details .blog-content h3 {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  @media (width >= 768px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 991px) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
.blog-details .blog-content h4 {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  @media (width >= 768px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  @media (width >= 991px) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
}
.blog-details .blog-content h5 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  @media (width >= 768px) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  @media (width >= 991px) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
}
.blog-details .blog-content h6 {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  @media (width >= 768px) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
}
.blog-details .blog-content a {
  color: var(--color-secondary);
}
.blog-details .blog-content a:hover {
  color: var(--color-primary);
}
.blog-details .blog-content ul, .blog-details .blog-content ol {
  margin-bottom: calc(var(--spacing) * 5) !important;
}
.blog-details .blog-content ul li, .blog-details .blog-content ol li {
  margin-bottom: calc(var(--spacing) * 2);
}
.blog-details .blog-content ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 3);
}
.blog-details .blog-content ol {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: calc(var(--spacing) * 3);
}
.blog-details .np-btn {
  position: relative;
  padding: 0px 25px;
  text-decoration: none;
  color: var(--color-secondary);
  font-weight: 600;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
}
.blog-details .np-btn.next::after {
  content: "";
  position: absolute;
  right: 0;
  top: 52%;
  width: 18px;
  height: 18px;
  background-image: url('../images/right-arrow-red.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.blog-details .np-btn.previous::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52%;
  width: 18px;
  height: 18px;
  background-image: url('../images/left-arrow-red.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.blog-details .np-btn.next:hover::after {
  transform: translate(5px, -50%);
}
.blog-details .np-btn.previous:hover::before {
  transform: translate(-5px, -50%);
}
.blog-details .blog-content .responsive-table {
  overflow-x: auto;
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  margin-bottom: 24px;
}
.blog-details .blog-content .responsive-table table tr td, .blog-details .blog-content .responsive-table table tr th {
  border: 1px solid #d1d5dc;
  padding: 10px 15px !important;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  min-width: 120px;
  white-space: nowrap;
}
.blog-details .blog-content .responsive-table table tr th {
  background-color: var(--color-primary);
  color: var(--color-white);
  text-align: start;
}
.blog-details .blog-content .responsive-table table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.career-why-join .heading h2 {
  font-size: 36px;
  color: var(--color-primary);
  @media (width >= 768px) {
    font-size: 50px;
  }
  @media (width >= 991px) {
    font-size: 60px;
  }
}
.career-why-join .heading h2 span {
  display: block;
  color: var(--color-secondary);
}
.career-form-section .heading h2 {
  margin-bottom: calc(var(--spacing) * 0);
  @media (width >= 768px) {
    text-align: center;
  }
  @media (width >= 768px) {
    font-size: 30px;
  }
  @media (width >= 768px) {
    color: var(--color-white);
  }
}
.case-study-card h4 {
  margin-bottom: calc(var(--spacing) * 6) !important;
  font-size: 18px;
  @media (width >= 991px) {
    font-size: 20px;
  }
}
.accordion details {
  border-top: 1px solid #D4D4D4;
  padding: 24px 0 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
}
.accordion summary p {
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  padding-right: 24px;
  margin-bottom: 0;
}
.accordion details:first-of-type {
  border-top: none;
}
.accordion summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding-bottom: 24px;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  content: "+";
  font-size: 24px;
  transition: transform 0.6s ease;
}
.accordion details[open] summary::after {
  content: "−";
}
.accordion details[open] summary p {
  color: var(--color-secondary);
}
.accordion .content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 0;
}
.accordion details[open] .content {
  opacity: 1;
}
.accordion .content p {
  color: var(--color-para);
  margin-bottom: 0px;
  padding: 0 0 30px 0;
}
.productline-card h2 {
  margin-bottom: calc(var(--spacing) * 5) !important;
  font-size: 28px;
  color: var(--color-primary);
  @media (width >= 991px) {
    font-size: 36px;
  }
  @media (width >= 1024px) {
    font-size: 50px;
  }
  @media (width >= 1600px) {
    font-size: 60px;
  }
}
.productline-card p {
  &:last-child {
    margin-bottom: calc(var(--spacing) * 10);
  }
}
input, textarea, select {
  width: 100%;
  border-radius: var(--radius-lg);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-300);
  padding-inline: calc(var(--spacing) * 3);
  padding-block: calc(var(--spacing) * 2.5);
  font-family: var(--font-fira-sans);
  font-size: 15px;
  color: var(--color-primary);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  &:focus {
    border-color: var(--color-primary);
  }
}
textarea {
  height: calc(var(--spacing) * 25) !important;
  resize: none;
}
select {
  padding-block: calc(var(--spacing) * 3);
}
input[type="submit"] {
  cursor: pointer;
}
.footer-top {
  background-image: url('../images/footer-bg.png');
}
.footer-top h4 {
  font-size: 30px;
  color: var(--color-white);
  @media (width >= 768px) {
    font-size: 40px;
  }
  @media (width >= 991px) {
    font-size: 50px;
  }
}
.footer-bottom ul li {
  margin-bottom: 0;
}
.footer-bottom h6 {
  margin-bottom: calc(var(--spacing) * 5) !important;
  color: color-mix(in srgb, #ffffff 50%, transparent) !important;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--color-white) 50%, transparent) !important;
  }
  @media (width >= 768px) {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
}
.footer-bottom ul li a {
  display: inline-block;
}
.socialicon ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.socialicon ul li {
  display: flex;
  margin-right: 10px;
  align-items: center;
}
.socialicon ul li:last-child {
  margin-right: 0px;
}
.socialicon ul li a {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #003057;
  background-color: #FFFFFF;
}
.socialicon ul li a:hover {
  border: 1px solid #FFFFFF;
  background-color: #003057;
}
.socialicon ul li a svg {
  fill: #003057;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}
.socialicon ul li a:hover svg {
  fill: #FFFFFF;
  transition: all 0.3s ease;
}
.paginav {
  color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  font-size: 20px;
}
.paginav a, .paginav > span {
  text-decoration: none;
  margin: 0px;
  margin-right: 12px;
  text-align: center;
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 5px;
}
.paginav span span {
  margin-right: 0px;
  display: inline-block;
}
.paginav span.arrow-previous, .paginav span.arrow-next {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
}
.paginav a {
  border: 1px solid var(--color-primary);
}
.paginav span.current {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
}
.arrow-previous::before, .arrow-next::before {
  height: 15px;
  width: 18px;
  content: '';
  transition: all 0.3s ease;
  display: inline-block;
  background-size: 18px !important;
}
.arrow-previous::before {
  background: url(../images/left-arrow-red.svg) center center no-repeat;
}
.arrow-next::before {
  background: url(../images/right-arrow-red.svg) center center no-repeat;
}
.paginav a:hover .arrow-previous::before {
  background-image: url(../images/left-arrow-white.svg);
}
.paginav a:hover .arrow-next::before {
  background-image: url(../images/right-arrow-white.svg);
}
.paginav a:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.paginav {
  margin-top: 80px;
}
.about-data-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-radius: var(--radius-2xl);
  background-color: color-mix(in srgb, #000000 10%, transparent);
  @supports (color: color-mix(in lab, red, red)) {
    background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
  padding: calc(var(--spacing) * 6);
  @media (width >= 991px) {
    padding: calc(var(--spacing) * 8);
  }
  @media (width >= 1441px) {
    padding: calc(var(--spacing) * 10);
  }
}
.about-data-card > img {
  margin-bottom: calc(var(--spacing) * 5);
  height: calc(var(--spacing) * 15);
  object-fit: contain;
  @media (width >= 991px) {
    margin-bottom: calc(var(--spacing) * 8);
  }
  @media (width >= 991px) {
    height: calc(var(--spacing) * 20);
  }
  @media (width >= 1024px) {
    height: calc(var(--spacing) * 25);
  }
  @media (width >= 1441px) {
    margin-bottom: calc(var(--spacing) * 10);
  }
  @media (width >= 1441px) {
    height: calc(var(--spacing) * 32);
  }
}
.about-data-card .grid img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.about-data-card h3 {
  font-size: 17px;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  @media (width >= 991px) {
    font-size: 22px;
  }
  @media (width >= 1024px) {
    font-size: 25px;
  }
  @media (width >= 1441px) {
    font-size: 30px;
  }
}
.about-data-card strong {
  margin-bottom: calc(var(--spacing) * 4);
  font-size: 9vw;
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 768px) {
    font-size: 5vw;
  }
}
.aboutcounterslider .slick-slide, .aboutdataslider .slick-slide {
  padding: 0 12px;
  height: auto;
}
.aboutcounterslider .slick-list, .aboutdataslider .slick-list {
  margin: 0 -12px;
}
.about-goodness-section .goodness-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-2xl);
  background-color: var(--color-bg);
  padding: calc(var(--spacing) * 6);
  @media (width >= 768px) {
    padding: calc(var(--spacing) * 10);
  }
}
.about-goodness-section .goodness-card img {
  height: calc(var(--spacing) * 37.5);
  object-fit: contain;
}
.about-goodness-section .goodness-card p {
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 580px) {
    font-size: 18px;
  }
}
.leadership-section .leader-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.leadership-section .leader-card div {
  margin-bottom: calc(var(--spacing) * 3);
  width: 100%;
  background-color: #dfdfdd;
}
.leadership-section .leader-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.leadership-section .leader-card h6 {
  margin-bottom: calc(var(--spacing) * 1) !important;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-primary);
  @media (width >= 768px) {
    font-size: 20px;
  }
}
.leadership-section .leader-card p {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: 14px;
  color: var(--color-para);
  @media (width >= 580px) {
    font-size: 16px;
  }
}
.tab-btn {
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 1.5);
  font-size: 18px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  @media (width >= 580px) {
    padding-inline: calc(var(--spacing) * 7);
  }
  @media (width >= 580px) {
    padding-block: calc(var(--spacing) * 2);
  }
  @media (width >= 768px) {
    font-size: 22px;
  }
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.tab-btn.active {
  background: var(--color-primary);
  color: #fff;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.tab-buttons {
  border-bottom: 1px solid #ddd;
}
#mainMap {
  filter: hue-rotate(160deg) saturate(120%);
}
.leaflet-control-attribution.leaflet-control-attribution {
  display: none;
}
.location-card {
  padding: 24px;
  background: var(--color-white);
  cursor: pointer;
  transition: 0.3s;
}
.location-card:hover {
  background: #efefef;
}
.location-card p {
  margin-bottom: 0 !important;
  font-size: 15px;
}
.location-card strong {
  margin-bottom: 3px !important;
  display: block;
  font-size: 17px;
}
.location-card .arrow-btn {
  margin-top: calc(var(--spacing) * 2) !important;
  display: inline-block;
  font-size: 15px;
  text-decoration-line: none;
}
.location-card .arrow-btn:after {
  background-size: 14px;
  transform: translate(30px, -45%);
}
.location-card .arrow-btn:hover:after {
  transform: translate(40px, -45%);
}
.leaflet-pane.leaflet-shadow-pane {
  display: none;
}
.contact-link {
  font-size: 14px;
  @media (width >= 580px) {
    font-size: 16px;
  }
  @media (width >= 1240px) {
    font-size: 18px;
  }
}
.contact-link a {
  font-family: var(--font-fira-sans);
  text-decoration-line: underline;
}
.productionLinesDetailBanner h1 {
  color: var(--color-primary);
}
.product-details ul {
  margin-bottom: calc(var(--spacing) * 5);
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 5);
}
.product-details ul li {
  margin-bottom: calc(var(--spacing) * 2);
}
.blue-small-heading.product-details h2 {
  color: var(--color-primary);
}
.case-study-details-page .check-list ul {
  list-style: none;
  padding-left: 0;
}
.case-study-details-page .check-list ul li {
  position: relative;
  padding-left: 30px;
}
.case-study-details-page .check-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  background-image: url('../images/bullet-point.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
.case-study-details-page .red-g-bg {
  --tw-gradient-position: to right;
  @supports (background-image: linear-gradient(in lab, red, red)) {
    --tw-gradient-position: to right in oklab;
  }
  background-image: linear-gradient(var(--tw-gradient-stops));
  --tw-gradient-from: #921316;
  --tw-gradient-to: #EC2328;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  padding-block: calc(var(--spacing) * 15);
  :is(& *) {
    color: var(--color-white) !important;
  }
  @media (width >= 768px) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.case-study-details-page .blue-bg {
  background-color: var(--color-primary);
  padding-block: calc(var(--spacing) * 15);
  :is(& *) {
    color: var(--color-white);
  }
  @media (width >= 768px) {
    padding-block: calc(var(--spacing) * 20);
  }
}
.case-study-details-page h3 {
  font-size: 22px;
  @media (width >= 768px) {
    font-size: 25px;
  }
  @media (width >= 991px) {
    font-size: 30px;
  }
}
.case-study-details-page h4 {
  font-size: 20px;
  @media (width >= 768px) {
    font-size: 22px;
  }
  @media (width >= 991px) {
    font-size: 25px;
  }
}
.case-study-details-page h6 {
  margin-bottom: calc(var(--spacing) * 0);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
}
.case-study-details-page ul {
  margin-bottom: calc(var(--spacing) * 5);
  list-style-type: disc;
  padding-left: calc(var(--spacing) * 5);
}
.case-study-details-page ul li {
  margin-bottom: calc(var(--spacing) * 3);
}
.case-study-details-page .grid-3 {
  margin-top: calc(var(--spacing) * 10);
  display: grid;
  gap: calc(var(--spacing) * 10);
  @media (width >= 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  @media (width >= 991px) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.case-study-details-page .grid-3 img {
  margin-bottom: calc(var(--spacing) * 4);
  width: calc(var(--spacing) * 12);
  @media (width >= 768px) {
    margin-bottom: calc(var(--spacing) * 6);
  }
}
.case-study-details-page .mobile-grid-2 {
  @media (width < 768px) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  & br {
    display: none;
  }
}
.case-study-details-page .red-g-bg table th {
  background-color: var(--color-white) !important;
  color: var(--color-secondary) !important;
}
.case-study-details-page .blue-bg table th {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
}
.challenge-section p {
  margin-bottom: calc(var(--spacing) * 5);
}
.case-study-details-page section div > * {
  &:last-child {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.solution-section .solution-content {
  margin-top: calc(var(--spacing) * 12);
}
.solution-section .solution-content p {
  margin-bottom: calc(var(--spacing) * 0) !important;
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
  padding-left: calc(var(--spacing) * 3);
}
.solution-section .solution-content {
  margin-top: calc(var(--spacing) * 12);
}
.responsive-table {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
.responsive-table table {
  margin-bottom: calc(var(--spacing) * 5) !important;
  border-collapse: collapse;
  text-align: left;
}
.responsive-table table tr th, .responsive-table table tr td {
  border-style: var(--tw-border-style);
  border-width: 1px;
  padding-inline: calc(var(--spacing) * 5);
  padding-block: calc(var(--spacing) * 3);
}
.performance-content {
  margin-top: calc(var(--spacing) * 8);
}
.solution-content {
  @media (width < 768px) {
    margin-top: calc(var(--spacing) * 8) !important;
  }
  @media (width < 768px) {
    gap: calc(var(--spacing) * 6) !important;
  }
}
.compare-table table {
  width: 100%;
}
.compare-table table tr th, .compare-table table tr td {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.compare-table table tr th {
  font-size: 18px;
  @media (width >= 768px) {
    font-size: 20px;
  }
}
.compare-table table tr th, .compare-table table tr td {
  font-family: var(--font-fira-sans);
  &:first-child {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  &:first-child {
    padding-left: calc(var(--spacing) * 0);
  }
  &:last-child {
    color: var(--color-secondary);
  }
}
.red-g-bg .compare-table table tr th, .red-g-bg .compare-table table tr td, .blue-bg .compare-table table tr th, .blue-bg .compare-table table tr td {
  &:first-child {
    padding-left: calc(var(--spacing) * 5);
  }
  &:last-child {
    color: var(--color-white);
  }
}
.compare-table table tr th {
  &:last-child {
    background-color: #ffeeec;
  }
  &:nth-child(2) {
    background-color: #e6e9ed;
  }
}
.technical-table table {
  margin-top: calc(var(--spacing) * 8);
  width: 100%;
}
.technical-table table tr th, .technical-table table tr td {
  border-style: var(--tw-border-style);
  border-width: 0px;
  padding: calc(var(--spacing) * 5);
  text-align: center;
  font-family: var(--font-fira-sans) !important;
}
.technical-table table tr th:first-of-type {
  text-align: left;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.technical-table table tr th {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.technical-table table tbody tr td:first-of-type {
  background-color: #e6e9ed;
  text-align: left;
  font-size: 18px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.red-g-bg .technical-table table tbody tr td:first-of-type, .blue-bg .technical-table table tbody tr td:first-of-type {
  background-color: #00000033;
}
.technical-table table tbody tr td {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.technical-table table tr th, .technical-table table tr td {
  border-right-style: var(--tw-border-style);
  border-right-width: 3px;
  &:last-child {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.quotes {
  position: relative;
  margin-block: calc(var(--spacing) * 10) !important;
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
  &::before {
    content: var(--tw-content);
    top: calc(50px * -1);
  }
  &::before {
    content: var(--tw-content);
    left: calc(var(--spacing) * 0);
  }
  &::before {
    content: var(--tw-content);
    height: 40px;
  }
  &::before {
    content: var(--tw-content);
    width: 40px;
  }
  &::before {
    content: var(--tw-content);
    background-image: url('../images/quotes.svg');
  }
  &::before {
    content: var(--tw-content);
    background-size: contain;
  }
  &::before {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }
  &::before {
    --tw-content: '';
    content: var(--tw-content);
  }
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
  &::after {
    content: var(--tw-content);
    right: calc(var(--spacing) * 0);
  }
  &::after {
    content: var(--tw-content);
    bottom: calc(50px * -1);
  }
  &::after {
    content: var(--tw-content);
    height: 40px;
  }
  &::after {
    content: var(--tw-content);
    width: 40px;
  }
  &::after {
    content: var(--tw-content);
    rotate: 180deg;
  }
  &::after {
    content: var(--tw-content);
    background-image: url('../images/quotes.svg');
  }
  &::after {
    content: var(--tw-content);
    background-size: contain;
  }
  &::after {
    content: var(--tw-content);
    background-repeat: no-repeat;
  }
  &::after {
    --tw-content: '';
    content: var(--tw-content);
  }
  @media (width >= 991px) {
    margin-block: calc(var(--spacing) * 20) !important;
  }
  @media (width >= 991px) {
    &::before {
      content: var(--tw-content);
      top: calc(100px * -1);
    }
  }
  @media (width >= 991px) {
    &::before {
      content: var(--tw-content);
      height: 80px;
    }
  }
  @media (width >= 991px) {
    &::before {
      content: var(--tw-content);
      width: 80px;
    }
  }
  @media (width >= 991px) {
    &::after {
      content: var(--tw-content);
      bottom: calc(100px * -1);
    }
  }
  @media (width >= 991px) {
    &::after {
      content: var(--tw-content);
      height: 80px;
    }
  }
  @media (width >= 991px) {
    &::after {
      content: var(--tw-content);
      width: 80px;
    }
  }
}
.connect-form label, .landingpage-popup label {
  font-size: 15px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.popup-main {
  position: fixed;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  padding: 15px;
  text-align: center;
  overflow: auto;
  z-index: 99;
}
.popup-inner {
  max-width: 820px;
  margin: 0px auto;
  padding: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  text-align: left;
}
.pop-close {
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  padding: 0px;
  transform: rotate(45deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pop-close::after {
  background-color: var(--color-secondary);
  width: 100%;
  height: 3px;
  content: '';
  border-radius: 1px;
  display: inline-block;
  vertical-align: middle;
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pop-close::before {
  background-color: var(--color-secondary);
  height: 100%;
  width: 3px;
  position: absolute;
  top: 0px;
  border-radius: 1px;
  content: '';
  transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.pop-close:hover::after {
  background-color: var(--color-primary);
}
.pop-close:hover::before {
  background-color: var(--color-primary);
}
.btn {
  display: inline-block;
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 6);
  padding-block: calc(var(--spacing) * 2.25);
  font-size: 15px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  @media (width >= 580px) {
    padding-inline: calc(var(--spacing) * 8);
  }
  @media (width >= 580px) {
    padding-block: calc(var(--spacing) * 2.75);
  }
  @media (width >= 580px) {
    font-size: 17px;
  }
}
.btn.btn-secondary {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.btn.btn-secondary:hover {
  background-color: var(--color-primary);
}
.btn.btn-white-primary {
  background-color: var(--color-white);
  color: var(--color-primary) !important;
}
.btn.btn-white-primary:hover {
  background-color: var(--color-secondary);
  color: var(--color-white) !important;
}
.btn.btn-white {
  background-color: var(--color-white);
  color: var(--color-secondary) !important;
}
.btn.btn-white:hover {
  background-color: var(--color-primary);
  color: var(--color-white) !important;
}
.btn.btn-secondary-white {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.btn.btn-secondary-white:hover {
  background-color: var(--color-white);
  color: var(--color-secondary) !important;
}
.arrow-btn {
  position: relative;
}
.arrow-btn {
  font-family: var(--font-fira-sans);
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-secondary) !important;
  &:hover {
    color: var(--color-primary) !important;
  }
  @media (width >= 580px) {
    font-size: 18px;
  }
}
.arrow-btn:after {
  content: "";
  width: 26px;
  height: 21px;
  background-size: 20px;
  background: url('../images/right-arrow-red.svg') no-repeat center;
  position: absolute;
  transition: 0.3s;
  top: 44%;
  right: 0;
  transform: translate(35px, -40%);
}
.arrow-btn:hover:after {
  transform: translate(50px, -40%);
}
.equipmentslider .slick-slide * {
  color: var(--color-primary) !important;
  &:not(*:is(img)) {
    margin-top: calc(var(--spacing) * 4);
  }
}
.equipmentslider .slick-slide {
  display: flex;
  height: auto;
  flex-direction: column;
  text-align: center;
}
.equipmentslider .slick-slide img {
  aspect-ratio: 480/360;
  height: auto;
  width: 100%;
  object-fit: cover;
}
section.consistent-quality .consistent-quality__content > div .check-list ul {
  list-style: none;
  padding-left: 0;
  font-size: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 30px;
  margin-bottom: 20px;
}
section.consistent-quality .consistent-quality__content > div .check-list ul li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
section.consistent-quality .consistent-quality__content > div .check-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 25px;
  height: 25px;
  background-image: url('../images/bullet-point.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
section.scale-video {
  height: 150vh;
  position: relative;
}
section.scale-video .banner-container {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
section.scale-video .fullwidhcanvas {
  width: 100vw;
  height: 100vh;
  will-change: clip-path;
  clip-path: inset(60vh 60vw);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.scale-video .fullwidhcanvas video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fancybox__container .fancybox__thumbs {
  display: none;
}
@media (max-width: 1440px) {
  .casestudyslider .slick-slide {
    padding: 0 10px;
  }
  .casestudyslider .slick-list {
    margin: 0 -10px;
  }
  .productline-card p {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
}
@media (max-width: 1024px) {
  .aboutcounterslider .slick-slide, .aboutdataslider .slick-slide {
    padding: 0 8px;
  }
  .aboutcounterslider .slick-list, .aboutdataslider .slick-list {
    margin: 0 -8px;
  }
  section.scale-video {
    height: auto;
  }
  section.scale-video .banner-container {
    position: relative;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  section.scale-video .fullwidhcanvas {
    width: 100%;
    height: 100%;
    clip-path: unset;
  }
  section.scale-video .fullwidhcanvas video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 991px) {
  .location-card {
    padding: 20px;
    background: var(--color-bg);
  }
}
@media (max-width: 767px) {
  .arrow-btn::after {
    width: 18px;
    height: 13px;
    background-size: 18px;
    transform: translate(28px, -50%);
  }
  .productline-card h2 {
    margin-bottom: calc(var(--spacing) * 4) !important;
  }
  .productline-card p {
    &:last-child {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .blog-details .np-btn {
    font-size: 18px;
  }
  .blog-details .np-btn.next::after {
    width: 16px;
    height: 16px;
  }
  .blog-details .np-btn.previous::before {
    width: 16px;
    height: 16px;
  }
  .footer-top {
    background-image: unset;
  }
  .paginav {
    font-size: 16px !important;
  }
  .paginav a, .paginav > span {
    margin-right: 8px;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .arrow-previous::before, .arrow-next::before {
    height: 12px;
    width: 15px;
    content: '';
    transition: all 0.3s ease;
    display: inline-block;
    background-size: 15px !important;
  }
  .paginav {
    margin-top: 60px;
  }
  .equipmentslider .slick-slide * {
    font-size: 18px !important;
  }
}
@media (max-width: 580px) {
  .location-card p {
    font-size: 14px;
    color: var(--color-primary);
  }
  .location-card strong {
    font-size: 16px;
    color: var(--color-primary);
  }
  .location-card {
    padding: 0;
    background: var(--color-white);
  }
  .location-card:hover {
    background: var(--color-white);
  }
  .popup-inner {
    top: 0px;
    transform: translateY(0px);
  }
  .popup-inner {
    padding: 20px;
  }
  .connect-form label {
    font-size: 14px;
  }
  section.consistent-quality .consistent-quality__content > div .check-list ul {
    font-size: 18px;
  }
  section.consistent-quality .consistent-quality__content > div .check-list ul li {
    padding-left: 30px;
    margin-bottom: 10px;
  }
  section.consistent-quality .consistent-quality__content > div .check-list ul li::before {
    top: 6px;
    width: 18px;
    height: 18px;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@keyframes logos {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes biscuits {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes landingbiscuits {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes careersImages {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-content: "";
    }
  }
}
