/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Libre Franklin", ui-sans-serif, system-ui, sans-serif;
    --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-200: oklch(92.8% 0.006 264.531);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --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;
    --tracking-wide: 0.025em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --aspect-video: 16 / 9;
    --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-heading: "Suisse Intl", "Libre Franklin", ui-sans-serif, system-ui, sans-serif;
    --font-script: "Sacramento", cursive;
    --font-bonvivant: "Bon Vivant Family Script", "Sacramento", cursive;
    --color-brand-50: #fdf4f2;
    --color-brand-100: #fbe6e2;
    --color-brand-200: #f3c3ba;
    --color-brand-500: #a91f2c;
    --color-brand-600: #8f1a26;
    --color-brand-700: #75151f;
    --color-cream-100: #faf6f1;
  }
}
@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, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 'Noto Sans', Arial, 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:where(:not(iframe)) {
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0px;
  }
  .inset-x-0 {
    inset-inline: 0px;
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-0 {
    top: 0px;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: 0px;
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-\[39px\] {
    right: 39px;
  }
  .-bottom-8 {
    bottom: calc(var(--spacing) * -8);
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .bottom-0 {
    bottom: 0px;
  }
  .bottom-5 {
    bottom: calc(var(--spacing) * 5);
  }
  .-left-8 {
    left: calc(var(--spacing) * -8);
  }
  .-left-16 {
    left: calc(var(--spacing) * -16);
  }
  .left-0 {
    left: 0px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .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;
    }
  }
  .container-cc {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: 1.25rem;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[var\(--cc-masthead-h\,160px\)\] {
    margin-top: var(--cc-masthead-h,160px);
  }
  .-mb-24 {
    margin-bottom: calc(var(--spacing) * -24);
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .-ml-3 {
    margin-left: calc(var(--spacing) * -3);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .no-scrollbar {
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[57px\] {
    height: 57px;
  }
  .h-\[105px\] {
    height: 105px;
  }
  .h-\[calc\(100vh-var\(--cc-masthead-h\,160px\)\)\] {
    height: calc(100vh - var(--cc-masthead-h,160px));
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: 0px;
  }
  .max-h-40 {
    max-height: calc(var(--spacing) * 40);
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[67px\] {
    width: 67px;
  }
  .w-\[235px\] {
    width: 235px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[315px\] {
    width: 315px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[800px\] {
    width: 800px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-px {
    width: 1px;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[497px\] {
    max-width: 497px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0px;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .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-grab {
    cursor: grab;
  }
  .resize {
    resize: both;
  }
  .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));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .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-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }
  :where(.space-y-4 > :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)));
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-gray-100 > :not(:last-child)) {
    border-color: var(--color-gray-100);
  }
  :where(.divide-gray-200 > :not(:last-child)) {
    border-color: var(--color-gray-200);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .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-b-\[5px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 5px;
  }
  .border-black\/5 {
    border-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .border-brand-100 {
    border-color: var(--color-brand-100);
  }
  .border-brand-600 {
    border-color: var(--color-brand-600);
  }
  .border-gray-100 {
    border-color: var(--color-gray-100);
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .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-b-brand-600 {
    border-bottom-color: var(--color-brand-600);
  }
  .border-b-transparent {
    border-bottom-color: transparent;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/0 {
    background-color: color-mix(in srgb, #000 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 0%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-brand-50 {
    background-color: var(--color-brand-50);
  }
  .bg-brand-600 {
    background-color: var(--color-brand-600);
  }
  .bg-cream-100 {
    background-color: var(--color-cream-100);
  }
  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/15 {
    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);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-black\/70 {
    --tw-gradient-from: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
    --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));
  }
  .via-black\/40 {
    --tw-gradient-via: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --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));
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-left {
    object-position: left;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }
  .pt-\[150px\] {
    padding-top: 150px;
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-bonvivant {
    font-family: var(--font-bonvivant);
  }
  .font-script {
    font-family: var(--font-script);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .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);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-brand-100 {
    color: var(--color-brand-100);
  }
  .text-brand-200 {
    color: var(--color-brand-200);
  }
  .text-brand-500 {
    color: var(--color-brand-500);
  }
  .text-brand-600 {
    color: var(--color-brand-600);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, 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);
    }
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px 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);
  }
  .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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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, 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-colors {
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-shadow {
    transition-property: box-shadow;
    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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    .group-hover\:bg-black\/20:is(:where(.group):hover *) {
      background-color: color-mix(in srgb, #000 20%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-black\/20:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
      }
    }
    .group-hover\:bg-brand-700:is(:where(.group):hover *) {
      background-color: var(--color-brand-700);
    }
    .group-hover\:text-brand-600:is(:where(.group):hover *) {
      color: var(--color-brand-600);
    }
    .hover\:bg-brand-700:hover {
      background-color: var(--color-brand-700);
    }
    .hover\:bg-cream-100:hover {
      background-color: var(--color-cream-100);
    }
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
    .hover\:text-brand-200:hover {
      color: var(--color-brand-200);
    }
    .hover\:text-brand-600:hover {
      color: var(--color-brand-600);
    }
    .hover\:text-brand-700:hover {
      color: var(--color-brand-700);
    }
    .hover\:text-white:hover {
      color: var(--color-white);
    }
    .hover\:opacity-100:hover {
      opacity: 100%;
    }
    .hover\:grayscale-0:hover {
      --tw-grayscale: grayscale(0%);
      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,);
    }
  }
  .active\:cursor-grabbing:active {
    cursor: grabbing;
  }
  @media (width >= 40rem) {
    .sm\:flex {
      display: flex;
    }
    .sm\:hidden {
      display: none;
    }
    .sm\:inline-flex {
      display: inline-flex;
    }
    .sm\:h-80 {
      height: calc(var(--spacing) * 80);
    }
    .sm\:w-72 {
      width: calc(var(--spacing) * 72);
    }
    .sm\:w-\[750px\] {
      width: 750px;
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:items-start {
      align-items: flex-start;
    }
    .sm\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .sm\:truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .sm\:p-4 {
      padding: calc(var(--spacing) * 4);
    }
    .sm\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
    .sm\:py-4 {
      padding-block: calc(var(--spacing) * 4);
    }
    .sm\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
    .md\:h-8 {
      height: calc(var(--spacing) * 8);
    }
    .md\:h-10 {
      height: calc(var(--spacing) * 10);
    }
    .md\:h-96 {
      height: calc(var(--spacing) * 96);
    }
    .md\:h-\[55px\] {
      height: 55px;
    }
    .md\:h-\[420px\] {
      height: 420px;
    }
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:items-center {
      align-items: center;
    }
    .md\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .md\:p-10 {
      padding: calc(var(--spacing) * 10);
    }
    .md\:pt-28 {
      padding-top: calc(var(--spacing) * 28);
    }
    .md\:pb-0 {
      padding-bottom: 0px;
    }
    .md\:pb-24 {
      padding-bottom: calc(var(--spacing) * 24);
    }
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:absolute {
      position: absolute;
    }
    .lg\:top-28 {
      top: calc(var(--spacing) * 28);
    }
    .lg\:right-\[var\(--cc-enquiry-right\)\] {
      right: var(--cc-enquiry-right);
    }
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .lg\:mx-0 {
      margin-inline: 0px;
    }
    .lg\:mt-0 {
      margin-top: 0px;
    }
    .lg\:-mb-32 {
      margin-bottom: calc(var(--spacing) * -32);
    }
    .lg\:ml-\[150px\] {
      margin-left: 150px;
    }
    .lg\:flex {
      display: flex;
    }
    .lg\:hidden {
      display: none;
    }
    .lg\:aspect-auto {
      aspect-ratio: auto;
    }
    .lg\:h-\[500px\] {
      height: 500px;
    }
    .lg\:h-\[620px\] {
      height: 620px;
    }
    .lg\:h-\[730px\] {
      height: 730px;
    }
    .lg\:h-screen {
      height: 100vh;
    }
    .lg\:w-80 {
      width: calc(var(--spacing) * 80);
    }
    .lg\:w-\[346px\] {
      width: 346px;
    }
    .lg\:w-\[400px\] {
      width: 400px;
    }
    .lg\:w-\[750px\] {
      width: 750px;
    }
    .lg\:w-\[900px\] {
      width: 900px;
    }
    .lg\:max-w-\[420px\] {
      max-width: 420px;
    }
    .lg\:max-w-md {
      max-width: var(--container-md);
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-\[400px_1fr\] {
      grid-template-columns: 400px 1fr;
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-end {
      align-items: flex-end;
    }
    .lg\:justify-between {
      justify-content: space-between;
    }
    .lg\:p-12 {
      padding: calc(var(--spacing) * 12);
    }
    .lg\:pt-3 {
      padding-top: calc(var(--spacing) * 3);
    }
    .lg\:pl-\[100px\] {
      padding-left: 100px;
    }
    .lg\:pl-\[max\(1\.25rem\,calc\(\(100vw-1240px\)\/2\+1\.25rem\)\)\] {
      padding-left: max(1.25rem, calc((100vw - 1240px) / 2 + 1.25rem));
    }
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@font-face {
  font-family: "Libre Franklin";
  src: url("../fonts/libre-franklin-variable.woff2") format("woff2");
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sacramento";
  src: url("../fonts/sacramento-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bon Vivant Family Script";
  src: url("../fonts/bon-vivant-family-script.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisse-intl-regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisse-intl-medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisse-intl-semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("../fonts/suisse-intl-bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@layer base {
  html {
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  body {
    font-family: var(--font-sans);
    color: #2b2018;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
  }
  a, button, [role="button"], summary {
    cursor: pointer;
  }
  .font-script {
    font-family: var(--font-script);
  }
  .font-bonvivant {
    font-family: var(--font-bonvivant);
  }
}
#cc-site-header .container-cc {
  padding-left: 16px;
}
#cc-topbar {
  background-color: #9F1320;
}
body.home .cc-enquiry-btn {
  border-radius: 25px;
  border: 1px solid #C92636;
  background: #C92636;
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body.home .cc-enquiry-btn:hover {
  background: #b31f2d;
}
.cc-topbar-text {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-topbar-text {
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-topbar-label {
  color: #FFDDE0;
  font-family: 'Libre Franklin';
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cc-topbar-value {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.cc-footer-about {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .cc-footer-about {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-footer-phone {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-footer-phone {
    font-size: 14px;
  }
}
.cc-footer-email {
  color: #E3E3E3;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
}
@media (max-width: 767px) {
  .cc-footer-email {
    color: #FFF;
    font-size: 14px;
  }
}
.cc-footer-hours-label {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-footer-hours-label {
    font-size: 14px;
  }
}
.cc-footer-hours {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .cc-footer-hours {
    font-size: 14px;
    line-height: normal;
  }
}
.cc-footer-follow {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-footer-follow {
    font-size: 14px;
  }
}
.cc-footer-col-heading {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -1.2px;
}
@media (max-width: 767px) {
  .cc-footer-col-heading {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.84px;
  }
}
.cc-footer-links a {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-footer-links a {
    font-size: 14px;
  }
}
.cc-footer-copyright {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-footer-copyright {
    line-height: 20px;
  }
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton {
  width: 72px;
  height: 72px;
  background-color: #49D660;
  padding: 0px !important;
}
.cc-whatsapp-icon {
  width: 38px;
  height: 38px;
}
@media (max-width: 767px) {
  .mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton {
    width: 40px;
    height: 40px;
    padding: 10px !important;
  }
  .cc-whatsapp-icon {
    width: 20px;
    height: 20px;
  }
  #cc-scroll-top {
    width: 40px !important;
    height: 40px !important;
    right: 30px !important;
    bottom: 55px !important;
  }
  #cc-scroll-top svg {
    width: 33px;
    height: 33px;
  }
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation::before, .mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation div::before, .mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation div::after {
  border-color: #49D660;
  animation: 2s linear 0s infinite normal none running es-chats-pulse;
}
.mindzchatwhatsappbuttonparent .mindzchatwhatsappbutton .minzchatbuttonanimation div::after {
  animation-delay: 1s;
}
.cc-cta-heading {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
@media (max-width: 767px) {
  .cc-cta-heading {
    font-size: 22px;
    line-height: 28px;
  }
}
.cc-cta-description {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-cta-description {
    font-size: 14px;
    line-height: 20px;
  }
  .cc-brand-logos {
    column-gap: 18px;
    row-gap: 24px;
  }
  .cc-brand-logo-img {
    height: 20px;
  }
}
.brand-heading {
  color: #000;
  text-align: center;
  font-family: 'Libre Franklin';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .brand-heading {
    color: #333;
    font-family: var(--font-heading);
    font-size: 14px;
    line-height: 20px;
    width: 255px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
}
.cc-testimonial-label {
  color: #C92636;
  font-family: 'Bon Vivant Family Script';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-testimonial-label {
    font-size: 34px;
    line-height: 46px;
  }
}
.cc-testimonial-heading {
  color: #000;
  font-family: 'Libre Franklin';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
@media (max-width: 767px) {
  .cc-testimonial-heading {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
}
.cc-testi-location {
  color: #7B7C7F;
  font-family: 'Libre Franklin';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.cc-testi-card {
  background-color: #F9F9F9;
}
.cc-testi-card:hover {
  background-color: #FFF2F3;
}
.cc-testi-card .cc-testi-quote path {
  transition: fill 0.2s ease;
}
.cc-testi-card:hover .cc-testi-quote path {
  fill: #FBD5D8;
}
.cc-footer {
  background-color: #C92636;
}
.cc-feature-text {
  color: #000;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-feature-text {
    color: #0D0D0D;
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-content-paragraph {
  color: #0D0D0D;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-content-paragraph {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-content-lead {
  color: #0D0D0D;
  font-family: 'Libre Franklin';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .cc-content-lead {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-content-heading {
  color: #000;
  font-family: 'Libre Franklin';
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 767px) {
  .cc-content-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.cc-promo-heading {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
@media (max-width: 767px) {
  .cc-promo-heading {
    font-size: 16px;
    line-height: normal;
  }
}
.cc-promo-text {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-promo-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-promo-note {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .cc-promo-note {
    font-size: 14px;
    line-height: 20px;
  }
}
body.cc-not-home {
  padding-top: calc(var(--cc-masthead-h, 160px) + 120px);
}
@media (max-width: 767px) {
  body.cc-not-home {
    padding-top: calc(var(--cc-masthead-h, 160px) + 40px);
  }
}
.cc-promo-btn {
  color: #C92636;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc-product-card-link {
  color: #C92636;
  text-align: right;
  font-family: 'Libre Franklin';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.cc-product-card-description {
  color: #333;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-product-card-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-product-card-title {
  color: #000;
  font-family: 'Libre Franklin';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .cc-product-card-title {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
}
.cc-products-description {
  color: #333;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-products-description {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-products-heading {
  color: #000;
  font-family: 'Libre Franklin';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
@media (max-width: 767px) {
  .cc-products-heading {
    color: #333;
    text-align: left;
    font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
  }
}
.cc-products-label {
  color: #C92636;
  font-family: 'Bon Vivant Family Script';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc-faq-section {
  background: linear-gradient(180deg, #F3F3F3 0%, #FFF 100%);
}
.cc-why-choose {
  background-color: #C92636;
}
.cc-why-item-description {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 767px) {
  .cc-why-item-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-why-item-title {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
@media (max-width: 767px) {
  .cc-why-item-title {
    font-size: 18px;
    line-height: normal;
  }
}
.cc-why-script {
  color: #FFF;
  font-family: 'Bon Vivant Family Script';
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-why-script {
    font-size: 34px;
  }
}
.cc-why-label {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767px) {
  .cc-why-label {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
  }
}
.cc-testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #F6D2D6;
  border: none;
  padding: 0;
  transition: all 0.2s ease;
}
.cc-testi-dot.is-active {
  width: 12px;
  height: 12px;
  background-color: #C92636;
}
.cc-testi-name {
  color: #000;
  font-family: 'Libre Franklin';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}
.cc-testi-quote-text {
  color: #333;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 767px) {
  .cc-testi-quote-text {
    font-size: 14px;
    line-height: 20px;
  }
}
.cc-google-badge {
  max-width: 100%;
}
.cc-google-badge svg {
  width: 100%;
  height: auto;
}
.cc-testimonial-description {
  color: #333;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 494px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cc-testimonial-description {
    width: 315px;
  }
}
.cc-cta-call-number {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.cc-cta-call-label {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc-cta-btn {
  display: inline-flex;
  height: 43px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.00);
  color: #FFF;
}
.cc-cta-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.cc-cta-label {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.cc-footer-designedby {
  color: #FFF;
  text-align: right;
  font-family: 'Libre Franklin';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.cc-footer-mindzmap {
  color: #FFF;
  text-align: right;
  font-family: 'Libre Franklin';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767px) {
  .cc-footer-mindzmap {
    font-weight: 500;
  }
}
.cc-footer-company {
  color: #FFF;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.cc-site-header {
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.cc-site-header.is-dark {
  background-color: rgb(0 0 0 / 0.45);
  backdrop-filter: blur(8px);
}
#cc-masthead {
  transform: translateY(0);
  transition: transform 0.3s ease;
}
#cc-masthead.is-hidden {
  transform: translateY(-100%);
}
.cc-logo-text {
  color: white;
}
.cc-nav-primary :is(a) {
  color: white;
  font-family: 'Libre Franklin';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cc-nav-primary :is(a):hover {
  color: rgb(255 255 255 / 0.75);
}
.cc-call-icon {
  background-color: rgb(255 255 255 / 0.15);
  color: white;
}
.cc-call-label {
  color: rgb(255 255 255 / 0.7);
}
.cc-call-number {
  color: white;
}
.cc-menu-btn {
  border-color: rgb(255 255 255 / 0.4);
  color: white;
}
@media (max-width: 1023px) {
  .cc-site-header {
    background-color: #fff !important;
  }
  .cc-menu-btn {
    color: black;
  }
}
.cc-site-header--page {
  background-color: #fff !important;
}
.cc-site-header--page .cc-nav-primary :is(a), .cc-site-header--page .cc-logo-text, .cc-site-header--page .cc-menu-btn {
  color: #1a1a1a;
}
.cc-site-header--page .cc-nav-primary :is(a) {
  color: #000;
}
.cc-site-header--page .cc-nav-primary :is(a):hover {
  color: var(--color-brand-600);
}
.cc-site-header--page .cc-menu-btn {
  border-color: rgb(0 0 0 / 0.15);
}
.cc-enquiry-form form p {
  margin: 0;
}
.cc-enquiry-form form > div, .cc-enquiry-form form > p {
  margin-bottom: 1.25rem;
}
.cc-enquiry-form form > div:last-child, .cc-enquiry-form form > p:last-child {
  margin-bottom: 0;
}
.cc-enquiry-form label + br {
  display: none;
}
.cc-enquiry-form .wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.25rem;
}
.cc-enquiry-form input.wpcf7-form-control, .cc-enquiry-form select.wpcf7-form-control, .cc-enquiry-form textarea.wpcf7-form-control {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: inherit;
  color: inherit;
}
.cc-enquiry-form input.wpcf7-form-control:focus, .cc-enquiry-form select.wpcf7-form-control:focus, .cc-enquiry-form textarea.wpcf7-form-control:focus {
  outline: none;
  border-color: var(--color-brand-500);
  box-shadow: 0 0 0 2px var(--color-brand-200);
}
.cc-enquiry-form textarea.wpcf7-form-control {
  resize: vertical;
  height: 120px;
}
.cc-enquiry-form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.cc-enquiry-form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #4b5563;
}
.cc-enquiry-form .wpcf7-acceptance input[type="checkbox"] {
  margin-top: 0.125rem;
  accent-color: var(--color-brand-600);
}
.cc-enquiry-form .wpcf7-acceptance a {
  text-decoration: underline;
}
.cc-enquiry-form .wpcf7-acceptance a:hover {
  color: var(--color-brand-600);
}
.cc-submit-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: var(--color-brand-600);
  border-radius: 9999px;
  padding: 0.875rem 1.75rem;
  cursor: pointer;
  transition: background-color 0.15s ease;
  width: auto;
}
.cc-submit-wrap:hover {
  background-color: var(--color-brand-700);
}
.cc-enquiry-form input.wpcf7-submit {
  background-color: transparent;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0;
  border: none;
  cursor: pointer;
  width: auto;
}
.cc-submit-arrow {
  color: white;
  font-size: 1rem;
  line-height: 1;
  pointer-events: none;
}
.cc-enquiry-form .wpcf7-spinner {
  margin-left: 0.5rem;
}
.cc-enquiry-form .wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.cc-enquiry-form .wpcf7-response-output {
  border-radius: 0.75rem;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  margin: 1rem 0 0;
}
.cc-enquiry-form form.sent .wpcf7-response-output {
  background-color: #f0fdf4;
  border-color: #bbf7d0 !important;
  color: #15803d;
}
.cc-enquiry-form form.failed .wpcf7-response-output, .cc-enquiry-form form.aborted .wpcf7-response-output, .cc-enquiry-form form.spam .wpcf7-response-output {
  background-color: #fef2f2;
  border-color: #fecaca !important;
  color: #dc2626;
}
.cc-products-desktop {
  display: none;
}
.cc-products-mobile {
  display: block;
  overflow: hidden;
}
@media (min-width: 640px) {
  .cc-products-desktop {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cc-products-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .cc-products-desktop {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.cc-products-track {
  display: flex;
  transition: transform 0.4s ease;
}
.cc-products-slide {
  flex: 0 0 100%;
  width: 100%;
}
.cc-products-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.cc-products-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background-color: var(--color-brand-200);
  transition: all 0.3s ease;
  cursor: pointer;
}
.cc-products-dot.is-active {
  width: 24px;
  background-color: var(--color-brand-600);
}
.cc-faq-avatars img {
  margin-left: -12px;
}
.cc-faq-avatars img:first-child {
  margin-left: 0;
}
.cc-faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.cc-faq-header {
  grid-column: 1;
  grid-row: 1;
}
.cc-faq-list {
  grid-column: 1;
  grid-row: 2;
}
.cc-faq-contact {
  grid-column: 1;
  grid-row: 3;
}
@media (min-width: 1024px) {
  .cc-faq-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cc-faq-header {
    grid-column: 1;
    grid-row: 1;
  }
  .cc-faq-contact {
    grid-column: 1;
    grid-row: 2;
    align-self: end;
  }
  .cc-faq-list {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}
@media (max-width: 1023.98px) {
  .pl-5 {
    padding-left: 0;
  }
}
.cc-about-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.cc-about-mobile-img {
  display: block;
}
.cc-about-desktop-img {
  display: none;
}
@media (min-width: 1024px) {
  .cc-about-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cc-about-mobile-img {
    display: none;
  }
  .cc-about-desktop-img {
    display: block;
    width: 520px;
    height: 634px;
    margin-left: 55px;
  }
  .cc-about-desktop-img.cc-about-small-img {
    width: 336.828px;
    height: 360.887px;
    margin-left: 0px;
  }
  .cc-counter {
    font-size: 60px;
    line-height: 72px;
    color: #C92636 !important;
  }
  .cc-about-grid .text-sm {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
}
.cc-legal-sidebar {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .cc-legal-sidebar {
    margin-bottom: 0;
  }
  .cc-legal-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
  }
}
.cc-legal-nav {
  display: flex;
  flex-direction: column;
}
.cc-legal-nav-link {
  display: block;
  padding: 0.75rem 0 0.75rem 1rem;
  border-left: 3px solid transparent;
  color: #6b7280;
  font-size: 0.9375rem;
  text-decoration: none;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.cc-legal-nav-link:hover {
  color: #111827;
}
.cc-legal-nav-link.is-active {
  border-left-color: var(--color-brand-600);
  color: var(--color-brand-600);
  font-weight: 600;
}
.cc-legal-promo {
  aspect-ratio: 280 / 380;
  width: 100%;
  max-width: 100%;
}
.cc-legal-promo img {
  display: block;
  max-width: 100%;
}
.cc-legal-promo-btn {
  background-color: transparent;
  border: 2px solid rgb(255 255 255 / 0.7);
  color: #fff;
}
.cc-legal-promo-btn:hover {
  background-color: rgb(255 255 255 / 0.15);
}
.cc-legal-section {
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #e5e7eb;
}
.cc-legal-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cc-faqpage-desc {
  color: var(--color-gray-600);
  line-height: var(--leading-relaxed);
}
@media (min-width: 1024px) {
  .cc-faqpage-desc {
    padding-top: 3.5rem;
  }
}
@media (max-width: 767px) {
  .cc-faqpage-desc {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    padding-top: 10px !important;
    width: 100% !important;
  }
  html body .cc-faqpage-label {
    color: #C92636 !important;
    text-align: center !important;
    font-family: 'Bon Vivant Family Script' !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  html body .cc-faqpage-heading {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
  }
  html body .cc-contactpage-label {
    color: #C92636 !important;
    text-align: center !important;
    font-family: 'Bon Vivant Family Script' !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  html body .cc-contactpage-intro {
    width: 100% !important;
  }
  html body .cc-contactpage-company-info {
    margin-bottom: 50px !important;
  }
  html body .cc-contactpage-map {
    max-width: 100% !important;
    padding-inline: 0 !important;
  }
  html body .cc-enquiry-label {
    color: #C92636 !important;
    text-align: center !important;
    font-family: 'Bon Vivant Family Script' !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  html body .cc-enquiry-heading {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
  }
  html body .cc-whychoose-script {
    color: #FFF !important;
    font-family: 'Bon Vivant Family Script' !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  html body .cc-contactpage-desc {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    width: 100% !important;
    padding-top: 0px !important;
    margin-bottom: 25px !important;
  }
  html body .cc-contactpage-heading {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
    width: 100% !important;
  }
}
.cc-faqpage-sidebar {
  margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
  .cc-faqpage-grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .cc-faqpage-sidebar {
    margin-bottom: 0;
    position: sticky;
    top: 245px;
    align-self: start;
  }
}
.cc-faqpage-categories {
  display: flex;
  flex-direction: column;
}
.cc-faqpage-cat {
  display: block;
  text-align: left;
  padding: 0.75rem 0 0.75rem 1rem;
  border-left: 3px solid transparent;
  color: #6b7280;
  font-size: 0.9375rem;
  background: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.cc-faqpage-cat:hover {
  color: #111827;
}
.cc-faqpage-cat.is-active {
  border-left-color: var(--color-brand-600);
  color: var(--color-brand-600);
  font-weight: 600;
}
.cc-faqpage-help-mobile {
  display: block;
  margin-top: 1.5rem;
}
.cc-faqpage-help-desktop {
  display: none;
}
@media (max-width: 1023px) {
  .cc-faqpage-categories {
    flex-direction: row;
    overflow-x: auto;
    gap: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .cc-faqpage-cat {
    padding: 0.75rem 0;
    border-left: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
  }
  .cc-faqpage-cat.is-active {
    border-left-color: transparent;
    border-bottom-color: var(--color-brand-600);
  }
}
@media (min-width: 1024px) {
  .cc-faqpage-help-mobile {
    display: none;
  }
  .cc-faqpage-help-desktop {
    display: block;
  }
}
.cc-contact-image {
  aspect-ratio: 16 / 10;
}
.cc-contact-hero {
  display: flex;
  flex-direction: column;
}
.cc-contact-form-card {
  margin-top: -2.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  position: relative;
  z-index: 10;
}
.cc-contact-info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .cc-contact-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: center;
  }
  .cc-contact-image {
    aspect-ratio: auto;
    height: 480px;
  }
  .cc-contact-form-card {
    margin-top: 0;
    margin-left: -80px;
    margin-right: 0;
  }
  .cc-contact-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.cc-nav-primary .menu-item-has-children {
  position: relative;
}
.cc-products-menu {
  display: none;
  z-index: 50;
}
.cc-products-menu.is-open {
  display: block;
}
.cc-products-menu-item {
  background-color: #f9fafb;
}
.cc-products-menu-item:hover, .cc-products-menu-item.is-active {
  background-color: var(--color-brand-50);
}
.cc-nav-products-trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cc-mobile-products-chevron.rotate-180 {
  transform: rotate(180deg);
}
.cc-menu-icon-close {
  display: none;
}
#cc-menu-toggle[aria-expanded="true"] .cc-menu-icon-open {
  display: none;
}
#cc-menu-toggle[aria-expanded="true"] .cc-menu-icon-close {
  display: block;
}
.cc-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 50;
  background-color: var(--color-brand-600);
  overflow-y: auto;
}
.cc-mobile-menu-inner {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.25rem 2rem;
}
.cc-mobile-menu-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.cc-mobile-menu-logo img {
  filter: brightness(0) invert(1);
}
#cc-menu-close {
  color: #fff;
}
.cc-mobile-menu-links {
  font-family: 'Libre Franklin';
  font-size: 14px;
  line-height: 20px;
}
.cc-mobile-menu-links > li > a, .cc-mobile-menu-links > li > .cc-nav-products-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 400;
  padding: 0.85rem 0;
}
.cc-mobile-menu-links .sub-menu {
  display: none;
  padding-left: 1rem;
}
.cc-mobile-menu-links .sub-menu.is-open {
  display: block;
}
.cc-mobile-menu-links .sub-menu a {
  display: block;
  color: rgb(255 255 255 / 0.8);
  font-size: 14px;
  line-height: 20px;
  padding: 0.5rem 0;
}
.cc-mobile-menu-links .sub-menu a:hover {
  color: #fff;
}
.cc-mobile-menu-footer {
  margin-top: auto;
  padding-top: 2rem;
}
.cc-mobile-menu-divider {
  border: none;
  border-top: 1px solid rgb(255 255 255 / 0.2);
  margin: 1.5rem 0;
}
body.cc-menu-open {
  overflow: hidden;
}
.-ml-3 {
  margin-left: calc(var(--spacing) * -3);
}
.-mt-2 {
  margin-top: calc(var(--spacing) * -2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mb-10 {
  margin-bottom: calc(var(--spacing) * 10);
}
.p-2 {
  padding: calc(var(--spacing) * 2);
}
.p-3 {
  padding: calc(var(--spacing) * 3);
}
.pl-4 {
  padding-left: calc(var(--spacing) * 4);
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.py-1\.5 {
  padding-block: calc(var(--spacing) * 1.5);
}
.py-2\.5 {
  padding-block: calc(var(--spacing) * 2.5);
}
.h-80 {
  height: calc(var(--spacing) * 80);
}
.left-0 {
  left: 0;
}
.top-full {
  top: 100%;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-brand-600 {
  border-color: var(--color-brand-600);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.divide-gray-100 > :not(:last-child) {
  border-color: var(--color-gray-100);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.group:hover .group-hover\:text-brand-600 {
  color: var(--color-brand-600);
}
@media (min-width: 768px) {
  .md\:mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .md\:pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
}
@media (min-width: 640px) {
  .sm\:p-4 {
    padding: calc(var(--spacing) * 4);
  }
}
@media (min-width: 1024px) {
  .lg\:pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .lg\:pt-14 {
    padding-top: calc(var(--spacing) * 14);
  }
}
.cc-photo-overlay {
  background-image: linear-gradient(to top, rgb(0 0 0 / 0.8), rgb(0 0 0 / 0.1) 60%, transparent);
}
.bg-gradient-to-r.from-black\/70.via-black\/40.to-transparent {
  background-image: linear-gradient(to right, rgb(0 0 0 / 0.7), rgb(0 0 0 / 0.4) 50%, transparent);
}
.w-\[600px\] {
  width: 600px;
}
.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}
@media (max-width: 767px) {
  .cc-product-script-title {
    color: #C92636 !important;
    text-align: center !important;
    font-family: 'Bon Vivant Family Script' !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
  }
  .cc-product-heading {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    text-transform: capitalize !important;
    width: 100% !important;
  }
  .cc-product-hero-desc {
    color: #333 !important;
    text-align: center !important;
    font-family: 'Libre Franklin' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    width: 100% !important;
  }
  .cc-intro-heading {
    color: #000 !important;
    font-family: 'Libre Franklin' !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    width: 100% !important;
  }
  .cc-intro-copy, .cc-intro-text {
    color: #0D0D0D !important;
    font-family: 'Libre Franklin' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
    width: 100% !important;
  }
  .cc-stats-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  .cc-stat-number {
    color: #C92636 !important;
    font-family: 'Libre Franklin' !important;
    font-size: 40px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
  }
  .cc-stat-label {
    color: #000 !important;
    font-family: 'Libre Franklin' !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
  }
  .cc-stat-desc {
    color: #333 !important;
    font-family: 'Libre Franklin' !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px !important;
  }
}
.cc-product-hero {
  position: relative;
}
.cc-product-hero-image {
  aspect-ratio: 16 / 10;
}
@media (min-width: 1024px) {
  .cc-product-hero-image {
    aspect-ratio: auto;
    height: 520px;
  }
}
.cc-intro-copy p + p {
  margin-top: 1rem;
}
.cc-product-content {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .cc-product-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 418px;
  }
}
.cc-product-check {
  background-color: var(--color-brand-50);
  color: var(--color-brand-600);
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.pb-3 {
  padding-bottom: calc(var(--spacing) * 3);
}
.cc-logo-auto-white img {
  filter: brightness(0) invert(1);
}
.md:text-5xl {
  font-size: 60px !important;
  line-height: 72px !important;
}
.mindzchatwhatsappbutton, .mindzchatwhatsappbutton .buttonbbase, .mindzchatwhatsappbutton .minzchatbuttonanimation, .mindzchatwhatsappbutton .minzchatbuttonanimation > div, .mindzchatwhatsappbutton .minzchatbuttonanimation > div > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.mindzchatwhatsappgreenbg {
  bottom: 112px !important;
  right: 32px !important;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-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-tracking {
  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-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-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;
}
@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-space-y-reverse: 0;
      --tw-divide-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-tracking: 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-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
