@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-space-x-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-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
            --tw-duration: initial;
            --tw-ease: initial;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
            --tw-content: ""
        }
    }
}

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, #ffffff26, #fff0);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: #212529bf;
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: #21252980;
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: #0000002d;
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem #00000026;
    --bs-box-shadow-sm: 0 .125rem .25rem #00000013;
    --bs-box-shadow-lg: 0 1rem 3rem #0000002d;
    --bs-box-shadow-inset: inset 0 1px 2px #00000013;
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: #0d6efd40;
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    --lightningcss-light: ;
    --lightningcss-dark: initial;
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: #dee2e6bf;
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: #dee2e680;
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: #ffffff26;
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    margin: 0
}

hr {
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    margin: 1rem 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--bs-heading-color);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (width>=1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }
}

.h2,
h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (width>=1200px) {

    .h2,
    h2 {
        font-size: 2rem
    }
}

.h3,
h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (width>=1200px) {

    .h3,
    h3 {
        font-size: 1.75rem
    }
}

.h4,
h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (width>=1200px) {

    .h4,
    h4 {
        font-size: 1.5rem
    }
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg);
    padding: .1875em
}

sub,
sup {
    vertical-align: baseline;
    font-size: .75em;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: .875em;
    display: block;
    overflow: auto
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    color: var(--bs-code-color);
    word-wrap: break-word;
    font-size: .875em
}

a>code {
    color: inherit
}

kbd {
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem;
    padding: .1875rem .375rem;
    font-size: .875em
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    color: var(--bs-secondary-color);
    text-align: left;
    padding-top: .5rem;
    padding-bottom: .5rem
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

textarea {
    resize: vertical
}

fieldset {
    border: 0;
    min-width: 0;
    margin: 0;
    padding: 0
}

legend {
    float: left;
    width: 100%;
    line-height: inherit;
    margin-bottom: .5rem;
    padding: 0;
    font-size: calc(1.275rem + .3vw)
}

@media (width>=1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field {
    padding: 0
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0
}

::-webkit-datetime-edit-hour-field {
    padding: 0
}

::-webkit-datetime-edit-minute {
    padding: 0
}

::-webkit-datetime-edit-month-field {
    padding: 0
}

::-webkit-datetime-edit-text {
    padding: 0
}

::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button {
    cursor: pointer;
    filter: grayscale()
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    cursor: pointer;
    display: list-item
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (width>=1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (width>=1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (width>=1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (width>=1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (width>=1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (width>=1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    text-transform: uppercase;
    font-size: .875em
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    color: #6c757d;
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em
}

.blockquote-footer:before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto;
    padding: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    color: var(--bs-secondary-color);
    font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-left: auto;
    margin-right: auto
}

@media (width>=576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (width>=768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (width>=992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (width>=1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (width>=1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-wrap: wrap;
    display: flex
}

.row>* {
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
    flex-shrink: 0
}

.col {
    flex: 1 0 0
}

.row-cols-auto>* {
    flex: none;
    width: auto
}

.row-cols-1>* {
    flex: none;
    width: 100%
}

.row-cols-2>* {
    flex: none;
    width: 50%
}

.row-cols-3>* {
    flex: none;
    width: 33.3333%
}

.row-cols-4>* {
    flex: none;
    width: 25%
}

.row-cols-5>* {
    flex: none;
    width: 20%
}

.row-cols-6>* {
    flex: none;
    width: 16.6667%
}

.col-auto {
    flex: none;
    width: auto
}

.col-1 {
    flex: none;
    width: 8.33333%
}

.col-2 {
    flex: none;
    width: 16.6667%
}

.col-3 {
    flex: none;
    width: 25%
}

.col-4 {
    flex: none;
    width: 33.3333%
}

.col-5 {
    flex: none;
    width: 41.6667%
}

.col-6 {
    flex: none;
    width: 50%
}

.col-7 {
    flex: none;
    width: 58.3333%
}

.col-8 {
    flex: none;
    width: 66.6667%
}

.col-9 {
    flex: none;
    width: 75%
}

.col-10 {
    flex: none;
    width: 83.3333%
}

.col-11 {
    flex: none;
    width: 91.6667%
}

.col-12 {
    flex: none;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.6667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333%
}

.offset-5 {
    margin-left: 41.6667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333%
}

.offset-8 {
    margin-left: 66.6667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333%
}

.offset-11 {
    margin-left: 91.6667%
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0
}

.g-1,
.gx-1 {
    --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
    --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
    --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
    --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem
}

@media (width>=576px) {
    .col-sm {
        flex: 1 0 0
    }

    .row-cols-sm-auto>* {
        flex: none;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: none;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: none;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: none;
        width: 33.3333%
    }

    .row-cols-sm-4>* {
        flex: none;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: none;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: none;
        width: 16.6667%
    }

    .col-sm-auto {
        flex: none;
        width: auto
    }

    .col-sm-1 {
        flex: none;
        width: 8.33333%
    }

    .col-sm-2 {
        flex: none;
        width: 16.6667%
    }

    .col-sm-3 {
        flex: none;
        width: 25%
    }

    .col-sm-4 {
        flex: none;
        width: 33.3333%
    }

    .col-sm-5 {
        flex: none;
        width: 41.6667%
    }

    .col-sm-6 {
        flex: none;
        width: 50%
    }

    .col-sm-7 {
        flex: none;
        width: 58.3333%
    }

    .col-sm-8 {
        flex: none;
        width: 66.6667%
    }

    .col-sm-9 {
        flex: none;
        width: 75%
    }

    .col-sm-10 {
        flex: none;
        width: 83.3333%
    }

    .col-sm-11 {
        flex: none;
        width: 91.6667%
    }

    .col-sm-12 {
        flex: none;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.6667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333%
    }

    .offset-sm-5 {
        margin-left: 41.6667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333%
    }

    .offset-sm-8 {
        margin-left: 66.6667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333%
    }

    .offset-sm-11 {
        margin-left: 91.6667%
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: .25rem
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: .25rem
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: .5rem
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: .5rem
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (width>=768px) {
    .col-md {
        flex: 1 0 0
    }

    .row-cols-md-auto>* {
        flex: none;
        width: auto
    }

    .row-cols-md-1>* {
        flex: none;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: none;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: none;
        width: 33.3333%
    }

    .row-cols-md-4>* {
        flex: none;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: none;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: none;
        width: 16.6667%
    }

    .col-md-auto {
        flex: none;
        width: auto
    }

    .col-md-1 {
        flex: none;
        width: 8.33333%
    }

    .col-md-2 {
        flex: none;
        width: 16.6667%
    }

    .col-md-3 {
        flex: none;
        width: 25%
    }

    .col-md-4 {
        flex: none;
        width: 33.3333%
    }

    .col-md-5 {
        flex: none;
        width: 41.6667%
    }

    .col-md-6 {
        flex: none;
        width: 50%
    }

    .col-md-7 {
        flex: none;
        width: 58.3333%
    }

    .col-md-8 {
        flex: none;
        width: 66.6667%
    }

    .col-md-9 {
        flex: none;
        width: 75%
    }

    .col-md-10 {
        flex: none;
        width: 83.3333%
    }

    .col-md-11 {
        flex: none;
        width: 91.6667%
    }

    .col-md-12 {
        flex: none;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.6667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333%
    }

    .offset-md-5 {
        margin-left: 41.6667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333%
    }

    .offset-md-8 {
        margin-left: 66.6667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333%
    }

    .offset-md-11 {
        margin-left: 91.6667%
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: .25rem
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: .25rem
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: .5rem
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: .5rem
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (width>=992px) {
    .col-lg {
        flex: 1 0 0
    }

    .row-cols-lg-auto>* {
        flex: none;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: none;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: none;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: none;
        width: 33.3333%
    }

    .row-cols-lg-4>* {
        flex: none;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: none;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: none;
        width: 16.6667%
    }

    .col-lg-auto {
        flex: none;
        width: auto
    }

    .col-lg-1 {
        flex: none;
        width: 8.33333%
    }

    .col-lg-2 {
        flex: none;
        width: 16.6667%
    }

    .col-lg-3 {
        flex: none;
        width: 25%
    }

    .col-lg-4 {
        flex: none;
        width: 33.3333%
    }

    .col-lg-5 {
        flex: none;
        width: 41.6667%
    }

    .col-lg-6 {
        flex: none;
        width: 50%
    }

    .col-lg-7 {
        flex: none;
        width: 58.3333%
    }

    .col-lg-8 {
        flex: none;
        width: 66.6667%
    }

    .col-lg-9 {
        flex: none;
        width: 75%
    }

    .col-lg-10 {
        flex: none;
        width: 83.3333%
    }

    .col-lg-11 {
        flex: none;
        width: 91.6667%
    }

    .col-lg-12 {
        flex: none;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.6667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333%
    }

    .offset-lg-5 {
        margin-left: 41.6667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333%
    }

    .offset-lg-8 {
        margin-left: 66.6667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333%
    }

    .offset-lg-11 {
        margin-left: 91.6667%
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: .25rem
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: .25rem
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: .5rem
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: .5rem
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (width>=1200px) {
    .col-xl {
        flex: 1 0 0
    }

    .row-cols-xl-auto>* {
        flex: none;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: none;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: none;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: none;
        width: 33.3333%
    }

    .row-cols-xl-4>* {
        flex: none;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: none;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: none;
        width: 16.6667%
    }

    .col-xl-auto {
        flex: none;
        width: auto
    }

    .col-xl-1 {
        flex: none;
        width: 8.33333%
    }

    .col-xl-2 {
        flex: none;
        width: 16.6667%
    }

    .col-xl-3 {
        flex: none;
        width: 25%
    }

    .col-xl-4 {
        flex: none;
        width: 33.3333%
    }

    .col-xl-5 {
        flex: none;
        width: 41.6667%
    }

    .col-xl-6 {
        flex: none;
        width: 50%
    }

    .col-xl-7 {
        flex: none;
        width: 58.3333%
    }

    .col-xl-8 {
        flex: none;
        width: 66.6667%
    }

    .col-xl-9 {
        flex: none;
        width: 75%
    }

    .col-xl-10 {
        flex: none;
        width: 83.3333%
    }

    .col-xl-11 {
        flex: none;
        width: 91.6667%
    }

    .col-xl-12 {
        flex: none;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.6667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333%
    }

    .offset-xl-5 {
        margin-left: 41.6667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333%
    }

    .offset-xl-8 {
        margin-left: 66.6667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333%
    }

    .offset-xl-11 {
        margin-left: 91.6667%
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (width>=1400px) {
    .col-xxl {
        flex: 1 0 0
    }

    .row-cols-xxl-auto>* {
        flex: none;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: none;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: none;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: none;
        width: 33.3333%
    }

    .row-cols-xxl-4>* {
        flex: none;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: none;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: none;
        width: 16.6667%
    }

    .col-xxl-auto {
        flex: none;
        width: auto
    }

    .col-xxl-1 {
        flex: none;
        width: 8.33333%
    }

    .col-xxl-2 {
        flex: none;
        width: 16.6667%
    }

    .col-xxl-3 {
        flex: none;
        width: 25%
    }

    .col-xxl-4 {
        flex: none;
        width: 33.3333%
    }

    .col-xxl-5 {
        flex: none;
        width: 41.6667%
    }

    .col-xxl-6 {
        flex: none;
        width: 50%
    }

    .col-xxl-7 {
        flex: none;
        width: 58.3333%
    }

    .col-xxl-8 {
        flex: none;
        width: 66.6667%
    }

    .col-xxl-9 {
        flex: none;
        width: 75%
    }

    .col-xxl-10 {
        flex: none;
        width: 83.3333%
    }

    .col-xxl-11 {
        flex: none;
        width: 91.6667%
    }

    .col-xxl-12 {
        flex: none;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.6667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.3333%
    }

    .offset-xxl-5 {
        margin-left: 41.6667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.3333%
    }

    .offset-xxl-8 {
        margin-left: 66.6667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.3333%
    }

    .offset-xxl-11 {
        margin-left: 91.6667%
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: .25rem
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: .25rem
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: .5rem
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: .5rem
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), .05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), .1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), .075);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
    width: 100%;
    margin-bottom: 1rem
}

.table>:not(caption)>*>* {
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    padding: .5rem
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>*,
.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

@media (width<=575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (width<=767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (width<=991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (width<=1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

@media (width<=1399.98px) {
    .table-responsive-xxl {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    font-size: inherit;
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    color: var(--bs-secondary-color);
    margin-top: .25rem;
    font-size: .875em
}

.form-control {
    width: 100%;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-clip: padding-box;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    padding: 0;
    display: block
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    -webkit-margin-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    margin: -.375rem -.75rem;
    border-radius: 0;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    -webkit-margin-end: .75rem;
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: var(--bs-border-width);
    border-radius: 0;
    margin: -.375rem -.75rem;
    margin-inline-end: .75rem;
    padding: .375rem .75rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    width: 100%;
    color: var(--bs-body-color);
    border: solid #0000;
    border-width: var(--bs-border-width) 0;
    background-color: #0000;
    margin-bottom: 0;
    padding: .375rem 0;
    line-height: 1.5;
    display: block
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    border-radius: var(--bs-border-radius-sm);
    padding: .25rem .5rem;
    font-size: .875rem
}

.form-control-sm::file-selector-button {
    -webkit-margin-end: .5rem;
    margin: -.25rem -.5rem;
    margin-inline-end: .5rem;
    padding: .25rem .5rem
}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    border-radius: var(--bs-border-radius-lg);
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.form-control-lg::file-selector-button {
    -webkit-margin-end: 1rem;
    margin: -.5rem -1rem;
    margin-inline-end: 1rem;
    padding: .5rem 1rem
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border-radius: var(--bs-border-radius);
    border: 0 !important
}

.form-control-color::-webkit-color-swatch {
    border-radius: var(--bs-border-radius);
    border: 0 !important
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    width: 100%;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    background-position: right .75rem center;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    background-image: none;
    padding-right: .75rem
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: #0000;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    border-radius: var(--bs-border-radius-sm);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.form-select-lg {
    border-radius: var(--bs-border-radius-lg);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    min-height: 1.5rem;
    margin-bottom: .125rem;
    padding-left: 1.5em;
    display: block
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    text-align: right;
    padding-left: 0;
    padding-right: 1.5em
}

.form-check-reverse .form-check-input {
    float: right;
    margin-left: 0;
    margin-right: -1.5em
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    vertical-align: top;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    color-adjust: exact;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-image: var(--bs-form-switch-bg);
    background-position: 0;
    border-radius: 2em;
    width: 2em;
    margin-left: -2.5em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    background-position: 100%
}

.form-switch.form-check-reverse {
    padding-left: 0;
    padding-right: 2.5em
}

.form-switch.form-check-reverse .form-check-input {
    margin-left: 0;
    margin-right: -2.5em
}

.form-check-inline {
    margin-right: 1rem;
    display: inline-block
}

.btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    appearance: none;
    background-color: #0000;
    width: 100%;
    height: 1.5rem;
    padding: 0
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem #0d6efd40
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    color: #0000;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: #0000;
    border-radius: 1rem;
    width: 100%;
    height: .5rem
}

.form-range::-moz-range-thumb {
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    color: #0000;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: #0000;
    border-radius: 1rem;
    width: 100%;
    height: .5rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    z-index: 2;
    max-width: 100%;
    height: 100%;
    color: rgba(var(--bs-body-color-rgb), .65);
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    padding: 1rem .75rem;
    transition: opacity .1s ease-in-out, transform .1s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::placeholder,
.form-floating>.form-control::placeholder {
    color: #0000
}

:is(.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown), :is(.form-floating>.form-control-plaintext:autofill, .form-floating>.form-control:autofill)),
.form-floating>.form-control-plaintext:focus,
.form-floating>.form-control-plaintext:not(:placeholder-shown),
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown),
:is(.form-floating>.form-control-plaintext:autofill, .form-floating>.form-control:autofill) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    padding-left: .75rem
}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    transform: scale(.85)translateY(-.5rem)translate(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    transform: scale(.85)translateY(-.5rem)translate(.15rem)
}

.form-floating>textarea:focus~label:after,
.form-floating>textarea:not(:placeholder-shown)~label:after {
    z-index: -1;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius);
    height: 1.5em;
    position: absolute;
    inset: 1rem .375rem
}

.form-floating>textarea:disabled~label:after {
    background-color: var(--bs-secondary-bg)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,
.form-floating>:disabled~label {
    color: #6c757d
}

.input-group {
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    display: flex;
    position: relative
}

.input-group>.form-control,
.input-group>.form-floating,
.input-group>.form-select {
    flex: auto;
    width: 1%;
    min-width: 0;
    position: relative
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    z-index: 2;
    position: relative
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
    border-radius: var(--bs-border-radius-lg);
    padding: .5rem 1rem;
    font-size: 1.25rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
    border-radius: var(--bs-border-radius-sm);
    padding: .25rem .5rem;
    font-size: .875rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(-1 * var(--bs-border-width));
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,
.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    width: 100%;
    color: var(--bs-form-valid-color);
    margin-top: .25rem;
    font-size: .875em;
    display: none
}

.valid-tooltip {
    z-index: 5;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    display: none;
    position: absolute;
    top: 100%
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
    background-position: right .75rem center, right 2.25rem center;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-control-color.is-valid,
.was-validated .form-control-color:valid {
    width: calc(1.5em + 3.75rem)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,
.input-group>.form-floating:not(:focus-within).is-valid,
.input-group>.form-select:not(:focus).is-valid,
.was-validated .input-group>.form-control:not(:focus):valid,
.was-validated .input-group>.form-floating:not(:focus-within):valid,
.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    width: 100%;
    color: var(--bs-form-invalid-color);
    margin-top: .25rem;
    font-size: .875em;
    display: none
}

.invalid-tooltip {
    z-index: 5;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    margin-top: .1rem;
    padding: .25rem .5rem;
    font-size: .875rem;
    display: none;
    position: absolute;
    top: 100%
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: calc(1.5em + .75rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: right calc(.375em + .1875rem) top calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right .75rem center, right 2.25rem center;
    background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
    padding-right: 4.125rem
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
    width: calc(1.5em + 3.75rem)
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,
.input-group>.form-floating:not(:focus-within).is-invalid,
.input-group>.form-select:not(:focus).is-invalid,
.was-validated .input-group>.form-control:not(:focus):invalid,
.was-validated .input-group>.form-floating:not(:focus-within):invalid,
.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: .75rem;
    --bs-btn-padding-y: .375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 #ffffff26, 0 1px 1px #00000013;
    --bs-btn-disabled-opacity: .65;
    --bs-btn-focus-box-shadow: 0 0 0 .25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: inline-block
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    box-shadow: var(--bs-btn-focus-box-shadow);
    outline: 0
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217, 164, 6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211, 212, 213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13, 202, 240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255, 193, 7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248, 249, 250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px #00000020;
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,
.btn-lg {
    --bs-btn-padding-y: .5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm>.btn,
.btn-sm {
    --bs-btn-padding-y: .25rem;
    --bs-btn-padding-x: .5rem;
    --bs-btn-font-size: .875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    transition: height .35s;
    overflow: hidden
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border: .3em solid #0000;
    border-top-color: currentColor;
    border-bottom: 0;
    margin-left: .255em;
    display: inline-block
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: .5rem;
    --bs-dropdown-spacer: .125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: .5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: .25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: .5rem;
    z-index: var(--bs-dropdown-zindex);
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    background-color: var(--bs-dropdown-bg);
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
    background-clip: padding-box;
    margin: 0;
    list-style: none;
    display: none;
    position: absolute
}

.dropdown-menu[data-bs-popper] {
    margin-top: var(--bs-dropdown-spacer);
    top: 100%;
    left: 0
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    left: 0;
    right: auto
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    left: auto;
    right: 0
}

@media (width>=576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (width>=768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (width>=992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (width>=1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

@media (width>=1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        left: 0;
        right: auto
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer);
    top: auto;
    bottom: 100%
}

.dropup .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border: .3em solid #0000;
    border-top: 0;
    border-bottom-color: currentColor;
    margin-left: .255em;
    display: inline-block
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
    top: 0;
    left: 100%;
    right: auto
}

.dropend .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    border: .3em solid #0000;
    border-left-color: currentColor;
    border-right: 0;
    margin-left: .255em;
    display: inline-block
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer);
    top: 0;
    left: auto;
    right: 100%
}

.dropstart .dropdown-toggle:after {
    vertical-align: .255em;
    content: "";
    margin-left: .255em;
    display: none
}

.dropstart .dropdown-toggle:before {
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #0000;
    border-bottom: .3em solid #0000;
    border-right: .3em solid;
    margin-right: .255em;
    display: inline-block
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1;
    overflow: hidden
}

.dropdown-item {
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    white-space: nowrap;
    border-radius: var(--bs-dropdown-item-border-radius, 0);
    background-color: #0000;
    border: 0;
    font-weight: 400;
    text-decoration: none;
    display: block
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    background-color: var(--bs-dropdown-link-active-bg);
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: #0000
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    color: var(--bs-dropdown-header-color);
    white-space: nowrap;
    margin-bottom: 0;
    font-size: .875rem;
    display: block
}

.dropdown-item-text {
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color);
    display: block
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: #ffffff26;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,
.btn-group-vertical {
    vertical-align: middle;
    display: inline-flex;
    position: relative
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    flex: auto;
    position: relative
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),
.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(-1 * var(--bs-border-width))
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn.dropdown-toggle-split:first-child,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropend .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(-1 * var(--bs-border-width))
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:nth-child(n+3),
.btn-group-vertical>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex
}

.nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    background: 0 0;
    border: 0;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    display: block
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem #0d6efd40
}

.nav-link.disabled,
.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: .125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    border-bottom: var(--bs-nav-underline-border-width) solid transparent;
    padding-left: 0;
    padding-right: 0
}

.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
    border-bottom-color: currentColor
}

.nav-underline .nav-link.active,
.nav-underline .show>.nav-link {
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentColor;
    font-weight: 700
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
    text-align: center;
    flex: auto
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
    text-align: center;
    flex-grow: 1;
    flex-basis: 0
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: .5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), .65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), .8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), .3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: .3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: .5rem;
    --bs-navbar-toggler-padding-y: .25rem;
    --bs-navbar-toggler-padding-x: .75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), .15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: .25rem;
    --bs-navbar-toggler-transition: box-shadow .15s ease-in-out;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
    flex-wrap: inherit;
    justify-content: space-between;
    align-items: center;
    display: flex
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    white-space: nowrap;
    text-decoration: none
}

.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: .5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    color: var(--bs-navbar-color);
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    color: var(--bs-navbar-color);
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
    background-color: #0000;
    line-height: 1
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
    outline: 0;
    text-decoration: none
}

.navbar-toggler-icon {
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1.5em;
    height: 1.5em;
    display: inline-block
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto
}

@media (width>=576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        flex-basis: auto;
        display: flex !important
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        z-index: auto;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible
    }
}

@media (width>=768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        flex-basis: auto;
        display: flex !important
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        z-index: auto;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible
    }
}

@media (width>=992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        flex-basis: auto;
        display: flex !important
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        z-index: auto;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible
    }
}

@media (width>=1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        flex-basis: auto;
        display: flex !important
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        z-index: auto;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible
    }
}

@media (width>=1400px) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        flex-basis: auto;
        display: flex !important
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        z-index: auto;
        flex-grow: 1;
        transition: none;
        position: static;
        visibility: visible !important;
        background-color: #0000 !important;
        border: 0 !important;
        width: auto !important;
        height: auto !important;
        transform: none !important
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    flex-basis: auto;
    display: flex !important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    z-index: auto;
    flex-grow: 1;
    transition: none;
    position: static;
    visibility: visible !important;
    background-color: #0000 !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
    transform: none !important
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    display: flex;
    overflow-y: visible
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
    --bs-navbar-color: #ffffff8c;
    --bs-navbar-hover-color: #ffffffbf;
    --bs-navbar-disabled-color: #ffffff40;
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: #ffffff1a;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: .5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: .5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), .03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: .75rem;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    background-clip: border-box;
    flex-direction: column;
    display: flex;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    flex: auto
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    color: var(--bs-card-subtitle-color);
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
    margin-bottom: 0
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius);
    position: absolute;
    inset: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (width>=576px) {
    .card-group {
        flex-flow: wrap;
        display: flex
    }

    .card-group>.card {
        flex: 1 0 0;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child)>.card-header,
    .card-group>.card:not(:last-child)>.card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child)>.card-footer,
    .card-group>.card:not(:last-child)>.card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child)>.card-header,
    .card-group>.card:not(:first-child)>.card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child)>.card-footer,
    .card-group>.card:not(:first-child)>.card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
    border: 0;
    border-radius: 0;
    align-items: center;
    font-size: 1rem;
    display: flex;
    position: relative
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed):after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button:after {
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    flex-shrink: 0;
    margin-left: auto
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    outline: 0
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-collapse,
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: .5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
    flex-wrap: wrap;
    list-style: none;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: .75rem;
    --bs-pagination-padding-y: .375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 .25rem #0d6efd40;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    padding-left: 0;
    list-style: none;
    display: flex
}

.page-link {
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    display: block;
    position: relative
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    box-shadow: var(--bs-pagination-focus-box-shadow);
    outline: 0
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,
.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(-1 * var(--bs-border-width))
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: .75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: .5rem;
    --bs-pagination-padding-y: .25rem;
    --bs-pagination-font-size: .875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: .65em;
    --bs-badge-padding-y: .35em;
    --bs-badge-font-size: .75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
    line-height: 1;
    display: inline-block
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    color: var(--bs-alert-link-color);
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    z-index: 2;
    padding: 1.25rem 1rem;
    position: absolute;
    top: 0;
    right: 0
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: var(--bs-progress-height)
    }
}

.progress,
.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: .75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width .6s ease;
    height: var(--bs-progress-height);
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    display: flex;
    overflow: hidden
}

.progress-bar {
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
    flex-direction: column;
    justify-content: center;
    display: flex;
    overflow: hidden
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, #ffffff26 25%, #0000 25% 50%, #ffffff26 50% 75%, #0000 75%, #0000);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: .5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    border-radius: var(--bs-list-group-border-radius);
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0;
    display: flex
}

.list-group-numbered {
    counter-reset: section;
    list-style-type: none
}

.list-group-numbered>.list-group-item:before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item {
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
    text-decoration: none;
    display: block;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    background-color: var(--bs-list-group-action-hover-bg);
    text-decoration: none
}

.list-group-item-action:not(.active):active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (width>=576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (width>=768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (width>=992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (width>=1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (width>=1400px) {
    .list-group-horizontal-xxl {
        flex-direction: row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: .5;
    --bs-btn-close-hover-opacity: .75;
    --bs-btn-close-focus-shadow: 0 0 0 .25rem #0d6efd40;
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: .25;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    filter: var(--bs-btn-close-filter);
    opacity: var(--bs-btn-close-opacity);
    border: 0;
    border-radius: .375rem;
    padding: .25em
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    opacity: var(--bs-btn-close-hover-opacity);
    text-decoration: none
}

.btn-close:focus {
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity);
    outline: 0
}

.btn-close.disabled,
.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

:root,
[data-bs-theme=light] {
    --bs-btn-close-filter:
}

[data-bs-theme=dark] {
    --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: .75rem;
    --bs-toast-padding-y: .5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: .875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), .85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius);
    background-clip: padding-box
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    z-index: var(--bs-toast-zindex);
    pointer-events: none;
    width: max-content;
    max-width: 100%;
    position: absolute
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    background-clip: padding-box;
    align-items: center;
    display: flex
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color: var(--bs-body-color);
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    z-index: var(--bs-modal-zindex);
    outline: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden auto
}

.modal-dialog {
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    position: relative
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    min-height: calc(100% - var(--bs-modal-margin) * 2);
    align-items: center;
    display: flex
}

.modal-content {
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: relative
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: .5;
    z-index: var(--bs-backdrop-zindex);
    background-color: var(--bs-backdrop-bg);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
    flex-shrink: 0;
    align-items: center;
    display: flex
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
    margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
    margin-left: auto
}

.modal-title {
    line-height: var(--bs-modal-title-line-height);
    margin-bottom: 0
}

.modal-body {
    padding: var(--bs-modal-padding);
    flex: auto;
    position: relative
}

.modal-footer {
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
    flex-wrap: wrap;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (width>=576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-left: auto;
        margin-right: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (width>=992px) {

    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px
    }
}

@media (width>=1200px) {
    .modal-xl {
        --bs-modal-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    height: 100%
}

.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (width<=575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-sm-down .modal-footer,
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (width<=767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-md-down .modal-footer,
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (width<=991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-lg-down .modal-footer,
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (width<=1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xl-down .modal-footer,
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (width<=1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        border: 0;
        border-radius: 0;
        height: 100%
    }

    .modal-fullscreen-xxl-down .modal-footer,
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: .5rem;
    --bs-tooltip-padding-y: .25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: .875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: .9;
    --bs-tooltip-arrow-width: .8rem;
    --bs-tooltip-arrow-height: .4rem;
    z-index: var(--bs-tooltip-zindex);
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
    text-decoration: none;
    display: block
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height);
    display: block
}

.tooltip .tooltip-arrow:before {
    content: "";
    border-style: solid;
    border-color: #0000;
    position: absolute
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg);
    top: -1px
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg);
    right: -1px
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg);
    bottom: -1px
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg);
    left: -1px
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: .875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: .5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: .5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    text-align: left;
    text-align: start;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius);
    background-clip: padding-box;
    text-decoration: none;
    display: block
}

.popover .popover-arrow {
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height);
    display: block
}

.popover .popover-arrow:after,
.popover .popover-arrow:before {
    content: "";
    border: 0 solid #0000;
    display: block;
    position: absolute
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:after,
.bs-popover-top>.popover-arrow:before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,
.bs-popover-top>.popover-arrow:before {
    border-top-color: var(--bs-popover-arrow-border);
    bottom: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,
.bs-popover-top>.popover-arrow:after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:after,
.bs-popover-end>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,
.bs-popover-end>.popover-arrow:before {
    border-right-color: var(--bs-popover-arrow-border);
    left: 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,
.bs-popover-end>.popover-arrow:after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,
.bs-popover-bottom>.popover-arrow:before {
    border-bottom-color: var(--bs-popover-arrow-border);
    top: 0
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,
.bs-popover-bottom>.popover-arrow:after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
    display: block;
    position: absolute;
    top: 0;
    left: 50%
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:after,
.bs-popover-start>.popover-arrow:before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,
.bs-popover-start>.popover-arrow:before {
    border-left-color: var(--bs-popover-arrow-border);
    right: 0
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,
.bs-popover-start>.popover-arrow:after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius);
    margin-bottom: 0
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    width: 100%;
    position: relative;
    overflow: hidden
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    float: left;
    backface-visibility: hidden;
    width: 100%;
    margin-right: -100%;
    transition: transform .6s ease-in-out;
    display: none;
    position: relative
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
    transform: translate(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
    transform: translate(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-end,
    .carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 15%;
    filter: var(--bs-carousel-control-icon-filter);
    opacity: .5;
    background: 0 0;
    border: 0;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: opacity .15s;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 2rem;
    height: 2rem;
    display: inline-block
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e")
}

.carousel-indicators {
    z-index: 2;
    justify-content: center;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin-right: 15%;
    padding: 0;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    text-indent: -999px;
    cursor: pointer;
    background-color: var(--bs-carousel-indicator-active-bg);
    opacity: .5;
    background-clip: padding-box;
    border: 10px solid #0000;
    border-left: 0;
    border-right: 0;
    flex: 0 auto;
    width: 30px;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0;
    transition: opacity .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    color: var(--bs-carousel-caption-color);
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    position: absolute;
    bottom: 1.25rem;
    left: 15%;
    right: 15%
}

.carousel-dark {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

:root,
[data-bs-theme=light] {
    --bs-carousel-indicator-active-bg: #fff;
    --bs-carousel-caption-color: #fff;
    --bs-carousel-control-icon-filter:
}

[data-bs-theme=dark] {
    --bs-carousel-indicator-active-bg: #000;
    --bs-carousel-caption-color: #000;
    --bs-carousel-control-icon-filter: invert(1) grayscale(100)
}

.spinner-border,
.spinner-grow {
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
    border-radius: 50%;
    flex-shrink: 0;
    display: inline-block
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-border-width: .25em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: #0000
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -.125em;
    --bs-spinner-animation-speed: .75s;
    --bs-spinner-animation-name: spinner-grow;
    opacity: 0;
    background-color: currentColor
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {

    .spinner-border,
    .spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform .3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (width<=575.98px) {
    .offcanvas-sm {
        z-index: var(--bs-offcanvas-zindex);
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        transition: var(--bs-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0
    }
}

@media (width<=575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition: none
    }
}

@media (width<=575.98px) {
    .offcanvas-sm.offcanvas-start {
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%)
    }

    .offcanvas-sm.offcanvas-top {
        height: var(--bs-offcanvas-height);
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        height: var(--bs-offcanvas-height);
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),
    .offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,
    .offcanvas-sm.show,
    .offcanvas-sm.showing {
        visibility: visible
    }
}

@media (width>=576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #0000 !important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important
    }
}

@media (width<=767.98px) {
    .offcanvas-md {
        z-index: var(--bs-offcanvas-zindex);
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        transition: var(--bs-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0
    }
}

@media (width<=767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition: none
    }
}

@media (width<=767.98px) {
    .offcanvas-md.offcanvas-start {
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%)
    }

    .offcanvas-md.offcanvas-end {
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%)
    }

    .offcanvas-md.offcanvas-top {
        height: var(--bs-offcanvas-height);
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        height: var(--bs-offcanvas-height);
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),
    .offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,
    .offcanvas-md.show,
    .offcanvas-md.showing {
        visibility: visible
    }
}

@media (width>=768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #0000 !important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important
    }
}

@media (width<=991.98px) {
    .offcanvas-lg {
        z-index: var(--bs-offcanvas-zindex);
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        transition: var(--bs-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0
    }
}

@media (width<=991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition: none
    }
}

@media (width<=991.98px) {
    .offcanvas-lg.offcanvas-start {
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%)
    }

    .offcanvas-lg.offcanvas-top {
        height: var(--bs-offcanvas-height);
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        height: var(--bs-offcanvas-height);
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),
    .offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,
    .offcanvas-lg.show,
    .offcanvas-lg.showing {
        visibility: visible
    }
}

@media (width>=992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #0000 !important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important
    }
}

@media (width<=1199.98px) {
    .offcanvas-xl {
        z-index: var(--bs-offcanvas-zindex);
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        transition: var(--bs-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0
    }
}

@media (width<=1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition: none
    }
}

@media (width<=1199.98px) {
    .offcanvas-xl.offcanvas-start {
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%)
    }

    .offcanvas-xl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        height: var(--bs-offcanvas-height);
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),
    .offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,
    .offcanvas-xl.show,
    .offcanvas-xl.showing {
        visibility: visible
    }
}

@media (width>=1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #0000 !important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important
    }
}

@media (width<=1399.98px) {
    .offcanvas-xxl {
        z-index: var(--bs-offcanvas-zindex);
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        transition: var(--bs-offcanvas-transition);
        background-clip: padding-box;
        outline: 0;
        flex-direction: column;
        display: flex;
        position: fixed;
        bottom: 0
    }
}

@media (width<=1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition: none
    }
}

@media (width<=1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        left: 0;
        transform: translate(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        top: 0;
        right: 0;
        transform: translate(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        height: var(--bs-offcanvas-height);
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        top: 0;
        left: 0;
        right: 0;
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        height: var(--bs-offcanvas-height);
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        max-height: 100%;
        left: 0;
        right: 0;
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),
    .offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show,
    .offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (width>=1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: #0000 !important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        flex-grow: 0;
        padding: 0;
        display: flex;
        overflow-y: visible;
        background-color: #0000 !important
    }
}

.offcanvas {
    z-index: var(--bs-offcanvas-zindex);
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    transition: var(--bs-offcanvas-transition);
    background-clip: padding-box;
    outline: 0;
    flex-direction: column;
    display: flex;
    position: fixed;
    bottom: 0
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    left: 0;
    transform: translate(-100%)
}

.offcanvas.offcanvas-end {
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    top: 0;
    right: 0;
    transform: translate(100%)
}

.offcanvas.offcanvas-top {
    height: var(--bs-offcanvas-height);
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    height: var(--bs-offcanvas-height);
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    max-height: 100%;
    left: 0;
    right: 0;
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),
.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    z-index: 1040;
    background-color: #000;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    align-items: center;
    display: flex
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-left: auto
}

.offcanvas-title {
    line-height: var(--bs-offcanvas-title-line-height);
    margin-bottom: 0
}

.offcanvas-body {
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    flex-grow: 1;
    overflow-y: auto
}

.placeholder {
    vertical-align: middle;
    cursor: wait;
    opacity: .5;
    background-color: currentColor;
    min-height: 1em;
    display: inline-block
}

.placeholder.btn:before {
    content: "";
    display: inline-block
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: 2s ease-in-out infinite placeholder-glow
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    animation: 2s linear infinite placeholder-wave;
    -webkit-mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
    mask-image: linear-gradient(130deg, #000 55%, #000c 75%, #000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%
}

@keyframes placeholder-wave {
    to {
        -webkit-mask-position: -200% 0;
        mask-position: -200% 0
    }
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.text-bg-primary {
    color: #fff !important;
    background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-secondary {
    color: #fff !important;
    background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-success {
    color: #fff !important;
    background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-info {
    color: #000 !important;
    background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-warning {
    color: #000 !important;
    background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-danger {
    color: #fff !important;
    background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-light {
    color: #000 !important;
    background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important
}

.text-bg-dark {
    color: #fff !important;
    background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-primary:focus,
.link-primary:hover {
    color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-secondary:focus,
.link-secondary:hover {
    color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important
}

.link-success {
    color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-success:focus,
.link-success:hover {
    color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important
}

.link-info {
    color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-info:focus,
.link-info:hover {
    color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-warning:focus,
.link-warning:hover {
    color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-danger:focus,
.link-danger:hover {
    color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important
}

.link-light {
    color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-light:focus,
.link-light:hover {
    color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-dark:focus,
.link-dark:hover {
    color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-body-emphasis:focus,
.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, .75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, .75)) !important
}

.focus-ring:focus {
    box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
    outline: 0
}

.icon-link {
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, .5));
    text-underline-offset: .25em;
    backface-visibility: hidden;
    align-items: center;
    gap: .375rem;
    display: inline-flex
}

.icon-link>.bi {
    fill: currentColor;
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,
.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0))
}

.ratio {
    width: 100%;
    position: relative
}

.ratio:before {
    padding-top: var(--bs-aspect-ratio);
    content: "";
    display: block
}

.ratio>* {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571%
}

.fixed-top {
    z-index: 1030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}

.fixed-bottom {
    z-index: 1030;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.sticky-top {
    z-index: 1020;
    position: sticky;
    top: 0
}

.sticky-bottom {
    z-index: 1020;
    position: sticky;
    bottom: 0
}

@media (width>=576px) {
    .sticky-sm-top {
        z-index: 1020;
        position: sticky;
        top: 0
    }

    .sticky-sm-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0
    }
}

@media (width>=768px) {
    .sticky-md-top {
        z-index: 1020;
        position: sticky;
        top: 0
    }

    .sticky-md-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0
    }
}

@media (width>=992px) {
    .sticky-lg-top {
        z-index: 1020;
        position: sticky;
        top: 0
    }

    .sticky-lg-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0
    }
}

@media (width>=1200px) {
    .sticky-xl-top {
        z-index: 1020;
        position: sticky;
        top: 0
    }

    .sticky-xl-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0
    }
}

@media (width>=1400px) {
    .sticky-xxl-top {
        z-index: 1020;
        position: sticky;
        top: 0
    }

    .sticky-xxl-bottom {
        z-index: 1020;
        position: sticky;
        bottom: 0
    }
}

.hstack {
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    display: flex
}

.vstack {
    flex-direction: column;
    flex: auto;
    align-self: stretch;
    display: flex
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
    position: absolute !important
}

.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
    overflow: hidden !important
}

.stretched-link:after {
    z-index: 1;
    content: "";
    position: absolute;
    inset: 0
}

.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.vr {
    width: var(--bs-border-width);
    opacity: .25;
    background-color: currentColor;
    align-self: stretch;
    min-height: 1em;
    display: inline-block
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important
}

.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important
}

.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-x-auto {
    overflow-x: auto !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.overflow-x-visible {
    overflow-x: visible !important
}

.overflow-x-scroll {
    overflow-x: scroll !important
}

.overflow-y-auto {
    overflow-y: auto !important
}

.overflow-y-hidden {
    overflow-y: hidden !important
}

.overflow-y-visible {
    overflow-y: visible !important
}

.overflow-y-scroll {
    overflow-y: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.shadow {
    box-shadow: var(--bs-box-shadow) !important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm) !important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg) !important
}

.shadow-none {
    box-shadow: none !important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    transform: translate(-50%, -50%) !important
}

.translate-middle-x {
    transform: translate(-50%) !important
}

.translate-middle-y {
    transform: translateY(-50%) !important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-0 {
    border: 0 !important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle) !important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle) !important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle) !important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle) !important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle) !important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle) !important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle) !important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle) !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.border-opacity-10 {
    --bs-border-opacity: .1
}

.border-opacity-25 {
    --bs-border-opacity: .25
}

.border-opacity-50 {
    --bs-border-opacity: .5
}

.border-opacity-75 {
    --bs-border-opacity: .75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    flex: auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.mx-1 {
    margin-left: .25rem !important;
    margin-right: .25rem !important
}

.mx-2 {
    margin-left: .5rem !important;
    margin-right: .5rem !important
}

.mx-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important
}

.mx-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important
}

.mx-5 {
    margin-left: 3rem !important;
    margin-right: 3rem !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-1 {
    padding-left: .25rem !important;
    padding-right: .25rem !important
}

.px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.px-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important
}

.px-5 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.gap-3 {
    gap: 1rem !important
}

.gap-4 {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.row-gap-0 {
    row-gap: 0 !important
}

.row-gap-1 {
    row-gap: .25rem !important
}

.row-gap-2 {
    row-gap: .5rem !important
}

.row-gap-3 {
    row-gap: 1rem !important
}

.row-gap-4 {
    row-gap: 1.5rem !important
}

.row-gap-5 {
    row-gap: 3rem !important
}

.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important
}

.column-gap-1 {
    -moz-column-gap: .25rem !important;
    column-gap: .25rem !important
}

.column-gap-2 {
    -moz-column-gap: .5rem !important;
    column-gap: .5rem !important
}

.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important
}

.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-lighter {
    font-weight: lighter !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-normal {
    font-weight: 400 !important
}

.fw-medium {
    font-weight: 500 !important
}

.fw-semibold {
    font-weight: 600 !important
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.text-start {
    text-align: left !important
}

.text-end {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: #00000080 !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: #ffffff80 !important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color) !important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: .25
}

.text-opacity-50 {
    --bs-text-opacity: .5
}

.text-opacity-75 {
    --bs-text-opacity: .75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis) !important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis) !important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis) !important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis) !important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis) !important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis) !important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis) !important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis) !important
}

.link-opacity-10,
.link-opacity-10-hover:hover {
    --bs-link-opacity: .1
}

.link-opacity-25,
.link-opacity-25-hover:hover {
    --bs-link-opacity: .25
}

.link-opacity-50,
.link-opacity-50-hover:hover {
    --bs-link-opacity: .5
}

.link-opacity-75,
.link-opacity-75-hover:hover {
    --bs-link-opacity: .75
}

.link-opacity-100,
.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1,
.link-offset-1-hover:hover {
    text-underline-offset: .125em !important
}

.link-offset-2,
.link-offset-2-hover:hover {
    text-underline-offset: .25em !important
}

.link-offset-3,
.link-offset-3-hover:hover {
    text-underline-offset: .375em !important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
    text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
    text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important
}

.link-underline-opacity-0,
.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10,
.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: .1
}

.link-underline-opacity-25,
.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: .25
}

.link-underline-opacity-50,
.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: .5
}

.link-underline-opacity-75,
.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: .75
}

.link-underline-opacity-100,
.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: #0000 !important
}

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important
}

.bg-opacity-10 {
    --bs-bg-opacity: .1
}

.bg-opacity-25 {
    --bs-bg-opacity: .25
}

.bg-opacity-50 {
    --bs-bg-opacity: .5
}

.bg-opacity-75 {
    --bs-bg-opacity: .75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle) !important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle) !important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle) !important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle) !important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle) !important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle) !important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle) !important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle) !important
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.rounded {
    border-radius: var(--bs-border-radius) !important
}

.rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important
}

.rounded-2 {
    border-radius: var(--bs-border-radius) !important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg) !important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl) !important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl) !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm) !important;
    border-top-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius) !important;
    border-top-right-radius: var(--bs-border-radius) !important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg) !important;
    border-top-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl) !important;
    border-top-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill) !important;
    border-top-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-right-radius: var(--bs-border-radius-sm) !important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius) !important;
    border-bottom-right-radius: var(--bs-border-radius) !important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-right-radius: var(--bs-border-radius-lg) !important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xl) !important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important
}

.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-right-radius: var(--bs-border-radius-pill) !important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    border-bottom-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius) !important;
    border-bottom-left-radius: var(--bs-border-radius) !important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    border-bottom-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill) !important;
    border-bottom-left-radius: var(--bs-border-radius-pill) !important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm) !important;
    border-top-left-radius: var(--bs-border-radius-sm) !important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius) !important;
    border-top-left-radius: var(--bs-border-radius) !important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg) !important;
    border-top-left-radius: var(--bs-border-radius-lg) !important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl) !important;
    border-top-left-radius: var(--bs-border-radius-xl) !important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
    border-top-left-radius: var(--bs-border-radius-xxl) !important
}

.rounded-start-circle {
    border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill) !important;
    border-top-left-radius: var(--bs-border-radius-pill) !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.z-n1 {
    z-index: -1 !important
}

.z-0 {
    z-index: 0 !important
}

.z-1 {
    z-index: 1 !important
}

.z-2 {
    z-index: 2 !important
}

.z-3 {
    z-index: 3 !important
}

@media (width>=576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-sm-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-sm-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-sm-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-sm-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-sm-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-sm-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-sm-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-sm-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-sm-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-sm-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .row-gap-sm-0 {
        row-gap: 0 !important
    }

    .row-gap-sm-1 {
        row-gap: .25rem !important
    }

    .row-gap-sm-2 {
        row-gap: .5rem !important
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-sm-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-sm-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (width>=768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-md-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-md-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-md-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-md-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-md-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-md-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-md-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-md-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-md-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .row-gap-md-0 {
        row-gap: 0 !important
    }

    .row-gap-md-1 {
        row-gap: .25rem !important
    }

    .row-gap-md-2 {
        row-gap: .5rem !important
    }

    .row-gap-md-3 {
        row-gap: 1rem !important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-md-5 {
        row-gap: 3rem !important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-md-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-md-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (width>=992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-lg-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-lg-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-lg-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-lg-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-lg-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-lg-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-lg-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-lg-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-lg-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-lg-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .row-gap-lg-0 {
        row-gap: 0 !important
    }

    .row-gap-lg-1 {
        row-gap: .25rem !important
    }

    .row-gap-lg-2 {
        row-gap: .5rem !important
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-lg-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-lg-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (width>=1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .row-gap-xl-0 {
        row-gap: 0 !important
    }

    .row-gap-xl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (width>=1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .mx-xxl-1 {
        margin-left: .25rem !important;
        margin-right: .25rem !important
    }

    .mx-xxl-2 {
        margin-left: .5rem !important;
        margin-right: .5rem !important
    }

    .mx-xxl-3 {
        margin-left: 1rem !important;
        margin-right: 1rem !important
    }

    .mx-xxl-4 {
        margin-left: 1.5rem !important;
        margin-right: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-left: 3rem !important;
        margin-right: 3rem !important
    }

    .mx-xxl-auto {
        margin-left: auto !important;
        margin-right: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .px-xxl-1 {
        padding-left: .25rem !important;
        padding-right: .25rem !important
    }

    .px-xxl-2 {
        padding-left: .5rem !important;
        padding-right: .5rem !important
    }

    .px-xxl-3 {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .px-xxl-4 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .px-xxl-5 {
        padding-left: 3rem !important;
        padding-right: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem !important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem !important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: .25rem !important;
        column-gap: .25rem !important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: .5rem !important;
        column-gap: .5rem !important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (width>=1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

@layer theme {

    :root,
    :host {
        --font-sans: "Poppins", sans-serif;
        --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
        --color-red-50: oklch(97.1% .013 17.38);
        --color-red-100: oklch(93.6% .032 17.717);
        --color-red-200: oklch(88.5% .062 18.334);
        --color-red-300: oklch(80.8% .114 19.571);
        --color-red-400: oklch(70.4% .191 22.216);
        --color-red-500: oklch(63.7% .237 25.331);
        --color-red-600: oklch(57.7% .245 27.325);
        --color-red-700: oklch(50.5% .213 27.518);
        --color-red-800: oklch(44.4% .177 26.899);
        --color-red-900: oklch(39.6% .141 25.723);
        --color-red-950: oklch(25.8% .092 26.042);
        --color-orange-50: oklch(98% .016 73.684);
        --color-orange-100: oklch(95.4% .038 75.164);
        --color-orange-200: oklch(90.1% .076 70.697);
        --color-orange-300: oklch(83.7% .128 66.29);
        --color-orange-400: oklch(75% .183 55.934);
        --color-orange-500: oklch(70.5% .213 47.604);
        --color-orange-600: oklch(64.6% .222 41.116);
        --color-orange-700: oklch(55.3% .195 38.402);
        --color-orange-800: oklch(47% .157 37.304);
        --color-orange-900: oklch(40.8% .123 38.172);
        --color-orange-950: oklch(26.6% .079 36.259);
        --color-amber-50: oklch(98.7% .022 95.277);
        --color-amber-100: oklch(96.2% .059 95.617);
        --color-amber-200: oklch(92.4% .12 95.746);
        --color-amber-300: oklch(87.9% .169 91.605);
        --color-amber-400: oklch(82.8% .189 84.429);
        --color-amber-500: oklch(76.9% .188 70.08);
        --color-amber-600: oklch(66.6% .179 58.318);
        --color-amber-700: oklch(55.5% .163 48.998);
        --color-amber-800: oklch(47.3% .137 46.201);
        --color-amber-900: oklch(41.4% .112 45.904);
        --color-amber-950: oklch(27.9% .077 45.635);
        --color-yellow-50: oklch(98.7% .026 102.212);
        --color-yellow-100: oklch(97.3% .071 103.193);
        --color-yellow-200: oklch(94.5% .129 101.54);
        --color-yellow-300: oklch(90.5% .182 98.111);
        --color-yellow-400: oklch(85.2% .199 91.936);
        --color-yellow-500: oklch(79.5% .184 86.047);
        --color-yellow-600: oklch(68.1% .162 75.834);
        --color-yellow-700: oklch(55.4% .135 66.442);
        --color-yellow-800: oklch(47.6% .114 61.907);
        --color-yellow-900: oklch(42.1% .095 57.708);
        --color-yellow-950: oklch(28.6% .066 53.813);
        --color-lime-50: oklch(98.6% .031 120.757);
        --color-lime-100: oklch(96.7% .067 122.328);
        --color-lime-200: oklch(93.8% .127 124.321);
        --color-lime-300: oklch(89.7% .196 126.665);
        --color-lime-400: oklch(84.1% .238 128.85);
        --color-lime-500: oklch(76.8% .233 130.85);
        --color-lime-600: oklch(64.8% .2 131.684);
        --color-lime-700: oklch(53.2% .157 131.589);
        --color-lime-800: oklch(45.3% .124 130.933);
        --color-lime-900: oklch(40.5% .101 131.063);
        --color-lime-950: oklch(27.4% .072 132.109);
        --color-green-50: oklch(98.2% .018 155.826);
        --color-green-100: oklch(96.2% .044 156.743);
        --color-green-200: oklch(92.5% .084 155.995);
        --color-green-300: oklch(87.1% .15 154.449);
        --color-green-400: oklch(79.2% .209 151.711);
        --color-green-500: oklch(72.3% .219 149.579);
        --color-green-600: oklch(62.7% .194 149.214);
        --color-green-700: oklch(52.7% .154 150.069);
        --color-green-800: oklch(44.8% .119 151.328);
        --color-green-900: oklch(39.3% .095 152.535);
        --color-green-950: oklch(26.6% .065 152.934);
        --color-emerald-50: oklch(97.9% .021 166.113);
        --color-emerald-100: oklch(95% .052 163.051);
        --color-emerald-200: oklch(90.5% .093 164.15);
        --color-emerald-300: oklch(84.5% .143 164.978);
        --color-emerald-400: oklch(76.5% .177 163.223);
        --color-emerald-500: oklch(69.6% .17 162.48);
        --color-emerald-600: oklch(59.6% .145 163.225);
        --color-emerald-700: oklch(50.8% .118 165.612);
        --color-emerald-800: oklch(43.2% .095 166.913);
        --color-emerald-900: oklch(37.8% .077 168.94);
        --color-emerald-950: oklch(26.2% .051 172.552);
        --color-teal-50: oklch(98.4% .014 180.72);
        --color-teal-100: oklch(95.3% .051 180.801);
        --color-teal-200: oklch(91% .096 180.426);
        --color-teal-300: oklch(85.5% .138 181.071);
        --color-teal-400: oklch(77.7% .152 181.912);
        --color-teal-500: oklch(70.4% .14 182.503);
        --color-teal-600: oklch(60% .118 184.704);
        --color-teal-700: oklch(51.1% .096 186.391);
        --color-teal-800: oklch(43.7% .078 188.216);
        --color-teal-900: oklch(38.6% .063 188.416);
        --color-teal-950: oklch(27.7% .046 192.524);
        --color-cyan-50: oklch(98.4% .019 200.873);
        --color-cyan-100: oklch(95.6% .045 203.388);
        --color-cyan-200: oklch(91.7% .08 205.041);
        --color-cyan-300: oklch(86.5% .127 207.078);
        --color-cyan-400: oklch(78.9% .154 211.53);
        --color-cyan-500: oklch(71.5% .143 215.221);
        --color-cyan-600: oklch(60.9% .126 221.723);
        --color-cyan-700: oklch(52% .105 223.128);
        --color-cyan-800: oklch(45% .085 224.283);
        --color-cyan-900: oklch(39.8% .07 227.392);
        --color-cyan-950: oklch(30.2% .056 229.695);
        --color-sky-50: oklch(97.7% .013 236.62);
        --color-sky-100: oklch(95.1% .026 236.824);
        --color-sky-200: oklch(90.1% .058 230.902);
        --color-sky-300: oklch(82.8% .111 230.318);
        --color-sky-400: oklch(74.6% .16 232.661);
        --color-sky-500: oklch(68.5% .169 237.323);
        --color-sky-600: oklch(58.8% .158 241.966);
        --color-sky-700: oklch(50% .134 242.749);
        --color-sky-800: oklch(44.3% .11 240.79);
        --color-sky-900: oklch(39.1% .09 240.876);
        --color-sky-950: oklch(29.3% .066 243.157);
        --color-blue-50: oklch(97% .014 254.604);
        --color-blue-100: oklch(93.2% .032 255.585);
        --color-blue-200: oklch(88.2% .059 254.128);
        --color-blue-300: oklch(80.9% .105 251.813);
        --color-blue-400: oklch(70.7% .165 254.624);
        --color-blue-500: oklch(62.3% .214 259.815);
        --color-blue-600: oklch(54.6% .245 262.881);
        --color-blue-700: oklch(48.8% .243 264.376);
        --color-blue-800: oklch(42.4% .199 265.638);
        --color-blue-900: oklch(37.9% .146 265.522);
        --color-blue-950: oklch(28.2% .091 267.935);
        --color-indigo-50: oklch(96.2% .018 272.314);
        --color-indigo-100: oklch(93% .034 272.788);
        --color-indigo-200: oklch(87% .065 274.039);
        --color-indigo-300: oklch(78.5% .115 274.713);
        --color-indigo-400: oklch(67.3% .182 276.935);
        --color-indigo-500: oklch(58.5% .233 277.117);
        --color-indigo-600: oklch(51.1% .262 276.966);
        --color-indigo-700: oklch(45.7% .24 277.023);
        --color-indigo-800: oklch(39.8% .195 277.366);
        --color-indigo-900: oklch(35.9% .144 278.697);
        --color-indigo-950: oklch(25.7% .09 281.288);
        --color-violet-50: oklch(96.9% .016 293.756);
        --color-violet-100: oklch(94.3% .029 294.588);
        --color-violet-200: oklch(89.4% .057 293.283);
        --color-violet-300: oklch(81.1% .111 293.571);
        --color-violet-400: oklch(70.2% .183 293.541);
        --color-violet-500: oklch(60.6% .25 292.717);
        --color-violet-600: oklch(54.1% .281 293.009);
        --color-violet-700: oklch(49.1% .27 292.581);
        --color-violet-800: oklch(43.2% .232 292.759);
        --color-violet-900: oklch(38% .189 293.745);
        --color-violet-950: oklch(28.3% .141 291.089);
        --color-purple-50: oklch(97.7% .014 308.299);
        --color-purple-100: oklch(94.6% .033 307.174);
        --color-purple-200: oklch(90.2% .063 306.703);
        --color-purple-300: oklch(82.7% .119 306.383);
        --color-purple-400: oklch(71.4% .203 305.504);
        --color-purple-500: oklch(62.7% .265 303.9);
        --color-purple-600: oklch(55.8% .288 302.321);
        --color-purple-700: oklch(49.6% .265 301.924);
        --color-purple-800: oklch(43.8% .218 303.724);
        --color-purple-900: oklch(38.1% .176 304.987);
        --color-purple-950: oklch(29.1% .149 302.717);
        --color-fuchsia-50: oklch(97.7% .017 320.058);
        --color-fuchsia-100: oklch(95.2% .037 318.852);
        --color-fuchsia-200: oklch(90.3% .076 319.62);
        --color-fuchsia-300: oklch(83.3% .145 321.434);
        --color-fuchsia-400: oklch(74% .238 322.16);
        --color-fuchsia-500: oklch(66.7% .295 322.15);
        --color-fuchsia-600: oklch(59.1% .293 322.896);
        --color-fuchsia-700: oklch(51.8% .253 323.949);
        --color-fuchsia-800: oklch(45.2% .211 324.591);
        --color-fuchsia-900: oklch(40.1% .17 325.612);
        --color-fuchsia-950: oklch(29.3% .136 325.661);
        --color-pink-50: oklch(97.1% .014 343.198);
        --color-pink-100: oklch(94.8% .028 342.258);
        --color-pink-200: oklch(89.9% .061 343.231);
        --color-pink-300: oklch(82.3% .12 346.018);
        --color-pink-400: oklch(71.8% .202 349.761);
        --color-pink-500: oklch(65.6% .241 354.308);
        --color-pink-600: oklch(59.2% .249 .584);
        --color-pink-700: oklch(52.5% .223 3.958);
        --color-pink-800: oklch(45.9% .187 3.815);
        --color-pink-900: oklch(40.8% .153 2.432);
        --color-pink-950: oklch(28.4% .109 3.907);
        --color-rose-50: oklch(96.9% .015 12.422);
        --color-rose-100: oklch(94.1% .03 12.58);
        --color-rose-200: oklch(89.2% .058 10.001);
        --color-rose-300: oklch(81% .117 11.638);
        --color-rose-400: oklch(71.2% .194 13.428);
        --color-rose-500: oklch(64.5% .246 16.439);
        --color-rose-600: oklch(58.6% .253 17.585);
        --color-rose-700: oklch(51.4% .222 16.935);
        --color-rose-800: oklch(45.5% .188 13.697);
        --color-rose-900: oklch(41% .159 10.272);
        --color-rose-950: oklch(27.1% .105 12.094);
        --color-slate-50: oklch(98.4% .003 247.858);
        --color-slate-100: oklch(96.8% .007 247.896);
        --color-slate-200: oklch(92.9% .013 255.508);
        --color-slate-300: oklch(86.9% .022 252.894);
        --color-slate-400: oklch(70.4% .04 256.788);
        --color-slate-500: oklch(55.4% .046 257.417);
        --color-slate-600: oklch(44.6% .043 257.281);
        --color-slate-700: oklch(37.2% .044 257.287);
        --color-slate-800: oklch(27.9% .041 260.031);
        --color-slate-900: oklch(20.8% .042 265.755);
        --color-slate-950: oklch(12.9% .042 264.695);
        --color-gray-50: oklch(98.5% .002 247.839);
        --color-gray-100: oklch(96.7% .003 264.542);
        --color-gray-200: oklch(92.8% .006 264.531);
        --color-gray-300: oklch(87.2% .01 258.338);
        --color-gray-400: oklch(70.7% .022 261.325);
        --color-gray-500: oklch(55.1% .027 264.364);
        --color-gray-600: oklch(44.6% .03 256.802);
        --color-gray-700: oklch(37.3% .034 259.733);
        --color-gray-800: oklch(27.8% .033 256.848);
        --color-gray-900: oklch(21% .034 264.665);
        --color-gray-950: oklch(13% .028 261.692);
        --color-zinc-50: oklch(98.5% 0 none);
        --color-zinc-100: oklch(96.7% .001 286.375);
        --color-zinc-200: oklch(92% .004 286.32);
        --color-zinc-300: oklch(87.1% .006 286.286);
        --color-zinc-400: oklch(70.5% .015 286.067);
        --color-zinc-500: oklch(55.2% .016 285.938);
        --color-zinc-600: oklch(44.2% .017 285.786);
        --color-zinc-700: oklch(37% .013 285.805);
        --color-zinc-800: oklch(27.4% .006 286.033);
        --color-zinc-900: oklch(21% .006 285.885);
        --color-zinc-950: oklch(14.1% .005 285.823);
        --color-neutral-50: oklch(98.5% 0 none);
        --color-neutral-100: oklch(97% 0 none);
        --color-neutral-200: oklch(92.2% 0 none);
        --color-neutral-300: oklch(87% 0 none);
        --color-neutral-400: oklch(70.8% 0 none);
        --color-neutral-500: oklch(55.6% 0 none);
        --color-neutral-600: oklch(43.9% 0 none);
        --color-neutral-700: oklch(37.1% 0 none);
        --color-neutral-800: oklch(26.9% 0 none);
        --color-neutral-900: oklch(20.5% 0 none);
        --color-neutral-950: oklch(14.5% 0 none);
        --color-stone-50: oklch(98.5% .001 106.423);
        --color-stone-100: oklch(97% .001 106.424);
        --color-stone-200: oklch(92.3% .003 48.717);
        --color-stone-300: oklch(86.9% .005 56.366);
        --color-stone-400: oklch(70.9% .01 56.259);
        --color-stone-500: oklch(55.3% .013 58.071);
        --color-stone-600: oklch(44.4% .011 73.639);
        --color-stone-700: oklch(37.4% .01 67.558);
        --color-stone-800: oklch(26.8% .007 34.298);
        --color-stone-900: oklch(21.6% .006 56.043);
        --color-stone-950: oklch(14.7% .004 49.25);
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --breakpoint-sm: 40rem;
        --breakpoint-md: 48rem;
        --breakpoint-lg: 64rem;
        --breakpoint-xl: 80rem;
        --breakpoint-2xl: 96rem;
        --container-3xs: 16rem;
        --container-2xs: 18rem;
        --container-xs: 20rem;
        --container-sm: 24rem;
        --container-md: 28rem;
        --container-lg: 32rem;
        --container-xl: 36rem;
        --container-2xl: 42rem;
        --container-3xl: 48rem;
        --container-4xl: 56rem;
        --container-5xl: 64rem;
        --container-6xl: 72rem;
        --container-7xl: 80rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1 / .75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25 / .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;
        --text-6xl: 3.75rem;
        --text-6xl--line-height: 1;
        --text-7xl: 4.5rem;
        --text-7xl--line-height: 1;
        --text-8xl: 6rem;
        --text-8xl--line-height: 1;
        --text-9xl: 8rem;
        --text-9xl--line-height: 1;
        --font-weight-thin: 100;
        --font-weight-extralight: 200;
        --font-weight-light: 300;
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --font-weight-black: 900;
        --tracking-tighter: -.05em;
        --tracking-tight: -.025em;
        --tracking-normal: 0em;
        --tracking-wide: .025em;
        --tracking-wider: .05em;
        --tracking-widest: .1em;
        --leading-tight: 1.25;
        --leading-snug: 1.375;
        --leading-normal: 1.5;
        --leading-relaxed: 1.625;
        --leading-loose: 2;
        --radius-xs: .125rem;
        --radius-sm: .25rem;
        --radius-md: .375rem;
        --radius-lg: .5rem;
        --radius-xl: .75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --radius-4xl: 2rem;
        --shadow-2xs: 0 1px #0000000d;
        --shadow-xs: 0 1px 2px 0 #0000000d;
        --shadow-sm: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
        --shadow-md: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
        --shadow-lg: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
        --shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
        --shadow-2xl: 0 25px 50px -12px #00000040;
        --inset-shadow-2xs: inset 0 1px #0000000d;
        --inset-shadow-xs: inset 0 1px 1px #0000000d;
        --inset-shadow-sm: inset 0 2px 4px #0000000d;
        --drop-shadow-xs: 0 1px 1px #0000000d;
        --drop-shadow-sm: 0 1px 2px #00000026;
        --drop-shadow-md: 0 3px 3px #0000001f;
        --drop-shadow-lg: 0 4px 4px #00000026;
        --drop-shadow-xl: 0 9px 7px #0000001a;
        --drop-shadow-2xl: 0 25px 25px #00000026;
        --ease-in: cubic-bezier(.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --animate-spin: spin 1s linear infinite;
        --animate-ping: ping 1s cubic-bezier(0, 0, .2, 1) infinite;
        --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
        --animate-bounce: bounce 1s infinite;
        --blur-xs: 4px;
        --blur-sm: 8px;
        --blur-md: 12px;
        --blur-lg: 16px;
        --blur-xl: 24px;
        --blur-2xl: 40px;
        --blur-3xl: 64px;
        --perspective-dramatic: 100px;
        --perspective-near: 300px;
        --perspective-normal: 500px;
        --perspective-midrange: 800px;
        --perspective-distant: 1200px;
        --aspect-video: 16 / 9;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        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;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: 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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.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 {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :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)) {
            ::placeholder {
                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 {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-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]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }
}

@layer components;

@layer utilities {
    .pointer-events-none {
        pointer-events: none
    }

    .collapse {
        visibility: collapse
    }

    .visible {
        visibility: visible
    }

    .sr-only {
        clip-path: inset(50%);
        white-space: nowrap;
        border-width: 0;
        width: 1px;
        height: 1px;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden
    }

    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .static {
        position: static
    }

    .-inset-1\.5 {
        inset: calc(var(--spacing) * -1.5)
    }

    .inset-0 {
        inset: 0
    }

    .inset-x-0 {
        inset-inline: 0
    }

    .inset-y-0 {
        inset-block: 0
    }

    .start-0 {
        inset-inline-start: calc(var(--spacing) * 0)
    }

    .-top-32 {
        top: calc(var(--spacing) * -32)
    }

    .top-0 {
        top: 0
    }

    .top-1\/2 {
        top: 50%
    }

    .top-1\/4 {
        top: 25%
    }

    .top-6 {
        top: calc(var(--spacing) * 6)
    }

    .top-50 {
        top: calc(var(--spacing) * 50)
    }

    .-right-4 {
        right: calc(var(--spacing) * -4)
    }

    .-right-24 {
        right: calc(var(--spacing) * -24)
    }

    .right-0 {
        right: 0
    }

    .right-1\/4 {
        right: 25%
    }

    .right-6 {
        right: calc(var(--spacing) * 6)
    }

    .-bottom-6 {
        bottom: calc(var(--spacing) * -6)
    }

    .-bottom-24 {
        bottom: calc(var(--spacing) * -24)
    }

    .-bottom-32 {
        bottom: calc(var(--spacing) * -32)
    }

    .bottom-10 {
        bottom: calc(var(--spacing) * 10)
    }

    .-left-40 {
        left: calc(var(--spacing) * -40)
    }

    .left-1\/2 {
        left: 50%
    }

    .left-1\/3 {
        left: 33.3333%
    }

    .left-4 {
        left: calc(var(--spacing) * 4)
    }

    .isolate {
        isolation: isolate
    }

    .z-10 {
        z-index: 10
    }

    .z-20 {
        z-index: 20
    }

    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .col-6 {
        grid-column: 6
    }

    .col-12 {
        grid-column: 12
    }

    .container {
        width: 100%
    }

    @media (width>=40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (width>=48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (width>=64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (width>=80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (width>=96rem) {
        .container {
            max-width: 96rem
        }
    }

    .m-0 {
        margin: 0
    }

    .mx-auto {
        margin-inline: auto
    }

    .ms-2 {
        margin-inline-start: calc(var(--spacing) * 2)
    }

    .ms-3 {
        margin-inline-start: calc(var(--spacing) * 3)
    }

    .me-1 {
        margin-inline-end: var(--spacing)
    }

    .-mt-\[6\.6rem\] {
        margin-top: -6.6rem
    }

    .-mt-px {
        margin-top: -1px
    }

    .mt-1 {
        margin-top: var(--spacing)
    }

    .mt-2 {
        margin-top: calc(var(--spacing) * 2)
    }

    .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-12 {
        margin-top: calc(var(--spacing) * 12)
    }

    .mr-2 {
        margin-right: calc(var(--spacing) * 2)
    }

    .-mb-px {
        margin-bottom: -1px
    }

    .mb-0 {
        margin-bottom: 0
    }

    .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-6 {
        margin-bottom: calc(var(--spacing) * 6)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8)
    }

    .mb-16 {
        margin-bottom: calc(var(--spacing) * 16)
    }

    .-ml-8 {
        margin-left: calc(var(--spacing) * -8)
    }

    .-ml-px {
        margin-left: -1px
    }

    .ml-1 {
        margin-left: var(--spacing)
    }

    .ml-2 {
        margin-left: calc(var(--spacing) * 2)
    }

    .ml-4 {
        margin-left: calc(var(--spacing) * 4)
    }

    .ml-12 {
        margin-left: calc(var(--spacing) * 12)
    }

    .block {
        display: block
    }

    .contents {
        display: contents
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .inline {
        display: inline
    }

    .inline-block {
        display: inline-block
    }

    .inline-flex {
        display: inline-flex
    }

    .table {
        display: table
    }

    .aspect-\[335\/364\] {
        aspect-ratio: 335/364
    }

    .h-0\.5 {
        height: calc(var(--spacing) * .5)
    }

    .h-1 {
        height: var(--spacing)
    }

    .h-1\.5 {
        height: calc(var(--spacing) * 1.5)
    }

    .h-2 {
        height: calc(var(--spacing) * 2)
    }

    .h-2\.5 {
        height: calc(var(--spacing) * 2.5)
    }

    .h-3 {
        height: calc(var(--spacing) * 3)
    }

    .h-3\.5 {
        height: calc(var(--spacing) * 3.5)
    }

    .h-5 {
        height: calc(var(--spacing) * 5)
    }

    .h-7 {
        height: calc(var(--spacing) * 7)
    }

    .h-8 {
        height: calc(var(--spacing) * 8)
    }

    .h-10 {
        height: calc(var(--spacing) * 10)
    }

    .h-12 {
        height: calc(var(--spacing) * 12)
    }

    .h-14 {
        height: calc(var(--spacing) * 14)
    }

    .h-14\.5 {
        height: calc(var(--spacing) * 14.5)
    }

    .h-16 {
        height: calc(var(--spacing) * 16)
    }

    .h-40 {
        height: calc(var(--spacing) * 40)
    }

    .h-60 {
        height: calc(var(--spacing) * 60)
    }

    .h-80 {
        height: calc(var(--spacing) * 80)
    }

    .h-96 {
        height: calc(var(--spacing) * 96)
    }

    .h-\[56px\] {
        height: 56px
    }

    .h-\[500px\] {
        height: 500px
    }

    .h-\[550px\] {
        height: 550px
    }

    .h-\[600px\] {
        height: 600px
    }

    .h-\[650px\] {
        height: 650px
    }

    .min-h-\[300px\] {
        min-height: 300px
    }

    .min-h-screen {
        min-height: 100vh
    }

    .w-1 {
        width: var(--spacing)
    }

    .w-1\.5 {
        width: calc(var(--spacing) * 1.5)
    }

    .w-2 {
        width: calc(var(--spacing) * 2)
    }

    .w-2\.5 {
        width: calc(var(--spacing) * 2.5)
    }

    .w-3 {
        width: calc(var(--spacing) * 3)
    }

    .w-3\.5 {
        width: calc(var(--spacing) * 3.5)
    }

    .w-5 {
        width: calc(var(--spacing) * 5)
    }

    .w-6 {
        width: calc(var(--spacing) * 6)
    }

    .w-7 {
        width: calc(var(--spacing) * 7)
    }

    .w-8 {
        width: calc(var(--spacing) * 8)
    }

    .w-10 {
        width: calc(var(--spacing) * 10)
    }

    .w-12 {
        width: calc(var(--spacing) * 12)
    }

    .w-60 {
        width: calc(var(--spacing) * 60)
    }

    .w-80 {
        width: calc(var(--spacing) * 80)
    }

    .w-96 {
        width: calc(var(--spacing) * 96)
    }

    .w-100 {
        width: calc(var(--spacing) * 100)
    }

    .w-\[438px\] {
        width: 438px
    }

    .w-\[500px\] {
        width: 500px
    }

    .w-\[550px\] {
        width: 550px
    }

    .w-\[600px\] {
        width: 600px
    }

    .w-\[800px\] {
        width: 800px
    }

    .w-\[1100px\] {
        width: 1100px
    }

    .w-auto {
        width: auto
    }

    .w-full {
        width: 100%
    }

    .max-w-2xl {
        max-width: var(--container-2xl)
    }

    .max-w-3xl {
        max-width: var(--container-3xl)
    }

    .max-w-4xl {
        max-width: var(--container-4xl)
    }

    .max-w-6xl {
        max-width: var(--container-6xl)
    }

    .max-w-7xl {
        max-width: var(--container-7xl)
    }

    .max-w-\[335px\] {
        max-width: 335px
    }

    .max-w-\[650px\] {
        max-width: 650px
    }

    .max-w-\[1400px\] {
        max-width: 1400px
    }

    .max-w-lg {
        max-width: var(--container-lg)
    }

    .max-w-none {
        max-width: none
    }

    .max-w-xl {
        max-width: var(--container-xl)
    }

    .max-w-xs {
        max-width: var(--container-xs)
    }

    .flex-1 {
        flex: 1
    }

    .flex-shrink-0,
    .shrink-0 {
        flex-shrink: 0
    }

    .flex-grow-1,
    .grow {
        flex-grow: 1
    }

    .-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .-translate-y-1\/2 {
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .translate-y-0 {
        --tw-translate-y: 0px;
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .transform {
        transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, )
    }

    .animate-pulse {
        animation: var(--animate-pulse)
    }

    .cursor-default {
        cursor: default
    }

    .cursor-not-allowed {
        cursor: not-allowed
    }

    .cursor-pointer {
        cursor: pointer
    }

    .appearance-none {
        appearance: none
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .flex-col-reverse {
        flex-direction: column-reverse
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .justify-items-center {
        justify-items: center
    }

    .gap-1 {
        gap: var(--spacing)
    }

    .gap-1\.5 {
        gap: calc(var(--spacing) * 1.5)
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2)
    }

    .gap-3 {
        gap: calc(var(--spacing) * 3)
    }

    .gap-4 {
        gap: calc(var(--spacing) * 4)
    }

    .gap-6 {
        gap: calc(var(--spacing) * 6)
    }

    .gap-8 {
        gap: calc(var(--spacing) * 8)
    }

    .gap-12 {
        gap: calc(var(--spacing) * 12)
    }

    :where(.space-y-2>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-3>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-3\.5>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3.5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3.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)))
    }

    :where(.space-y-5>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-6>: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)))
    }

    :where(.space-y-7>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-y-16>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)))
    }

    :where(.space-x-1>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(var(--spacing) * var(--tw-space-x-reverse));
        margin-inline-end: calc(var(--spacing) * calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-2>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-2\.5>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-3>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)))
    }

    :where(.space-x-4>:not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)))
    }

    .overflow-hidden {
        overflow: hidden
    }

    .scroll-smooth {
        scroll-behavior: smooth
    }

    .rounded {
        border-radius: .25rem
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl)
    }

    .rounded-3xl {
        border-radius: var(--radius-3xl)
    }

    .rounded-full {
        border-radius: 2147483647px
    }

    .rounded-lg {
        border-radius: var(--radius-lg)
    }

    .rounded-md {
        border-radius: var(--radius-md)
    }

    .rounded-sm {
        border-radius: var(--radius-sm)
    }

    .rounded-xl {
        border-radius: var(--radius-xl)
    }

    .rounded-t-lg {
        border-top-left-radius: var(--radius-lg);
        border-top-right-radius: var(--radius-lg)
    }

    .rounded-l-md {
        border-top-left-radius: var(--radius-md);
        border-bottom-left-radius: var(--radius-md)
    }

    .rounded-r-md {
        border-top-right-radius: var(--radius-md);
        border-bottom-right-radius: var(--radius-md)
    }

    .rounded-br-lg {
        border-bottom-right-radius: var(--radius-lg)
    }

    .rounded-bl-lg {
        border-bottom-left-radius: var(--radius-lg)
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .border-0 {
        border-style: var(--tw-border-style);
        border-width: 0
    }

    .border-y {
        border-block-style: var(--tw-border-style);
        border-block-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-\[\#19140035\] {
        border-color: #19140035
    }

    .border-\[\#BD2328\]\/30 {
        border-color: oklab(51.8531% .170158 .0815487/.3)
    }

    .border-\[\#BD2328\]\/35 {
        border-color: oklab(51.8531% .170158 .0815487/.35)
    }

    .border-\[\#F5AE18\]\/30 {
        border-color: oklab(79.7979% .0329197 .158575/.3)
    }

    .border-\[\#e3e3e0\] {
        border-color: #e3e3e0
    }

    .border-black {
        border-color: var(--color-black)
    }

    .border-gray-200 {
        border-color: var(--color-gray-200)
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-gray-400 {
        border-color: var(--color-gray-400)
    }

    .border-transparent {
        border-color: #0000
    }

    .border-white {
        border-color: var(--color-white)
    }

    .border-white\/5 {
        border-color: #ffffff0d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/5 {
            border-color: color-mix(in oklab, var(--color-white) 5%, transparent)
        }
    }

    .border-white\/10 {
        border-color: #ffffff1a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/10 {
            border-color: color-mix(in oklab, var(--color-white) 10%, transparent)
        }
    }

    .border-white\/15 {
        border-color: #ffffff26
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/15 {
            border-color: color-mix(in oklab, var(--color-white) 15%, transparent)
        }
    }

    .border-white\/20 {
        border-color: #fff3
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-white\/20 {
            border-color: color-mix(in oklab, var(--color-white) 20%, transparent)
        }
    }

    .bg-\[\#0B0B0D\] {
        background-color: #0b0b0d
    }

    .bg-\[\#0E0F16\]\/95 {
        background-color: oklab(17.0796% .0021358 -.0145084/.95)
    }

    .bg-\[\#1b1b18\] {
        background-color: #1b1b18
    }

    .bg-\[\#15151A\] {
        background-color: #15151a
    }

    .bg-\[\#15151C\] {
        background-color: #15151c
    }

    .bg-\[\#15151C\]\/90 {
        background-color: oklab(19.9028% .00362311 -.0134619/.9)
    }

    .bg-\[\#111114\] {
        background-color: #111114
    }

    .bg-\[\#161622\] {
        background-color: #161622
    }

    .bg-\[\#171720\] {
        background-color: #171720
    }

    .bg-\[\#191920\] {
        background-color: #191920
    }

    .bg-\[\#BD2328\] {
        background-color: #bd2328
    }

    .bg-\[\#BD2328\]\/10 {
        background-color: oklab(51.8531% .170158 .0815487/.1)
    }

    .bg-\[\#BD2328\]\/15 {
        background-color: oklab(51.8531% .170158 .0815487/.15)
    }

    .bg-\[\#BD2328\]\/20 {
        background-color: oklab(51.8531% .170158 .0815487/.2)
    }

    .bg-\[\#F5AE18\] {
        background-color: #f5ae18
    }

    .bg-\[\#F5AE18\]\/10 {
        background-color: oklab(79.7979% .0329197 .158575/.1)
    }

    .bg-\[\#F5AE18\]\/12 {
        background-color: oklab(79.7979% .0329197 .158575/.12)
    }

    .bg-\[\#F5AE18\]\/15 {
        background-color: oklab(79.7979% .0329197 .158575/.15)
    }

    .bg-\[\#F5AE18\]\/20 {
        background-color: oklab(79.7979% .0329197 .158575/.2)
    }

    .bg-\[\#FDFDFC\] {
        background-color: #fdfdfc
    }

    .bg-\[\#dbdbd7\] {
        background-color: #dbdbd7
    }

    .bg-\[\#fff2f2\] {
        background-color: #fff2f2
    }

    .bg-gray-100 {
        background-color: var(--color-gray-100)
    }

    .bg-gray-200 {
        background-color: var(--color-gray-200)
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .bg-white\/5 {
        background-color: #ffffff0d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-white\/5 {
            background-color: color-mix(in oklab, var(--color-white) 5%, transparent)
        }
    }

    .bg-white\/10 {
        background-color: #ffffff1a
    }

    @supports (color:color-mix(in lab, red, red)) {
        .bg-white\/10 {
            background-color: color-mix(in oklab, var(--color-white) 10%, transparent)
        }
    }

    .bg-gradient-to-b {
        --tw-gradient-position: to bottom in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-br {
        --tw-gradient-position: to bottom right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-gradient-to-t {
        --tw-gradient-position: to top in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops))
    }

    .bg-\[linear-gradient\(to_right\,\#ffffff05_1px\,transparent_1px\)\,linear-gradient\(to_bottom\,\#ffffff05_1px\,transparent_1px\)\] {
        background-image: linear-gradient(90deg, #ffffff05 1px, #0000 1px), linear-gradient(#ffffff05 1px, #0000 1px)
    }

    .bg-\[radial-gradient\(ellipse_80\%_60\%_at_50\%_50\%\,\#BD232815_0\%\,transparent_70\%\)\] {
        background-image: radial-gradient(80% 60%, #bd232815 0%, #0000 70%)
    }

    .bg-\[radial-gradient\(ellipse_at_center\,rgba\(189\,35\,40\,0\.08\)_0\%\,transparent_70\%\)\] {
        background-image: radial-gradient(#bd232814 0%, #0000 70%)
    }

    .from-\[\#0B0B0D\] {
        --tw-gradient-from: #0b0b0d;
        --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-\[\#1c1c24\] {
        --tw-gradient-from: #1c1c24;
        --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-\[\#161620\] {
        --tw-gradient-from: #161620;
        --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-\[\#171720\] {
        --tw-gradient-from: #171720;
        --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-\[\#191922\] {
        --tw-gradient-from: #191922;
        --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-\[\#BD2328\] {
        --tw-gradient-from: #bd2328;
        --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-\[\#BD2328\]\/15 {
        --tw-gradient-from: oklab(51.8531% .170158 .0815487/.15);
        --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-\[\#BD2328\]\/20 {
        --tw-gradient-from: oklab(51.8531% .170158 .0815487/.2);
        --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-\[\#BD2328\]\/30 {
        --tw-gradient-from: oklab(51.8531% .170158 .0815487/.3);
        --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-\[\#F5AE18\]\/15 {
        --tw-gradient-from: oklab(79.7979% .0329197 .158575/.15);
        --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-\[\#F5AE18\]\/20 {
        --tw-gradient-from: oklab(79.7979% .0329197 .158575/.2);
        --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-\[\#0B0B0D\]\/70 {
        --tw-gradient-via: oklab(15.0516% .00116228 -.00408602/.7);
        --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)
    }

    .via-\[\#1A1A22\] {
        --tw-gradient-via: #1a1a22;
        --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)
    }

    .via-\[\#1a1c22\] {
        --tw-gradient-via: #1a1c22;
        --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)
    }

    .via-\[\#1a221f\] {
        --tw-gradient-via: #1a221f;
        --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)
    }

    .via-\[\#1e1428\] {
        --tw-gradient-via: #1e1428;
        --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)
    }

    .via-\[\#231a22\] {
        --tw-gradient-via: #231a22;
        --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)
    }

    .via-\[\#14141A\] {
        --tw-gradient-via: #14141a;
        --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)
    }

    .via-\[\#111116\] {
        --tw-gradient-via: #111116;
        --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)
    }

    .via-\[\#182028\] {
        --tw-gradient-via: #182028;
        --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)
    }

    .via-\[\#D32F2F\] {
        --tw-gradient-via: #d32f2f;
        --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)
    }

    .via-\[\#F5AE18\]\/10 {
        --tw-gradient-via: oklab(79.7979% .0329197 .158575/.1);
        --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)
    }

    .via-\[\#F5AE18\]\/15 {
        --tw-gradient-via: oklab(79.7979% .0329197 .158575/.15);
        --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-\[\#0B0B0D\] {
        --tw-gradient-to: #0b0b0d;
        --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-\[\#0D0D10\] {
        --tw-gradient-to: #0d0d10;
        --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-\[\#0E0E12\] {
        --tw-gradient-to: #0e0e12;
        --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-\[\#8F181D\] {
        --tw-gradient-to: #8f181d;
        --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-\[\#22222E\] {
        --tw-gradient-to: #22222e;
        --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-\[\#121217\] {
        --tw-gradient-to: #121217;
        --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-\[\#BD2328\] {
        --tw-gradient-to: #bd2328;
        --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-\[\#BD2328\]\/25 {
        --tw-gradient-to: oklab(51.8531% .170158 .0815487/.25);
        --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-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))
    }

    .\[mask-image\:radial-gradient\(ellipse_70\%_60\%_at_50\%_40\%\,\#000_70\%\,transparent_100\%\)\] {
        -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 70%, #0000 100%);
        mask-image: radial-gradient(70% 60% at 50% 40%, #000 70%, #0000 100%)
    }

    .box-decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .box-decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice
    }

    .decoration-clone {
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone
    }

    .decoration-slice {
        -webkit-box-decoration-break: slice;
        box-decoration-break: slice
    }

    .bg-\[size\:4rem_4rem\] {
        background-size: 4rem 4rem
    }

    .p-0 {
        padding: 0
    }

    .p-2 {
        padding: calc(var(--spacing) * 2)
    }

    .p-3 {
        padding: calc(var(--spacing) * 3)
    }

    .p-3\.5 {
        padding: calc(var(--spacing) * 3.5)
    }

    .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)
    }

    .p-8 {
        padding: calc(var(--spacing) * 8)
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2)
    }

    .px-2\.5 {
        padding-inline: calc(var(--spacing) * 2.5)
    }

    .px-3 {
        padding-inline: calc(var(--spacing) * 3)
    }

    .px-3\.5 {
        padding-inline: calc(var(--spacing) * 3.5)
    }

    .px-4 {
        padding-inline: calc(var(--spacing) * 4)
    }

    .px-5 {
        padding-inline: calc(var(--spacing) * 5)
    }

    .px-6 {
        padding-inline: calc(var(--spacing) * 6)
    }

    .px-8 {
        padding-inline: calc(var(--spacing) * 8)
    }

    .py-0\.5 {
        padding-block: calc(var(--spacing) * .5)
    }

    .py-1 {
        padding-block: var(--spacing)
    }

    .py-1\.5 {
        padding-block: calc(var(--spacing) * 1.5)
    }

    .py-2 {
        padding-block: calc(var(--spacing) * 2)
    }

    .py-3 {
        padding-block: calc(var(--spacing) * 3)
    }

    .py-3\.5 {
        padding-block: calc(var(--spacing) * 3.5)
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4)
    }

    .py-20 {
        padding-block: calc(var(--spacing) * 20)
    }

    .py-24 {
        padding-block: calc(var(--spacing) * 24)
    }

    .ps-4 {
        padding-inline-start: calc(var(--spacing) * 4)
    }

    .ps-5 {
        padding-inline-start: calc(var(--spacing) * 5)
    }

    .pt-1 {
        padding-top: var(--spacing)
    }

    .pt-2 {
        padding-top: calc(var(--spacing) * 2)
    }

    .pt-3 {
        padding-top: calc(var(--spacing) * 3)
    }

    .pt-4 {
        padding-top: calc(var(--spacing) * 4)
    }

    .pt-5 {
        padding-top: calc(var(--spacing) * 5)
    }

    .pt-6 {
        padding-top: calc(var(--spacing) * 6)
    }

    .pt-8 {
        padding-top: calc(var(--spacing) * 8)
    }

    .pr-4 {
        padding-right: calc(var(--spacing) * 4)
    }

    .pr-10 {
        padding-right: calc(var(--spacing) * 10)
    }

    .pb-2 {
        padding-bottom: calc(var(--spacing) * 2)
    }

    .pb-3 {
        padding-bottom: calc(var(--spacing) * 3)
    }

    .pb-4 {
        padding-bottom: calc(var(--spacing) * 4)
    }

    .pb-5 {
        padding-bottom: calc(var(--spacing) * 5)
    }

    .pb-6 {
        padding-bottom: calc(var(--spacing) * 6)
    }

    .pb-12 {
        padding-bottom: calc(var(--spacing) * 12)
    }

    .pl-12 {
        padding-left: calc(var(--spacing) * 12)
    }

    .text-center {
        text-align: center
    }

    .align-text-top {
        vertical-align: text-top
    }

    .font-mono {
        font-family: var(--font-mono)
    }

    .font-sans {
        font-family: var(--font-sans)
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }

    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .text-lg {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height))
    }

    .text-sm {
        font-size: var(--text-sm);
        line-height: var(--tw-leading, var(--text-sm--line-height))
    }

    .text-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
    }

    .text-\[11px\] {
        font-size: 11px
    }

    .text-\[13px\] {
        font-size: 13px
    }

    .leading-5 {
        --tw-leading: calc(var(--spacing) * 5);
        line-height: calc(var(--spacing) * 5)
    }

    .leading-7 {
        --tw-leading: calc(var(--spacing) * 7);
        line-height: calc(var(--spacing) * 7)
    }

    .leading-\[1\.02\] {
        --tw-leading: 1.02;
        line-height: 1.02
    }

    .leading-\[20px\] {
        --tw-leading: 20px;
        line-height: 20px
    }

    .leading-normal {
        --tw-leading: var(--leading-normal);
        line-height: var(--leading-normal)
    }

    .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-black {
        --tw-font-weight: var(--font-weight-black);
        font-weight: var(--font-weight-black)
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-extrabold {
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold)
    }

    .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-tight {
        --tw-tracking: var(--tracking-tight);
        letter-spacing: var(--tracking-tight)
    }

    .tracking-wide {
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide)
    }

    .tracking-wider {
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider)
    }

    .tracking-widest {
        --tw-tracking: var(--tracking-widest);
        letter-spacing: var(--tracking-widest)
    }

    .overflow-ellipsis,
    .text-ellipsis {
        text-overflow: ellipsis
    }

    .text-\[\#0B0B0D\] {
        color: #0b0b0d
    }

    .text-\[\#1B1B18\],
    .text-\[\#1b1b18\] {
        color: #1b1b18
    }

    .text-\[\#706f6c\] {
        color: #706f6c
    }

    .text-\[\#BD2328\] {
        color: #bd2328
    }

    .text-\[\#F3BEC7\] {
        color: #f3bec7
    }

    .text-\[\#F5AE18\] {
        color: #f5ae18
    }

    .text-\[\#F7F7F5\] {
        color: #f7f7f5
    }

    .text-\[\#F8B803\] {
        color: #f8b803
    }

    .text-\[\#F53003\],
    .text-\[\#f53003\] {
        color: #f53003
    }

    .text-black {
        color: var(--color-black)
    }

    .text-gray-200 {
        color: var(--color-gray-200)
    }

    .text-gray-300 {
        color: var(--color-gray-300)
    }

    .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-800 {
        color: var(--color-gray-800)
    }

    .text-gray-900 {
        color: var(--color-gray-900)
    }

    .text-white {
        color: var(--color-white)
    }

    .text-white\/20 {
        color: #fff3
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-white\/20 {
            color: color-mix(in oklab, var(--color-white) 20%, transparent)
        }
    }

    .text-yellow-300 {
        color: var(--color-yellow-300)
    }

    .lowercase {
        text-transform: lowercase
    }

    .uppercase {
        text-transform: uppercase
    }

    .underline {
        text-decoration-line: underline
    }

    .underline-offset-4 {
        text-underline-offset: 4px
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .placeholder-gray-400::placeholder {
        color: var(--color-gray-400)
    }

    .opacity-75 {
        opacity: .75
    }

    .opacity-100 {
        opacity: 1
    }

    .mix-blend-color {
        mix-blend-mode: color
    }

    .mix-blend-darken {
        mix-blend-mode: darken
    }

    .mix-blend-hard-light {
        mix-blend-mode: hard-light
    }

    .mix-blend-multiply {
        mix-blend-mode: multiply
    }

    .shadow {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-2xl {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-\[0_0_50px_-10px_rgba\(189\,35\,40\,0\.3\)\] {
        --tw-shadow: 0 0 50px -10px var(--tw-shadow-color, #bd23284d);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-\[0px_0px_1px_0px_rgba\(0\,0\,0\,0\.03\)\,0px_1px_2px_0px_rgba\(0\,0\,0\,0\.06\)\] {
        --tw-shadow: 0px 0px 1px 0px var(--tw-shadow-color, #00000008), 0px 1px 2px 0px var(--tw-shadow-color, #0000000f);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-\[inset_0px_0px_0px_1px_rgba\(26\,26\,0\,0\.16\)\] {
        --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, #1a1a0029);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-inner {
        --tw-shadow: inset 0 2px 4px 0 var(--tw-shadow-color, #0000000d);
        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, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-none {
        --tw-shadow: 0 0 #0000;
        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, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
        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, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
        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)
    }

    .shadow-\[\#BD2328\]\/30 {
        --tw-shadow-color: #bd23284d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-\[\#BD2328\]\/30 {
            --tw-shadow-color: color-mix(in oklab, oklab(51.8531% .170158 .0815487/.3) var(--tw-shadow-alpha), transparent)
        }
    }

    .shadow-\[\#BD2328\]\/35 {
        --tw-shadow-color: #bd232859
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-\[\#BD2328\]\/35 {
            --tw-shadow-color: color-mix(in oklab, oklab(51.8531% .170158 .0815487/.35) var(--tw-shadow-alpha), transparent)
        }
    }

    .shadow-\[\#BD2328\]\/40 {
        --tw-shadow-color: #bd232866
    }

    @supports (color:color-mix(in lab, red, red)) {
        .shadow-\[\#BD2328\]\/40 {
            --tw-shadow-color: color-mix(in oklab, oklab(51.8531% .170158 .0815487/.4) var(--tw-shadow-alpha), transparent)
        }
    }

    .ring-gray-300 {
        --tw-ring-color: var(--color-gray-300)
    }

    .blur-2xl {
        --tw-blur: blur(var(--blur-2xl));
        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, )
    }

    .blur-3xl {
        --tw-blur: blur(var(--blur-3xl));
        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, )
    }

    .blur-\[140px\] {
        --tw-blur: blur(140px);
        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, )
    }

    .blur-\[150px\] {
        --tw-blur: blur(150px);
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }

    .filter {
        filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )
    }

    .backdrop-blur-2xl {
        --tw-backdrop-blur: blur(var(--blur-2xl));
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, )
    }

    .backdrop-blur-md {
        --tw-backdrop-blur: blur(var(--blur-md));
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, )
    }

    .backdrop-filter {
        -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, )
    }

    .transition {
        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-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))
    }

    .delay-200 {
        transition-delay: .2s
    }

    .delay-300 {
        transition-delay: .3s
    }

    .delay-400 {
        transition-delay: .4s
    }

    .duration-150 {
        --tw-duration: .15s;
        transition-duration: .15s
    }

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .duration-700 {
        --tw-duration: .7s;
        transition-duration: .7s
    }

    .duration-750 {
        --tw-duration: .75s;
        transition-duration: .75s
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out)
    }

    .select-none {
        -webkit-user-select: none;
        user-select: none
    }

    .\[--stroke-color\:\#1B1B18\] {
        --stroke-color: #1b1b18
    }

    .not-has-\[nav\]\:hidden:not(:has(:is(nav))) {
        display: none
    }

    @media (hover:hover) {
        .group-hover\:translate-x-1:is(:where(.group):hover *) {
            --tw-translate-x: var(--spacing);
            translate: var(--tw-translate-x) var(--tw-translate-y)
        }

        .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\:border-\[\#BD2328\]\/60:is(:where(.group):hover *) {
            border-color: oklab(51.8531% .170158 .0815487/.6)
        }

        .group-hover\:border-\[\#F5AE18\]\/60:is(:where(.group):hover *) {
            border-color: oklab(79.7979% .0329197 .158575/.6)
        }

        .group-hover\:text-\[\#BD2328\]:is(:where(.group):hover *) {
            color: #bd2328
        }

        .group-hover\:text-\[\#F5AE18\]:is(:where(.group):hover *) {
            color: #f5ae18
        }
    }

    .selection\:bg-\[\#BD2328\] ::selection {
        background-color: #bd2328
    }

    .selection\:bg-\[\#BD2328\]::selection {
        background-color: #bd2328
    }

    .selection\:text-white ::selection {
        color: var(--color-white)
    }

    .selection\:text-white::selection {
        color: var(--color-white)
    }

    .before\:absolute:before {
        content: var(--tw-content);
        position: absolute
    }

    .before\:top-0:before {
        content: var(--tw-content);
        top: 0
    }

    .before\:top-1\/2:before {
        content: var(--tw-content);
        top: 50%
    }

    .before\:bottom-0:before {
        content: var(--tw-content);
        bottom: 0
    }

    .before\:bottom-1\/2:before {
        content: var(--tw-content);
        bottom: 50%
    }

    .before\:left-\[0\.4rem\]:before {
        content: var(--tw-content);
        left: .4rem
    }

    .before\:border-l:before {
        content: var(--tw-content);
        border-left-style: var(--tw-border-style);
        border-left-width: 1px
    }

    .before\:border-\[\#e3e3e0\]:before {
        content: var(--tw-content);
        border-color: #e3e3e0
    }

    @media (hover:hover) {
        .hover\:-translate-y-0\.5:hover {
            --tw-translate-y: calc(var(--spacing) * -.5);
            translate: var(--tw-translate-x) var(--tw-translate-y)
        }

        .hover\:border-\[\#1915014a\]:hover {
            border-color: #1915014a
        }

        .hover\:border-\[\#19140035\]:hover {
            border-color: #19140035
        }

        .hover\:border-\[\#BD2328\]\/60:hover {
            border-color: oklab(51.8531% .170158 .0815487/.6)
        }

        .hover\:border-\[\#F5AE18\]:hover {
            border-color: #f5ae18
        }

        .hover\:border-\[\#F5AE18\]\/50:hover {
            border-color: oklab(79.7979% .0329197 .158575/.5)
        }

        .hover\:border-\[\#F5AE18\]\/60:hover {
            border-color: oklab(79.7979% .0329197 .158575/.6)
        }

        .hover\:border-black:hover {
            border-color: var(--color-black)
        }

        .hover\:border-white\/20:hover {
            border-color: #fff3
        }

        @supports (color:color-mix(in lab, red, red)) {
            .hover\:border-white\/20:hover {
                border-color: color-mix(in oklab, var(--color-white) 20%, transparent)
            }
        }

        .hover\:bg-\[\#9E1B20\]:hover {
            background-color: #9e1b20
        }

        .hover\:bg-\[\#F5AE18\]:hover {
            background-color: #f5ae18
        }

        .hover\:bg-black:hover {
            background-color: var(--color-black)
        }

        .hover\:bg-gray-100:hover {
            background-color: var(--color-gray-100)
        }

        .hover\:bg-white\/10:hover {
            background-color: #ffffff1a
        }

        @supports (color:color-mix(in lab, red, red)) {
            .hover\:bg-white\/10:hover {
                background-color: color-mix(in oklab, var(--color-white) 10%, transparent)
            }
        }

        .hover\:bg-white\/20:hover {
            background-color: #fff3
        }

        @supports (color:color-mix(in lab, red, red)) {
            .hover\:bg-white\/20:hover {
                background-color: color-mix(in oklab, var(--color-white) 20%, transparent)
            }
        }

        .hover\:from-\[\#9E1B20\]:hover {
            --tw-gradient-from: #9e1b20;
            --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))
        }

        .hover\:to-\[\#BD2328\]:hover {
            --tw-gradient-to: #bd2328;
            --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))
        }

        .hover\:text-\[\#0B0B0D\]:hover {
            color: #0b0b0d
        }

        .hover\:text-\[\#F5AE18\]:hover {
            color: #f5ae18
        }

        .hover\:text-gray-400:hover {
            color: var(--color-gray-400)
        }

        .hover\:text-gray-700:hover {
            color: var(--color-gray-700)
        }

        .hover\:text-white:hover {
            color: var(--color-white)
        }
    }

    .focus\:border-\[\#F5AE18\]:focus {
        border-color: #f5ae18
    }

    .focus\:border-blue-300:focus {
        border-color: var(--color-blue-300)
    }

    .focus\:ring:focus {
        --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)
    }

    .focus\:ring-2:focus {
        --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + 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)
    }

    .focus\:ring-\[\#F5AE18\]\/25:focus {
        --tw-ring-color: oklab(79.7979% .0329197 .158575/.25)
    }

    .focus\:outline-none:focus {
        --tw-outline-style: none;
        outline-style: none
    }

    .active\:bg-gray-100:active {
        background-color: var(--color-gray-100)
    }

    .active\:text-gray-500:active {
        color: var(--color-gray-500)
    }

    .active\:text-gray-700:active {
        color: var(--color-gray-700)
    }

    .active\:text-gray-800:active {
        color: var(--color-gray-800)
    }

    @media (width>=40rem) {
        .sm\:-right-6 {
            right: calc(var(--spacing) * -6)
        }

        .sm\:block {
            display: block
        }

        .sm\:flex {
            display: flex
        }

        .sm\:hidden {
            display: none
        }

        .sm\:inline {
            display: inline
        }

        .sm\:min-h-\[360px\] {
            min-height: 360px
        }

        .sm\:w-auto {
            width: auto
        }

        .sm\:flex-1 {
            flex: 1
        }

        .sm\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .sm\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .sm\:flex-row {
            flex-direction: row
        }

        .sm\:items-center {
            align-items: center
        }

        .sm\:justify-between {
            justify-content: space-between
        }

        .sm\:justify-start {
            justify-content: flex-start
        }

        .sm\:gap-2 {
            gap: calc(var(--spacing) * 2)
        }

        .sm\:p-5 {
            padding: calc(var(--spacing) * 5)
        }

        .sm\:p-8 {
            padding: calc(var(--spacing) * 8)
        }

        .sm\:p-9 {
            padding: calc(var(--spacing) * 9)
        }

        .sm\:p-10 {
            padding: calc(var(--spacing) * 10)
        }

        .sm\:p-12 {
            padding: calc(var(--spacing) * 12)
        }

        .sm\:px-6 {
            padding-inline: calc(var(--spacing) * 6)
        }

        .sm\:px-9 {
            padding-inline: calc(var(--spacing) * 9)
        }

        .sm\:pt-0 {
            padding-top: 0
        }

        .sm\:text-2xl {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height))
        }

        .sm\:text-3xl {
            font-size: var(--text-3xl);
            line-height: var(--tw-leading, var(--text-3xl--line-height))
        }

        .sm\:text-4xl {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }

        .sm\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }

        .sm\:text-lg {
            font-size: var(--text-lg);
            line-height: var(--tw-leading, var(--text-lg--line-height))
        }

        .sm\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }
    }

    @media (width>=48rem) {
        .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\:flex-row {
            flex-direction: row
        }

        .md\:items-end {
            align-items: flex-end
        }
    }

    @media (width>=64rem) {
        .lg\:order-1 {
            order: 1
        }

        .lg\:order-2 {
            order: 2
        }

        .lg\:col-span-2 {
            grid-column: span 2/span 2
        }

        .lg\:col-span-4 {
            grid-column: span 4/span 4
        }

        .lg\:col-span-5 {
            grid-column: span 5/span 5
        }

        .lg\:col-span-7 {
            grid-column: span 7/span 7
        }

        .lg\:col-span-12 {
            grid-column: span 12/span 12
        }

        .lg\:mx-0 {
            margin-inline: 0
        }

        .lg\:mt-10 {
            margin-top: calc(var(--spacing) * 10)
        }

        .lg\:mb-0 {
            margin-bottom: 0
        }

        .lg\:mb-6 {
            margin-bottom: calc(var(--spacing) * 6)
        }

        .lg\:-ml-px {
            margin-left: -1px
        }

        .lg\:ml-0 {
            margin-left: 0
        }

        .lg\:block {
            display: block
        }

        .lg\:aspect-auto {
            aspect-ratio: auto
        }

        .lg\:w-\[438px\] {
            width: 438px
        }

        .lg\:max-w-4xl {
            max-width: var(--container-4xl)
        }

        .lg\:grow {
            flex-grow: 1
        }

        .lg\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .lg\:grid-cols-4 {
            grid-template-columns: repeat(4, minmax(0, 1fr))
        }

        .lg\:grid-cols-5 {
            grid-template-columns: repeat(5, minmax(0, 1fr))
        }

        .lg\:grid-cols-12 {
            grid-template-columns: repeat(12, minmax(0, 1fr))
        }

        .lg\:flex-row {
            flex-direction: row
        }

        .lg\:justify-center {
            justify-content: center
        }

        .lg\:justify-start {
            justify-content: flex-start
        }

        .lg\:gap-10 {
            gap: calc(var(--spacing) * 10)
        }

        .lg\:gap-16 {
            gap: calc(var(--spacing) * 16)
        }

        .lg\:rounded-t-none {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

        .lg\:rounded-tl-lg {
            border-top-left-radius: var(--radius-lg)
        }

        .lg\:rounded-r-lg {
            border-top-right-radius: var(--radius-lg);
            border-bottom-right-radius: var(--radius-lg)
        }

        .lg\:rounded-br-none {
            border-bottom-right-radius: 0
        }

        .lg\:p-8 {
            padding: calc(var(--spacing) * 8)
        }

        .lg\:p-9 {
            padding: calc(var(--spacing) * 9)
        }

        .lg\:p-16 {
            padding: calc(var(--spacing) * 16)
        }

        .lg\:p-20 {
            padding: calc(var(--spacing) * 20)
        }

        .lg\:px-8 {
            padding-inline: calc(var(--spacing) * 8)
        }

        .lg\:py-28 {
            padding-block: calc(var(--spacing) * 28)
        }

        .lg\:py-32 {
            padding-block: calc(var(--spacing) * 32)
        }

        .lg\:pb-10 {
            padding-bottom: calc(var(--spacing) * 10)
        }

        .lg\:text-left {
            text-align: left
        }

        .lg\:text-5xl {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }
    }

    @media (width>=80rem) {
        .xl\:gap-16 {
            gap: calc(var(--spacing) * 16)
        }

        .xl\:px-12 {
            padding-inline: calc(var(--spacing) * 12)
        }
    }

    .rtl\:flex-row-reverse:where(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)), [dir=rtl], [dir=rtl] *) {
        flex-direction: row-reverse
    }

    @media (prefers-color-scheme:dark) {
        .dark\:border-\[\#3E3E3A\] {
            border-color: #3e3e3a
        }

        .dark\:border-\[\#eeeeec\] {
            border-color: #eeeeec
        }

        .dark\:border-gray-600 {
            border-color: var(--color-gray-600)
        }

        .dark\:bg-\[\#0a0a0a\] {
            background-color: #0a0a0a
        }

        .dark\:bg-\[\#1D0002\] {
            background-color: #1d0002
        }

        .dark\:bg-\[\#3E3E3A\] {
            background-color: #3e3e3a
        }

        .dark\:bg-\[\#161615\] {
            background-color: #161615
        }

        .dark\:bg-\[\#eeeeec\] {
            background-color: #eeeeec
        }

        .dark\:bg-gray-700 {
            background-color: var(--color-gray-700)
        }

        .dark\:bg-gray-800 {
            background-color: var(--color-gray-800)
        }

        .dark\:bg-gray-900 {
            background-color: var(--color-gray-900)
        }

        .dark\:text-\[\#1C1C1A\] {
            color: #1c1c1a
        }

        .dark\:text-\[\#4B0600\] {
            color: #4b0600
        }

        .dark\:text-\[\#391800\] {
            color: #391800
        }

        .dark\:text-\[\#733000\] {
            color: #733000
        }

        .dark\:text-\[\#A1A09A\] {
            color: #a1a09a
        }

        .dark\:text-\[\#EDEDEC\] {
            color: #ededec
        }

        .dark\:text-\[\#F61500\] {
            color: #f61500
        }

        .dark\:text-\[\#FF4433\] {
            color: #f43
        }

        .dark\:text-black {
            color: var(--color-black)
        }

        .dark\:text-gray-200 {
            color: var(--color-gray-200)
        }

        .dark\:text-gray-300 {
            color: var(--color-gray-300)
        }

        .dark\:text-gray-400 {
            color: var(--color-gray-400)
        }

        .dark\:text-gray-600 {
            color: var(--color-gray-600)
        }

        .dark\:text-white {
            color: var(--color-white)
        }

        .dark\:mix-blend-hard-light {
            mix-blend-mode: hard-light
        }

        .dark\:mix-blend-normal {
            mix-blend-mode: normal
        }

        .dark\:shadow-\[inset_0px_0px_0px_1px_\#fffaed2d\] {
            --tw-shadow: inset 0px 0px 0px 1px var(--tw-shadow-color, #fffaed2d);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
        }

        .dark\:\[--stroke-color\:\#FF750F\] {
            --stroke-color: #ff750f
        }

        .dark\:before\:border-\[\#3E3E3A\]:before {
            content: var(--tw-content);
            border-color: #3e3e3a
        }

        @media (hover:hover) {
            .dark\:hover\:border-\[\#3E3E3A\]:hover {
                border-color: #3e3e3a
            }

            .dark\:hover\:border-\[\#62605b\]:hover {
                border-color: #62605b
            }

            .dark\:hover\:border-white:hover {
                border-color: var(--color-white)
            }

            .dark\:hover\:bg-gray-900:hover {
                background-color: var(--color-gray-900)
            }

            .dark\:hover\:bg-white:hover {
                background-color: var(--color-white)
            }

            .dark\:hover\:text-gray-200:hover {
                color: var(--color-gray-200)
            }

            .dark\:hover\:text-gray-300:hover {
                color: var(--color-gray-300)
            }
        }

        .dark\:focus\:border-blue-700:focus {
            border-color: var(--color-blue-700)
        }

        .dark\:focus\:border-blue-800:focus {
            border-color: var(--color-blue-800)
        }

        .dark\:active\:bg-gray-700:active {
            background-color: var(--color-gray-700)
        }

        .dark\:active\:text-gray-300:active {
            color: var(--color-gray-300)
        }
    }

    @starting-style {
        .starting\:opacity-0 {
            opacity: 0
        }
    }

    @media (prefers-reduced-motion:no-preference) {
        @starting-style {
            .motion-safe\:starting\:-translate-x-\[26px\] {
                --tw-translate-x: calc(26px * -1);
                translate: var(--tw-translate-x) var(--tw-translate-y)
            }

            .motion-safe\:starting\:-translate-x-\[51px\] {
                --tw-translate-x: calc(51px * -1);
                translate: var(--tw-translate-x) var(--tw-translate-y)
            }

            .motion-safe\:starting\:-translate-x-\[78px\] {
                --tw-translate-x: calc(78px * -1);
                translate: var(--tw-translate-x) var(--tw-translate-y)
            }

            .motion-safe\:starting\:-translate-x-\[102px\] {
                --tw-translate-x: calc(102px * -1);
                translate: var(--tw-translate-x) var(--tw-translate-y)
            }

            .motion-safe\:starting\:translate-y-6 {
                --tw-translate-y: calc(var(--spacing) * 6);
                translate: var(--tw-translate-x) var(--tw-translate-y)
            }
        }
    }
}

:root {
    --bs-body-font-family: "Poppins", sans-serif;
    --bs-font-sans-serif: "Poppins", sans-serif
}

html {
    scroll-behavior: smooth
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
a,
span,
li,
button,
input,
select,
textarea,
.navbar,
.btn,
.accordion,
.form-control,
.form-select,
.dropdown-menu {
    font-family: Poppins, sans-serif !important
}

body {
    color: #f7f7f5;
    background-color: #0b0b0d;
    overflow-x: visible;
}

#main-navbar,
.navbar-maac.sticky-top {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: #f5ae18
}

.navbar-maac {
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid #ffffff1a;
    background: #0b0b0deb !important
}

.navbar-maac .navbar-collapse,
.navbar .navbar-collapse {
    visibility: visible !important
}

@media (width>=992px) {

    .navbar-expand-lg .navbar-collapse,
    .navbar-expand-lg .navbar-collapse.collapse {
        visibility: visible !important;
        opacity: 1 !important;
        flex-basis: auto !important;
        display: flex !important
    }
}

@media (width<=991.98px) {
    .navbar-collapse.collapse:not(.show) {
        display: none !important
    }

    .navbar-collapse.collapse.show {
        visibility: visible !important;
        display: block !important
    }
}

.navbar-maac .nav-link {
    color: #ffffffbf;
    white-space: nowrap;
    border-radius: .75rem;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s;
    padding: .5rem .85rem !important
}

.navbar-maac .dropdown-menu {
    border: 1px solid #ffffff1a;
    border-radius: 1rem;
    padding: .5rem;
    box-shadow: 0 20px 40px -15px #000000b3;
    background: #15151a !important
}

.navbar-maac .dropdown-item {
    color: #ffffffd9;
    border-radius: .5rem;
    padding: .5rem .75rem;
    font-size: 13px;
    transition: all .2s
}

.navbar-maac .dropdown-item:hover {
    color: #f5ae18;
    background: #ffffff14
}

.btn-maac-primary {
    white-space: nowrap;
    border-radius: 50rem;
    justify-content: center;
    align-items: center;
    padding: 1rem 1.5rem;
    font-size: 13px;
    font-weight: 700;
    transition: all .25s;
    display: inline-flex;
    box-shadow: 0 10px 20px -5px #bd232859;
    color: #fff !important;
    background: #bd2328 !important;
    border: 1px solid #bd2328 !important
}

.btn-maac-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 15px 25px -5px #bd232880;
    color: #fff !important;
    background: #9e1b20 !important;
    border-color: #9e1b20 !important
}

.btn-maac-outline {
    white-space: nowrap;
    background: #ffffff0d;
    border: 1px solid #ffffff26;
    border-radius: 50rem;
    justify-content: center;
    align-items: center;
    padding: .65rem 1.5rem;
    font-size: 13px;
    font-weight: 600;
    transition: all .25s;
    display: inline-flex;
    color: #fff !important
}

.btn-maac-outline:hover {
    background: #ffffff1f;
    border-color: #f5ae18;
    color: #f5ae18 !important
}

.maac-accordion .accordion-item {
    background-color: #171720;
    border: 1px solid #ffffff1a;
    margin-bottom: .75rem;
    overflow: hidden;
    border-radius: 1rem !important
}

.maac-accordion .accordion-button {
    color: #fff;
    box-shadow: none;
    background-color: #171720;
    padding: 1.25rem 1.5rem;
    font-size: 15px;
    font-weight: 700
}

.maac-accordion .accordion-button:not(.collapsed) {
    color: #f5ae18;
    background-color: #1a1a24
}

.maac-accordion .accordion-button:after {
    filter: invert()
}

.maac-accordion .accordion-body,
.accordion .accordion-body,
.accordion-body {
    color: #E2E8F0 !important;
    background-color: #171720 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    padding: 0.85rem 1.5rem 1.35rem !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.maac-accordion .accordion-body p,
.accordion .accordion-body p,
.accordion-body p {
    color: #E2E8F0 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #ffffff4d;
    border: none;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin: 0 4px;
    transition: all .3s
}

.carousel-indicators .active {
    background-color: #f5ae18;
    border-radius: 4px;
    width: 24px
}

.header-top {
    z-index: 40;
    background: #bd2328;
    border-bottom: 1px solid #00000026;
    padding: 8px 0;
    position: relative;
    overflow: hidden
}

.header-top:before {
    content: "";
    z-index: 1;
    background: #bd2328;
    border-radius: 0 50px 0 0;
    width: 72%;
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0
}

.header-top:after {
    content: "";
    z-index: 2;
    background: #f5ae18;
    border-radius: 0 0 0 50px;
    width: 32%;
    min-width: 300px;
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0
}

@media (width<=991px) {
    .header-top:before {
        border-radius: 0;
        width: 100%
    }

    .header-top:after {
        display: none
    }
}

html {
    scrollbar-width: thin;
    scrollbar-color: #2a2a35 #0b0b0d;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #0b0b0d
}

::-webkit-scrollbar-thumb {
    background: #2a2a35;
    border-radius: 4px
}

::-webkit-scrollbar-thumb:hover {
    background: #bd2328
}

.glass-nav {
    -webkit-backdrop-filter: blur(16px);
    background: #0b0b0de0
}

.glass-card {
    -webkit-backdrop-filter: blur(12px);
    background: #151519b3;
    border: 1px solid #ffffff14
}

.glass-card-hover {
    transition: all .35s cubic-bezier(.16, 1, .3, 1)
}

.glass-card-hover:hover {
    background: #191920e6;
    border-color: #f5ae1859;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -15px #00000080, 0 0 25px -5px #bd232833
}

.glow-red {
    box-shadow: 0 0 50px -10px #bd232859
}

.glow-yellow {
    box-shadow: 0 0 50px -10px #f5ae1859
}

.text-gradient-gold {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #fff 30%, #f5ae18 100%);
    -webkit-background-clip: text
}

.text-gradient-red {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(135deg, #fff 40%, #bd2328 100%);
    -webkit-background-clip: text
}

@keyframes floatSlow {

    0%,
    to {
        transform: translateY(0)rotate(0)
    }

    50% {
        transform: translateY(-8px)rotate(1deg)
    }
}

.animate-float-slow {
    animation: 6s ease-in-out infinite floatSlow
}

@keyframes pulseGlow {

    0%,
    to {
        opacity: .35;
        transform: scale(1)
    }

    50% {
        opacity: .65;
        transform: scale(1.05)
    }
}

.animate-pulse-glow {
    animation: 5s ease-in-out infinite pulseGlow
}

@media (prefers-reduced-motion:reduce) {

    *,
    :before,
    :after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important
    }
}

.hero-section {
    background-color: #000;
    min-height: 88vh;
    padding-top: 3.5rem;
    padding-bottom: 4.5rem
}

@media (width>=992px) {
    .hero-section {
        min-height: 94vh;
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (width<=992px) {
    .hero-section {
        padding-top: 0 !important;
    }

    .btn-hero-primary {
        font-size: 16px !important;
        width: 100% !important;
    }

    .btn-hero-secondary {
        width: 100% !important;
    }

    .pathways-courses-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.hero-container {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (width>=768px) {
    .hero-container {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

.hero-glow-red {
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle, #bd232838 0%, #bd232800 70%);
    width: 600px;
    height: 600px;
    position: absolute;
    top: 20%;
    left: -120px
}

.hero-glow-yellow {
    filter: blur(80px);
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(circle, #f5ae1824 0%, #f5ae1800 70%);
    width: 550px;
    height: 550px;
    position: absolute;
    bottom: 5%;
    right: -100px
}

.hero-grid-overlay {
    pointer-events: none;
    z-index: 1;
    background-image: linear-gradient(90deg, #ffffff08 1px, #0000 1px), linear-gradient(#ffffff08 1px, #0000 1px);
    background-size: 4rem 4rem;
    position: absolute;
    inset: 0;
    -webkit-mask-image: radial-gradient(70% 60% at 50% 40%, #000 70%, #0000 100%);
    mask-image: radial-gradient(70% 60% at 50% 40%, #000 70%, #0000 100%)
}

.hero-heading {
    letter-spacing: -.025em;
    font-size: clamp(36px, 5.2vw, 74px);
    line-height: 1.02;
    font-family: Poppins, sans-serif !important;
    font-weight: 900 !important
}

@media (min-width: 1200px) {
    .hero-heading {
        font-size: 74px !important;
    }
}

.hero-subtext {
    max-width: 650px;
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.68;
    color: #d0d0d0 !important;
    font-family: Poppins, sans-serif !important
}

@media (width<=991.98px) {
    .hero-subtext {
        margin-left: auto;
        margin-right: auto
    }
}

.btn-hero-primary {
    color: #fff !important;
    background-color: #bd2328 !important;
    border: 1px solid #bd2328 !important;
    padding: 1rem 2.25rem !important;
    font-size: 1.05rem;
    font-weight: 700 !important;
    transition: all .25s !important;
    box-shadow: 0 10px 25px -5px #bd232866 !important
}

.btn-hero-primary:hover {
    transform: translateY(-2px);
    color: #fff !important;
    background-color: #9e1b20 !important;
    border-color: #9e1b20 !important;
    box-shadow: 0 15px 30px -5px #bd23288c !important
}

.btn-hero-secondary {
    -webkit-backdrop-filter: blur(12px);
    color: #fff !important;
    background: #ffffff0d !important;
    border: 1px solid #fff3 !important;
    padding: 1rem 2.25rem !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    transition: all .25s !important
}

.btn-hero-secondary:hover {
    color: #fff !important;
    background: #ffffff1a !important;
    border-color: #f5ae18 !important;
    box-shadow: 0 0 20px #f5ae1840 !important
}

.hero-dot-pulse {
    background-color: #bd2328;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    animation: 1.8s infinite heroDotPulse;
    box-shadow: 0 0 10px #bd2328
}

@keyframes heroDotPulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 #bd2328b3
    }

    70% {
        transform: scale(1.15);
        box-shadow: 0 0 0 8px #bd232800
    }

    to {
        transform: scale(.95);
        box-shadow: 0 0 #bd232800
    }
}

.hero-card {
    -webkit-backdrop-filter: blur(20px);
    transition: border-color .3s;
    background: #0e0f16f5 !important;
    border: 1px solid #bd232859 !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 0 50px -10px #bd23284d, 0 25px 50px -12px #000c !important
}

.hero-card:hover {
    border-color: #bd232899 !important
}

.hero-card-glow {
    filter: blur(20px);
    opacity: .75;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(135deg, #bd23284d, #f5ae1826, #bd232840);
    border-radius: 1.75rem;
    position: absolute;
    inset: -6px
}

.hero-quick-badge {
    letter-spacing: .08em;
    color: #f5ae18 !important;
    background: #ffffff0d !important;
    border: 1px solid #ffffff1a !important;
    font-size: .75rem !important;
    font-weight: 700 !important
}

.hero-input {
    color: #fff !important;
    background-color: #161622 !important;
    border: 1px solid #ffffff1a !important;
    border-radius: .75rem !important;
    height: 56px !important;
    font-size: 1rem !important;
    transition: all .2s !important
}

.hero-input::placeholder {
    color: #8e8e9e !important
}

.hero-input:focus {
    color: #fff !important;
    background-color: #191926 !important;
    border-color: #f5ae18 !important;
    box-shadow: 0 0 0 .25rem #f5ae1833 !important
}

.btn-hero-submit {
    color: #fff !important;
    background: linear-gradient(90deg, #bd2328, #d32f2f, #bd2328) !important;
    border: none !important;
    border-radius: 50rem !important;
    height: 56px !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    transition: all .25s !important;
    box-shadow: 0 10px 25px -5px #bd232873 !important
}

.btn-hero-submit:hover {
    transform: translateY(-2px);
    color: #fff !important;
    background: linear-gradient(90deg, #9e1b20, #bd2328, #9e1b20) !important;
    box-shadow: 0 15px 30px -5px #bd232899 !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-space-x-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: 0
}

@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-backdrop-blur {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-sepia {
    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
}

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: ""
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

@keyframes ping {

    75%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes bounce {

    0%,
    to {
        animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        transform: translateY(-25%)
    }

    50% {
        animation-timing-function: cubic-bezier(0, 0, .2, 1);
        transform: none
    }
}

.pathways-courses-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
}

.pathway-course-chip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 1.4rem;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.glossy-card {
    position: relative;
    padding: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0.02) 60%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.55), 0 15px 35px rgba(0, 0, 0, 0.35), 0 5px 15px rgba(0, 0, 0, 0.25), 0 0 60px rgba(250, 204, 21, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.chip-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
}

.chip-arrow {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s ease, transform 0.3s ease;
}

.chip-name {
    font-weight: 700;
    font-size: 0.95rem;
}

.chip-powered {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.02em;
}

.showcase-swiper .swiper-slide,
.testimonial-swiper .swiper-slide {
    height: auto !important;
    box-sizing: border-box !important;
}

.showcase-swiper .swiper-slide>div,
.testimonial-swiper .swiper-slide>div {
    width: 100% !important;
    height: 100% !important;
}

#showcasePagination,
#testimonialPagination {
    position: static !important;
    width: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 20px;
}

.showcase-bullet {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.25) !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    border-radius: 9999px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    cursor: pointer !important;
}

.showcase-bullet:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

.showcase-bullet-active {
    background: #F5AE18 !important;
    width: 32px !important;
    height: 10px !important;
    border-radius: 9999px !important;
    box-shadow: 0 0 14px rgba(245, 174, 24, 0.6) !important;
}

/* ========================== ABOUT PAGE ===================== */

.about-hero,
.about-story-section,
.learn-grow-section,
.practical-section,
.animation-vfx-section,
.environment-section,
.vision-mission-section,
.values-section,
.about-final-cta {
    position: relative;
    overflow: hidden;
}

.about-hero *,
.about-story-section *,
.learn-grow-section *,
.practical-section *,
.animation-vfx-section *,
.environment-section *,
.vision-mission-section *,
.values-section *,
.about-final-cta * {
    box-sizing: border-box;
}

.about-hero .container,
.about-story-section .container,
.learn-grow-section .container,
.practical-section .container,
.animation-vfx-section .container,
.environment-section .container,
.vision-mission-section .container,
.values-section .container,
.about-final-cta .container {
    position: relative;
    z-index: 2;
}


/* ============================================================
                       HERO
                       ============================================================ */

.about-hero {
    min-height: 760px;
    display: flex;
    align-items: center;

    padding: 120px 0 100px;

    background:
        radial-gradient(circle at 10% 20%,
            rgba(189, 35, 40, .18),
            transparent 30%),
        radial-gradient(circle at 90% 80%,
            rgba(245, 174, 24, .08),
            transparent 30%),
        #08080A;
}

.about-hero-grid {
    position: absolute;
    inset: 0;

    background-image:
        linear-gradient(90deg,
            rgba(255, 255, 255, .035) 1px,
            transparent 1px),
        linear-gradient(rgba(255, 255, 255, .035) 1px,
            transparent 1px);

    background-size: 65px 65px;

    mask-image:
        radial-gradient(ellipse at center,
            black 20%,
            transparent 78%);

    pointer-events: none;
}

.about-hero-content {
    max-width: 850px;
}

.about-eyebrow,
.about-section-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;

    color: #F5AE18;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-eyebrow-line,
.about-section-eyebrow span {
    width: 28px;
    height: 2px;

    display: inline-block;

    background: #F5AE18;
}

.about-hero-title {
    margin: 0 0 28px;

    max-width: 850px;

    color: #FFFFFF;

    font-size: clamp(40px, 5.5vw, 74px);

    line-height: 1.02;

    letter-spacing: -.045em;

    font-weight: 900 !important;
}

@media (min-width: 1200px) {
    .about-hero-title {
        font-size: 74px !important;
    }
}

.about-title-outline {
    color: transparent;

    -webkit-text-stroke: 1px rgba(255, 255, 255, .72);
}

.about-title-gold {
    color: #F5AE18;

    text-shadow:
        0 0 35px rgba(245, 174, 24, .12);
}

.about-hero-description {
    max-width: 700px;

    margin-bottom: 35px;

    color: #BDBDC5;

    font-size: 17px;

    line-height: 1.85;
}


/* ============================================================
                       BUTTONS
                       ============================================================ */

.about-hero-actions,
.final-cta-buttons {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.about-btn {
    min-height: 58px;

    padding: 0 24px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 14px;

    border-radius: 999px;

    text-decoration: none !important;

    transition:
        transform .3s ease,
        background .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.about-btn-primary {
    color: #FFFFFF !important;

    background: #BD2328;

    border: 1px solid #BD2328;

    font-size: 14px;
    font-weight: 700;

    box-shadow:
        0 15px 35px rgba(189, 35, 40, .25);
}

.about-btn-primary:hover {
    color: #FFFFFF !important;

    background: #9E1B20;

    transform: translateY(-3px);

    box-shadow:
        0 20px 40px rgba(189, 35, 40, .35);
}

.about-btn-secondary {
    color: #FFFFFF !important;

    background: rgba(255, 255, 255, .035);

    border: 1px solid rgba(255, 255, 255, .12);

    backdrop-filter: blur(12px);
}

.about-btn-secondary:hover {
    color: #FFFFFF !important;

    background: rgba(255, 255, 255, .07);

    border-color: rgba(245, 174, 24, .5);

    transform: translateY(-3px);
}

.about-phone-icon {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #F5AE18;

    background: rgba(245, 174, 24, .1);

    border: 1px solid rgba(245, 174, 24, .2);
}

.about-btn-secondary small {
    display: block;

    color: #888891;

    font-size: 8px;

    letter-spacing: .12em;

    font-weight: 700;
}

.about-btn-secondary strong {
    display: block;

    margin-top: 2px;

    color: #FFFFFF;

    font-size: 14px;
}


/* ============================================================
                       HERO IMAGE
                       ============================================================ */

.about-hero-visual {
    position: relative;

    min-height: 560px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.about-hero-image {
    position: relative;

    width: min(100%, 470px);

    aspect-ratio: 4 / 5;

    overflow: hidden;

    border-radius: 32px;

    border: 1px solid rgba(255, 255, 255, .12);

    transform: rotate(2deg);

    box-shadow:
        0 35px 90px rgba(0, 0, 0, .65),
        0 0 70px rgba(189, 35, 40, .12);
}

.about-hero-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .8s ease;
}

.about-hero-image:hover img {
    transform: scale(1.06);
}

.about-hero-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .85),
            transparent 60%);
}

.about-hero-image-label {
    position: absolute;

    left: 25px;
    right: 25px;
    bottom: 25px;

    display: flex;
    align-items: center;

    gap: 12px;
}

.about-hero-image-label .number {
    color: #F5AE18;

    font-size: 13px;
    font-weight: 800;
}

.about-hero-image-label .text {
    color: #FFFFFF;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .15em;
}

.about-hero-image-glow {
    position: absolute;

    width: 400px;
    height: 400px;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(189, 35, 40, .25),
            transparent 70%);

    filter: blur(30px);
}


/* ============================================================
                       STORY SECTION
                       ============================================================ */

.about-story-section {
    padding: 120px 0;
    background: #111114;
    border-top: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.story-image-wrapper {
    position: relative;
    padding: 20px;
}

.story-image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 28px;
    z-index: 2;
}

.story-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .7s ease;
}

.story-image:hover img {
    transform: scale(1.05);
}

.story-image-frame {
    position: absolute;

    inset: 0;

    border: 1px solid #BD2328;

    border-radius: 28px;

    transform: translate(12px, 12px);

    opacity: .55;
}

.story-badge {
    position: absolute;

    right: -5px;
    bottom: 50px;

    z-index: 4;

    display: flex;
    align-items: center;

    gap: 12px;

    padding: 14px 18px;

    border-radius: 16px;

    background: #151519;

    border: 1px solid rgba(245, 174, 24, .25);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, .45);
}

.story-badge-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #F5AE18;

    background: rgba(245, 174, 24, .1);
}

.story-badge small,
.story-badge strong {
    display: block;
}

.story-badge small {
    color: #777780;

    font-size: 8px;

    letter-spacing: .15em;
}

.story-badge strong {
    color: #FFFFFF;

    font-size: 12px;

    letter-spacing: .05em;
}


/* ============================================================
                       HEADINGS
                       ============================================================ */

.about-section-eyebrow {
    margin-bottom: 20px;
}

.about-section-title {
    margin-bottom: 28px;

    color: #FFFFFF;

    font-size: clamp(34px, 4vw, 54px);

    line-height: 1.08;

    font-weight: 900 !important;

    letter-spacing: -.035em;
}

.about-section-title>span {
    color: #BD2328;
}

.about-copy p {
    margin-bottom: 18px;

    color: #96969F;

    font-size: 15px;

    line-height: 1.85;
}

.about-copy p:first-child {
    color: #DEDEE2;

    font-size: 17px;
}

.about-copy strong {
    color: #FFFFFF;
}


/* ============================================================
                       MINI STATS
                       ============================================================ */

.about-mini-stats {
    display: flex;
    flex-wrap: wrap;

    gap: 28px;

    margin-top: 32px;
}

.about-mini-stat {
    display: flex;
    align-items: center;

    gap: 10px;
}

.stat-icon {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #BD2328;

    background: rgba(189, 35, 40, .1);

    border: 1px solid rgba(189, 35, 40, .18);
}

.stat-icon.gold {
    color: #F5AE18;

    background: rgba(245, 174, 24, .1);

    border-color: rgba(245, 174, 24, .18);
}

.about-mini-stat strong,
.about-mini-stat small {
    display: block;
}

.about-mini-stat strong {
    color: #FFFFFF;

    font-size: 12px;
}

.about-mini-stat small {
    color: #777780;

    font-size: 9px;

    text-transform: uppercase;

    letter-spacing: .08em;
}


/* ============================================================
                       LEARN / CREATE / GROW
                       ICON BASED - NO IMAGES
                       ============================================================ */

.learn-grow-section {
    padding: 120px 0;

    background: #0B0B0D;
}

.about-centered-heading {
    max-width: 780px;

    margin: 0 auto;

    text-align: center;
}

.about-centered-heading .about-section-eyebrow {
    justify-content: center;
}

.about-centered-heading>p {
    margin: 0;

    color: #858590;

    font-size: 15px;

    line-height: 1.8;
}

.learn-card {
    position: relative;

    min-height: 330px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    overflow: hidden;

    border-radius: 26px;

    background:
        linear-gradient(145deg,
            #181822,
            #101014);

    border: 1px solid rgba(255, 255, 255, .08);

    transition:
        transform .4s ease,
        border-color .4s ease,
        box-shadow .4s ease;
}

.learn-card:hover {
    transform: translateY(-8px);
}

.learn-card-red:hover {
    border-color: rgba(189, 35, 40, .55);

    box-shadow:
        0 25px 60px rgba(189, 35, 40, .12);
}

.learn-card-gold:hover {
    border-color: rgba(245, 174, 24, .55);

    box-shadow:
        0 25px 60px rgba(245, 174, 24, .1);
}

.learn-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.learn-number {
    color: #5F5F68;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: .12em;
}

.learn-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 15px;

    color: #BD2328;

    background: rgba(189, 35, 40, .1);

    border: 1px solid rgba(189, 35, 40, .2);

    font-size: 18px;
}

.learn-card-gold .learn-icon {
    color: #F5AE18;

    background: rgba(245, 174, 24, .1);

    border-color: rgba(245, 174, 24, .2);
}

.learn-card-content {
    margin-top: 30px;
}

.learn-card-content h3 {
    margin-bottom: 14px;

    color: #FFFFFF;

    font-size: 24px;

    font-weight: 800;
}

.learn-card-content p {
    margin: 0;

    color: #92929C;

    font-size: 14px;

    line-height: 1.8;
}

.learn-card-bottom {
    padding-top: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    border-top: 1px solid rgba(255, 255, 255, .08);
}

.learn-card-bottom span {
    color: #71717B;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .12em;
}

.learn-card-bottom i {
    color: #777780;

    transition: transform .3s ease;
}

.learn-card:hover .learn-card-bottom i {
    transform: translateX(5px);
}

.learn-card-red:hover .learn-card-bottom i {
    color: #BD2328;
}

.learn-card-gold:hover .learn-card-bottom i {
    color: #F5AE18;
}


/* ============================================================
                       PRACTICAL LEARNING
                       ============================================================ */

.practical-section {
    padding: 120px 0;

    background: #111114;
}

.practical-points {
    margin-top: 30px;

    display: flex;
    flex-direction: column;

    gap: 0;
}

.practical-point {
    display: flex;
    align-items: center;

    gap: 15px;

    padding: 15px 0;

    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.practical-point span {
    color: #F5AE18;

    font-size: 11px;

    font-weight: 800;
}

.practical-point strong {
    color: #FFFFFF;

    font-size: 13px;
}

.quick-enquiry-card-wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.quick-enquiry-card {
    position: relative;
    background: #111118;
    border: 1px solid rgba(189, 35, 40, 0.45);
    border-radius: 28px;
    padding: 38px 32px;
    box-shadow: 0 0 50px -10px rgba(189, 35, 40, 0.25), 0 25px 60px rgba(0, 0, 0, 0.85);
    overflow: hidden;
}

.quick-enquiry-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 140px;
    background: radial-gradient(circle, rgba(189, 35, 40, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.28);
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quick-enquiry-pill i {
    color: #F5AE18;
    font-size: 12px;
}

.quick-enquiry-header h3 {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #FFFFFF;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.quick-enquiry-header p {
    color: #92929C;
    font-size: 13.5px;
    margin-bottom: 24px;
}

.quick-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #171722;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 0 16px;
    height: 52px;
    margin-bottom: 14px;
    gap: 14px;
    transition: all 0.25s ease;
}

.quick-input-group:focus-within {
    border-color: rgba(189, 35, 40, 0.6);
    background: #1B1B29;
    box-shadow: 0 0 0 3px rgba(189, 35, 40, 0.18);
}

.quick-input-icon {
    color: #6B7280;
    font-size: 15px;
    width: 18px;
    min-width: 18px;
    text-align: center;
    flex-shrink: 0;
    margin: 0;
    transition: color 0.2s ease;
}

.quick-input-group:focus-within .quick-input-icon {
    color: #F5AE18;
}

.quick-input-control {
    flex: 1 1 auto;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.quick-input-control::placeholder {
    color: #6B7280;
    font-size: 13.5px;
    opacity: 1;
}

.quick-select-control {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 25px;
}

.quick-select-control option {
    background: #171722;
    color: #FFFFFF;
    padding: 10px;
}

.quick-select-arrow {
    position: absolute;
    right: 16px;
    color: #6B7280;
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    width: 100%;
    height: 52px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #BD2328 0%, #D32F2F 100%);
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.45);
    transition: all 0.25s ease;
    cursor: pointer;
}

.quick-submit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #D32F2F 0%, #BD2328 100%);
    box-shadow: 0 14px 30px rgba(189, 35, 40, 0.65);
    color: #FFFFFF;
}

.quick-submit-btn:active {
    transform: translateY(0);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    color: #92929C;
    font-size: 12px;
}

.quick-trust-badge i {
    color: #F5AE18;
    font-size: 13px;
}


/* ============================================================
                       ANIMATION & VFX
                       ICON + VISUAL
                       ============================================================ */

.animation-vfx-section {
    padding: 120px 0;

    background: #08080A;
}

.animation-vfx-section::before {
    content: "";

    position: absolute;

    width: 600px;
    height: 600px;

    right: -250px;
    top: 10%;

    border-radius: 50%;

    background:
        radial-gradient(circle,
            rgba(245, 174, 24, .1),
            transparent 70%);

    filter: blur(80px);
}

.discipline-image-wrapper {
    position: relative;

    padding: 20px;
}

.discipline-image {
    position: relative;

    width: 100%;

    aspect-ratio: 4 / 5;

    overflow: hidden;

    border-radius: 30px;

    border: 1px solid rgba(255, 255, 255, .1);
}

.discipline-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform .8s ease;
}

.discipline-image:hover img {
    transform: scale(1.06);
}

.discipline-image-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .9),
            transparent 60%);
}

.discipline-play {
    position: absolute;

    left: 50%;
    top: 50%;

    width: 68px;
    height: 68px;

    transform: translate(-50%, -50%);

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #FFFFFF;

    background: rgba(189, 35, 40, .88);

    box-shadow:
        0 0 0 10px rgba(189, 35, 40, .12),
        0 15px 35px rgba(0, 0, 0, .4);
}

.discipline-caption {
    position: absolute;

    left: 0;
    bottom: 45px;

    z-index: 3;

    padding: 15px 20px;

    background: rgba(15, 15, 20, .94);

    border-left: 3px solid #F5AE18;
}

.discipline-caption span {
    display: block;

    color: #F5AE18;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .15em;
}

.discipline-caption strong {
    color: #FFFFFF;

    font-size: 17px;
}

.discipline-list {
    margin-top: 28px;

    border-top: 1px solid rgba(255, 255, 255, .08);
}

.discipline-item {
    display: flex;
    align-items: center;

    gap: 18px;

    padding: 17px 5px;

    border-bottom: 1px solid rgba(255, 255, 255, .07);

    transition:
        padding .3s ease,
        background .3s ease;
}

.discipline-item span {
    width: 30px;

    color: #666670;

    font-size: 10px;

    font-weight: 800;
}

.discipline-item strong {
    flex: 1;

    color: #D8D8DC;

    font-size: 13px;
}

.discipline-item i {
    color: #5F5F68;

    transition: all .3s ease;
}

.discipline-item:hover {
    padding-left: 12px;
}

.discipline-item:hover strong {
    color: #FFFFFF;
}

.discipline-item:hover span,
.discipline-item:hover i {
    color: #F5AE18;
}


/* ============================================================
                       CREATIVE ENVIRONMENT
                       IMAGES ONLY HERE
                       ============================================================ */

.environment-section {
    padding: 120px 0;

    background: #0B0B0D;
}

.environment-grid {
    display: grid;

    grid-template-columns: 1.4fr .6fr;

    gap: 18px;

    margin-top: 55px;
}

.environment-main,
.environment-small {
    position: relative;

    overflow: hidden;

    border-radius: 25px;

    border: 1px solid rgba(255, 255, 255, .08);
}

.environment-main {
    min-height: 560px;
}

.environment-main img,
.environment-small img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform .7s ease;
}

.environment-main:hover img,
.environment-small:hover img {
    transform: scale(1.05);
}

.environment-side {
    display: grid;

    grid-template-rows: 1fr 1fr;

    gap: 18px;
}

.environment-small {
    min-height: 270px;
}

.environment-overlay {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    padding: 35px;

    background:
        linear-gradient(to top,
            rgba(0, 0, 0, .92),
            transparent);
}

.environment-overlay span {
    display: block;

    margin-bottom: 8px;

    color: #F5AE18;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .18em;
}

.environment-overlay strong {
    color: #FFFFFF;

    font-size: 30px;

    line-height: 1.1;

    font-weight: 800;
}

.environment-small-label {
    position: absolute;

    left: 18px;
    bottom: 18px;

    padding: 9px 13px;

    border-radius: 999px;

    background: rgba(10, 10, 13, .85);

    color: #FFFFFF;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: .12em;

    backdrop-filter: blur(12px);
}

.environment-small-label span {
    margin-right: 6px;

    color: #F5AE18;
}

.environment-copy {
    max-width: 850px;

    margin: 35px auto 0;

    text-align: center;
}

.environment-copy p {
    color: #858590;

    font-size: 14px;

    line-height: 1.85;
}


/* ============================================================
                       VISION & MISSION
                       ICON ONLY
                       ============================================================ */

.vision-mission-section {
    padding: 120px 0;

    background: #111114;
}

.vision-card {
    position: relative;

    height: 100%;

    padding: 45px;

    overflow: hidden;

    border-radius: 30px;

    background:
        linear-gradient(145deg,
            #181822,
            #101014);

    border: 1px solid rgba(189, 35, 40, .25);

    box-shadow:
        0 25px 60px rgba(0, 0, 0, .3);
}

.mission-card {
    border-color: rgba(245, 174, 24, .25);
}

.vision-card-number {
    position: absolute;

    right: 25px;
    top: 15px;

    color: rgba(255, 255, 255, .025);

    font-size: 150px;

    line-height: 1;

    font-weight: 900;
}

.vision-card-icon {
    width: 58px;
    height: 58px;

    margin-bottom: 28px;

    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 17px;

    color: #BD2328;

    background: rgba(189, 35, 40, .1);

    border: 1px solid rgba(189, 35, 40, .2);

    font-size: 20px;
}

.vision-card-icon.gold {
    color: #F5AE18;

    background: rgba(245, 174, 24, .1);

    border-color: rgba(245, 174, 24, .2);
}

.vision-card-label {
    margin-bottom: 14px;

    color: #BD2328;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: .17em;
}

.vision-card-label.gold {
    color: #F5AE18;
}

.vision-card h2 {
    max-width: 550px;

    margin-bottom: 25px;

    position: relative;
    z-index: 2;

    color: #FFFFFF;

    font-size: clamp(28px, 3vw, 42px);

    line-height: 1.1;

    font-weight: 900 !important;

    letter-spacing: -.03em;
}

.vision-card h2 span {
    display: block;

    color: #BD2328;
}

.mission-card h2 span {
    color: #F5AE18;
}

.vision-card p {
    max-width: 600px;

    position: relative;
    z-index: 2;

    color: #92929C;

    font-size: 14px;

    line-height: 1.85;
}

.vision-card-line {
    position: absolute;

    left: 45px;
    right: 45px;
    bottom: 28px;

    height: 2px;

    background:
        linear-gradient(90deg,
            #BD2328,
            transparent);
}

.vision-card-line.gold {
    background:
        linear-gradient(90deg,
            #F5AE18,
            transparent);
}


/* ============================================================
                       CORE VALUES
                       ICONS ONLY
                       ============================================================ */

.values-section {
    padding: 120px 0;

    background: #08080A;
}

.value-card {
    position: relative;

    min-height: 275px;

    padding: 28px;

    border-radius: 24px;

    background:
        linear-gradient(145deg,
            #17171F,
            #101014);

    border: 1px solid rgba(255, 255, 255, .08);

    transition:
        transform .35s ease,
        border-color .35s ease,
        box-shadow .35s ease;
}

.value-card:hover {
    transform: translateY(-6px);

    border-color: rgba(189, 35, 40, .45);

    box-shadow:
        0 25px 50px rgba(0, 0, 0, .35);
}

.value-number {
    position: absolute;

    right: 22px;
    top: 20px;

    color: rgba(255, 255, 255, .08);

    font-size: 11px;

    font-weight: 800;
}

.value-icon {
    width: 48px;
    height: 48px;

    margin-bottom: 24px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    color: #BD2328;

    background: rgba(189, 35, 40, .1);

    border: 1px solid rgba(189, 35, 40, .18);

    font-size: 17px;
}

.value-icon.gold {
    color: #F5AE18;

    background: rgba(245, 174, 24, .1);

    border-color: rgba(245, 174, 24, .18);
}

.value-card h3 {
    margin-bottom: 12px;

    color: #FFFFFF;

    font-size: 21px;

    font-weight: 800;
}

.value-card p {
    margin: 0;

    color: #858590;

    font-size: 13px;

    line-height: 1.75;
}


/* ============================================================
                       VALUE CTA
                       ============================================================ */

.value-cta-card {
    min-height: 275px;

    padding: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    border-radius: 24px;

    background:
        radial-gradient(circle at 100% 0%,
            rgba(245, 174, 24, .18),
            transparent 50%),
        linear-gradient(145deg,
            #BD2328,
            #85171B);

    border: 1px solid rgba(255, 255, 255, .12);

    box-shadow:
        0 25px 60px rgba(189, 35, 40, .2);
}

.value-cta-small {
    color: rgba(255, 255, 255, .7);

    font-size: 9px;

    font-weight: 800;

    letter-spacing: .15em;
}

.value-cta-card h3 {
    margin: 15px 0 25px;

    color: #FFFFFF;

    font-size: 28px;

    line-height: 1.15;

    font-weight: 900;
}

.value-cta-card h3 span {
    color: #F5AE18;
}

.value-cta-card a {
    align-self: flex-start;

    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding: 12px 17px;

    border-radius: 999px;

    background: rgba(0, 0, 0, .18);

    border: 1px solid rgba(255, 255, 255, .2);

    color: #FFFFFF;

    font-size: 11px;

    font-weight: 700;

    text-decoration: none;

    transition: all .3s ease;
}

.value-cta-card a:hover {
    background: #FFFFFF;

    color: #BD2328;
}

.value-cta-card a i {
    color: #F5AE18;
}


/* ============================================================
                       FINAL CTA
                       ============================================================ */

.about-final-cta {
    padding: 110px 0;

    background: #0B0B0D;
}

.about-final-cta::before {
    content: "";

    position: absolute;

    width: 700px;
    height: 400px;

    left: 50%;
    top: 35%;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    background:
        radial-gradient(ellipse,
            rgba(189, 35, 40, .2),
            transparent 70%);

    filter: blur(50px);
}

.final-cta-box {
    position: relative;

    padding: 75px 40px;

    text-align: center;

    border-radius: 35px;

    overflow: hidden;

    background:
        linear-gradient(145deg,
            rgba(189, 35, 40, .12),
            rgba(245, 174, 24, .04));

    border: 1px solid rgba(189, 35, 40, .25);

    box-shadow:
        0 30px 80px rgba(0, 0, 0, .35);
}

.final-cta-content {
    max-width: 850px;

    margin: auto;
}

.final-cta-box h2 {
    margin: 20px 0 25px;

    color: #FFFFFF;

    font-size: clamp(36px, 5vw, 60px);

    line-height: 1.05;

    font-weight: 900;

    letter-spacing: -.04em;
}

.final-cta-box h2 span {
    color: #F5AE18;
}

.final-cta-box p {
    max-width: 750px;

    margin: 0 auto 14px;

    color: #92929C;

    font-size: 14px;

    line-height: 1.8;
}

.final-cta-buttons {
    justify-content: center;

    margin-top: 32px;
}


/* ============================================================
                       RESPONSIVE
                       ============================================================ */

@media (min-width: 992px) {
    .about-hero-visual,
    .story-image-wrapper,
    .discipline-image-wrapper,
    .quick-enquiry-card-wrapper {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 5;
    }
}

@media (max-width: 991.98px) {

    .about-hero {
        padding: 90px 0;

        min-height: auto;
    }

    .about-hero-content {
        max-width: 760px;
    }

    .about-hero-visual {
        min-height: 500px;

        margin-top: 20px;
    }

    .about-hero-image {
        max-width: 430px;
    }

    .environment-grid {
        grid-template-columns: 1fr;
    }

    .environment-main {
        min-height: 500px;
    }

    .environment-side {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr;
    }

    .environment-small {
        min-height: 300px;
    }
}


@media (max-width: 767.98px) {

    .about-hero,
    .about-story-section,
    .learn-grow-section,
    .practical-section,
    .animation-vfx-section,
    .environment-section,
    .vision-mission-section,
    .values-section {
        padding: 80px 0;
    }

    .about-hero-title {
        font-size: 42px;
    }

    .about-hero-description {
        font-size: 15px;
    }

    .about-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .about-btn {
        width: 100%;
    }

    .about-hero-visual {
        min-height: 430px;
    }

    .about-hero-image {
        width: 80%;
    }

    .about-story-section .row,
    .practical-section .row,
    .animation-vfx-section .row {
        row-gap: 50px;
    }

    .story-image-wrapper,
    .practical-image-wrapper,
    .discipline-image-wrapper {
        padding: 12px;
    }

    .story-badge {
        right: 0;
        bottom: 30px;
    }

    .about-section-title {
        font-size: 35px;
    }

    .about-mini-stats {
        display: grid;

        grid-template-columns: 1fr;
    }

    .environment-main {
        min-height: 380px;
    }

    .environment-side {
        gap: 12px;
    }

    .environment-small {
        min-height: 220px;
    }

    .environment-overlay {
        padding: 22px;
    }

    .environment-overlay strong {
        font-size: 24px;
    }

    .vision-card {
        min-height: auto;

        padding: 32px;

        padding-bottom: 65px;
    }

    .vision-card-number {
        font-size: 100px;
    }

    .vision-card-line {
        left: 32px;
        right: 32px;
    }

    .final-cta-box {
        padding: 55px 22px;
    }

    .final-cta-box h2 {
        font-size: 38px;
    }
}


@media (max-width: 575.98px) {

    .about-hero {
        padding: 65px 0;
    }

    .about-hero-title {
        font-size: 38px;
    }

    .about-hero-description {
        font-size: 15px;
    }

    .about-hero-visual {
        min-height: 390px;
    }

    .about-hero-image {
        width: 78%;

        border-radius: 24px;
    }

    .about-section-title {
        font-size: 31px;
    }

    .about-copy p {
        font-size: 14px;
    }

    .environment-side {
        grid-template-columns: 1fr;
    }

    .environment-small {
        min-height: 250px;
    }

    .vision-card {
        padding: 28px;
    }

    .final-cta-box h2 {
        font-size: 32px;
    }
}


/* ============================================================
                       ACCESSIBILITY
                       ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .about-hero-image img,
    .story-image img,
    .practical-image img,
    .discipline-image img,
    .environment-main img,
    .environment-small img {
        transition: none;
    }

    .learn-card,
    .value-card {
        transition: none;
    }
}

/* About page Eyes Svg  */

.vision-card-icon {
    width: 70px;
    height: 70px;
}

.eye-draw {
    width: 100%;
    height: 100%;
    color: #BD2328;
}

/* Static eye outline */
.eye-outline {
    stroke-dasharray: none;
    stroke-dashoffset: 0;

    transform-box: fill-box;
    transform-origin: center;
    animation: eyeBlink 4s ease-in-out infinite;
}

/* Static pupil ring */
.eye-pupil-ring {
    stroke-dasharray: none;
    stroke-dashoffset: 0;

    transform-box: fill-box;
    transform-origin: center;
    animation: eyeBlink 4s ease-in-out infinite;
}

/* Eyeball movement */
.eye-ball {
    animation: eyeMovement 4s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

/*
               Eye movement:
               LEFT
               CENTER
               RIGHT
               CENTER
               TOP
               CENTER
               LEFT
            */
@keyframes eyeMovement {

    /* LEFT */
    0% {
        transform: translate(-4px, 0);
    }

    /* CENTER */
    15% {
        transform: translate(0, 0);
    }

    /* RIGHT */
    30% {
        transform: translate(4px, 0);
    }

    /* CENTER */
    45% {
        transform: translate(0, 0);
    }

    /* TOP */
    60% {
        transform: translate(0, -4px);
    }

    /* CENTER */
    75% {
        transform: translate(0, 0);
    }

    /* LEFT */
    90% {
        transform: translate(-4px, 0);
    }

    /* CENTER / restart */
    100% {
        transform: translate(0, 0);
    }
}


/* Blinking effect */
@keyframes eyeBlink {

    /* Normal */
    0%,
    88% {
        transform: scaleY(1);
    }

    /* Close */
    91% {
        transform: scaleY(0.08);
    }

    /* Stay closed briefly */
    93% {
        transform: scaleY(0.08);
    }

    /* Open */
    96%,
    100% {
        transform: scaleY(1);
    }
}

.vision-card-icon {
    width: 70px;
    height: 70px;
}

.target-icon {
    width: 100%;
    height: 100%;
    color: #F5AE18;
}

/* Outer ring */
.target-outer {
    transform-box: fill-box;
    transform-origin: center;
    animation: targetPulse 2s ease-in-out infinite;
}

/* Middle ring */
.target-middle {
    transform-box: fill-box;
    transform-origin: center;
    animation: targetPulse 2s ease-in-out infinite;
    animation-delay: 0.15s;
}

/* Inner ring */
.target-inner {
    transform-box: fill-box;
    transform-origin: center;
    animation: targetPulse 2s ease-in-out infinite;
    animation-delay: 0.3s;
}

/* Center dot */
.target-dot {
    transform-box: fill-box;
    transform-origin: center;
    animation: targetDot 1.2s ease-in-out infinite;
}


/* Target rings pulse */
@keyframes targetPulse {

    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.08);
        opacity: 0.75;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}


/* Center dot */
@keyframes targetDot {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.25);
    }
}

/* =============================  Animation page ===========================  */

.animation-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.animation-page *,
.animation-page *::before,
.animation-page *::after {
    box-sizing: border-box;
}

.animation-page a {
    text-decoration: none;
}

.animation-page p {
    color: #A1A1AA;
}

.animation-page h1,
.animation-page h2,
.animation-page h3,
.animation-page h4 {
    color: #FFFFFF;
}

.animation-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.animation-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.animation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.animation-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.animation-hero {
    min-height: calc(100vh - 80px);
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.animation-hero h1 {
    font-size: clamp(40px, 5.5vw, 74px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .animation-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 17px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .animation-hero .hero-visual {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    /* max-width: 800px; */
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

/* Overview image */

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .8));
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.overview-image-caption h3 {
    margin: 5px 0 0;
    font-size: 24px;
}

.overview-features {
    display: grid;
    gap: 16px;
}

.overview-feature {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .045),
            rgba(255, 255, 255, .015));
    transition: all .35s ease;
}

.overview-feature:hover {
    transform: translateX(6px);
    border-color: rgba(245, 174, 24, .3);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    color: #F5AE18;
    background: rgba(245, 174, 24, .09);
    border: 1px solid rgba(245, 174, 24, .2);
    font-size: 19px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       PROGRAMS
       ========================================================= */

.programs-section {
    background: #09090B;
}

.section-heading {
    margin-bottom: 55px;
}

.section-heading.center {
    text-align: center;
}

.program-card {
    height: 100%;
    border-radius: 26px;
    background: linear-gradient(145deg, #17151F 0%, #0F0F14 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
}

.program-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .11);
    filter: blur(50px);
    top: -80px;
    right: -80px;
    transition: all .5s ease;
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(189, 35, 40, .45);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

.program-card:hover::before {
    transform: scale(1.4);
}

.program-image {
    height: 210px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.07);
}

.program-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 45%,
            #17151F 100%);
}

.program-content {
    padding: 0 30px 30px;
    position: relative;
    z-index: 2;
}

.program-number {
    font-size: 11px;
    font-weight: 900;
    color: #F5AE18;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.program-icon {
    width: 55px;
    height: 55px;
    margin-top: -27px;
    margin-bottom: 18px;
    position: relative;
    z-index: 3;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14121E;
    border: 1px solid rgba(189, 35, 40, .35);
    color: #BD2328;
    font-size: 21px;
}

.program-card h3 {
    font-size: 21px;
    font-weight: 850;
    line-height: 1.2;
    margin-bottom: 7px;
}

.program-card h4 {
    color: #F5AE18;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-card p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 800;
    transition: all .3s ease;
}

.program-link i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.program-card:hover .program-link {
    color: #F5AE18;
}

.program-card:hover .program-link i {
    transform: translateX(5px);
}

/* =========================================================
       PIPELINE
       ========================================================= */

.pipeline-section {
    background: #0B0B0D;
}

.pipeline-wrapper {
    position: relative;
    margin-top: 60px;
}

.pipeline-line {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 47px;
    height: 1px;
    background: linear-gradient(90deg,
            transparent,
            rgba(189, 35, 40, .5),
            rgba(245, 174, 24, .5),
            transparent);
}

.pipeline-step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.pipeline-icon {
    width: 94px;
    height: 94px;
    margin: 0 auto 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #121217;
    border: 1px solid rgba(255, 255, 255, .1);
    color: #F5AE18;
    font-size: 25px;
    box-shadow: 0 0 0 10px #0B0B0D;
    transition: all .35s ease;
}

.pipeline-step:hover .pipeline-icon {
    color: #FFFFFF;
    background: #BD2328;
    border-color: #BD2328;
    box-shadow:
        0 0 0 10px #0B0B0D,
        0 0 35px rgba(189, 35, 40, .35);
    transform: translateY(-5px);
}

.pipeline-step h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}

.pipeline-step p {
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

/* =========================================================
       CAREERS
       ========================================================= */

.career-section {
    background: #09090B;
}

.career-card {
    min-height: 220px;
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    background: #121218;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.career-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -35px;
    bottom: -35px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .06);
    filter: blur(20px);
}

.career-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 174, 24, .3);
    background: #17161E;
}

.career-number {
    color: #BD2328;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .15em;
    margin-bottom: 18px;
}

.career-card h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       VFX IMAGE & ENQUIRY SECTION
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #111116;
    padding: 60px;
}

.vfx-image {
    position: absolute;
    inset: 0;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .35;
}

.vfx-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 50%,
            rgba(13, 13, 17, .6) 0%,
            #0D0D11 80%);
}

.vfx-content {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 20px;
}

.vfx-content p {
    line-height: 1.8;
    font-size: 14px;
}

/* Quick Enquiry Card (Animation Page) */
.quick-enquiry-card-wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.quick-enquiry-card {
    position: relative;
    background: #111118;
    border: 1px solid rgba(189, 35, 40, 0.45);
    border-radius: 28px;
    padding: 36px 30px;
    box-shadow: 0 0 50px -10px rgba(189, 35, 40, 0.25), 0 25px 60px rgba(0, 0, 0, 0.85);
    overflow: hidden;
}

.quick-enquiry-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 140px;
    background: radial-gradient(circle, rgba(189, 35, 40, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.28);
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quick-enquiry-pill i {
    color: #F5AE18;
    font-size: 12px;
}

.quick-enquiry-header h3 {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #FFFFFF;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.quick-enquiry-header p {
    color: #92929C;
    font-size: 13.5px;
    margin-bottom: 24px;
}

.quick-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #171722;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 0 16px;
    height: 52px;
    margin-bottom: 14px;
    gap: 14px;
    transition: all 0.25s ease;
}

.quick-input-group:focus-within {
    border-color: rgba(189, 35, 40, 0.6);
    background: #1B1B29;
    box-shadow: 0 0 0 3px rgba(189, 35, 40, 0.18);
}

.quick-input-icon {
    color: #6B7280;
    font-size: 15px;
    width: 18px;
    min-width: 18px;
    text-align: center;
    flex-shrink: 0;
    margin: 0;
    transition: color 0.2s ease;
}

.quick-input-group:focus-within .quick-input-icon {
    color: #F5AE18;
}

.quick-input-control {
    flex: 1 1 auto;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.quick-input-control::placeholder {
    color: #6B7280;
    font-size: 13.5px;
    opacity: 1;
}

.quick-select-control {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 25px;
}

.quick-select-control option {
    background: #171722;
    color: #FFFFFF;
    padding: 10px;
}

.quick-select-arrow {
    position: absolute;
    right: 16px;
    color: #6B7280;
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    width: 100%;
    height: 52px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #BD2328 0%, #D32F2F 100%);
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.45);
    transition: all 0.25s ease;
    cursor: pointer;
}

.quick-submit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #D32F2F 0%, #BD2328 100%);
    box-shadow: 0 14px 30px rgba(189, 35, 40, 0.65);
    color: #FFFFFF;
}

.quick-submit-btn:active {
    transform: translateY(0);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    color: #92929C;
    font-size: 12px;
}

.quick-trust-badge i {
    color: #F5AE18;
    font-size: 13px;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #09090B;
}

.twelfth-card {
    border-radius: 30px;
    padding: 55px;
    background:
        linear-gradient(135deg,
            rgba(189, 35, 40, .12),
            rgba(245, 174, 24, .04)),
        #111116;
    border: 1px solid rgba(189, 35, 40, .18);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.twelfth-card h2 {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    margin-bottom: 17px;
    position: relative;
}

.twelfth-card p {
    max-width: 760px;
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 1.85;
    position: relative;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       WHY MAAC
       ========================================================= */

.why-section {
    background: #0B0B0D;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 35, 40, .1);
    color: #BD2328;
}

.why-item h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #09090B;
}

.portfolio-stage {
    min-height: 520px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #111116;
    position: relative;
    overflow: hidden;
    padding: 25px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    height: 100%;
}

.portfolio-tile {
    height: 220px;
    border-radius: 18px;
    background: #1C1A24;
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.portfolio-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .65));
}

.portfolio-tile:hover {
    transform: scale(1.025);
    border-color: rgba(245, 174, 24, .4);
    z-index: 5;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 15px;
    bottom: 13px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
}

.portfolio-copy {
    padding-left: 35px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.faq-question i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.faq-answer {
    display: none;
    padding: 0 24px 23px;
}

.faq-answer p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.faq-item.active {
    border-color: rgba(189, 35, 40, .3);
    background: rgba(189, 35, 40, .035);
}

.faq-item.active .faq-question {
    color: #F5AE18;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    display: block;
}

/* =========================================================
       CTA
       ========================================================= */

.final-cta-section {
    background: #08080A;
    position: relative;
    padding: 110px 0 90px;
}

.cta-box {
    position: relative;
    padding: 75px 45px;
    border-radius: 32px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(189, 35, 40, .25);
    background:
        radial-gradient(circle at 50% 0%,
            rgba(189, 35, 40, .18),
            transparent 55%),
        #111116;
}

.cta-box h2 {
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 20px;
}

.cta-box>p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 45px;
}

.enquiry-wrapper {
    margin: 0 auto;
    text-align: left;
}

.cta-box .enquiry-wrapper {
    position: relative;
    z-index: 4;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width:1199px) {

    .hero-image-frame {
        width: 350px;
        height: 440px;
    }

    .hero-orbit {
        width: 390px;
        height: 390px;
    }

    .hero-card-one {
        left: -15px;
    }

    .hero-card-two {
        right: -15px;
    }
}

@media (max-width:991px) {

    .animation-section {
        padding: 75px 0;
    }

    .animation-hero {
        padding: 65px 0;
    }

    .hero-visual {
        margin-top: 30px;
    }

    .pipeline-line {
        display: none;
    }

    .pipeline-wrapper {
        row-gap: 45px;
    }

    .vfx-content {
        padding: 50px;
    }

    .vfx-image::after {
        background:
            linear-gradient(180deg,
                rgba(13, 13, 17, .35),
                rgba(13, 13, 17, .95));
    }

    .why-intro {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .portfolio-copy {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media (max-width:767px) {

    .animation-container {
        width: min(100% - 30px, 1320px);
    }

    .animation-section {
        padding: 65px 0;
    }

    .animation-hero {
        min-height: auto;
        padding: 55px 0 70px;
    }

    .animation-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .program-image {
        height: 190px;
    }

    .program-content {
        padding: 0 26px 26px;
    }

    .pipeline-icon {
        width: 76px;
        height: 76px;
    }

    .vfx-panel {
        min-height: 620px;
    }

    .vfx-content {
        padding: 35px 27px;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-box {
        padding: 50px 22px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .animation-page *,
    .animation-page *::before,
    .animation-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ============================== APP Blade Page  ==================================*/

body {
    overflow-x: visible;
}

h1,
.h1 {
    font-size: clamp(36px, 5.5vw, 74px);
    font-weight: 900 !important;
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 74px !important;
    }
}

/* Navbar & Dropdown Styles */
.navbar-maac .dropdown-menu {
    background: #14141B !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 1rem;
    padding: 0.6rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.navbar-maac .dropdown-item {
    color: rgba(255, 255, 255, 0.85);
    border-radius: 0.65rem;
    padding: 0.55rem 0.75rem;
    font-size: 13px;
    transition: all 0.2s ease;
}

.navbar-maac .dropdown-item:hover,
.navbar-maac .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #F5AE18;
}

/* Desktop Dropdown Submenu (Flyout) */
@media (min-width: 992px) {
    .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        animation: navMenuFadeIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .dropdown-submenu-menu {
        position: absolute;
        top: -8px;
        left: 100%;
        margin-left: 8px;
        display: none;
        min-width: 320px;
        background: #14141B !important;
        border: 1px solid rgba(255, 255, 255, 0.14) !important;
        border-radius: 1rem;
        padding: 0.65rem;
        box-shadow: 0 25px 60px -10px rgba(0, 0, 0, 0.9);
        z-index: 1055;
    }

    /* Invisible bridge to prevent mouse leaving hover zone */
    .dropdown-submenu .dropdown-submenu-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: -12px;
        width: 14px;
        height: 100%;
        background: transparent;
    }

    .dropdown-submenu:hover>.dropdown-submenu-menu {
        display: block;
        animation: submenuSlideIn 0.22s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }

    .dropdown-submenu:hover>.submenu-toggle {
        background: rgba(255, 255, 255, 0.08);
        color: #F5AE18;
    }

    .dropdown-submenu:hover>.submenu-toggle .submenu-arrow {
        color: #F5AE18 !important;
        transform: translateX(3px);
    }
}

@keyframes navMenuFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes submenuSlideIn {
    from {
        opacity: 0;
        transform: translateX(-8px) scale(0.98);
    }

    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

/* Course Submenu Card Item */
.submenu-course-card {
    display: block;
    padding: 0.55rem 0.75rem;
    border-radius: 0.65rem;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.submenu-course-card:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(189, 35, 40, 0.35);
    transform: translateX(3px);
    color: #ffffff;
}

.submenu-course-card:hover .course-title {
    color: #F5AE18 !important;
}

.hover-white:hover {
    color: #ffffff !important;
}

/* Mobile Offcanvas Drawer & Accordion Styling */
#mobileOffcanvasNav {
    background-color: #0E0E14 !important;
    width: 330px;
    max-width: 88vw;
    z-index: 1060;
}

#mobileOffcanvasNav .offcanvas-body {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

#mobileOffcanvasNav .offcanvas-body::-webkit-scrollbar {
    width: 4px;
}

#mobileOffcanvasNav .offcanvas-body::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

#mobileOffcanvasNav .collapse {
    visibility: visible !important;
}

#mobileOffcanvasNav .collapse:not(.show) {
    display: none !important;
}

#mobileOffcanvasNav .collapse.show {
    display: block !important;
    visibility: visible !important;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.65rem 0.85rem;
    border-radius: 0.75rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus,
.mobile-nav-link.active {
    background: rgba(255, 255, 255, 0.08);
    color: #F5AE18;
}

.mobile-chevron {
    transition: transform 0.25s ease;
    display: inline-block;
}

[data-bs-toggle="collapse"]:not(.collapsed) .mobile-chevron {
    transform: rotate(180deg);
}

.mobile-cat-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.75rem;
    padding: 0.65rem;
    margin-bottom: 0.5rem;
    transition: border-color 0.2s ease;
}

.mobile-sub-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.38rem 0.55rem;
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.8rem;
    text-decoration: none;
    transition: all 0.15s ease;
}

.mobile-sub-link:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
}

/* =============================== Digital Content Creation ================================ */

.dcc-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.dcc-page *,
.dcc-page *::before,
.dcc-page *::after {
    box-sizing: border-box;
}

.dcc-page a {
    text-decoration: none;
}

.dcc-page p {
    color: #A1A1AA;
}

.dcc-page h1,
.dcc-page h2,
.dcc-page h3,
.dcc-page h4 {
    color: #FFFFFF;
}

.animation-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.animation-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND & GLOWS
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.animation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.animation-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.animation-hero {
    min-height: calc(100vh - 80px);
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.animation-hero h1 {
    font-size: clamp(40px, 5.5vw, 74px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .animation-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 17px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .animation-hero .hero-visual {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .8));
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.overview-image-caption h3 {
    margin: 5px 0 0;
    font-size: 24px;
}

.overview-features {
    display: grid;
    gap: 16px;
}

.overview-feature {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .045),
            rgba(255, 255, 255, .015));
    transition: all .35s ease;
}

.overview-feature:hover {
    transform: translateX(6px);
    border-color: rgba(245, 174, 24, .3);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    color: #F5AE18;
    background: rgba(245, 174, 24, .09);
    border: 1px solid rgba(245, 174, 24, .2);
    font-size: 19px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       PROGRAMS
       ========================================================= */

.programs-section {
    background: #09090B;
}

.section-heading {
    margin-bottom: 55px;
}

.section-heading.center {
    text-align: center;
}

.program-card {
    height: 100%;
    border-radius: 26px;
    background: linear-gradient(145deg, #17151F 0%, #0F0F14 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
}

.program-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .11);
    filter: blur(50px);
    top: -80px;
    right: -80px;
    transition: all .5s ease;
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .5);
}

.program-card:hover::before {
    background: rgba(245, 174, 24, .15);
}

.program-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.program-card:hover .program-image img {
    transform: scale(1.08);
}

.program-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, #13121A 100%);
}

.program-content {
    padding: 0 32px 32px;
    position: relative;
}

.program-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1B1926;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 20px;
    margin-top: -29px;
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.program-number {
    color: #BD2328;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.program-content h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
}

.program-content h4 {
    font-size: 13px;
    color: #F5AE18;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-content p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    transition: gap .3s ease, color .3s ease;
}

.program-link i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.program-card:hover .program-link i {
    transform: translateX(4px);
}

/* =========================================================
       SKILLS PIPELINE (WHAT WILL YOU LEARN)
       ========================================================= */

.pipeline-section {
    background: #0B0B0D;
}

.dcc-skill-card {
    background: linear-gradient(145deg, #15131E 0%, #0F0E15 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.dcc-skill-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.dcc-skill-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.2);
    color: #F5AE18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.dcc-skill-card:hover .dcc-skill-icon {
    background: #BD2328;
    color: #FFFFFF;
    border-color: #BD2328;
    transform: scale(1.05);
}

.dcc-skill-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.dcc-skill-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #A1A1AA;
}

/* =========================================================
       CAREER OPPORTUNITIES
       ========================================================= */

.career-section {
    background: #09090B;
}

.career-card {
    padding: 30px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.career-card:hover {
    border-color: rgba(189, 35, 40, .4);
    transform: translateY(-5px);
    background: #171421;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
}

.career-number {
    font-size: 12px;
    font-weight: 900;
    color: #BD2328;
    letter-spacing: .12em;
    margin-bottom: 14px;
}

.career-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       MULTIMEDIA PANEL (WITH FORM)
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .09);
    padding: 50px 40px;
}

.vfx-image {
    position: absolute;
    inset: 0;
    opacity: .35;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vfx-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%,
            rgba(11, 11, 13, .95) 0%,
            rgba(11, 11, 13, .82) 45%,
            rgba(11, 11, 13, .92) 100%);
}

.vfx-content {
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 18px;
}

.vfx-content p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 14px;
}

/* Quick Enquiry Card Styles */
.quick-enquiry-card-wrapper {
    position: relative;
    z-index: 10;
}

.quick-enquiry-card {
    background: rgba(18, 16, 26, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 30px 25px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.quick-enquiry-card:hover {
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.7), 0 0 40px rgba(189, 35, 40, 0.15);
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(245, 174, 24, 0.1);
    border: 1px solid rgba(245, 174, 24, 0.25);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #F5AE18;
    margin-bottom: 12px;
}

.quick-enquiry-pill i {
    font-size: 10px;
    color: #F5AE18;
}

.quick-enquiry-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.quick-enquiry-header p {
    font-size: 12px;
    color: #A1A1AA;
    margin-bottom: 18px;
}

.quick-input-group {
    position: relative;
    margin-bottom: 12px;
}

.quick-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #F5AE18;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
}

.quick-input-control {
    width: 100%;
    padding: 11px 14px 11px 38px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.quick-input-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12.5px;
}

.quick-input-control:focus {
    background: rgba(255, 255, 255, 0.07);
    border-color: #F5AE18;
    box-shadow: 0 0 0 3px rgba(245, 174, 24, 0.15);
}

.quick-select-control {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.quick-select-control option {
    background: #14121E;
    color: #FFFFFF;
    padding: 8px;
}

.quick-select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(135deg, #BD2328 0%, #9E1B20 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.35);
    margin-top: 6px;
}

.quick-submit-btn:hover {
    background: linear-gradient(135deg, #d3272d 0%, #b31f24 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(189, 35, 40, 0.5);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.45);
}

.quick-trust-badge i {
    color: #F5AE18;
    font-size: 11px;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #09090B;
}

.twelfth-card {
    border-radius: 30px;
    padding: 55px;
    background:
        linear-gradient(135deg,
            rgba(189, 35, 40, .12),
            rgba(245, 174, 24, .04)),
        #111116;
    border: 1px solid rgba(189, 35, 40, .18);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.twelfth-card h2 {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    margin-bottom: 17px;
    position: relative;
}

.twelfth-card p {
    max-width: 760px;
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 1.85;
    position: relative;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       WHY MAAC (STICKY IMAGE)
       ========================================================= */

.why-section {
    background: #0B0B0D;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 16px;
}

.why-item h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #09090B;
}

.portfolio-stage {
    padding: 20px;
    border-radius: 30px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.portfolio-tile {
    height: 175px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(8, 8, 10, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.portfolio-copy {
    padding-left: 20px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 15px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item.active {
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.faq-question {
    width: 100%;
    padding: 22px 26px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
}

.faq-question i {
    color: #F5AE18;
    font-size: 14px;
    transition: transform .3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.16, 1, .3, 1), padding .3s ease;
    padding: 0 26px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-bottom: 22px;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* =========================================================
       FINAL CTA
       ========================================================= */

.final-cta-section {
    background: #08080A;
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 991px) {
    .animation-hero {
        padding: 55px 0 70px;
    }

    .animation-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .program-image {
        height: 190px;
    }

    .program-content {
        padding: 0 26px 26px;
    }

    .vfx-panel {
        padding: 35px 20px;
    }

    .vfx-content {
        padding: 10px 0;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .dcc-page *,
    .dcc-page *::before,
    .dcc-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ============================ Game Design Page ======================== */

.game-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.game-page *,
.game-page *::before,
.game-page *::after {
    box-sizing: border-box;
}

.game-page a {
    text-decoration: none;
}

.game-page p {
    color: #A1A1AA;
}

.game-page h1,
.game-page h2,
.game-page h3,
.game-page h4 {
    color: #FFFFFF;
}

.animation-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.animation-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND & GLOWS
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.animation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.animation-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.animation-hero {
    min-height: calc(100vh - 80px);
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.animation-hero h1 {
    font-size: clamp(40px, 5.2vw, 74px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .animation-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 16.5px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .animation-hero .hero-visual {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(8, 8, 10, .85) 100%);
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 3;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.overview-image-caption h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.overview-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    height: 100%;
}

.overview-feature {
    padding: 28px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-feature:hover {
    border-color: rgba(245, 174, 24, .35);
    transform: translateY(-4px);
    background: #161420;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 18px;
    margin-bottom: 18px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       PROGRAMS (CARDS)
       ========================================================= */

.programs-section {
    background: #08080A;
}

.section-heading.center {
    text-align: center;
    margin-bottom: 60px;
}

.program-card {
    border-radius: 28px;
    background: #13121A;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(189, 35, 40, .45);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
}

.program-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.08);
}

.program-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, #13121A 100%);
}

.program-content {
    padding: 0 32px 32px;
    position: relative;
}

.program-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1B1926;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 20px;
    margin-top: -29px;
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.program-number {
    color: #BD2328;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.program-content h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 6px;
}

.program-content h4 {
    font-size: 13px;
    color: #F5AE18;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-content p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    transition: gap .3s ease, color .3s ease;
}

.program-link i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.program-card:hover .program-link i {
    transform: translateX(4px);
}

/* =========================================================
       SKILLS PIPELINE (WHAT WILL YOU LEARN)
       ========================================================= */

.pipeline-section {
    background: #0B0B0D;
}

.game-skill-card {
    background: linear-gradient(145deg, #15131E 0%, #0F0E15 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.game-skill-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.game-skill-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.2);
    color: #F5AE18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.game-skill-card:hover .game-skill-icon {
    background: #BD2328;
    color: #FFFFFF;
    border-color: #BD2328;
    transform: scale(1.05);
}

.game-skill-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.game-skill-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #A1A1AA;
}

/* =========================================================
       CAREER OPPORTUNITIES
       ========================================================= */

.career-section {
    background: #09090B;
}

.career-card {
    padding: 30px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.career-card:hover {
    border-color: rgba(189, 35, 40, .4);
    transform: translateY(-5px);
    background: #171421;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
}

.career-number {
    font-size: 12px;
    font-weight: 900;
    color: #BD2328;
    letter-spacing: .12em;
    margin-bottom: 14px;
}

.career-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       MULTIMEDIA / REAL-TIME PANEL (WITH FORM)
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #121019;
    padding: 60px;
}

.vfx-image {
    position: absolute;
    inset: 0;
    opacity: .2;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vfx-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(189, 35, 40, .35), transparent 60%);
    pointer-events: none;
}

.vfx-content {
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.vfx-content p {
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Quick Enquiry Form on Real-Time Panel */
.quick-enquiry-card-wrapper {
    position: relative;
    z-index: 6;
}

.quick-enquiry-card {
    background: linear-gradient(165deg, rgba(26, 23, 38, 0.95) 0%, rgba(15, 14, 22, 0.98) 100%);
    border: 1px solid rgba(245, 174, 24, 0.25);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(245, 174, 24, 0.12);
    border: 1px solid rgba(245, 174, 24, 0.3);
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.quick-enquiry-header h3 {
    font-size: 21px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.quick-enquiry-header p {
    font-size: 12.5px;
    color: #A1A1AA;
    margin-bottom: 20px;
}

.quick-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.quick-input-icon {
    position: absolute;
    left: 16px;
    color: #F5AE18;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
}

.quick-input-control {
    width: 100%;
    padding: 13px 16px 13px 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.quick-input-control:focus {
    border-color: #F5AE18;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(245, 174, 24, 0.15);
}

.quick-input-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.quick-select-control {
    appearance: none;
    cursor: pointer;
}

.quick-select-control option {
    background: #181622;
    color: #FFFFFF;
}

.quick-select-arrow {
    position: absolute;
    right: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #BD2328 0%, #9E1B20 100%);
    border: none;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.35);
    margin-top: 4px;
}

.quick-submit-btn:hover {
    background: linear-gradient(135deg, #D42B31 0%, #BD2328 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(189, 35, 40, 0.45);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #71717A;
    font-size: 11px;
    margin-top: 8px;
}

.quick-trust-badge i {
    color: #10B981;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #08080A;
}

.twelfth-card {
    padding: 60px;
    border-radius: 35px;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(245, 174, 24, .12),
            transparent 50%),
        #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
}

.twelfth-card h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.twelfth-card p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 820px;
    margin-bottom: 16px;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       WHY MAAC (STICKY IMAGE)
       ========================================================= */

.why-section {
    background: #0B0B0D;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 16px;
}

.why-item h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #09090B;
}

.portfolio-stage {
    padding: 20px;
    border-radius: 30px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.portfolio-tile {
    height: 175px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(8, 8, 10, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.portfolio-copy {
    padding-left: 20px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 15px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item.active {
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.faq-question {
    width: 100%;
    padding: 22px 26px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    transition: color .3s ease;
}

.faq-item.active .faq-question span {
    color: #F5AE18;
}

.faq-question i {
    color: #F5AE18;
    font-size: 13px;
    transition: transform .3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 26px 24px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* =========================================================
       FINAL CTA
       ========================================================= */

.final-cta-section {
    padding: 120px 0;
    background:
        radial-gradient(circle at 50% 50%,
            rgba(189, 35, 40, .2),
            transparent 50%),
        #08080A;
    text-align: center;
    position: relative;
}

.final-cta-section h2 {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin-bottom: 20px;
}

.final-cta-section p {
    max-width: 650px;
    margin: 0 auto 35px;
    font-size: 16px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 991px) {
    .animation-hero {
        padding: 55px 0 70px;
    }

    .animation-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .overview-features {
        grid-template-columns: 1fr;
    }

    .program-image {
        height: 190px;
    }

    .program-content {
        padding: 0 26px 26px;
    }

    .vfx-panel {
        padding: 35px 20px;
    }

    .vfx-content {
        padding: 10px 0;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .game-page *,
    .game-page *::before,
    .game-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}



/*==================================== Motion Graphics And Broadcast ======================================== */

.motion-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.motion-page *,
.motion-page *::before,
.motion-page *::after {
    box-sizing: border-box;
}

.motion-page a {
    text-decoration: none;
}

.motion-page p {
    color: #A1A1AA;
}

.motion-page h1,
.motion-page h2,
.motion-page h3,
.motion-page h4 {
    color: #FFFFFF;
}

.animation-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.animation-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND & GLOWS
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.animation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.animation-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.animation-hero {
    min-height: calc(100vh - 80px);
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.animation-hero h1 {
    font-size: clamp(40px, 5.2vw, 74px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .animation-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 16.5px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .animation-hero .hero-visual {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(8, 8, 10, .85) 100%);
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 3;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.overview-image-caption h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.overview-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    height: 100%;
}

.overview-feature {
    padding: 28px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-feature:hover {
    border-color: rgba(245, 174, 24, .35);
    transform: translateY(-4px);
    background: #161420;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 18px;
    margin-bottom: 18px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       PROGRAMS (CARDS)
       ========================================================= */

.programs-section {
    background: #08080A;
}

.section-heading.center {
    text-align: center;
    margin-bottom: 60px;
}

.program-card {
    border-radius: 28px;
    background: #13121A;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(189, 35, 40, .45);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
}

.program-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.08);
}

.program-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, #13121A 100%);
}

.program-content {
    padding: 0 32px 32px;
    position: relative;
}

.program-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1B1926;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 20px;
    margin-top: -29px;
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.program-number {
    color: #BD2328;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.program-content h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 6px;
}

.program-content h4 {
    font-size: 13px;
    color: #F5AE18;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-content p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    transition: gap .3s ease, color .3s ease;
}

.program-link i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.program-card:hover .program-link i {
    transform: translateX(4px);
}

/* =========================================================
       SKILLS PIPELINE (WHAT WILL YOU LEARN)
       ========================================================= */

.pipeline-section {
    background: #0B0B0D;
}

.motion-skill-card {
    background: linear-gradient(145deg, #15131E 0%, #0F0E15 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.motion-skill-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.motion-skill-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.2);
    color: #F5AE18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.motion-skill-card:hover .motion-skill-icon {
    background: #BD2328;
    color: #FFFFFF;
    border-color: #BD2328;
    transform: scale(1.05);
}

.motion-skill-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.motion-skill-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #A1A1AA;
}

/* =========================================================
       CAREER OPPORTUNITIES
       ========================================================= */

.career-section {
    background: #09090B;
}

.career-card {
    padding: 30px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.career-card:hover {
    border-color: rgba(189, 35, 40, .4);
    transform: translateY(-5px);
    background: #171421;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
}

.career-number {
    font-size: 12px;
    font-weight: 900;
    color: #BD2328;
    letter-spacing: .12em;
    margin-bottom: 14px;
}

.career-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       BROADCAST PANEL (WITH FORM)
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #121019;
    padding: 60px;
}

.vfx-image {
    position: absolute;
    inset: 0;
    opacity: .2;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vfx-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(189, 35, 40, .35), transparent 60%);
    pointer-events: none;
}

.vfx-content {
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.vfx-content p {
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Quick Enquiry Form on Real-Time Panel */
.quick-enquiry-card-wrapper {
    position: relative;
    z-index: 6;
}

.quick-enquiry-card {
    background: linear-gradient(165deg, rgba(26, 23, 38, 0.95) 0%, rgba(15, 14, 22, 0.98) 100%);
    border: 1px solid rgba(245, 174, 24, 0.25);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(245, 174, 24, 0.12);
    border: 1px solid rgba(245, 174, 24, 0.3);
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.quick-enquiry-header h3 {
    font-size: 21px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.quick-enquiry-header p {
    font-size: 12.5px;
    color: #A1A1AA;
    margin-bottom: 20px;
}

.quick-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.quick-input-icon {
    position: absolute;
    left: 16px;
    color: #F5AE18;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
}

.quick-input-control {
    width: 100%;
    padding: 13px 16px 13px 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.quick-input-control:focus {
    border-color: #F5AE18;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(245, 174, 24, 0.15);
}

.quick-input-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.quick-select-control {
    appearance: none;
    cursor: pointer;
}

.quick-select-control option {
    background: #181622;
    color: #FFFFFF;
}

.quick-select-arrow {
    position: absolute;
    right: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #BD2328 0%, #9E1B20 100%);
    border: none;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.35);
    margin-top: 4px;
}

.quick-submit-btn:hover {
    background: linear-gradient(135deg, #D42B31 0%, #BD2328 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(189, 35, 40, 0.45);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #71717A;
    font-size: 11px;
    margin-top: 8px;
}

.quick-trust-badge i {
    color: #10B981;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #08080A;
}

.twelfth-card {
    padding: 60px;
    border-radius: 35px;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(245, 174, 24, .12),
            transparent 50%),
        #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
}

.twelfth-card h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.twelfth-card p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 820px;
    margin-bottom: 16px;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       WHY MAAC (STICKY IMAGE)
       ========================================================= */

.why-section {
    background: #0B0B0D;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 16px;
}

.why-item h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #09090B;
}

.portfolio-stage {
    padding: 20px;
    border-radius: 30px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.portfolio-tile {
    height: 175px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(8, 8, 10, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.portfolio-copy {
    padding-left: 20px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 15px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item.active {
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.faq-question {
    width: 100%;
    padding: 22px 26px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    transition: color .3s ease;
}

.faq-item.active .faq-question span {
    color: #F5AE18;
}

.faq-question i {
    color: #F5AE18;
    font-size: 13px;
    transition: transform .3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 26px 24px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* =========================================================
       FINAL CTA
       ========================================================= */

.final-cta-section {
    padding: 120px 0;
    background:
        radial-gradient(circle at 50% 50%,
            rgba(189, 35, 40, .2),
            transparent 50%),
        #08080A;
    text-align: center;
    position: relative;
}

.final-cta-section h2 {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin-bottom: 20px;
}

.final-cta-section p {
    max-width: 650px;
    margin: 0 auto 35px;
    font-size: 16px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 991px) {
    .animation-hero {
        padding: 55px 0 70px;
    }

    .animation-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .overview-features {
        grid-template-columns: 1fr;
    }

    .program-image {
        height: 190px;
    }

    .program-content {
        padding: 0 26px 26px;
    }

    .vfx-panel {
        padding: 35px 20px;
    }

    .vfx-content {
        padding: 10px 0;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .motion-page *,
    .motion-page *::before,
    .motion-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}


/* ======================================== Short Terms Courses ============================ */

.short-term-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.short-term-page *,
.short-term-page *::before,
.short-term-page *::after {
    box-sizing: border-box;
}

.short-term-page a {
    text-decoration: none;
}

.short-term-page p {
    color: #A1A1AA;
}

.short-term-page h1,
.short-term-page h2,
.short-term-page h3,
.short-term-page h4 {
    color: #FFFFFF;
}

.animation-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.animation-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND & GLOWS
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.animation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.animation-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.animation-hero {
    min-height: calc(100vh - 80px);
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.animation-hero h1 {
    font-size: clamp(40px, 5.2vw, 74px);
    line-height: 1.04;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .animation-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 16.5px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 18px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .animation-hero .hero-visual {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(8, 8, 10, .85) 100%);
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 3;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}

.overview-image-caption h3 {
    font-size: 24px;
    font-weight: 800;
    margin: 0;
}

.overview-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    height: 100%;
}

.overview-feature {
    padding: 28px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.overview-feature:hover {
    border-color: rgba(245, 174, 24, .35);
    transform: translateY(-4px);
    background: #161420;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 18px;
    margin-bottom: 18px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 8px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       PROGRAMS (CARDS)
       ========================================================= */

.programs-section {
    background: #08080A;
}

.section-heading.center {
    text-align: center;
    margin-bottom: 60px;
}

.program-card {
    border-radius: 28px;
    background: #13121A;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    transition: all .4s cubic-bezier(0.16, 1, 0.3, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(189, 35, 40, .45);
    box-shadow: 0 30px 60px rgba(0, 0, 0, .5);
}

.program-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.program-card:hover .program-image img {
    transform: scale(1.08);
}

.program-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, #13121A 100%);
}

.program-content {
    padding: 0 32px 32px;
    position: relative;
}

.program-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1B1926;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 20px;
    margin-top: -29px;
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.program-number {
    color: #BD2328;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.program-content h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 6px;
}

.program-content h4 {
    font-size: 13px;
    color: #F5AE18;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-content p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    transition: gap .3s ease, color .3s ease;
}

.program-link i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.program-card:hover .program-link i {
    transform: translateX(4px);
}

/* =========================================================
       SKILLS PIPELINE (WHAT WILL YOU LEARN)
       ========================================================= */

.pipeline-section {
    background: #0B0B0D;
}

.short-skill-card {
    background: linear-gradient(145deg, #15131E 0%, #0F0E15 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.short-skill-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.short-skill-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.2);
    color: #F5AE18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.short-skill-card:hover .short-skill-icon {
    background: #BD2328;
    color: #FFFFFF;
    border-color: #BD2328;
    transform: scale(1.05);
}

.short-skill-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.short-skill-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #A1A1AA;
}

/* =========================================================
       CAREER OPPORTUNITIES
       ========================================================= */

.career-section {
    background: #09090B;
}

.career-card {
    padding: 30px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.career-card:hover {
    border-color: rgba(189, 35, 40, .4);
    transform: translateY(-5px);
    background: #171421;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
}

.career-number {
    font-size: 12px;
    font-weight: 900;
    color: #BD2328;
    letter-spacing: .12em;
    margin-bottom: 14px;
}

.career-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       MEDIA PANEL (WITH FORM)
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #121019;
    padding: 60px;
}

.vfx-image {
    position: absolute;
    inset: 0;
    opacity: .2;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vfx-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(189, 35, 40, .35), transparent 60%);
    pointer-events: none;
}

.vfx-content {
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.vfx-content p {
    font-size: 14.5px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Quick Enquiry Form on Real-Time Panel */
.quick-enquiry-card-wrapper {
    position: relative;
    z-index: 6;
}

.quick-enquiry-card {
    background: linear-gradient(165deg, rgba(26, 23, 38, 0.95) 0%, rgba(15, 14, 22, 0.98) 100%);
    border: 1px solid rgba(245, 174, 24, 0.25);
    border-radius: 28px;
    padding: 32px 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(245, 174, 24, 0.12);
    border: 1px solid rgba(245, 174, 24, 0.3);
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
}

.quick-enquiry-header h3 {
    font-size: 21px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.quick-enquiry-header p {
    font-size: 12.5px;
    color: #A1A1AA;
    margin-bottom: 20px;
}

.quick-enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.quick-input-icon {
    position: absolute;
    left: 16px;
    color: #F5AE18;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
}

.quick-input-control {
    width: 100%;
    padding: 13px 16px 13px 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.quick-input-control:focus {
    border-color: #F5AE18;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 0 3px rgba(245, 174, 24, 0.15);
}

.quick-input-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.quick-select-control {
    appearance: none;
    cursor: pointer;
}

.quick-select-control option {
    background: #181622;
    color: #FFFFFF;
}

.quick-select-arrow {
    position: absolute;
    right: 16px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    background: linear-gradient(135deg, #BD2328 0%, #9E1B20 100%);
    border: none;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.35);
    margin-top: 4px;
}

.quick-submit-btn:hover {
    background: linear-gradient(135deg, #D42B31 0%, #BD2328 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(189, 35, 40, 0.45);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #71717A;
    font-size: 11px;
    margin-top: 8px;
}

.quick-trust-badge i {
    color: #10B981;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #08080A;
}

.twelfth-card {
    padding: 60px;
    border-radius: 35px;
    background:
        radial-gradient(circle at 85% 20%,
            rgba(245, 174, 24, .12),
            transparent 50%),
        #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
}

.twelfth-card h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.twelfth-card p {
    font-size: 15px;
    line-height: 1.85;
    max-width: 820px;
    margin-bottom: 16px;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       WHY MAAC (STICKY IMAGE)
       ========================================================= */

.why-section {
    background: #0B0B0D;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 16px;
}

.why-item h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #09090B;
}

.portfolio-stage {
    padding: 20px;
    border-radius: 30px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.portfolio-tile {
    height: 175px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(8, 8, 10, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.portfolio-copy {
    padding-left: 20px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 15px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item.active {
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.faq-question {
    width: 100%;
    padding: 22px 26px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
    transition: color .3s ease;
}

.faq-item.active .faq-question span {
    color: #F5AE18;
}

.faq-question i {
    color: #F5AE18;
    font-size: 13px;
    transition: transform .3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 26px 24px;
    display: none;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* =========================================================
       FINAL CTA
       ========================================================= */

.final-cta-section {
    padding: 120px 0;
    background:
        radial-gradient(circle at 50% 50%,
            rgba(189, 35, 40, .2),
            transparent 50%),
        #08080A;
    text-align: center;
    position: relative;
}

.final-cta-section h2 {
    font-size: clamp(36px, 4.5vw, 60px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.08;
    margin-bottom: 20px;
}

.final-cta-section p {
    max-width: 650px;
    margin: 0 auto 35px;
    font-size: 16px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 991px) {
    .animation-hero {
        padding: 55px 0 70px;
    }

    .animation-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .overview-features {
        grid-template-columns: 1fr;
    }

    .program-image {
        height: 190px;
    }

    .program-content {
        padding: 0 26px 26px;
    }

    .vfx-panel {
        padding: 35px 20px;
    }

    .vfx-content {
        padding: 10px 0;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .short-term-page *,
    .short-term-page *::before,
    .short-term-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ============================ Visual Effects page =============================== */

.vfx-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.vfx-page *,
.vfx-page *::before,
.vfx-page *::after {
    box-sizing: border-box;
}

.vfx-page a {
    text-decoration: none;
}

.vfx-page p {
    color: #A1A1AA;
}

.vfx-page h1,
.vfx-page h2,
.vfx-page h3,
.vfx-page h4 {
    color: #FFFFFF;
}

.animation-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.animation-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND & GLOWS
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.animation-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.animation-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.animation-hero {
    min-height: calc(100vh - 80px);
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.animation-hero h1 {
    font-size: clamp(40px, 5.5vw, 74px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .animation-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 17px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .animation-hero .hero-visual {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
    }
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
}

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .8));
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.overview-image-caption h3 {
    margin: 5px 0 0;
    font-size: 24px;
}

.overview-features {
    display: grid;
    gap: 16px;
}

.overview-feature {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .045),
            rgba(255, 255, 255, .015));
    transition: all .35s ease;
}

.overview-feature:hover {
    transform: translateX(6px);
    border-color: rgba(245, 174, 24, .3);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    color: #F5AE18;
    background: rgba(245, 174, 24, .09);
    border: 1px solid rgba(245, 174, 24, .2);
    font-size: 19px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       PROGRAMS
       ========================================================= */

.programs-section {
    background: #09090B;
}

.section-heading {
    margin-bottom: 55px;
}

.section-heading.center {
    text-align: center;
}

.program-card {
    height: 100%;
    border-radius: 26px;
    background: linear-gradient(145deg, #17151F 0%, #0F0F14 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
}

.program-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .11);
    filter: blur(50px);
    top: -80px;
    right: -80px;
    transition: all .5s ease;
}

.program-card:hover {
    transform: translateY(-8px);
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 35px 80px rgba(0, 0, 0, .5);
}

.program-card:hover::before {
    background: rgba(245, 174, 24, .15);
}

.program-image {
    height: 220px;
    position: relative;
    overflow: hidden;
}

.program-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.program-card:hover .program-image img {
    transform: scale(1.08);
}

.program-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, #13121A 100%);
}

.program-content {
    padding: 0 32px 32px;
    position: relative;
}

.program-icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #1B1926;
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 20px;
    margin-top: -29px;
    margin-bottom: 22px;
    position: relative;
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .45);
}

.program-number {
    color: #BD2328;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.program-content h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 6px;
}

.program-content h4 {
    font-size: 13px;
    color: #F5AE18;
    font-weight: 700;
    margin-bottom: 15px;
}

.program-content p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 22px;
}

.program-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 800;
    transition: gap .3s ease, color .3s ease;
}

.program-link i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.program-card:hover .program-link i {
    transform: translateX(4px);
}

/* =========================================================
       SKILLS PIPELINE (WHAT WILL YOU LEARN)
       ========================================================= */

.pipeline-section {
    background: #0B0B0D;
}

.vfx-skill-card {
    background: linear-gradient(145deg, #15131E 0%, #0F0E15 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 26px 22px;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
}

.vfx-skill-card:hover {
    transform: translateY(-6px);
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.vfx-skill-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.2);
    color: #F5AE18;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.vfx-skill-card:hover .vfx-skill-icon {
    background: #BD2328;
    color: #FFFFFF;
    border-color: #BD2328;
    transform: scale(1.05);
}

.vfx-skill-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #FFFFFF;
}

.vfx-skill-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
    color: #A1A1AA;
}

/* =========================================================
       CAREER OPPORTUNITIES
       ========================================================= */

.career-section {
    background: #09090B;
}

.career-card {
    padding: 30px;
    border-radius: 22px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .35s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.career-card:hover {
    border-color: rgba(189, 35, 40, .4);
    transform: translateY(-5px);
    background: #171421;
    box-shadow: 0 25px 50px rgba(0, 0, 0, .35);
}

.career-number {
    font-size: 12px;
    font-weight: 900;
    color: #BD2328;
    letter-spacing: .12em;
    margin-bottom: 14px;
}

.career-card h3 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
}

.career-card p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       VFX + ANIMATION PANEL (WITH FORM)
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .09);
    padding: 50px 40px;
}

.vfx-image {
    position: absolute;
    inset: 0;
    opacity: .35;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vfx-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%,
            rgba(11, 11, 13, .95) 0%,
            rgba(11, 11, 13, .82) 45%,
            rgba(11, 11, 13, .92) 100%);
}

.vfx-content {
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(32px, 3.8vw, 48px);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 18px;
}

.vfx-content p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 14px;
}

/* Quick Enquiry Card Styles */
.quick-enquiry-card-wrapper {
    position: relative;
    z-index: 10;
}

.quick-enquiry-card {
    background: rgba(18, 16, 26, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 24px;
    padding: 30px 25px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.quick-enquiry-card:hover {
    border-color: rgba(245, 174, 24, 0.35);
    box-shadow: 0 35px 70px rgba(0, 0, 0, 0.7), 0 0 40px rgba(189, 35, 40, 0.15);
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(245, 174, 24, 0.1);
    border: 1px solid rgba(245, 174, 24, 0.25);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #F5AE18;
    margin-bottom: 12px;
}

.quick-enquiry-pill i {
    font-size: 10px;
    color: #F5AE18;
}

.quick-enquiry-header h3 {
    font-size: 20px;
    font-weight: 800;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.quick-enquiry-header p {
    font-size: 12px;
    color: #A1A1AA;
    margin-bottom: 18px;
}

.quick-input-group {
    position: relative;
    margin-bottom: 12px;
}

.quick-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #F5AE18;
    font-size: 13px;
    pointer-events: none;
    z-index: 2;
}

.quick-input-control {
    width: 100%;
    padding: 11px 14px 11px 38px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    transition: all 0.25s ease;
}

.quick-input-control::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12.5px;
}

.quick-input-control:focus {
    background: rgba(255, 255, 255, 0.07);
    border-color: #F5AE18;
    box-shadow: 0 0 0 3px rgba(245, 174, 24, 0.15);
}

.quick-select-control {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.quick-select-control option {
    background: #14121E;
    color: #FFFFFF;
    padding: 8px;
}

.quick-select-arrow {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    width: 100%;
    padding: 13px 20px;
    background: linear-gradient(135deg, #BD2328 0%, #9E1B20 100%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    color: #FFFFFF;
    font-size: 13.5px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.35);
    margin-top: 6px;
}

.quick-submit-btn:hover {
    background: linear-gradient(135deg, #d3272d 0%, #b31f24 100%);
    transform: translateY(-2px);
    box-shadow: 0 15px 35px rgba(189, 35, 40, 0.5);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 10px;
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.45);
}

.quick-trust-badge i {
    color: #F5AE18;
    font-size: 11px;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #09090B;
}

.twelfth-card {
    border-radius: 30px;
    padding: 55px;
    background:
        linear-gradient(135deg,
            rgba(189, 35, 40, .12),
            rgba(245, 174, 24, .04)),
        #111116;
    border: 1px solid rgba(189, 35, 40, .18);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.twelfth-card h2 {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    margin-bottom: 17px;
    position: relative;
}

.twelfth-card p {
    max-width: 760px;
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 1.85;
    position: relative;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       WHY MAAC (STICKY IMAGE)
       ========================================================= */

.why-section {
    background: #0B0B0D;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(245, 174, 24, .1);
    border: 1px solid rgba(245, 174, 24, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5AE18;
    font-size: 16px;
}

.why-item h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #09090B;
}

.portfolio-stage {
    padding: 20px;
    border-radius: 30px;
    background: #121019;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.portfolio-tile {
    height: 175px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 12px;
    bottom: 12px;
    padding: 6px 12px;
    border-radius: 50px;
    background: rgba(8, 8, 10, .8);
    border: 1px solid rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    font-size: 10px;
    font-weight: 800;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.portfolio-copy {
    padding-left: 20px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 15px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 860px;
    margin: 0 auto;
}

.faq-item {
    border-radius: 20px;
    background: #13111C;
    border: 1px solid rgba(255, 255, 255, .08);
    margin-bottom: 14px;
    overflow: hidden;
    transition: all .3s ease;
}

.faq-item.active {
    border-color: rgba(245, 174, 24, .35);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .35);
}

.faq-question {
    width: 100%;
    padding: 22px 26px;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    text-align: left;
}

.faq-question span {
    font-size: 16px;
    font-weight: 800;
    color: #FFFFFF;
}

.faq-question i {
    color: #F5AE18;
    font-size: 14px;
    transition: transform .3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s cubic-bezier(.16, 1, .3, 1), padding .3s ease;
    padding: 0 26px;
}

.faq-item.active .faq-answer {
    max-height: 300px;
    padding-bottom: 22px;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
}

/* =========================================================
       FINAL CTA
       ========================================================= */

.final-cta-section {
    background: #08080A;
    position: relative;
    overflow: hidden;
    padding: 110px 0;
}

.cta-box {
    border-radius: 35px;
    padding: 70px 40px;
    background:
        linear-gradient(135deg,
            rgba(189, 35, 40, .18),
            rgba(245, 174, 24, .05)),
        #111116;
    border: 1px solid rgba(189, 35, 40, .25);
    text-align: center;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 40px 100px rgba(0, 0, 0, .6);
}

.cta-box h2 {
    font-size: clamp(34px, 4.5vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 18px;
}

.cta-box p {
    max-width: 650px;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin-bottom: 45px;
}

.enquiry-wrapper {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 991px) {
    .animation-hero {
        padding: 55px 0 70px;
    }

    .animation-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .program-image {
        height: 190px;
    }

    .program-content {
        padding: 0 26px 26px;
    }

    .vfx-panel {
        padding: 35px 20px;
    }

    .vfx-content {
        padding: 10px 0;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-box {
        padding: 50px 22px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .vfx-page *,
    .vfx-page *::before,
    .vfx-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ========================= 3D & Real-Time Design ======================== */

.rt-page {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #222222;
}

.rt-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* =========================================================
       HERO
    ========================================================= */

.rt-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 75% 25%, rgba(189, 35, 40, 0.22), transparent 30%),
        radial-gradient(circle at 95% 80%, rgba(245, 124, 32, 0.18), transparent 28%),
        linear-gradient(135deg, #08090c 0%, #111318 52%, #1b1c21 100%);
    color: #ffffff;
    isolation: isolate;
}

.rt-hero::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -180px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: -1;
}

.rt-hero::after {
    content: "";
    position: absolute;
    width: 700px;
    height: 700px;
    right: -280px;
    top: -270px;
    border: 1px solid rgba(189, 35, 40, 0.14);
    border-radius: 50%;
    z-index: -1;
}

.rt-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 60px;
    align-items: center;
}

.rt-hero-content {
    position: relative;
    z-index: 2;
}

.rt-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 15px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.05);
    color: #f3f3f3;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.rt-eyebrow span {
    width: 8px;
    height: 8px;
    background: #BD2328;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(189, 35, 40, 0.8);
}

.rt-hero h1 {
    margin: 0 0 10px;
    font-size: clamp(48px, 7vw, 92px);
    line-height: 0.92;
    font-weight: 900;
    letter-spacing: -4px;
    text-transform: uppercase;
}

.rt-hero h2 {
    margin: 0 0 22px;
    max-width: 650px;
    color: #f2f2f2;
    font-size: clamp(23px, 3vw, 38px);
    line-height: 1.15;
    font-weight: 700;
}

.rt-hero h3 {
    margin: 0 0 18px;
    color: #BD2328;
    font-size: 22px;
    font-weight: 800;
}

.rt-hero-description {
    max-width: 650px;
    margin-bottom: 28px;
    color: #c7c7c7;
    font-size: 17px;
    line-height: 1.8;
}

.rt-hero-description strong {
    color: #ffffff;
}

.rt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 30px;
}

.rt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: 0.3s ease;
}

.rt-btn-primary {
    background: #BD2328;
    color: #ffffff;
    box-shadow: 0 12px 30px rgba(189, 35, 40, 0.25);
}

.rt-btn-primary:hover {
    background: #a91e23;
    color: #ffffff;
    transform: translateY(-2px);
}

.rt-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.04);
    color: #ffffff;
}

.rt-btn-outline:hover {
    background: #ffffff;
    color: #111111;
}

.rt-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.rt-stat {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.04);
    color: #dddddd;
    font-size: 13px;
    font-weight: 700;
}

.rt-stat strong {
    color: #ffffff;
}

/* Hero visual */

.rt-hero-visual {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rt-hero-image-wrap {
    position: relative;
    width: 100%;
    max-width: 540px;
    aspect-ratio: 0.95;
    border-radius: 20px;
    overflow: hidden;
    background: #18191e;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(-5deg) rotateX(2deg);
}

.rt-hero-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rt-hero-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.65)),
        linear-gradient(135deg, rgba(189, 35, 40, 0.08), transparent 50%);
}

.rt-floating-card {
    position: absolute;
    left: -35px;
    bottom: 55px;
    z-index: 4;
    width: 190px;
    padding: 18px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    color: #222222;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.28);
}

.rt-floating-card small {
    display: block;
    margin-bottom: 5px;
    color: #777777;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.rt-floating-card strong {
    display: block;
    color: #BD2328;
    font-size: 25px;
    line-height: 1;
}

/* =========================================================
       COMMON
    ========================================================= */

.rt-section {
    padding: 100px 0;
}

.rt-section-dark {
    background: #101114;
    color: #ffffff;
}

.rt-section-soft {
    background: #f6f6f6;
}

.rt-section-red {
    position: relative;
    background:
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.12), transparent 25%),
        linear-gradient(135deg, #8f171b 0%, #BD2328 55%, #8f171b 100%);
    color: #ffffff;
    overflow: hidden;
}

.rt-section-red::after {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -180px;
    bottom: -260px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
}

.rt-section-heading {
    max-width: 750px;
    margin: 0 auto 55px;
    text-align: center;
}

.rt-section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rt-kicker {
    display: inline-block;
    margin-bottom: 12px;
    color: #BD2328;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.rt-section-dark .rt-kicker,
.rt-section-red .rt-kicker {
    color: #ff7b80;
}

.rt-section-heading h2 {
    margin: 0 auto 16px;
    color: #1d1d1f;
    font-size: clamp(34px, 4.5vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    text-align: center;
}

.rt-section-dark .rt-section-heading h2,
.rt-section-red .rt-section-heading h2 {
    color: #ffffff;
}

.rt-section-heading p {
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
}

.rt-section-dark .rt-section-heading p {
    color: #aaaaaa;
}

.rt-section-red .rt-section-heading p {
    color: rgba(255, 255, 255, 0.82);
}

/* =========================================================
       OVERVIEW
    ========================================================= */

.rt-overview-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.rt-overview-image {
    position: relative;
    min-height: 510px;
    border-radius: 18px;
    overflow: hidden;
    background: #dedede;
}

.rt-overview-image img {
    width: 100%;
    height: 100%;
    min-height: 510px;
    object-fit: cover;
}

.rt-overview-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(189, 35, 40, 0.2), transparent 55%);
}

.rt-number-box {
    position: absolute;
    right: 25px;
    bottom: 25px;
    z-index: 2;
    padding: 20px 22px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
}

.rt-number-box strong {
    display: block;
    color: #BD2328;
    font-size: 38px;
    line-height: 1;
}

.rt-number-box span {
    color: #555555;
    font-size: 12px;
    font-weight: 700;
}

.rt-overview-content h2 {
    margin: 0 0 20px;
    color: #1d1d1f;
    font-size: clamp(35px, 4vw, 54px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
}

.rt-overview-content p {
    margin: 0 0 18px;
    color: #626262;
    font-size: 16px;
    line-height: 1.85;
}

.rt-highlight {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.rt-highlight-item {
    padding: 17px;
    border-left: 3px solid #BD2328;
    background: #f6f6f6;
}

.rt-highlight-item strong {
    display: block;
    margin-bottom: 4px;
    color: #222222;
    font-size: 14px;
}

.rt-highlight-item span {
    color: #777777;
    font-size: 12px;
}

/* =========================================================
       CURRICULUM CARDS
    ========================================================= */

.rt-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.rt-card {
    position: relative;
    min-height: 310px;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    transition: 0.35s ease;
}

.rt-card:hover {
    transform: translateY(-8px);
    border-color: #BD2328;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.10);
}

.rt-card-number {
    margin-bottom: 40px;
    color: #BD2328;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
}

.rt-card-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #f7e7e8;
    color: #BD2328;
    font-size: 21px;
}

.rt-card h3 {
    margin: 0 0 12px;
    color: #222222;
    font-size: 21px;
    font-weight: 800;
}

.rt-card p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}

.rt-card-line {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 120px;
    height: 120px;
    border: 1px solid #f0d4d5;
    border-radius: 50%;
}

/* =========================================================
       DARK CURRICULUM
    ========================================================= */

.rt-dark-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.rt-dark-card {
    padding: 26px;
    min-height: 235px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    background: #18191d;
    transition: 0.3s ease;
}

.rt-dark-card:hover {
    background: #202126;
    transform: translateY(-5px);
    border-color: rgba(189, 35, 40, 0.6);
}

.rt-dark-card .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(189, 35, 40, 0.14);
    color: #ff686d;
    font-size: 18px;
}

.rt-dark-card h3 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
}

.rt-dark-card p {
    margin: 0;
    color: #999999;
    font-size: 13px;
    line-height: 1.7;
}

/* =========================================================
       REAL TIME FEATURE
    ========================================================= */

.rt-realtime {
    position: relative;
    padding: 120px 0;
    background: #08090b;
    color: #ffffff;
}

.rt-realtime-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.rt-realtime-content h2 {
    margin: 0 0 20px;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.rt-realtime-content>p {
    margin: 0 0 30px;
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1.8;
}

.rt-realtime-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.rt-realtime-item {
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: #111216;
}

.rt-realtime-item strong {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 14px;
}

.rt-realtime-item span {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 1.5;
}

.rt-unreal-visual {
    position: relative;
    min-height: 550px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #15161a;
}

.rt-unreal-visual img {
    width: 100%;
    height: 100%;
    min-height: 550px;
    object-fit: cover;
}

.rt-unreal-badge {
    position: absolute;
    left: 25px;
    top: 25px;
    padding: 12px 16px;
    border-radius: 7px;
    background: #BD2328;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.rt-unreal-bottom {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
    padding: 22px;
    border-radius: 10px;
    background: rgba(8, 9, 11, 0.82);
    backdrop-filter: blur(12px);
}

.rt-unreal-bottom strong {
    display: block;
    margin-bottom: 5px;
    font-size: 21px;
}

.rt-unreal-bottom span {
    color: #bbbbbb;
    font-size: 13px;
}

/* =========================================================
       TOOLS
    ========================================================= */

.rt-tools {
    background: #f5f5f5;
}

.rt-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.rt-tool {
    min-height: 75px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #ffffff;
    color: #303030;
    font-size: 14px;
    font-weight: 750;
    transition: 0.3s ease;
}

.rt-tool:hover {
    border-color: #BD2328;
    color: #BD2328;
    transform: translateY(-3px);
}

.rt-tool i {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border-radius: 7px;
    background: #f7e7e8;
    color: #BD2328;
    font-size: 14px;
}

/* =========================================================
       INDUSTRIES
    ========================================================= */

.rt-industry-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

.rt-industry {
    position: relative;
    min-height: 230px;
    padding: 25px;
    display: flex;
    align-items: flex-end;
    border-radius: 12px;
    overflow: hidden;
    background: #222222;
    color: #ffffff;
}

.rt-industry img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.68;
    transition: 0.4s ease;
}

.rt-industry::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.88));
}

.rt-industry:hover img {
    transform: scale(1.08);
    opacity: 0.82;
}

.rt-industry-content {
    position: relative;
    z-index: 2;
}

.rt-industry h3 {
    margin: 0 0 5px;
    font-size: 20px;
}

.rt-industry p {
    margin: 0;
    color: #cccccc;
    font-size: 12px;
}

/* =========================================================
       WHY CHOOSE
    ========================================================= */

.rt-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.rt-why-card {
    padding: 30px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
}

.rt-why-card .number {
    display: block;
    margin-bottom: 25px;
    color: #BD2328;
    font-size: 13px;
    font-weight: 900;
}

.rt-why-card h3 {
    margin: 0 0 10px;
    font-size: 19px;
}

.rt-why-card p {
    margin: 0;
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
}

/* =========================================================
       WHO IS THIS FOR
    ========================================================= */

.rt-who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.rt-who-image {
    min-height: 500px;
    border-radius: 18px;
    overflow: hidden;
}

.rt-who-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.rt-check-list {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

.rt-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.rt-check i {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f7e7e8;
    color: #BD2328;
    font-size: 11px;
}

.rt-check span {
    color: #444444;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
       CAREER DIRECTIONS
    ========================================================= */

.rt-career-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.rt-career-card {
    padding: 25px;
    min-height: 175px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #18191d;
}

.rt-career-card h3 {
    margin: 0 0 8px;
    color: #ffffff;
    font-size: 17px;
}

.rt-career-card p {
    margin: 0;
    color: #929292;
    font-size: 13px;
    line-height: 1.6;
}

/* =========================================================
       PORTFOLIO CTA
    ========================================================= */

.rt-portfolio {
    padding: 100px 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42)),
    url('{{ asset(' assets/images/courses/3d-realtime/portfolio-bg.webp') }}') center/cover no-repeat;
    color: #ffffff;
}

.rt-portfolio-inner {
    max-width: 780px;
}

.rt-portfolio h2 {
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -2px;
}

.rt-portfolio p {
    margin: 0 0 28px;
    color: #d0d0d0;
    font-size: 16px;
    line-height: 1.8;
}

/* =========================================================
       FAQ
    ========================================================= */

.rt-faq {
    max-width: 900px;
    margin: 0 auto;
}

.rt-faq-item {
    border-bottom: 1px solid #dddddd;
}

.rt-faq-question {
    width: 100%;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background: transparent;
    color: #222222;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    font-weight: 800;
}

.rt-faq-question i {
    color: #BD2328;
    transition: 0.3s ease;
}

.rt-faq-answer {
    display: none;
    padding: 0 40px 25px 0;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.8;
}

.rt-faq-item.active .rt-faq-answer {
    display: block;
}

.rt-faq-item.active .rt-faq-question i {
    transform: rotate(45deg);
}

/* =========================================================
       FINAL CTA
    ========================================================= */

.rt-final-cta {
    padding: 80px 0;
    background: #BD2328;
    color: #ffffff;
    text-align: center;
}

.rt-final-cta h2 {
    margin: 0 0 15px;
    font-size: clamp(35px, 5vw, 60px);
    font-weight: 900;
    letter-spacing: -2px;
}

.rt-final-cta p {
    max-width: 650px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
}

.rt-final-cta .rt-btn {
    background: #ffffff;
    color: #BD2328;
}

.rt-final-cta .rt-btn:hover {
    background: #111111;
    color: #ffffff;
}

/* =========================================================
       RESPONSIVE
    ========================================================= */

@media (max-width: 1100px) {

    .rt-hero-grid,
    .rt-overview-grid,
    .rt-realtime-grid,
    .rt-who-grid {
        gap: 40px;
    }

    .rt-dark-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rt-industry-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .rt-tools-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 900px) {

    .rt-hero {
        min-height: auto;
        padding: 100px 0 80px;
    }

    .rt-hero-grid,
    .rt-overview-grid,
    .rt-realtime-grid,
    .rt-who-grid {
        grid-template-columns: 1fr;
    }

    .rt-hero-visual {
        min-height: 450px;
    }

    .rt-hero-image-wrap {
        max-width: 600px;
        margin: 0 auto;
    }

    .rt-card-grid,
    .rt-career-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rt-industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rt-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {

    .rt-container {
        width: min(100% - 28px, 1180px);
    }

    .rt-section,
    .rt-realtime {
        padding: 70px 0;
    }

    .rt-hero {
        padding: 75px 0 60px;
    }

    .rt-hero h1 {
        font-size: 54px;
        letter-spacing: -2px;
    }

    .rt-hero h2 {
        font-size: 26px;
    }

    .rt-hero-description {
        font-size: 15px;
    }

    .rt-hero-visual {
        min-height: 380px;
    }

    .rt-floating-card {
        left: 10px;
        bottom: 20px;
    }

    .rt-stats {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rt-highlight,
    .rt-realtime-list,
    .rt-card-grid,
    .rt-dark-grid,
    .rt-tools-grid,
    .rt-industry-grid,
    .rt-why-grid,
    .rt-career-grid {
        grid-template-columns: 1fr;
    }

    .rt-overview-image,
    .rt-overview-image img,
    .rt-who-image,
    .rt-who-image img {
        min-height: 360px;
    }

    .rt-section-heading {
        margin-bottom: 35px;
    }

    .rt-section-heading h2,
    .rt-overview-content h2,
    .rt-realtime-content h2 {
        letter-spacing: -1px;
    }

    .rt-btn {
        width: 100%;
    }

    .rt-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .rt-unreal-visual,
    .rt-unreal-visual img {
        min-height: 390px;
    }
}



/* ===============================  AD3D EDGE PLUS NEO =================================*/

.ad3d-page {
    background: #08080A;
    color: #FFFFFF;
    overflow-x: clip;
}

.ad3d-page * {
    box-sizing: border-box;
}

.ad3d-page img {
    max-width: 100%;
    display: block;
}

.ad3d-container {
    width: min(1240px, calc(100% - 40px));
    margin: 0 auto;
}

.ad3d-section {
    position: relative;
    padding: 110px 0;
}

.ad3d-section-light {
    background: #0B0B0E;
    color: #FFFFFF;
}

.ad3d-section-dark {
    background: #08080A;
    color: #FFFFFF;
}

.ad3d-section-soft {
    background: #0E0E12;
    color: #FFFFFF;
}

.ad3d-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #BD2328;
}

.ad3d-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

.ad3d-section-dark .ad3d-eyebrow,
.ad3d-section-light .ad3d-eyebrow,
.ad3d-section-soft .ad3d-eyebrow {
    color: #F5AE18;
}

.ad3d-heading {
    margin: 0;
    font-size: clamp(40px, 5vw, 76px);
    line-height: .98;
    letter-spacing: -3px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-heading span {
    color: #BD2328;
}

.ad3d-heading-gold span {
    color: #F5AE18;
}

.ad3d-description {
    max-width: 700px;
    margin-top: 25px;
    font-size: 17px;
    line-height: 1.8;
    color: #A6A6B0;
}

.ad3d-section-dark .ad3d-description,
.ad3d-section-light .ad3d-description,
.ad3d-section-soft .ad3d-description {
    color: #A6A6B0;
}

.ad3d-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
    transition: .3s ease;
}

.ad3d-btn-primary {
    background: #BD2328;
    color: #FFFFFF;
    border: 1px solid #BD2328;
    box-shadow: 0 15px 35px rgba(189, 35, 40, .25);
}

.ad3d-btn-primary:hover {
    background: #991B20;
    border-color: #991B20;
    color: #FFFFFF;
    transform: translateY(-3px);
    box-shadow: 0 20px 40px rgba(189, 35, 40, .35);
}

.ad3d-btn-outline {
    background: rgba(255, 255, 255, .04);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .2);
    backdrop-filter: blur(10px);
}

.ad3d-btn-outline:hover {
    background: #FFFFFF;
    color: #111111;
    border-color: #FFFFFF;
    transform: translateY(-3px);
}

.ad3d-btn-dark {
    background: #161619;
    color: #FFFFFF;
    border: 1px solid #161619;
}

.ad3d-btn-dark:hover {
    background: #BD2328;
    border-color: #BD2328;
    color: #FFFFFF;
    transform: translateY(-3px);
}


/* =========================================================
               HERO
            ========================================================= */

.ad3d-hero {
    position: relative;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 80% 45%, rgba(189, 35, 40, .18), transparent 30%),
        radial-gradient(circle at 65% 15%, rgba(245, 174, 24, .08), transparent 22%),
        #08080A;
}

.ad3d-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image:
        linear-gradient(#FFFFFF 1px, transparent 1px),
        linear-gradient(90deg, #FFFFFF 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(to right, transparent, black 40%, black 100%);
}

.ad3d-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: start;
}

.ad3d-hero-content {
    padding: 70px 0;
}

.ad3d-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    margin-bottom: 25px;
    border: 1px solid rgba(245, 174, 24, .35);
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(245, 174, 24, .06);
    border-radius: 999px;
}

.ad3d-hero-title {
    margin: 0;
    font-size: clamp(36px, 4.2vw, 58px);
    line-height: 1.1;
    letter-spacing: -2px;
    font-weight: 900;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .ad3d-hero-title {
        font-size: 58px !important;
    }
}

.ad3d-hero-title .red {
    display: inline;
    color: #BD2328;
}

.ad3d-hero-title .gold {
    display: inline;
    color: #F5AE18;
}

.ad3d-hero-subtitle {
    margin-top: 28px;
    max-width: 620px;
    color: #C2C2C7;
    font-size: 18px;
    line-height: 1.75;
}

.ad3d-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}

.ad3d-hero-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 40px;
}

.ad3d-stat {
    width: 100%;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(255, 255, 255, .035);
    backdrop-filter: blur(10px);
    border-radius: 16px;
}

.ad3d-stat strong {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
}

.ad3d-stat span {
    display: block;
    margin-top: 5px;
    color: #8F8F95;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ad3d-hero-visual {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad3d-hero-circle {
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .18);
    box-shadow:
        0 0 80px rgba(189, 35, 40, .12),
        inset 0 0 80px rgba(245, 174, 24, .04);
}

.ad3d-hero-circle::before,
.ad3d-hero-circle::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(189, 35, 40, .18);
}

.ad3d-hero-circle::before {
    inset: 45px;
}

.ad3d-hero-circle::after {
    inset: 100px;
    border-color: rgba(245, 174, 24, .14);
}

.ad3d-hero-image {
    position: relative;
    z-index: 2;
    width: min(600px, 100%);
    max-height: 650px;
    object-fit: contain;
    filter: drop-shadow(0 30px 45px rgba(0, 0, 0, .5));
    animation: ad3dFloat 5s ease-in-out infinite;
}

.ad3d-floating-card {
    position: absolute;
    z-index: 4;
    padding: 16px 22px;
    background: rgba(18, 18, 22, 0.95);
    color: #FFFFFF;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .6);
    border: 1px solid rgba(255, 255, 255, .1);
    border-left: 4px solid #BD2328;
    border-radius: 18px;
    backdrop-filter: blur(12px);
}

.ad3d-floating-card small {
    display: block;
    color: #9A9AA2;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ad3d-floating-card strong {
    display: block;
    margin-top: 4px;
    font-size: 16px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-floating-one {
    left: 5%;
    top: 25%;
    animation: ad3dFloatSmall 4s ease-in-out infinite;
}

.ad3d-floating-two {
    right: 0;
    bottom: 18%;
    border-left: 0;
    border-right: 4px solid #F5AE18;
    animation: ad3dFloatSmall 4.5s ease-in-out infinite reverse;
}

@keyframes ad3dFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

@keyframes ad3dFloatSmall {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}


/* =========================================================
               INTRO SECTION
            ========================================================= */

.ad3d-intro-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 90px;
    align-items: start;
}

.ad3d-image-frame {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    background: #141418;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
}

.ad3d-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    border-radius: 28px;
    transition: transform .7s ease;
}

.ad3d-image-frame:hover img {
    transform: scale(1.04);
}

.ad3d-image-frame::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 20px;
    pointer-events: none;
}

.ad3d-image-label {
    position: absolute;
    z-index: 2;
    left: 25px;
    bottom: 25px;
    padding: 10px 18px;
    background: #BD2328;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(189, 35, 40, .4);
}

.ad3d-intro-content h2 {
    margin-bottom: 25px;
}

.ad3d-highlight {
    margin-top: 35px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-left: 4px solid #F5AE18;
    background: #141419;
    border-radius: 20px;
}

.ad3d-highlight strong {
    display: block;
    margin-bottom: 8px;
    color: #BD2328;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ad3d-highlight p {
    margin: 0;
    color: #A6A6B0;
    line-height: 1.7;
}


/* =========================================================
               PIPELINE
            ========================================================= */

.ad3d-pipeline-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 40px;
    margin-bottom: 55px;
}

.ad3d-pipeline-header .ad3d-description {
    max-width: 470px;
    margin-top: 0;
}

.ad3d-pipeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ad3d-pipeline-card {
    position: relative;
    min-height: 270px;
    padding: 30px;
    background: #121214;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 24px;
    overflow: hidden;
    transition: .35s ease;
}

.ad3d-pipeline-card:hover {
    background: #BD2328;
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(189, 35, 40, .25);
}

.ad3d-pipeline-card:nth-child(even):hover {
    background: #A7191F;
}

.ad3d-pipeline-number {
    position: absolute;
    right: 18px;
    top: 10px;
    color: rgba(255, 255, 255, .04);
    font-size: 80px;
    line-height: 1;
    font-weight: 900;
}

.ad3d-pipeline-icon {
    position: relative;
    z-index: 2;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    border: 1px solid rgba(245, 174, 24, .5);
    color: #F5AE18;
    font-size: 20px;
    border-radius: 16px;
    background: rgba(245, 174, 24, .08);
}

.ad3d-pipeline-card h3 {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-pipeline-card p {
    position: relative;
    z-index: 2;
    margin: 12px 0 0;
    color: #A6A6AC;
    font-size: 14px;
    line-height: 1.65;
}

.ad3d-pipeline-card:hover p {
    color: rgba(255, 255, 255, .8);
}


/* =========================================================
               SKILLS VISUAL SECTION
            ========================================================= */

.ad3d-skills-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 80px;
    align-items: center;
}

.ad3d-skills-image {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
}

.ad3d-skills-image img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 28px;
}

.ad3d-skills-image::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent 50%);
}

.ad3d-skills-image-badge {
    position: absolute;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    padding: 18px 24px;
    background: rgba(20, 20, 25, 0.95);
    backdrop-filter: blur(12px);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}

.ad3d-skills-image-badge strong {
    display: block;
    color: #BD2328;
    font-size: 22px;
    font-weight: 900;
}

.ad3d-skills-image-badge span {
    color: #A0A0A8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ad3d-skill-list {
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.ad3d-skill-item {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    transition: .25s ease;
}

.ad3d-skill-item:hover {
    padding-left: 10px;
}

.ad3d-skill-number {
    color: #BD2328;
    font-size: 12px;
    font-weight: 900;
}

.ad3d-skill-item h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-skill-item p {
    margin: 6px 0 0;
    color: #9A9AA4;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
               CAREERX / CREATORX
            ========================================================= */

.ad3d-track-header {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.ad3d-track-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ad3d-track-card {
    position: relative;
    min-height: 500px;
    padding: 45px;
    overflow: hidden;
    background: #151518;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
}

.ad3d-track-card.creator {
    background: #111111;
}

.ad3d-track-card::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: -100px;
    bottom: -120px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .15);
    filter: blur(20px);
}

.ad3d-track-card.creator::before {
    background: rgba(245, 174, 24, .12);
}

.ad3d-track-label {
    position: relative;
    display: inline-block;
    padding: 7px 16px;
    background: #BD2328;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border-radius: 999px;
}

.ad3d-track-card.creator .ad3d-track-label {
    background: #F5AE18;
    color: #111111;
}

.ad3d-track-card h3 {
    position: relative;
    margin: 35px 0 10px;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.ad3d-track-card h4 {
    position: relative;
    margin: 0;
    color: #B8B8BE;
    font-size: 15px;
    font-weight: 700;
}

.ad3d-track-card ul {
    position: relative;
    margin: 35px 0 0;
    padding: 0;
    list-style: none;
}

.ad3d-track-card li {
    position: relative;
    padding: 13px 0 13px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    color: #BDBDC2;
    font-size: 14px;
}

.ad3d-track-card li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #BD2328;
    font-weight: 900;
}

.ad3d-track-card.creator li::before {
    color: #F5AE18;
}


/* =========================================================
               ADVANCED SKILLS
            ========================================================= */

.ad3d-advanced-grid {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 80px;
    align-items: start;
}

.ad3d-advanced-image {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
}

.ad3d-advanced-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 28px;
}

.ad3d-advanced-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 40px;
}

.ad3d-advanced-item {
    padding: 22px;
    background: #141419;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    transition: .3s ease;
}

.ad3d-advanced-item:hover {
    border-color: #BD2328;
    background: #181820;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .3);
}

.ad3d-advanced-item strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-advanced-item span {
    display: block;
    margin-top: 7px;
    color: #9898A2;
    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
               SOFTWARE
            ========================================================= */

.ad3d-software-header {
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 60px;
    align-items: end;
    margin-bottom: 50px;
}

.ad3d-software-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ad3d-software-card {
    min-height: 135px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #121214;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 18px;
    transition: .3s ease;
}

.ad3d-software-card:hover {
    background: #BD2328;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(189, 35, 40, .25);
}

.ad3d-software-card span {
    color: #77777D;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ad3d-software-card strong {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 900;
}

.ad3d-software-card:hover span {
    color: rgba(255, 255, 255, .65);
}


/* =========================================================
               STORYTELLING
            ========================================================= */

.ad3d-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.ad3d-story-visual {
    position: relative;
    min-height: 600px;
    background: #141418;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
}

.ad3d-story-visual img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 28px;
}

.ad3d-story-number {
    position: absolute;
    right: 25px;
    top: 20px;
    color: rgba(255, 255, 255, .06);
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
}

.ad3d-story-content h2 {
    margin-bottom: 25px;
}

.ad3d-story-points {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ad3d-story-point {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .06);
    border-left: 4px solid #BD2328;
    background: #141419;
    border-radius: 18px;
}

.ad3d-story-point strong {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
}

.ad3d-story-point span {
    display: block;
    margin-top: 5px;
    color: #9A9AA4;
    font-size: 11px;
}


/* =========================================================
               PORTFOLIO
            ========================================================= */

.ad3d-portfolio-header {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 50px;
}

.ad3d-portfolio-grid {
    display: grid;
    grid-template-columns: 1.3fr .7fr .7fr;
    grid-template-rows: 260px 260px;
    gap: 16px;
}

.ad3d-portfolio-item {
    position: relative;
    overflow: hidden;
    background: #161619;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 24px;
}

.ad3d-portfolio-item:first-child {
    grid-row: span 2;
}

.ad3d-portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    transition: .5s ease;
}

.ad3d-portfolio-item:hover img {
    transform: scale(1.06);
}

.ad3d-portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 25px;
    background: linear-gradient(to top, rgba(0, 0, 0, .85), transparent 60%);
    border-radius: 24px;
}

.ad3d-portfolio-overlay span {
    color: #F5AE18;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ad3d-portfolio-overlay strong {
    margin-top: 6px;
    font-size: 22px;
    font-weight: 900;
    color: #FFFFFF;
}


/* =========================================================
               WHY MAAC
            ========================================================= */

.ad3d-why-header {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.ad3d-why-header .ad3d-eyebrow,
.ad3d-faq-header .ad3d-eyebrow,
.ad3d-header-center .ad3d-eyebrow,
.ad3d-final-cta .ad3d-eyebrow {
    justify-content: center;
}

.ad3d-why-header .ad3d-eyebrow::after,
.ad3d-faq-header .ad3d-eyebrow::after,
.ad3d-header-center .ad3d-eyebrow::after,
.ad3d-final-cta .ad3d-eyebrow::after {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

.ad3d-why-header p {
    color: #A0A0AA;
    font-size: 15px;
    line-height: 1.75;
    max-width: 680px;
    margin: 18px auto 0;
    text-align: center;
}

.ad3d-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ad3d-why-card {
    padding: 35px;
    background: #121216;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 24px;
    transition: .3s ease;
}

.ad3d-why-card:hover {
    border-color: #BD2328;
    background: #16161C;
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .4);
}

.ad3d-why-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    background: #BD2328;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 16px;
}

.ad3d-why-card:nth-child(even) .ad3d-why-icon {
    background: #F5AE18;
    color: #111111;
}

.ad3d-why-card h3 {
    margin: 0;
    font-size: 19px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-why-card p {
    margin: 12px 0 0;
    color: #9A9AA4;
    font-size: 13px;
    line-height: 1.7;
}


/* =========================================================
               WHO IS IT FOR
            ========================================================= */

.ad3d-who-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
    align-items: start;
}

.ad3d-who-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.ad3d-who-item {
    padding: 22px 24px;
    background: #141419;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    transition: .3s ease;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.ad3d-who-item i {
    color: #F5AE18;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

.ad3d-who-item span {
    display: block;
    color: #E2E2E8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

.ad3d-who-item strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #FFFFFF;
}

.ad3d-who-item:hover {
    background: #181820;
    border-color: #BD2328;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .4);
}

.ad3d-who-item:hover i {
    color: #BD2328;
}

.ad3d-who-visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    background: #141418;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.ad3d-who-visual img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    border-radius: 28px;
    transition: transform .7s ease;
}

.ad3d-who-visual:hover img {
    transform: scale(1.04);
}

.ad3d-who-badge {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 20px;
    right: 20px;
    padding: 16px 22px;
    background: rgba(18, 18, 22, 0.94);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid #BD2328;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.ad3d-who-badge span {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ad3d-who-badge strong {
    display: block;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 800;
    color: #FFFFFF;
}


/* =========================================================
               CAREERS & ROLES
            ========================================================= */

.ad3d-careers-grid {
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    gap: 70px;
    align-items: start;
}

.ad3d-career-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 25px 0 35px;
}

.ad3d-highlight-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #141419;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    color: #C2C2C8;
    font-size: 12px;
    font-weight: 700;
}

.ad3d-highlight-chip i {
    color: #F5AE18;
}

.ad3d-careers-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 30px;
}

.ad3d-career-card {
    padding: 22px;
    background: #141419;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 3px solid #BD2328;
    border-radius: 18px;
    transition: 0.3s ease;
}

.ad3d-career-card:hover {
    border-color: #BD2328;
    background: #181820;
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.ad3d-career-card h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-career-card p {
    margin: 8px 0 0;
    color: #9A9AA4;
    font-size: 12px;
    line-height: 1.6;
}

.ad3d-careers-visual {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
    background: #141418;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

.ad3d-careers-visual img {
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
    transition: transform 0.7s ease;
}

.ad3d-careers-visual:hover img {
    transform: scale(1.04);
}

.ad3d-careers-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
    pointer-events: none;
}

.ad3d-careers-badge {
    position: absolute;
    z-index: 2;
    left: 25px;
    bottom: 25px;
    right: 25px;
    padding: 22px 26px;
    background: rgba(18, 18, 22, 0.94);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 4px solid #F5AE18;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.ad3d-careers-badge strong {
    display: block;
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
}

.ad3d-careers-badge span {
    display: block;
    margin-top: 6px;
    font-size: 12px;
    color: #A0A0A8;
    line-height: 1.5;
}


/* =========================================================
               FAQ
            ========================================================= */

.ad3d-faq-wrap {
    max-width: 950px;
    margin: 0 auto;
}

.ad3d-faq-header {
    text-align: center;
    margin-bottom: 50px;
}

.ad3d-faq-item {
    border: 1px solid rgba(255, 255, 255, .08);
    background: #121216;
    border-radius: 18px;
    margin-bottom: 14px;
    padding: 0 28px;
    transition: .3s ease;
}

.ad3d-faq-item.active {
    border-color: rgba(245, 174, 24, .3);
    background: #16161C;
}

.ad3d-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border: 0;
    background: transparent;
    color: #FFFFFF;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    transition: .2s ease;
}

.ad3d-faq-question:hover {
    color: #F5AE18;
}

.ad3d-faq-question i {
    color: #BD2328;
    transition: .3s ease;
}

.ad3d-faq-answer {
    display: none;
    padding: 0 0 22px 0;
    color: #A0A0AA;
    font-size: 14px;
    line-height: 1.8;
}

.ad3d-faq-item.active .ad3d-faq-answer {
    display: block;
}

.ad3d-faq-item.active .ad3d-faq-question i {
    transform: rotate(45deg);
    color: #F5AE18;
}

/* =========================================================
   AD3D GENERAL CARDS, GRIDS & SECTIONS
========================================================= */

.ad3d-section {
    position: relative;
    padding: 90px 0;
}

.ad3d-section-dark {
    background: #08080A;
}

.ad3d-section-light {
    background: #0D0D11;
}

.ad3d-section-soft {
    background: #111115;
}

.ad3d-section-heading {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.ad3d-section-heading h2 {
    margin: 10px 0 15px;
    font-size: clamp(28px, 3.5vw, 44px);
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -1px;
}

.ad3d-section-heading h2 span {
    color: #BD2328;
}

.ad3d-section-heading p {
    color: #A0A0AA;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

.ad3d-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ad3d-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ad3d-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ad3d-dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.ad3d-card {
    position: relative;
    padding: 30px;
    background: #131317;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 20px;
    transition: all .35s ease;
    overflow: hidden;
}

.ad3d-card:hover {
    border-color: rgba(189, 35, 40, 0.5);
    background: #181820;
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4), 0 0 30px rgba(189, 35, 40, .15);
}

.ad3d-card-num {
    position: absolute;
    right: 20px;
    top: 15px;
    color: rgba(255, 255, 255, .05);
    font-size: 52px;
    line-height: 1;
    font-weight: 900;
}

.ad3d-card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: rgba(189, 35, 40, 0.12);
    border: 1px solid rgba(189, 35, 40, 0.3);
    color: #BD2328;
    font-size: 19px;
    border-radius: 14px;
}

.ad3d-card:nth-child(even) .ad3d-card-icon {
    background: rgba(245, 174, 24, 0.12);
    border-color: rgba(245, 174, 24, 0.3);
    color: #F5AE18;
}

.ad3d-card h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 900;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.ad3d-card p {
    margin: 10px 0 0;
    color: #A0A0A8;
    font-size: 13.5px;
    line-height: 1.65;
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .ad3d-grid-2,
    .ad3d-grid-3,
    .ad3d-grid-4,
    .ad3d-dual-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .ad3d-grid-2,
    .ad3d-grid-3,
    .ad3d-grid-4,
    .ad3d-dual-grid {
        grid-template-columns: 1fr;
    }
}



/* =========================================================
               FINAL CTA
            ========================================================= */

.ad3d-final-cta {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 75% 50%, rgba(245, 174, 24, .13), transparent 25%),
        radial-gradient(circle at 20% 50%, rgba(189, 35, 40, .2), transparent 30%),
        #08080A;
    text-align: center;
    overflow: hidden;
}

.ad3d-final-cta::before {
    content: "CREATE";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 255, 255, .025);
    font-size: clamp(100px, 18vw, 280px);
    font-weight: 950;
    white-space: nowrap;
}

.ad3d-final-cta-content {
    position: relative;
    z-index: 2;
}

.ad3d-final-cta h2 {
    max-width: 850px;
    margin: 0 auto;
    font-size: clamp(48px, 7vw, 95px);
    line-height: .9;
    letter-spacing: -4px;
    font-weight: 950;
    text-transform: uppercase;
}

.ad3d-final-cta h2 span {
    color: #BD2328;
}

.ad3d-final-cta p {
    max-width: 600px;
    margin: 25px auto 0;
    color: #A8A8AE;
    font-size: 16px;
    line-height: 1.7;
}

.ad3d-final-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 35px;
}


/* =========================================================
               RESPONSIVE
            ========================================================= */

@media (min-width: 992px) {
    .ad3d-hero-visual,
    .ad3d-image-frame,
    .ad3d-advanced-image,
    .ad3d-story-visual,
    .ad3d-who-visual,
    .ad3d-careers-visual,
    .about-hero-visual,
    .story-image-wrapper,
    .discipline-image-wrapper,
    .quick-enquiry-card-wrapper,
    .why-image,
    .career-image,
    .talent-image,
    .apdmd-hero .hero-visual,
    .dgwa-hero-visual,
    .hero-visual,
    .portfolio-stage,
    .blog-visual-card {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 110px !important;
        align-self: start !important;
        z-index: 5;
    }

    [data-aos].aos-animate {
        transform: none !important;
    }
}

@media (max-width: 1100px) {

    .ad3d-hero {
        min-height: auto;
    }

    .ad3d-hero-container {
        grid-template-columns: 1fr;
    }

    .ad3d-hero-content {
        padding-bottom: 20px;
    }

    .ad3d-hero-visual {
        min-height: 550px;
    }

    .ad3d-intro-grid,
    .ad3d-skills-grid,
    .ad3d-advanced-grid,
    .ad3d-story-grid,
    .ad3d-who-grid,
    .ad3d-careers-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .ad3d-pipeline {
        grid-template-columns: repeat(2, 1fr);
    }

    .ad3d-software-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ad3d-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .ad3d-container {
        width: min(100% - 28px, 1240px);
    }

    .ad3d-section {
        padding: 75px 0;
    }

    .ad3d-heading {
        letter-spacing: -2px;
    }

    .ad3d-hero-title {
        font-size: clamp(48px, 15vw, 75px);
        letter-spacing: -3px;
    }

    .ad3d-hero-visual {
        min-height: 430px;
    }

    .ad3d-hero-circle {
        width: 360px;
        height: 360px;
    }

    .ad3d-floating-one {
        left: 0;
    }

    .ad3d-floating-two {
        right: 0;
    }

    .ad3d-image-frame,
    .ad3d-image-frame img,
    .ad3d-skills-image,
    .ad3d-skills-image img,
    .ad3d-advanced-image,
    .ad3d-advanced-image img,
    .ad3d-story-visual,
    .ad3d-story-visual img,
    .ad3d-careers-visual,
    .ad3d-careers-visual img {
        min-height: 400px;
        height: 400px;
    }

    .ad3d-careers-cards {
        grid-template-columns: 1fr;
    }

    .ad3d-pipeline {
        grid-template-columns: 1fr;
    }

    .ad3d-track-grid {
        grid-template-columns: 1fr;
    }

    .ad3d-track-card {
        min-height: auto;
        padding: 30px;
    }

    .ad3d-track-card h3 {
        font-size: 35px;
    }

    .ad3d-advanced-list {
        grid-template-columns: 1fr;
    }

    .ad3d-software-header {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .ad3d-software-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ad3d-portfolio-header,
    .ad3d-pipeline-header {
        display: block;
    }

    .ad3d-portfolio-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 220px 220px 220px;
    }

    .ad3d-portfolio-item:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

    .ad3d-why-grid {
        grid-template-columns: 1fr;
    }

    .ad3d-who-list {
        grid-template-columns: 1fr;
    }

    .ad3d-story-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {

    .ad3d-hero-title {
        font-size: 48px;
    }

    .ad3d-hero-buttons,
    .ad3d-final-buttons {
        flex-direction: column;
    }

    .ad3d-btn {
        width: 100%;
    }

    .ad3d-hero-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .ad3d-stat {
        min-width: 0;
    }

    .ad3d-hero-circle {
        width: 300px;
        height: 300px;
    }

    .ad3d-floating-card {
        padding: 12px;
    }

    .ad3d-floating-card strong {
        font-size: 13px;
    }

    .ad3d-software-grid {
        grid-template-columns: 1fr 1fr;
    }

    .ad3d-portfolio-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 260px 220px 220px;
    }

    .ad3d-portfolio-item:first-child {
        grid-column: auto;
    }

    .ad3d-final-cta h2 {
        letter-spacing: -2px;
    }
}

/* ================================= ADVFX PLUS | VFX ============================== */

.advfx-page {
    background: #111111;
    color: #ffffff;
    overflow: hidden;
    font-family: inherit;
}

.advfx-page * {
    box-sizing: border-box;
}

.advfx-container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.advfx-section {
    position: relative;
    padding: 110px 0;
}

.advfx-section-light {
    background: #f7f7f7;
    color: #222222;
}

.advfx-section-dark {
    background: #111111;
    color: #ffffff;
}

.advfx-section-black {
    background: #080808;
    color: #ffffff;
}

.advfx-orange {
    color: #f57c20;
}

.advfx-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f57c20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.advfx-eyebrow::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #f57c20;
}

.advfx-section-title {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 22px;
    letter-spacing: -1.5px;
}

.advfx-section-subtitle {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.8;
    color: #bcbcbc;
    margin-bottom: 45px;
}

.advfx-section-light .advfx-section-subtitle {
    color: #666666;
}

.advfx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 4px;
    background: #f57c20;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    transition: all .3s ease;
}

.advfx-btn:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.advfx-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
}

.advfx-btn-outline:hover {
    border-color: #f57c20;
    background: #f57c20;
    color: #ffffff;
}


/* =========================================================
       HERO
    ========================================================= */

.advfx-hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgba(8, 8, 8, .98) 0%, rgba(8, 8, 8, .86) 42%, rgba(8, 8, 8, .25) 100%),
    url('{{ asset(' assets/images/vfx/advfx-hero.webp') }}') center/cover no-repeat;
}

.advfx-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 40%, rgba(245, 124, 32, .14), transparent 30%),
        linear-gradient(180deg, transparent 70%, #111111 100%);
    pointer-events: none;
}

.advfx-hero-content {
    position: relative;
    z-index: 2;
    width: 62%;
    padding: 100px 0;
}

.advfx-hero-kicker {
    display: inline-block;
    padding: 9px 15px;
    margin-bottom: 25px;
    border: 1px solid rgba(245, 124, 32, .5);
    background: rgba(245, 124, 32, .08);
    color: #f57c20;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.advfx-hero h1 {
    font-size: clamp(60px, 9vw, 125px);
    line-height: .88;
    letter-spacing: -5px;
    font-weight: 900;
    margin: 0 0 25px;
}

.advfx-hero h1 span {
    color: #f57c20;
}

.advfx-hero h2 {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.15;
    margin: 0 0 25px;
    font-weight: 700;
}

.advfx-hero-text {
    max-width: 720px;
    color: #d2d2d2;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.advfx-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.advfx-meta-item {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .04);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.advfx-meta-item strong {
    color: #f57c20;
}

.advfx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.advfx-hero-scroll {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .7;
    animation: advfxFloat 2s ease-in-out infinite;
}

.advfx-hero-scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #f57c20;
    margin: 10px auto 0;
}


/* =========================================================
       OVERVIEW
    ========================================================= */

.advfx-overview-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.advfx-image-box {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: #1b1b1b;
}

.advfx-image-box img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.advfx-image-box:hover img {
    transform: scale(1.05);
}

.advfx-image-box::after {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(245, 124, 32, .55);
    pointer-events: none;
}

.advfx-overview-content h3 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.advfx-overview-content p {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 20px;
}

.advfx-feature-strip {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-top: 35px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.advfx-feature-item {
    padding: 20px 14px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #dddddd;
}

.advfx-feature-item:last-child {
    border-right: 0;
}

.advfx-feature-item i {
    display: block;
    margin-bottom: 10px;
    color: #f57c20;
    font-size: 22px;
}


/* =========================================================
       SKILL SECTIONS
    ========================================================= */

.advfx-skill-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 55px;
}

.advfx-skill-heading p {
    max-width: 500px;
    margin: 0;
    color: #aaaaaa;
    line-height: 1.8;
}

.advfx-skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #333333;
}

.advfx-skill-card {
    min-height: 280px;
    position: relative;
    padding: 32px;
    background: #151515;
    overflow: hidden;
    transition: all .35s ease;
}

.advfx-skill-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #f57c20;
    transition: width .4s ease;
}

.advfx-skill-card:hover::before {
    width: 100%;
}

.advfx-skill-card:hover {
    background: #1c1c1c;
    transform: translateY(-5px);
}

.advfx-skill-number {
    font-size: 12px;
    color: #f57c20;
    font-weight: 800;
    letter-spacing: 1px;
}

.advfx-skill-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 25px;
    border: 1px solid rgba(245, 124, 32, .35);
    color: #f57c20;
    font-size: 22px;
}

.advfx-skill-card h3 {
    font-size: 21px;
    margin: 0 0 12px;
}

.advfx-skill-card p {
    color: #999999;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}


/* =========================================================
       CAREERX / CREATORX
    ========================================================= */

.advfx-pathways {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 45px;
}

.advfx-pathway {
    position: relative;
    padding: 45px;
    min-height: 390px;
    border: 1px solid #2c2c2c;
    background: #151515;
    overflow: hidden;
}

.advfx-pathway::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    right: -80px;
    top: -80px;
    border-radius: 50%;
    border: 1px solid rgba(245, 124, 32, .25);
}

.advfx-pathway-label {
    display: inline-block;
    padding: 7px 11px;
    background: #f57c20;
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.advfx-pathway h3 {
    font-size: 30px;
    margin: 0 0 18px;
}

.advfx-pathway p {
    color: #aaa;
    line-height: 1.8;
    margin-bottom: 22px;
}

.advfx-pathway ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.advfx-pathway li {
    color: #ddd;
    margin-bottom: 12px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.advfx-pathway li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #f57c20;
}


/* =========================================================
       ADVANCED SKILLS WITH IMAGE
    ========================================================= */

.advfx-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.advfx-split-image {
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .45)),
    url('{{ asset(' assets/images/vfx/advfx-production.webp') }}') center/cover no-repeat;
    min-height: 600px;
}

.advfx-split-content {
    padding: 85px 8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f57c20;
    color: #ffffff;
}

.advfx-split-content .advfx-eyebrow {
    color: #ffffff;
}

.advfx-split-content .advfx-eyebrow::before {
    background: #ffffff;
}

.advfx-split-content h2 {
    font-size: clamp(38px, 5vw, 65px);
    line-height: 1;
    margin: 0 0 22px;
}

.advfx-split-content p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.advfx-advanced-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.advfx-advanced-list div {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
       SOFTWARE
    ========================================================= */

.advfx-software-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px;
    align-items: start;
}

.advfx-software-intro {
    position: sticky;
    top: 100px;
}

.advfx-software-intro p {
    color: #999999;
    line-height: 1.8;
}

.advfx-software-groups {
    display: grid;
    gap: 20px;
}

.advfx-software-group {
    border: 1px solid #292929;
    background: #151515;
    padding: 28px;
}

.advfx-software-group h3 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #f57c20;
}

.advfx-software-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.advfx-software-list span {
    padding: 11px 14px;
    border: 1px solid #303030;
    background: #0d0d0d;
    color: #dddddd;
    font-size: 13px;
    transition: all .25s ease;
}

.advfx-software-list span:hover {
    border-color: #f57c20;
    color: #f57c20;
    transform: translateY(-2px);
}

.advfx-ai-box {
    margin-top: 20px;
    padding: 30px;
    background: linear-gradient(135deg, #1a1a1a, #101010);
    border-left: 4px solid #f57c20;
}

.advfx-ai-box h3 {
    margin: 0 0 12px;
    color: #ffffff;
}

.advfx-ai-box p {
    color: #999999;
    line-height: 1.7;
}


/* =========================================================
       CINEMATIC SECTION
    ========================================================= */

.advfx-cinematic {
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(90deg, rgba(8, 8, 8, .95) 0%, rgba(8, 8, 8, .65) 55%, rgba(8, 8, 8, .25) 100%),
    url('{{ asset(' assets/images/vfx/vfx-cinematic.webp') }}') center/cover no-repeat;
}

.advfx-cinematic-content {
    max-width: 720px;
}

.advfx-cinematic h2 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: .98;
    margin: 0 0 25px;
}

.advfx-cinematic p {
    color: #c2c2c2;
    line-height: 1.8;
    font-size: 17px;
}

.advfx-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.advfx-industry-tags span {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .04);
    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
       WHY CHOOSE
    ========================================================= */

.advfx-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.advfx-why-card {
    position: relative;
    padding: 35px;
    min-height: 250px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    transition: all .35s ease;
}

.advfx-why-card:hover {
    transform: translateY(-8px);
    border-color: #f57c20;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.advfx-why-number {
    font-size: 50px;
    font-weight: 900;
    color: rgba(245, 124, 32, .13);
    line-height: 1;
    margin-bottom: 25px;
}

.advfx-why-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.advfx-why-card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
       WHO IS IT FOR
    ========================================================= */

.advfx-audience {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.advfx-audience-image {
    min-height: 550px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .5)),
    url('{{ asset(' assets/images/vfx/aspiring-vfx-artist.webp') }}') center/cover no-repeat;
}

.advfx-audience-content h2 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin: 0 0 25px;
}

.advfx-audience-content>p {
    color: #999999;
    line-height: 1.8;
}

.advfx-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.advfx-check-list div {
    padding: 16px;
    background: #181818;
    border: 1px solid #292929;
    color: #dddddd;
    font-size: 13px;
}

.advfx-check-list i {
    color: #f57c20;
    margin-right: 8px;
}


/* =========================================================
       PORTFOLIO
    ========================================================= */

.advfx-portfolio-intro {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 45px;
}

.advfx-portfolio-intro p {
    max-width: 520px;
    color: #999999;
    line-height: 1.8;
    margin: 0;
}

.advfx-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.advfx-portfolio-item {
    position: relative;
    height: 270px;
    overflow: hidden;
    background: #1b1b1b;
}

.advfx-portfolio-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 548px;
}

.advfx-portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.advfx-portfolio-item:hover img {
    transform: scale(1.08);
}

.advfx-portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 25px;
    background: linear-gradient(transparent 40%, rgba(0, 0, 0, .9));
}

.advfx-portfolio-overlay span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.advfx-portfolio-overlay span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #f57c20;
    margin-right: 8px;
    vertical-align: middle;
}


/* =========================================================
       CTA
    ========================================================= */

.advfx-final-cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(90deg, rgba(245, 124, 32, .97), rgba(225, 94, 18, .94)),
    url('{{ asset(' assets/images/vfx/vfx-cta.webp') }}') center/cover no-repeat;
    text-align: center;
}

.advfx-final-cta h2 {
    max-width: 900px;
    margin: 0 auto 22px;
    font-size: clamp(42px, 7vw, 85px);
    line-height: .95;
}

.advfx-final-cta p {
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.advfx-final-cta .advfx-btn {
    background: #111111;
}

.advfx-final-cta .advfx-btn:hover {
    background: #ffffff;
    color: #111111;
}


/* =========================================================
       FAQ
    ========================================================= */

.advfx-faq-wrapper {
    max-width: 950px;
    margin: 50px auto 0;
}

.advfx-faq-item {
    border-bottom: 1px solid #303030;
}

.advfx-faq-question {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 25px 0;
    background: transparent;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    text-align: left;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.advfx-faq-question i {
    color: #f57c20;
    transition: transform .3s ease;
}

.advfx-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.advfx-faq-answer p {
    color: #999999;
    line-height: 1.8;
    margin: 0;
    padding: 0 40px 25px 0;
    font-size: 14px;
}

.advfx-faq-item.active .advfx-faq-question i {
    transform: rotate(45deg);
}


/* =========================================================
       ANIMATIONS
    ========================================================= */

.advfx-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition: opacity .8s ease, transform .8s ease;
}

.advfx-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes advfxFloat {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 8px);
    }
}


/* =========================================================
       RESPONSIVE
    ========================================================= */

@media (max-width: 1100px) {

    .advfx-hero-content {
        width: 75%;
    }

    .advfx-overview-grid,
    .advfx-audience,
    .advfx-software-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .advfx-software-intro {
        position: static;
    }

    .advfx-skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advfx-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advfx-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .advfx-portfolio-item:first-child {
        grid-column: span 2;
        grid-row: auto;
        height: 400px;
    }
}


@media (max-width: 768px) {

    .advfx-section {
        padding: 75px 0;
    }

    .advfx-container {
        width: 92%;
    }

    .advfx-hero {
        min-height: 720px;
        background-position: 65% center;
    }

    .advfx-hero-content {
        width: 100%;
        padding: 90px 0 70px;
    }

    .advfx-hero h1 {
        font-size: 65px;
        letter-spacing: -3px;
    }

    .advfx-hero h2 {
        font-size: 28px;
    }

    .advfx-hero-text {
        font-size: 15px;
    }

    .advfx-hero-meta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .advfx-meta-item {
        font-size: 11px;
    }

    .advfx-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .advfx-feature-item:nth-child(2) {
        border-right: 0;
    }

    .advfx-feature-item:nth-child(3),
    .advfx-feature-item:nth-child(4),
    .advfx-feature-item:nth-child(5) {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .advfx-feature-item:last-child {
        grid-column: span 2;
        border-right: 0;
    }

    .advfx-skills-grid {
        grid-template-columns: 1fr;
    }

    .advfx-skill-card {
        min-height: auto;
    }

    .advfx-pathways {
        grid-template-columns: 1fr;
    }

    .advfx-split {
        grid-template-columns: 1fr;
    }

    .advfx-split-image {
        min-height: 400px;
    }

    .advfx-split-content {
        padding: 70px 7%;
    }

    .advfx-advanced-list {
        grid-template-columns: 1fr;
    }

    .advfx-why-grid {
        grid-template-columns: 1fr;
    }

    .advfx-audience-image {
        min-height: 400px;
    }

    .advfx-check-list {
        grid-template-columns: 1fr;
    }

    .advfx-portfolio-grid {
        grid-template-columns: 1fr 1fr;
    }

    .advfx-portfolio-item,
    .advfx-portfolio-item:first-child {
        grid-column: span 1;
        height: 220px;
    }

    .advfx-portfolio-item:first-child {
        grid-column: span 2;
        height: 350px;
    }

    .advfx-portfolio-intro,
    .advfx-skill-heading {
        display: block;
    }

    .advfx-portfolio-intro p,
    .advfx-skill-heading p {
        margin-top: 20px;
    }
}


@media (max-width: 480px) {

    .advfx-hero h1 {
        font-size: 54px;
    }

    .advfx-hero-meta {
        grid-template-columns: 1fr;
    }

    .advfx-hero-actions {
        flex-direction: column;
    }

    .advfx-btn {
        width: 100%;
    }

    .advfx-image-box,
    .advfx-image-box img {
        min-height: 390px;
    }

    .advfx-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .advfx-portfolio-item,
    .advfx-portfolio-item:first-child {
        grid-column: span 1;
        height: 260px;
    }
}

/* =============================== APDMC PLUS | Digital Content ======================== */


.apdmc-page {
    --primary: #BD2328;
    --primary-dark: #8F171B;
    --secondary: #F4B400;
    --dark: #1E1E1E;
    --text: #444444;
    --light: #F8F8F8;
    --white: #FFFFFF;
    --border: #E8E8E8;
    --green: #198754;
    font-family: inherit;
    color: #444444;
    overflow: hidden;
}

.apdmc-page * {
    box-sizing: border-box;
}

.apdmc-page .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Common */
.apdmc-section {
    padding: 90px 0;
}

.apdmc-section-light {
    background: #F8F8F8;
}

.apdmc-section-white {
    background: #FFFFFF;
}

.apdmc-section-heading {
    max-width: 780px;
    margin: 0 auto 50px;
    text-align: center;
}

.apdmc-section-heading .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #BD2328;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.apdmc-section-heading h2 {
    margin: 0 0 18px;
    color: #1E1E1E;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.apdmc-section-heading p {
    margin: 0;
    color: #666666;
    font-size: 17px;
    line-height: 1.8;
}

.apdmc-page h1,
.apdmc-page h2,
.apdmc-page h3,
.apdmc-page h4,
.apdmc-page p {
    margin-top: 0;
}

/* Hero */
.apdmc-hero {
    position: relative;
    padding: 110px 0 100px;
    background:
        radial-gradient(circle at 90% 20%, rgba(189, 35, 40, 0.12), transparent 30%),
        linear-gradient(135deg, #FFFFFF 0%, #F8F8F8 100%);
}

.apdmc-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.apdmc-hero-content .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    margin-bottom: 22px;
    border-radius: 50px;
    background: #FDEBEC;
    color: #BD2328;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.apdmc-hero-content h1 {
    margin-bottom: 12px;
    color: #1E1E1E;
    font-size: 62px;
    line-height: 1.05;
    font-weight: 900;
}

.apdmc-hero-content h2 {
    margin-bottom: 22px;
    color: #BD2328;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.apdmc-hero-content .hero-lead {
    margin-bottom: 25px;
    color: #555555;
    font-size: 18px;
    line-height: 1.8;
}

.apdmc-hero-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 28px 0;
}

.apdmc-highlight {
    padding: 11px 16px;
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    background: #FFFFFF;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.apdmc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

.apdmc-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.apdmc-btn-primary {
    background: #BD2328;
    color: #FFFFFF;
}

.apdmc-btn-primary:hover {
    background: #8F171B;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.apdmc-btn-outline {
    border: 2px solid #BD2328;
    background: #FFFFFF;
    color: #BD2328;
}

.apdmc-btn-outline:hover {
    background: #BD2328;
    color: #FFFFFF;
}

.apdmc-hero-visual {
    position: relative;
}

.apdmc-visual-card {
    position: relative;
    min-height: 500px;
    padding: 35px;
    border-radius: 28px;
    background: #1E1E1E;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.apdmc-visual-card::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    top: -80px;
    right: -70px;
    border-radius: 50%;
    background: #BD2328;
    opacity: 0.85;
}

.apdmc-visual-card::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    bottom: -60px;
    left: -50px;
    border-radius: 50%;
    background: #F4B400;
    opacity: 0.8;
}

.apdmc-visual-inner {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.apdmc-visual-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.apdmc-logo-text {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 1px;
}

.apdmc-logo-plus {
    color: #F4B400;
}

.apdmc-creative-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 60px;
}

.apdmc-creative-item {
    min-height: 125px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
}

.apdmc-creative-item i {
    display: block;
    margin-bottom: 15px;
    color: #F4B400;
    font-size: 27px;
}

.apdmc-creative-item span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.apdmc-visual-bottom {
    margin-top: 35px;
}

.apdmc-visual-bottom strong {
    display: block;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 1.2;
}

.apdmc-visual-bottom span {
    display: block;
    margin-top: 8px;
    color: #D0D0D0;
    font-size: 14px;
}

/* Intro */
.apdmc-intro {
    max-width: 950px;
    margin: 0 auto;
    text-align: center;
}

.apdmc-intro p {
    color: #555555;
    font-size: 18px;
    line-height: 1.9;
}

.apdmc-keywords {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.apdmc-keyword {
    padding: 10px 18px;
    border-radius: 50px;
    background: #FDEBEC;
    color: #BD2328;
    font-size: 14px;
    font-weight: 700;
}

/* Terms */
.apdmc-terms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.apdmc-term-card {
    position: relative;
    padding: 35px;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    background: #FFFFFF;
    overflow: hidden;
    transition: all 0.3s ease;
}

.apdmc-term-card:hover {
    transform: translateY(-6px);
    border-color: #BD2328;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.apdmc-term-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 22px;
    border-radius: 12px;
    background: #BD2328;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 800;
}

.apdmc-term-card h3 {
    margin-bottom: 13px;
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 800;
}

.apdmc-term-card p {
    margin-bottom: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}

/* CareerX CreatorX */
.apdmc-pathways {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.apdmc-path-card {
    padding: 40px;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.05);
}

.apdmc-path-card.career {
    border-top: 5px solid #BD2328;
}

.apdmc-path-card.creator {
    border-top: 5px solid #F4B400;
}

.apdmc-path-label {
    display: inline-block;
    padding: 7px 13px;
    margin-bottom: 17px;
    border-radius: 50px;
    background: #FDEBEC;
    color: #BD2328;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.apdmc-path-card.creator .apdmc-path-label {
    background: #FFF6D9;
    color: #9A7200;
}

.apdmc-path-card h3 {
    margin-bottom: 14px;
    color: #1E1E1E;
    font-size: 28px;
    font-weight: 800;
}

.apdmc-path-card p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}

.apdmc-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.apdmc-list li {
    position: relative;
    padding: 9px 0 9px 28px;
    color: #444444;
    font-size: 15px;
    line-height: 1.5;
}

.apdmc-list li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 10px;
    color: #BD2328;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.apdmc-path-card.creator .apdmc-list li::before {
    color: #F4B400;
}

/* Skills */
.apdmc-skills-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.apdmc-skill-card {
    min-height: 220px;
    padding: 28px 24px;
    border-radius: 15px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    transition: all 0.3s ease;
}

.apdmc-skill-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.apdmc-skill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 20px;
    border-radius: 14px;
    background: #FDEBEC;
    color: #BD2328;
    font-size: 24px;
}

.apdmc-skill-card h3 {
    margin-bottom: 10px;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 800;
}

.apdmc-skill-card p {
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}

/* Software */
.apdmc-tools-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.apdmc-tool-group {
    padding: 30px;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
}

.apdmc-tool-group h3 {
    margin-bottom: 20px;
    color: #1E1E1E;
    font-size: 21px;
    font-weight: 800;
}

.apdmc-tool-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.apdmc-tool {
    padding: 9px 13px;
    border-radius: 7px;
    background: #F6F6F6;
    color: #444444;
    font-size: 13px;
    font-weight: 600;
}

.apdmc-ai-tools {
    grid-column: 1 / -1;
    background: #1E1E1E;
    border-color: #1E1E1E;
}

.apdmc-ai-tools h3 {
    color: #FFFFFF;
}

.apdmc-ai-tools .apdmc-tool {
    background: rgba(255, 255, 255, 0.1);
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Integration */
.apdmc-integration {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.apdmc-integration-content h2 {
    margin-bottom: 20px;
    color: #1E1E1E;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.apdmc-integration-content p {
    margin-bottom: 18px;
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.apdmc-integration-visual {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.apdmc-format-card {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 25px;
    border-radius: 15px;
    background: #1E1E1E;
    position: relative;
    overflow: hidden;
}

.apdmc-format-card:nth-child(2) {
    background: #BD2328;
}

.apdmc-format-card:nth-child(3) {
    background: #F4B400;
}

.apdmc-format-card:nth-child(4) {
    background: #444444;
}

.apdmc-format-card i {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 30px;
}

.apdmc-format-card span {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 800;
}

/* Why Choose */
.apdmc-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.apdmc-why-card {
    padding: 30px;
    border-radius: 16px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
}

.apdmc-why-card .number {
    margin-bottom: 20px;
    color: #BD2328;
    font-size: 14px;
    font-weight: 900;
}

.apdmc-why-card h3 {
    margin-bottom: 12px;
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 800;
}

.apdmc-why-card p {
    margin-bottom: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
}

/* Who */
.apdmc-who-wrapper {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.apdmc-who-content h2 {
    margin-bottom: 18px;
    color: #1E1E1E;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.apdmc-who-content>p {
    margin-bottom: 25px;
    color: #666666;
    font-size: 17px;
    line-height: 1.8;
}

.apdmc-audience-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.apdmc-audience {
    padding: 18px;
    border-radius: 10px;
    background: #F8F8F8;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.apdmc-audience i {
    margin-right: 8px;
    color: #BD2328;
}

/* Portfolio */
.apdmc-portfolio {
    padding: 75px 0;
    background: #1E1E1E;
}

.apdmc-portfolio-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.apdmc-portfolio-content .eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #F4B400;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.apdmc-portfolio-content h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.apdmc-portfolio-content p {
    color: #D0D0D0;
    font-size: 16px;
    line-height: 1.8;
}

.apdmc-portfolio-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.apdmc-portfolio-item {
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.apdmc-portfolio-item i {
    margin-right: 8px;
    color: #F4B400;
}

/* Creator */
.apdmc-creator {
    text-align: center;
}

.apdmc-creator h2 {
    margin-bottom: 18px;
    color: #1E1E1E;
    font-size: 40px;
    font-weight: 800;
}

.apdmc-creator>p {
    max-width: 850px;
    margin: 0 auto;
    color: #666666;
    font-size: 17px;
    line-height: 1.9;
}

.apdmc-creator-highlight {
    max-width: 950px;
    margin: 35px auto 0;
    padding: 28px;
    border-radius: 15px;
    background: #FDEBEC;
    color: #BD2328;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
}

/* FAQ */
.apdmc-faq {
    max-width: 950px;
    margin: 0 auto;
}

.apdmc-faq-item {
    margin-bottom: 13px;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
}

.apdmc-faq-question {
    width: 100%;
    padding: 22px 25px;
    border: 0;
    background: #FFFFFF;
    color: #1E1E1E;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.apdmc-faq-question i {
    color: #BD2328;
    transition: transform 0.3s ease;
}

.apdmc-faq-answer {
    display: none;
    padding: 0 25px 23px;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

.apdmc-faq-item.active .apdmc-faq-answer {
    display: block;
}

.apdmc-faq-item.active .apdmc-faq-question i {
    transform: rotate(180deg);
}

/* CTA */
.apdmc-final-cta {
    padding: 80px 0;
    background: #BD2328;
    text-align: center;
}

.apdmc-final-cta h2 {
    margin-bottom: 15px;
    color: #FFFFFF;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.apdmc-final-cta p {
    max-width: 750px;
    margin: 0 auto 28px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.8;
}

.apdmc-final-cta .apdmc-btn-primary {
    background: #FFFFFF;
    color: #BD2328;
}

.apdmc-final-cta .apdmc-btn-primary:hover {
    background: #1E1E1E;
    color: #FFFFFF;
}

/* Responsive */
@media (max-width: 1100px) {
    .apdmc-skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .apdmc-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .apdmc-hero-content h1 {
        font-size: 52px;
    }
}

@media (max-width: 900px) {

    .apdmc-hero-grid,
    .apdmc-integration,
    .apdmc-who-wrapper,
    .apdmc-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .apdmc-hero-content {
        text-align: center;
    }

    .apdmc-hero-highlights,
    .apdmc-hero-buttons {
        justify-content: center;
    }

    .apdmc-pathways,
    .apdmc-terms-grid,
    .apdmc-tools-wrapper {
        grid-template-columns: 1fr;
    }

    .apdmc-visual-card {
        max-width: 650px;
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .apdmc-section {
        padding: 65px 0;
    }

    .apdmc-section-heading h2,
    .apdmc-integration-content h2,
    .apdmc-who-content h2,
    .apdmc-portfolio-content h2,
    .apdmc-creator h2 {
        font-size: 31px;
    }

    .apdmc-hero {
        padding: 70px 0;
    }

    .apdmc-hero-content h1 {
        font-size: 43px;
    }

    .apdmc-hero-content h2 {
        font-size: 22px;
    }

    .apdmc-hero-content .hero-lead {
        font-size: 16px;
    }

    .apdmc-visual-card {
        min-height: 430px;
        padding: 25px;
    }

    .apdmc-creative-grid {
        margin-top: 40px;
    }

    .apdmc-creative-item {
        min-height: 105px;
        padding: 15px;
    }

    .apdmc-skills-grid,
    .apdmc-why-grid {
        grid-template-columns: 1fr;
    }

    .apdmc-integration-visual {
        grid-template-columns: 1fr 1fr;
    }

    .apdmc-audience-grid,
    .apdmc-portfolio-list {
        grid-template-columns: 1fr;
    }

    .apdmc-path-card,
    .apdmc-term-card {
        padding: 27px;
    }

    .apdmc-final-cta h2 {
        font-size: 32px;
    }
}

/* ============================ APDMD PAGE ======================= */


.apdmd-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow-x: clip;
}

.apdmd-page *,
.apdmd-page *::before,
.apdmd-page *::after {
    box-sizing: border-box;
}

.apdmd-page a {
    text-decoration: none;
}

.apdmd-page p {
    color: #A1A1AA;
}

.apdmd-page h1,
.apdmd-page h2,
.apdmd-page h3,
.apdmd-page h4 {
    color: #FFFFFF;
}

.apdmd-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.apdmd-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

/* =========================================================
       BACKGROUND
       ========================================================= */

.ambient-red {
    position: absolute;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .13);
    filter: blur(120px);
    pointer-events: none;
}

.ambient-gold {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .08);
    filter: blur(120px);
    pointer-events: none;
}

.grid-background {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.text-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.text-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* =========================================================
       EYEBROW
       ========================================================= */

.apdmd-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.apdmd-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #F5AE18;
    border-radius: 20px;
}

/* =========================================================
       BUTTONS
       ========================================================= */

.btn-maac-primary,
.btn-maac-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: all .3s ease;
}

.btn-maac-primary {
    color: #FFFFFF;
    background: #BD2328;
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.btn-maac-primary:hover {
    color: #FFFFFF;
    background: #9E1B20;
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.btn-maac-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.btn-maac-outline:hover {
    color: #F5AE18;
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* =========================================================
       HERO
       ========================================================= */

.apdmd-hero {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    position: relative;
    background:
        radial-gradient(circle at 78% 50%,
            rgba(189, 35, 40, .14),
            transparent 35%),
        radial-gradient(circle at 25% 20%,
            rgba(245, 174, 24, .06),
            transparent 30%),
        #08080A;
    padding: 90px 0;
}

.hero-content {
    position: relative;
    z-index: 10;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: heroPulse 2s infinite;
}

.apdmd-hero h1 {
    font-size: clamp(40px, 5.5vw, 74px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -2px;
    margin-bottom: 25px;
    max-width: 850px;
}

@media (min-width: 1200px) {
    .apdmd-hero h1 {
        font-size: 74px !important;
    }
}

.hero-description {
    max-width: 690px;
    font-size: 17px;
    line-height: 1.8;
    color: #B7B7C0 !important;
    margin-bottom: 20px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

/* =========================================================
       HERO IMAGE
       ========================================================= */

.hero-visual {
    min-height: 570px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-orbit {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .13);
    position: absolute;
    animation: rotateOrbit 20s linear infinite;
}

.hero-orbit::before,
.hero-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: #F5AE18;
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.hero-orbit::before {
    width: 8px;
    height: 8px;
    top: 40px;
    left: 55px;
}

.hero-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 80px;
    right: 30px;
}

.hero-visual-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .25);
    filter: blur(80px);
    animation: visualGlow 4s ease-in-out infinite;
}

.hero-image-frame {
    width: 420px;
    height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #111116;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
}

.hero-image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(8, 8, 10, 0) 45%,
            rgba(8, 8, 10, .85) 100%);
    pointer-events: none;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-label {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 5;
}

.hero-image-label small {
    display: block;
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 5px;
}

.hero-image-label strong {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 800;
}

.hero-floating-card {
    position: absolute;
    padding: 13px 17px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    z-index: 10;
}

.hero-floating-card small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.hero-floating-card strong {
    color: #FFFFFF;
    font-size: 13px;
}

.hero-card-one {
    top: 80px;
    left: -10px;
    animation: floatObject 5s ease-in-out infinite;
}

.hero-card-two {
    right: -10px;
    bottom: 80px;
    animation: floatObject 5s ease-in-out 1.5s infinite;
}

/* =========================================================
       OVERVIEW
       ========================================================= */

.overview-section {
    background: #0B0B0D;
}

.overview-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.overview-heading h2,
.section-heading h2 {
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    letter-spacing: -1px;
    line-height: 1.08;
    margin-bottom: 18px;
}

.overview-heading p,
.section-heading p {
    max-width: 720px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
}

.overview-image-wrapper {
    height: 100%;
    min-height: 440px;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #14121E;
}

.overview-image-wrapper img {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

.overview-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .8));
}

.overview-image-caption {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.overview-image-caption span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.overview-image-caption h3 {
    margin: 5px 0 0;
    font-size: 24px;
}

.overview-features {
    display: grid;
    gap: 16px;
}

.overview-feature {
    padding: 27px;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 22px;
    background:
        linear-gradient(145deg,
            rgba(255, 255, 255, .045),
            rgba(255, 255, 255, .015));
    transition: all .35s ease;
}

.overview-feature:hover {
    transform: translateX(6px);
    border-color: rgba(245, 174, 24, .3);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .25);
}

.feature-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
    color: #F5AE18;
    background: rgba(245, 174, 24, .09);
    border: 1px solid rgba(245, 174, 24, .2);
    font-size: 19px;
}

.overview-feature h3 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 7px;
}

.overview-feature p {
    font-size: 13px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
       TERMS / SECTIONS
       ========================================================= */

.terms-section {
    background: #09090B;
}

.section-heading {
    margin-bottom: 55px;
}

.section-heading.center {
    text-align: center;
}

.term-card {
    height: 100%;
    border-radius: 26px;
    background: linear-gradient(145deg, #17151F 0%, #0F0F14 100%);
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
    transition: all .4s cubic-bezier(.16, 1, .3, 1);
    padding: 35px 30px 30px;
}

.term-card::before {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .11);
    filter: blur(50px);
    top: -80px;
    right: -80px;
    transition: all .5s ease;
}

.term-card:hover {
    transform: translateY(-8px);
    border-color: rgba(189, 35, 40, .45);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

.term-card:hover::before {
    transform: scale(1.4);
}

.term-number {
    font-size: 11px;
    font-weight: 900;
    color: #F5AE18;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.term-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #14121E;
    border: 1px solid rgba(189, 35, 40, .35);
    color: #BD2328;
    font-size: 21px;
}

.term-card h3 {
    font-size: 21px;
    font-weight: 850;
    line-height: 1.2;
    margin-bottom: 7px;
}

.term-card h4 {
    color: #F5AE18;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.term-card p {
    font-size: 13px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.term-card ul {
    padding-left: 20px;
    margin: 10px 0 0;
    list-style: none;
}

.term-card ul li {
    font-size: 13px;
    color: #A1A1AA;
    line-height: 1.7;
    padding: 3px 0;
    position: relative;
    padding-left: 18px;
}

.term-card ul li::before {
    content: "▹";
    position: absolute;
    left: 0;
    color: #F5AE18;
    font-size: 12px;
}

/* =========================================================
       SKILLS / TOOLS
       ========================================================= */

.skills-section {
    background: #0B0B0D;
}

.tool-group {
    margin-bottom: 40px;
}

.tool-group h3 {
    font-size: 18px;
    font-weight: 800;
    color: #F5AE18;
    margin-bottom: 18px;
    letter-spacing: .02em;
}

.tool-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
    transition: all .3s ease;
    margin: 0 6px 10px 0;
}

.tool-tag:hover {
    border-color: rgba(245, 174, 24, .4);
    background: rgba(245, 174, 24, .06);
    color: #FFFFFF;
    transform: translateY(-2px);
}

.tool-tag i {
    color: #F5AE18;
    font-size: 14px;
}

/* =========================================================
       WHY APDMD / INFO
       ========================================================= */

.why-section {
    background: #09090B;
}

.why-image {
    min-height: 500px;
    border-radius: 30px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    border: 1px solid rgba(255, 255, 255, .08);
    z-index: 5;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.why-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .85));
}

.why-image-label {
    position: absolute;
    left: 28px;
    bottom: 25px;
    z-index: 2;
}

.why-image-label span {
    color: #F5AE18;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.why-image-label h3 {
    margin: 5px 0 0;
    font-size: 23px;
}

.why-intro {
    padding-right: 30px;
}

.why-intro h2 {
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 20px;
}

.why-intro p {
    font-size: 14px;
    line-height: 1.8;
}

.why-list {
    display: grid;
    gap: 14px;
}

.why-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: all .3s ease;
}

.why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.why-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 35, 40, .1);
    color: #BD2328;
}

.why-item h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 4px;
}

.why-item p {
    font-size: 12px;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
       PORTFOLIO
       ========================================================= */

.portfolio-section {
    background: #0B0B0D;
}

.portfolio-stage {
    min-height: 520px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #111116;
    position: relative;
    overflow: hidden;
    padding: 25px;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    height: 100%;
}

.portfolio-tile {
    height: 220px;
    border-radius: 18px;
    background: #1C1A24;
    border: 1px solid rgba(255, 255, 255, .1);
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
}

.portfolio-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.portfolio-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            transparent 45%,
            rgba(8, 8, 10, .65));
}

.portfolio-tile:hover {
    transform: scale(1.025);
    border-color: rgba(245, 174, 24, .4);
    z-index: 5;
}

.portfolio-tile:hover img {
    transform: scale(1.08);
}

.portfolio-label {
    position: absolute;
    left: 15px;
    bottom: 13px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
}

.portfolio-copy {
    padding-left: 35px;
}

.portfolio-copy h2 {
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 20px;
}

.portfolio-copy p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
}

/* =========================================================
       VFX IMAGE & ENQUIRY SECTION
       ========================================================= */

.vfx-section {
    background: #0B0B0D;
}

.vfx-panel {
    min-height: 520px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #111116;
    padding: 60px;
}

.vfx-image {
    position: absolute;
    inset: 0;
}

.vfx-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: .35;
}

.vfx-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 70% 50%,
            rgba(13, 13, 17, .6) 0%,
            #0D0D11 80%);
}

.vfx-content {
    max-width: 100%;
    padding: 0;
    position: relative;
    z-index: 5;
}

.vfx-content h2 {
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 20px;
}

.vfx-content p {
    line-height: 1.8;
    font-size: 14px;
}

/* Quick Enquiry Card */
.quick-enquiry-card-wrapper {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
    width: 100%;
}

.quick-enquiry-card {
    position: relative;
    background: #111118;
    border: 1px solid rgba(189, 35, 40, 0.45);
    border-radius: 28px;
    padding: 36px 30px;
    box-shadow: 0 0 50px -10px rgba(189, 35, 40, 0.25), 0 25px 60px rgba(0, 0, 0, 0.85);
    overflow: hidden;
}

.quick-enquiry-card::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 140px;
    background: radial-gradient(circle, rgba(189, 35, 40, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.quick-enquiry-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(245, 174, 24, 0.08);
    border: 1px solid rgba(245, 174, 24, 0.28);
    color: #F5AE18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.quick-enquiry-pill i {
    color: #F5AE18;
    font-size: 12px;
}

.quick-enquiry-header h3 {
    margin-top: 16px;
    margin-bottom: 6px;
    color: #FFFFFF;
    font-size: clamp(22px, 2.4vw, 28px);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.quick-enquiry-header p {
    color: #92929C;
    font-size: 13.5px;
    margin-bottom: 24px;
}

.quick-input-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #171722;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 0 16px;
    height: 52px;
    margin-bottom: 14px;
    transition: all 0.25s ease;
}

.quick-input-group:focus-within {
    border-color: rgba(189, 35, 40, 0.6);
    background: #1B1B29;
    box-shadow: 0 0 0 3px rgba(189, 35, 40, 0.18);
}

.quick-input-icon {
    color: #6B7280;
    font-size: 15px;
    width: 20px;
    flex-shrink: 0;
    transition: color 0.2s ease;
}

.quick-input-group:focus-within .quick-input-icon {
    color: #F5AE18;
}

.quick-input-control {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 12px;
    width: 100%;
}

.quick-input-control::placeholder {
    color: #6B7280;
    font-size: 13.5px;
}

.quick-select-control {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    padding-right: 25px;
}

.quick-select-control option {
    background: #171722;
    color: #FFFFFF;
    padding: 10px;
}

.quick-select-arrow {
    position: absolute;
    right: 16px;
    color: #6B7280;
    font-size: 11px;
    pointer-events: none;
}

.quick-submit-btn {
    width: 100%;
    height: 52px;
    margin-top: 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #BD2328 0%, #D32F2F 100%);
    border: none;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(189, 35, 40, 0.45);
    transition: all 0.25s ease;
    cursor: pointer;
}

.quick-submit-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(135deg, #D32F2F 0%, #BD2328 100%);
    box-shadow: 0 14px 30px rgba(189, 35, 40, 0.65);
    color: #FFFFFF;
}

.quick-submit-btn:active {
    transform: translateY(0);
}

.quick-trust-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
    color: #92929C;
    font-size: 12px;
}

.quick-trust-badge i {
    color: #F5AE18;
    font-size: 13px;
}

/* =========================================================
       AFTER 12TH
       ========================================================= */

.after-twelfth {
    background: #09090B;
}

.twelfth-card {
    border-radius: 30px;
    padding: 55px;
    background:
        linear-gradient(135deg,
            rgba(189, 35, 40, .12),
            rgba(245, 174, 24, .04)),
        #111116;
    border: 1px solid rgba(189, 35, 40, .18);
    position: relative;
    overflow: hidden;
    text-align: center;
}

.twelfth-card h2 {
    font-size: clamp(32px, 4vw, 50px);
    font-weight: 900;
    margin-bottom: 17px;
    position: relative;
}

.twelfth-card p {
    max-width: 760px;
    margin: 0 auto 15px;
    font-size: 15px;
    line-height: 1.85;
    position: relative;
}

.twelfth-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.twelfth-point {
    padding: 11px 15px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 12px;
    font-weight: 700;
}

.twelfth-point i {
    color: #F5AE18;
    margin-right: 6px;
}

/* =========================================================
       FAQ
       ========================================================= */

.faq-section {
    background: #0B0B0D;
}

.faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    margin-bottom: 12px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.faq-question i {
    color: #F5AE18;
    transition: transform .3s ease;
}

.faq-answer {
    display: none;
    padding: 0 24px 23px;
}

.faq-answer p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.faq-item.active {
    border-color: rgba(189, 35, 40, .3);
    background: rgba(189, 35, 40, .035);
}

.faq-item.active .faq-question {
    color: #F5AE18;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    display: block;
}

/* =========================================================
       CTA
       ========================================================= */

.final-cta-section {
    background: #08080A;
    position: relative;
    padding: 110px 0 90px;
}

.cta-box {
    position: relative;
    padding: 75px 45px;
    border-radius: 32px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(189, 35, 40, .25);
    background:
        radial-gradient(circle at 50% 0%,
            rgba(189, 35, 40, .18),
            transparent 55%),
        #111116;
}

.cta-box h2 {
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 20px;
}

.cta-box>p {
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 15px;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 45px;
}

/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width:1199px) {

    .hero-image-frame {
        width: 350px;
        height: 440px;
    }

    .hero-orbit {
        width: 390px;
        height: 390px;
    }

    .hero-card-one {
        left: -15px;
    }

    .hero-card-two {
        right: -15px;
    }
}

@media (max-width:991px) {

    .apdmd-section {
        padding: 75px 0;
    }

    .apdmd-hero {
        padding: 65px 0;
    }

    .hero-visual {
        margin-top: 30px;
    }

    .vfx-content {
        padding: 50px;
    }

    .vfx-image::after {
        background:
            linear-gradient(180deg,
                rgba(13, 13, 17, .35),
                rgba(13, 13, 17, .95));
    }

    .why-intro {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .portfolio-copy {
        padding-left: 0;
        margin-top: 30px;
    }

    .why-image {
        position: relative;
        top: auto;
    }

    .why-image,
    .why-image img {
        min-height: 380px;
    }
}

@media (max-width:767px) {

    .apdmd-container {
        width: min(100% - 30px, 1320px);
    }

    .apdmd-section {
        padding: 65px 0;
    }

    .apdmd-hero {
        min-height: auto;
        padding: 55px 0 70px;
    }

    .apdmd-hero h1 {
        font-size: 43px;
        letter-spacing: -1px;
    }

    .hero-description {
        font-size: 15px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .btn-maac-primary,
    .btn-maac-outline {
        width: 100%;
    }

    .hero-visual {
        min-height: 450px;
    }

    .hero-orbit {
        width: 290px;
        height: 290px;
    }

    .hero-image-frame {
        width: 250px;
        height: 340px;
        transform: none;
    }

    .hero-card-one {
        left: 0;
        top: 35px;
    }

    .hero-card-two {
        right: 0;
        bottom: 35px;
    }

    .overview-image-wrapper,
    .overview-image-wrapper img {
        min-height: 350px;
    }

    .vfx-panel {
        min-height: 620px;
    }

    .vfx-content {
        padding: 35px 27px;
    }

    .twelfth-card {
        padding: 35px 27px;
    }

    .portfolio-stage {
        min-height: auto;
        padding: 12px;
    }

    .portfolio-grid {
        gap: 8px;
    }

    .portfolio-tile {
        height: 135px;
        border-radius: 12px;
    }

    .cta-box {
        padding: 50px 22px;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-actions .btn-maac-primary,
    .cta-actions .btn-maac-outline {
        width: 100%;
    }
}

@keyframes floatObject {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes rotateOrbit {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes visualGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes heroPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion:reduce) {

    .apdmd-page *,
    .apdmd-page *::before,
    .apdmd-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ================================ Compositing & Editing Plus | VFX ======================= */

.ce-plus-page {
    --red: #BD2328;
    --dark-red: #8E171B;
    --black: #111111;
    --dark: #181818;
    --gray: #666666;
    --light-gray: #F5F5F5;
    --border: #E5E5E5;
    --white: #FFFFFF;
    --soft-red: #FFF4F4;
    --gold: #D6A84F;

    font-family: "Poppins", sans-serif;
    color: #222222;
    background: #FFFFFF;
    overflow: hidden;
}

.ce-plus-page * {
    box-sizing: border-box;
}

.ce-plus-page a {
    text-decoration: none;
}

.ce-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.ce-section {
    padding: 90px 0;
}

.ce-section-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.ce-section-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 8px 16px;
    border-radius: 50px;
    background: #FFF4F4;
    color: #BD2328;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ce-section-tag::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #BD2328;
}

.ce-section-heading h2 {
    margin: 0 0 16px;
    color: #111111;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.15;
    font-weight: 800;
}

.ce-section-heading p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}

/* ================================
       HERO
    ================================= */
.ce-hero {
    position: relative;
    padding: 100px 0 90px;
    background:
        radial-gradient(circle at 85% 20%, rgba(189, 35, 40, 0.13), transparent 30%),
        linear-gradient(135deg, #111111 0%, #1D1D1D 55%, #111111 100%);
    color: #FFFFFF;
}

.ce-hero::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    right: -180px;
    top: -180px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.ce-hero::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: -280px;
    top: -280px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ce-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr);
    gap: 60px;
    align-items: center;
}

.ce-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.06);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.ce-hero-badge span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BD2328;
    box-shadow: 0 0 12px rgba(189, 35, 40, 0.8);
}

.ce-hero h1 {
    margin: 0 0 22px;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -2px;
    color: #FFFFFF;
}

.ce-hero h1 span {
    color: #BD2328;
}

.ce-hero-subtitle {
    max-width: 720px;
    margin-bottom: 24px;
    color: #FFFFFF;
    font-size: clamp(20px, 2.5vw, 28px);
    line-height: 1.3;
    font-weight: 600;
}

.ce-hero-text {
    max-width: 720px;
    margin: 0 0 30px;
    color: #CFCFCF;
    font-size: 16px;
    line-height: 1.85;
}

.ce-hero-text strong {
    color: #FFFFFF;
}

.ce-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 35px;
}

.ce-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.ce-btn-primary {
    background: #BD2328;
    color: #FFFFFF;
}

.ce-btn-primary:hover {
    background: #8E171B;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.ce-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.04);
}

.ce-btn-outline:hover {
    background: #FFFFFF;
    color: #111111;
}

.ce-hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.ce-stat {
    padding-right: 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.ce-stat:last-child {
    border-right: 0;
}

.ce-stat strong {
    display: block;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
}

.ce-stat span {
    color: #AAAAAA;
    font-size: 12px;
}

/* HERO VISUAL */
.ce-hero-visual {
    position: relative;
    min-height: 470px;
}

.ce-visual-main {
    position: absolute;
    inset: 30px 10px 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(189, 35, 40, 0.18), rgba(255, 255, 255, 0.02)),
        #191919;
    overflow: hidden;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

.ce-visual-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.04) 50%, transparent 51%),
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.04) 50%, transparent 51%);
    background-size: 55px 55px;
    opacity: 0.5;
}

.ce-screen-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ce-screen-dots {
    display: flex;
    gap: 6px;
}

.ce-screen-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #555555;
}

.ce-screen-title {
    color: #AAAAAA;
    font-size: 11px;
}

.ce-screen-content {
    position: relative;
    z-index: 2;
    padding: 35px 25px;
}

.ce-screen-frame {
    position: relative;
    height: 220px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #101010;
    overflow: hidden;
}

.ce-screen-frame::before {
    content: "COMPOSITING";
    position: absolute;
    left: 25px;
    top: 25px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 2px;
}

.ce-screen-circle {
    position: absolute;
    width: 160px;
    height: 160px;
    right: 30px;
    top: 30px;
    border-radius: 50%;
    border: 1px solid rgba(189, 35, 40, 0.7);
    box-shadow:
        0 0 0 25px rgba(189, 35, 40, 0.05),
        0 0 0 50px rgba(189, 35, 40, 0.03);
}

.ce-screen-line {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 25px;
    height: 3px;
    background: #BD2328;
}

.ce-screen-bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 20px;
}

.ce-timeline-box {
    height: 32px;
    border-radius: 3px;
    background: #252525;
}

.ce-timeline-box.active {
    background: #BD2328;
}

.ce-floating-card {
    position: absolute;
    z-index: 5;
    padding: 17px 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 13px;
    background: rgba(28, 28, 28, 0.94);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
}

.ce-floating-card.top {
    top: 0;
    right: -15px;
}

.ce-floating-card.bottom {
    left: -5px;
    bottom: 0;
}

.ce-floating-card small {
    display: block;
    margin-bottom: 5px;
    color: #999999;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ce-floating-card strong {
    color: #FFFFFF;
    font-size: 15px;
}

/* ================================
       INTRO
    ================================= */
.ce-intro {
    background: #FFFFFF;
}

.ce-intro-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 70px;
    align-items: center;
}

.ce-intro-number {
    position: relative;
    min-height: 420px;
    border-radius: 25px;
    background: #111111;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ce-intro-number::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgba(189, 35, 40, 0.35);
    border-radius: 50%;
}

.ce-intro-number::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(189, 35, 40, 0.5);
    border-radius: 50%;
}

.ce-big-number {
    position: relative;
    z-index: 2;
    color: #BD2328;
    font-size: 150px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -10px;
}

.ce-number-label {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    left: 35px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
}

.ce-intro-content .ce-section-tag {
    margin-bottom: 16px;
}

.ce-intro-content h2 {
    margin: 0 0 22px;
    color: #111111;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.ce-intro-content p {
    margin: 0 0 18px;
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.ce-highlight {
    margin-top: 25px;
    padding: 20px 22px;
    border-left: 4px solid #BD2328;
    background: #FFF4F4;
    color: #333333;
    font-size: 15px;
    line-height: 1.7;
}

/* ================================
       SKILLS
    ================================= */
.ce-skills {
    background: #F7F7F7;
}

.ce-skill-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ce-skill-card {
    position: relative;
    padding: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 14px;
    background: #FFFFFF;
    transition: all 0.3s ease;
    overflow: hidden;
}

.ce-skill-card::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    right: -30px;
    top: -30px;
    border-radius: 50%;
    background: #FFF4F4;
}

.ce-skill-card:hover {
    border-color: #BD2328;
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.07);
}

.ce-skill-icon {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    margin-bottom: 20px;
    border-radius: 12px;
    background: #BD2328;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.ce-skill-card h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 19px;
    font-weight: 750;
}

.ce-skill-card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
}

/* ================================
       ADVANCED
    ================================= */
.ce-advanced {
    background: #111111;
    color: #FFFFFF;
}

.ce-advanced .ce-section-tag {
    background: rgba(189, 35, 40, 0.13);
    color: #FFFFFF;
}

.ce-advanced .ce-section-heading h2 {
    color: #FFFFFF;
}

.ce-advanced .ce-section-heading p {
    color: #AAAAAA;
}

.ce-advanced-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.ce-advanced-card {
    padding: 28px;
    min-height: 175px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 13px;
    background: #191919;
    transition: all 0.3s ease;
}

.ce-advanced-card:hover {
    border-color: rgba(189, 35, 40, 0.7);
    background: #202020;
    transform: translateY(-4px);
}

.ce-advanced-number {
    display: block;
    margin-bottom: 15px;
    color: #BD2328;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.ce-advanced-card h3 {
    margin: 0 0 10px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
}

.ce-advanced-card p {
    margin: 0;
    color: #999999;
    font-size: 13px;
    line-height: 1.7;
}

/* ================================
       SOFTWARE
    ================================= */
.ce-software {
    background: #FFFFFF;
}

.ce-software-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.ce-software-card {
    min-height: 115px;
    padding: 20px 15px;
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFFFFF;
    transition: all 0.3s ease;
}

.ce-software-card:hover {
    border-color: #BD2328;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.ce-software-card strong {
    color: #222222;
    font-size: 14px;
    line-height: 1.4;
}

/* ================================
       COMPOSITING + EDITING
    ================================= */
.ce-combo {
    background: #F7F7F7;
}

.ce-combo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.ce-combo-card {
    padding: 45px;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
}

.ce-combo-card.dark {
    background: #111111;
    border-color: #111111;
}

.ce-combo-card h3 {
    margin: 0 0 15px;
    color: #111111;
    font-size: 26px;
    font-weight: 800;
}

.ce-combo-card.dark h3 {
    color: #FFFFFF;
}

.ce-combo-card p {
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.85;
}

.ce-combo-card.dark p {
    color: #AAAAAA;
}

.ce-combo-list {
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
}

.ce-combo-list li {
    position: relative;
    padding: 11px 0 11px 27px;
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
    font-size: 14px;
}

.ce-combo-card.dark .ce-combo-list li {
    border-color: rgba(255, 255, 255, 0.08);
    color: #CCCCCC;
}

.ce-combo-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #BD2328;
    font-weight: 800;
}

/* ================================
       WHY CHOOSE
    ================================= */
.ce-why {
    background: #FFFFFF;
}

.ce-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ce-why-card {
    padding: 32px;
    border-radius: 14px;
    background: #F7F7F7;
    border: 1px solid #EEEEEE;
}

.ce-why-card:nth-child(2),
.ce-why-card:nth-child(5) {
    background: #111111;
    border-color: #111111;
}

.ce-why-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #BD2328;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.ce-why-card h3 {
    margin: 0 0 10px;
    color: #111111;
    font-size: 18px;
    font-weight: 750;
}

.ce-why-card:nth-child(2) h3,
.ce-why-card:nth-child(5) h3 {
    color: #FFFFFF;
}

.ce-why-card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
}

.ce-why-card:nth-child(2) p,
.ce-why-card:nth-child(5) p {
    color: #999999;
}

/* ================================
       WHO IS IT FOR
    ================================= */
.ce-audience {
    background: #FFF4F4;
}

.ce-audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.ce-audience-content h2 {
    margin: 0 0 18px;
    color: #111111;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.ce-audience-content>p {
    margin: 0 0 25px;
    color: #666666;
    font-size: 15px;
    line-height: 1.85;
}

.ce-audience-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ce-audience-list li {
    position: relative;
    padding: 14px 15px 14px 40px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #333333;
    font-size: 13px;
    line-height: 1.5;
}

.ce-audience-list li::before {
    content: "✓";
    position: absolute;
    left: 15px;
    top: 14px;
    color: #BD2328;
    font-weight: 800;
}

.ce-audience-visual {
    position: relative;
    min-height: 400px;
    border-radius: 25px;
    background: #111111;
    overflow: hidden;
}

.ce-audience-visual::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(189, 35, 40, 0.3);
    border-radius: 50%;
}

.ce-audience-word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 48px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
}

.ce-audience-word span {
    color: #BD2328;
}

/* ================================
       PORTFOLIO
    ================================= */
.ce-portfolio {
    background: #FFFFFF;
}

.ce-portfolio-box {
    padding: 55px;
    border-radius: 22px;
    background: #111111;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.ce-portfolio-box::after {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -250px;
    top: -250px;
    border: 1px solid rgba(189, 35, 40, 0.35);
    border-radius: 50%;
}

.ce-portfolio-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.ce-portfolio-box h2 {
    margin: 0 0 18px;
    color: #FFFFFF;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 800;
}

.ce-portfolio-box>.ce-portfolio-content>p {
    margin: 0 0 30px;
    color: #AAAAAA;
    font-size: 15px;
    line-height: 1.85;
}

.ce-portfolio-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 30px;
}

.ce-portfolio-item {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #DDDDDD;
    font-size: 13px;
}

.ce-portfolio-item::before {
    content: "•";
    margin-right: 8px;
    color: #BD2328;
    font-weight: 900;
}

.ce-portfolio-tagline {
    margin-top: 25px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}

.ce-portfolio-tagline span {
    color: #BD2328;
}

/* ================================
       FAQ
    ================================= */
.ce-faq {
    background: #F7F7F7;
}

.ce-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
}

.ce-faq-item {
    margin-bottom: 12px;
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
}

.ce-faq-question {
    width: 100%;
    padding: 21px 25px;
    border: 0;
    background: #FFFFFF;
    color: #111111;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
}

.ce-faq-question i {
    color: #BD2328;
    transition: transform 0.3s ease;
}

.ce-faq-answer {
    display: none;
    padding: 0 25px 22px;
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
}

.ce-faq-item.active .ce-faq-answer {
    display: block;
}

.ce-faq-item.active .ce-faq-question i {
    transform: rotate(180deg);
}

/* ================================
       CTA
    ================================= */
.ce-cta {
    padding: 85px 0;
    background: #BD2328;
    color: #FFFFFF;
}

.ce-cta-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
    align-items: center;
}

.ce-cta h2 {
    margin: 0 0 18px;
    color: #FFFFFF;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;
    font-weight: 850;
}

.ce-cta p {
    max-width: 650px;
    margin: 0 0 25px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.8;
}

.ce-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 800;
}

.ce-cta-form {
    padding: 30px;
    border-radius: 16px;
    background: #FFFFFF;
}

.ce-cta-form h3 {
    margin: 0 0 20px;
    color: #111111;
    font-size: 22px;
    font-weight: 800;
}

.ce-form-group {
    margin-bottom: 13px;
}

.ce-form-group input,
.ce-form-group select,
.ce-form-group textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #DDDDDD;
    border-radius: 7px;
    background: #FFFFFF;
    color: #222222;
    font-family: inherit;
    font-size: 13px;
    outline: none;
    transition: border-color 0.3s ease;
}

.ce-form-group input:focus,
.ce-form-group select:focus,
.ce-form-group textarea:focus {
    border-color: #BD2328;
}

.ce-form-group textarea {
    min-height: 90px;
    resize: vertical;
}

.ce-form-submit {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 7px;
    background: #BD2328;
    color: #FFFFFF;
    font-family: inherit;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.3s ease;
}

.ce-form-submit:hover {
    background: #8E171B;
}

/* ================================
       RESPONSIVE
    ================================= */
@media (max-width: 1100px) {
    .ce-hero-grid {
        grid-template-columns: 1fr;
    }

    .ce-hero-content {
        max-width: 850px;
    }

    .ce-hero-visual {
        max-width: 650px;
        width: 100%;
        margin: 0 auto;
    }

    .ce-software-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 900px) {
    .ce-section {
        padding: 70px 0;
    }

    .ce-intro-grid,
    .ce-audience-grid,
    .ce-cta-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .ce-skill-grid,
    .ce-advanced-grid,
    .ce-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ce-software-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .ce-portfolio-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .ce-container {
        padding: 0 16px;
    }

    .ce-section {
        padding: 55px 0;
    }

    .ce-hero {
        padding: 65px 0;
    }

    .ce-hero h1 {
        font-size: 45px;
        letter-spacing: -1px;
    }

    .ce-hero-subtitle {
        font-size: 19px;
    }

    .ce-hero-text {
        font-size: 14px;
    }

    .ce-hero-buttons {
        flex-direction: column;
    }

    .ce-btn {
        width: 100%;
    }

    .ce-hero-stats {
        gap: 15px;
    }

    .ce-stat {
        padding-right: 15px;
    }

    .ce-stat strong {
        font-size: 18px;
    }

    .ce-hero-visual {
        min-height: 370px;
    }

    .ce-visual-main {
        inset: 25px 0 25px 0;
    }

    .ce-floating-card.top {
        right: -5px;
    }

    .ce-floating-card.bottom {
        left: -5px;
    }

    .ce-intro-number {
        min-height: 300px;
    }

    .ce-big-number {
        font-size: 110px;
    }

    .ce-skill-grid,
    .ce-advanced-grid,
    .ce-why-grid,
    .ce-combo-grid {
        grid-template-columns: 1fr;
    }

    .ce-software-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ce-software-card {
        min-height: 90px;
    }

    .ce-audience-list {
        grid-template-columns: 1fr;
    }

    .ce-audience-visual {
        min-height: 300px;
    }

    .ce-audience-word {
        font-size: 35px;
    }

    .ce-portfolio-box {
        padding: 30px 22px;
    }

    .ce-portfolio-items {
        grid-template-columns: 1fr;
    }

    .ce-cta {
        padding: 60px 0;
    }

    .ce-cta-form {
        padding: 22px;
    }
}

/* ================================ 'D3D | Animation Classes Chennai ========================== */

.d3d-page {
    background: #111111;
    color: #ffffff;
    overflow: hidden;
}

.d3d-page * {
    box-sizing: border-box;
}

.d3d-container {
    width: 90%;
    max-width: 1380px;
    margin: 0 auto;
}

/* =========================================================
           HERO
        ========================================================= */

.d3d-hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 75% 30%, rgba(189, 35, 40, 0.28), transparent 30%),
        linear-gradient(120deg, #0b0b0b 0%, #171717 55%, #250b0d 100%);
    padding: 100px 0 80px;
}

.d3d-hero::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -180px;
    top: -150px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.d3d-hero::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -90px;
    top: -80px;
    border: 1px solid rgba(189, 35, 40, 0.35);
    border-radius: 50%;
}

.d3d-hero-content {
    position: relative;
    z-index: 2;
}

.d3d-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #BD2328;
    margin-bottom: 20px;
}

.d3d-eyebrow::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #BD2328;
}

.d3d-hero h1 {
    font-size: clamp(55px, 8vw, 105px);
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -4px;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.d3d-hero h1 span {
    color: #BD2328;
}

.d3d-hero h2 {
    font-size: clamp(25px, 3vw, 42px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 22px;
}

.d3d-hero p {
    max-width: 680px;
    font-size: 17px;
    line-height: 1.8;
    color: #d0d0d0;
    margin-bottom: 30px;
}

.d3d-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.d3d-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 28px;
    background: #BD2328;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.d3d-btn-primary:hover {
    background: #ffffff;
    color: #BD2328;
    transform: translateY(-3px);
}

.d3d-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border: 1px solid #666666;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.d3d-btn-outline:hover {
    border-color: #BD2328;
    background: #BD2328;
    color: #ffffff;
}

.d3d-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.d3d-meta-item {
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    font-size: 13px;
    color: #eeeeee;
}

.d3d-hero-visual {
    position: relative;
    z-index: 2;
}

.d3d-hero-image {
    position: relative;
    min-height: 540px;
    border-radius: 20px;
    overflow: hidden;
    background: #1c1c1c;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.d3d-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
}

.d3d-image-placeholder {
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background:
        linear-gradient(135deg, rgba(189, 35, 40, 0.5), rgba(10, 10, 10, 0.95)),
        url('/assets/images/courses/d3d-hero.webp') center/cover;
}

.d3d-image-placeholder-content {
    text-align: center;
    padding: 30px;
}

.d3d-image-placeholder-content i {
    font-size: 80px;
    color: #ffffff;
    opacity: 0.85;
    margin-bottom: 20px;
}

.d3d-image-placeholder-content h3 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 10px;
}

.d3d-image-placeholder-content p {
    color: #cccccc;
    margin: 0;
}

.d3d-floating-card {
    position: absolute;
    left: -40px;
    bottom: 35px;
    padding: 20px 25px;
    background: #ffffff;
    color: #222222;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    min-width: 190px;
}

.d3d-floating-card strong {
    display: block;
    font-size: 30px;
    color: #BD2328;
    line-height: 1;
    margin-bottom: 6px;
}

.d3d-floating-card span {
    font-size: 13px;
    font-weight: 600;
    color: #555555;
}

/* =========================================================
           STATS
        ========================================================= */

.d3d-stats {
    background: #BD2328;
    padding: 0;
}

.d3d-stat {
    padding: 28px 20px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.d3d-stat:last-child {
    border-right: 0;
}

.d3d-stat strong {
    display: block;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 3px;
}

.d3d-stat span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.9;
}

/* =========================================================
           SECTION COMMON
        ========================================================= */

.d3d-section {
    padding: 110px 0;
    position: relative;
}

.d3d-section-light {
    background: #f4f1ef;
    color: #222222;
}

.d3d-section-dark {
    background: #111111;
    color: #ffffff;
}

.d3d-section-red {
    background: #8f171b;
    color: #ffffff;
}

.d3d-section-heading {
    max-width: 760px;
    margin: 0 auto 60px;
    text-align: center;
}

.d3d-section-heading.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.d3d-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #BD2328;
    margin-bottom: 15px;
}

.d3d-section-dark .d3d-section-label,
.d3d-section-red .d3d-section-label {
    color: #ffffff;
    opacity: 0.8;
}

.d3d-section-heading h2 {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: -2px;
    margin: 0 auto 18px;
    text-align: center;
}

.d3d-section-heading p {
    font-size: 17px;
    line-height: 1.8;
    margin: 0 auto;
    color: #666666;
    text-align: center;
}

.d3d-section-dark .d3d-section-heading p,
.d3d-section-red .d3d-section-heading p {
    color: #d2d2d2;
}

/* =========================================================
           OVERVIEW
        ========================================================= */

.d3d-overview-image {
    height: 100%;
    min-height: 480px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: #222222;
}

.d3d-overview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d3d-overview-placeholder {
    height: 100%;
    min-height: 480px;
    background:
        linear-gradient(135deg, rgba(189, 35, 40, 0.7), rgba(17, 17, 17, 0.85)),
        url('/assets/images/courses/d3d-overview.webp') center/cover;
    display: flex;
    align-items: flex-end;
    padding: 35px;
}

.d3d-overview-caption {
    padding: 20px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(10px);
    border-left: 4px solid #BD2328;
    border-radius: 5px;
}

.d3d-overview-caption strong {
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
}

.d3d-overview-caption span {
    font-size: 13px;
    color: #cccccc;
}

.d3d-overview-content {
    padding-left: 40px;
}

.d3d-overview-content h3 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}

.d3d-overview-content p {
    color: #555555;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 22px;
}

.d3d-check-list {
    list-style: none;
    padding: 0;
    margin: 30px 0 0;
}

.d3d-check-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: 600;
}

.d3d-check-list i {
    color: #BD2328;
    margin-top: 4px;
}

/* =========================================================
           PIPELINE
        ========================================================= */

.d3d-pipeline {
    position: relative;
}

.d3d-pipeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(255, 255, 255, 0.12);
    transform: translateX(-50%);
}

.d3d-pipeline-item {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 250px;
    margin-bottom: 30px;
}

.d3d-pipeline-item:nth-child(even) {
    flex-direction: row-reverse;
}

.d3d-pipeline-content {
    width: 44%;
    padding: 35px;
    background: #191919;
    border: 1px solid #2c2c2c;
    border-radius: 12px;
    position: relative;
}

.d3d-pipeline-content::before {
    content: "";
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background: #BD2328;
}

.d3d-pipeline-item:nth-child(odd) .d3d-pipeline-content::before {
    right: -45px;
}

.d3d-pipeline-item:nth-child(even) .d3d-pipeline-content::before {
    left: -45px;
}

.d3d-pipeline-number {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #BD2328;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 16px;
    transform: translate(-50%, -50%);
    z-index: 2;
    border: 7px solid #111111;
}

.d3d-pipeline-content h3 {
    font-size: 25px;
    font-weight: 800;
    margin-bottom: 12px;
}

.d3d-pipeline-content p {
    color: #bdbdbd;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* =========================================================
           SKILLS GRID
        ========================================================= */

.d3d-skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.d3d-skill-card {
    min-height: 260px;
    padding: 32px;
    border-radius: 12px;
    background: #1b1b1b;
    border: 1px solid #2b2b2b;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.d3d-skill-card:hover {
    transform: translateY(-8px);
    border-color: #BD2328;
}

.d3d-skill-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -40px;
    bottom: -40px;
    border-radius: 50%;
    background: rgba(189, 35, 40, 0.15);
}

.d3d-skill-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BD2328;
    border-radius: 10px;
    font-size: 23px;
    margin-bottom: 25px;
}

.d3d-skill-card h3 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 10px;
}

.d3d-skill-card p {
    color: #aaa;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

/* =========================================================
           IMAGE FEATURE
        ========================================================= */

.d3d-feature-image {
    min-height: 570px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    background: #222222;
}

.d3d-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 570px;
    object-fit: cover;
}

.d3d-feature-placeholder {
    min-height: 570px;
    background:
        linear-gradient(140deg, rgba(189, 35, 40, 0.25), rgba(0, 0, 0, 0.9)),
        url('/assets/images/courses/d3d-character.webp') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d3d-feature-placeholder i {
    font-size: 100px;
    color: rgba(255, 255, 255, 0.8);
}

.d3d-feature-content {
    padding-left: 60px;
}

.d3d-feature-content h2 {
    font-size: clamp(35px, 5vw, 58px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 20px;
}

.d3d-feature-content p {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.85;
    margin-bottom: 25px;
}

.d3d-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.d3d-feature-list li {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}

.d3d-feature-list i {
    color: #BD2328;
}

/* =========================================================
           SOFTWARE
        ========================================================= */

.d3d-software-section {
    background: #f4f1ef;
    color: #222222;
}

.d3d-software-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.d3d-software-card {
    min-height: 150px;
    background: #ffffff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    border: 1px solid #e2dedb;
    transition: all 0.3s ease;
}

.d3d-software-card:hover {
    background: #BD2328;
    color: #ffffff;
    transform: translateY(-5px);
}

.d3d-software-card span {
    font-size: 16px;
    font-weight: 800;
}

.d3d-ai-tools {
    margin-top: 35px;
    padding: 30px;
    background: #222222;
    color: #ffffff;
    border-radius: 12px;
}

.d3d-ai-tools h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 800;
}

.d3d-ai-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.d3d-ai-tags span {
    padding: 9px 14px;
    background: #333333;
    border: 1px solid #444444;
    border-radius: 50px;
    font-size: 12px;
    color: #dddddd;
}

/* =========================================================
           WHY D3D
        ========================================================= */

.d3d-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.d3d-why-card {
    padding: 35px;
    border: 1px solid #e0dcda;
    border-radius: 12px;
    background: #ffffff;
    transition: all 0.3s ease;
}

.d3d-why-card:hover {
    transform: translateY(-5px);
    border-color: #BD2328;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.d3d-why-card-number {
    color: #BD2328;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.d3d-why-card h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

.d3d-why-card p {
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* =========================================================
           AUDIENCE
        ========================================================= */

.d3d-audience {
    background:
        linear-gradient(120deg, rgba(189, 35, 40, 0.94), rgba(112, 17, 21, 0.96)),
        url('/assets/images/courses/d3d-students.webp') center/cover;
    padding: 120px 0;
}

.d3d-audience-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.d3d-audience h2 {
    font-size: clamp(40px, 5vw, 65px);
    line-height: 1;
    font-weight: 900;
    margin-bottom: 25px;
}

.d3d-audience p {
    font-size: 17px;
    line-height: 1.8;
    color: #f1dfe0;
}

.d3d-audience-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.d3d-audience-item {
    padding: 18px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

.d3d-audience-item i {
    margin-right: 8px;
}

/* =========================================================
           FILMMAKING
        ========================================================= */

.d3d-film-image {
    min-height: 550px;
    border-radius: 18px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(189, 35, 40, 0.55), rgba(17, 17, 17, 0.8)),
        url('/assets/images/courses/d3d-filmmaking.webp') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.d3d-film-image i {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #BD2328;
    color: #ffffff;
    font-size: 35px;
    padding-left: 5px;
}

.d3d-film-content {
    padding-left: 50px;
}

.d3d-film-content h2 {
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 900;
    line-height: 1;
    margin-bottom: 25px;
}

.d3d-film-content p {
    color: #c8c8c8;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 20px;
}

.d3d-film-quote {
    padding: 25px;
    border-left: 4px solid #BD2328;
    background: #191919;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}

/* =========================================================
           FAQ
        ========================================================= */

.d3d-faq-section {
    background: #f4f1ef;
    color: #222222;
}

.d3d-faq {
    max-width: 950px;
    margin: 0 auto;
}

.d3d-faq .accordion-item {
    background: #ffffff;
    border: 1px solid #e1dcda;
    margin-bottom: 12px;
    border-radius: 8px;
    overflow: hidden;
}

.d3d-faq .accordion-button {
    font-weight: 800;
    font-size: 16px;
    color: #222222;
    background: #ffffff;
    box-shadow: none;
    padding: 22px 25px;
}

.d3d-faq .accordion-button:not(.collapsed) {
    color: #BD2328;
    background: #ffffff;
}

.d3d-faq .accordion-body {
    color: #666666;
    line-height: 1.8;
    padding: 0 25px 25px;
}

/* =========================================================
           FINAL CTA
        ========================================================= */

.d3d-final-cta {
    position: relative;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 35%),
        #BD2328;
    padding: 120px 0;
    text-align: center;
}

.d3d-final-cta h2 {
    max-width: 850px;
    margin: 0 auto 20px;
    font-size: clamp(42px, 6vw, 78px);
    line-height: 0.98;
    font-weight: 900;
    letter-spacing: -3px;
}

.d3d-final-cta p {
    max-width: 700px;
    margin: 0 auto 35px;
    color: #f4dfe0;
    font-size: 17px;
    line-height: 1.8;
}

.d3d-final-cta .d3d-btn-primary {
    background: #ffffff;
    color: #BD2328;
}

.d3d-final-cta .d3d-btn-primary:hover {
    background: #111111;
    color: #ffffff;
}

.d3d-final-cta .d3d-btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
}

.d3d-final-cta .d3d-btn-outline:hover {
    background: #111111;
    border-color: #111111;
}

/* =========================================================
           RESPONSIVE
        ========================================================= */

@media (max-width: 1199px) {
    .d3d-hero {
        min-height: auto;
    }

    .d3d-hero-image,
    .d3d-image-placeholder {
        min-height: 450px;
    }

    .d3d-software-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .d3d-feature-content {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .d3d-section {
        padding: 80px 0;
    }

    .d3d-hero {
        padding: 80px 0;
    }

    .d3d-hero-visual {
        margin-top: 50px;
    }

    .d3d-floating-card {
        left: 20px;
    }

    .d3d-overview-content,
    .d3d-feature-content,
    .d3d-film-content {
        padding-left: 0;
        margin-top: 40px;
    }

    .d3d-pipeline::before {
        left: 25px;
    }

    .d3d-pipeline-item,
    .d3d-pipeline-item:nth-child(even) {
        flex-direction: row;
        padding-left: 75px;
    }

    .d3d-pipeline-content {
        width: 100%;
    }

    .d3d-pipeline-content::before {
        left: -50px !important;
        right: auto !important;
    }

    .d3d-pipeline-number {
        left: 25px;
    }

    .d3d-skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .d3d-audience-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .d3d-container {
        width: 92%;
    }

    .d3d-hero h1 {
        letter-spacing: -2px;
    }

    .d3d-hero-image,
    .d3d-image-placeholder {
        min-height: 350px;
    }

    .d3d-hero-image img {
        min-height: 350px;
    }

    .d3d-floating-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin: -35px 20px 20px;
        display: inline-block;
    }

    .d3d-stat {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .d3d-stat:last-child {
        border-bottom: 0;
    }

    .d3d-skills-grid,
    .d3d-why-grid,
    .d3d-software-grid {
        grid-template-columns: 1fr;
    }

    .d3d-pipeline-item,
    .d3d-pipeline-item:nth-child(even) {
        padding-left: 55px;
    }

    .d3d-pipeline::before {
        left: 20px;
    }

    .d3d-pipeline-number {
        left: 20px;
        width: 45px;
        height: 45px;
        font-size: 13px;
        border-width: 5px;
    }

    .d3d-pipeline-content::before {
        left: -35px !important;
    }

    .d3d-audience-list {
        grid-template-columns: 1fr;
    }

    .d3d-feature-image,
    .d3d-feature-placeholder,
    .d3d-film-image {
        min-height: 350px;
    }

    .d3d-feature-image img {
        min-height: 350px;
    }

    .d3d-final-cta {
        padding: 80px 0;
    }

    .d3d-final-cta h2 {
        letter-spacing: -1px;
    }
}

/* =================================== 'DAFM | Animation in Chennai ========================== */

.dafm-page {
    background: #0b0d10;
    color: #ffffff;
    overflow: hidden;
}

.dafm-page * {
    box-sizing: border-box;
}

.dafm-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.dafm-section {
    position: relative;
    padding: 100px 0;
}

.dafm-section-light {
    background: #f5f6f8;
    color: #17191d;
}

.dafm-section-dark {
    background: #0b0d10;
    color: #ffffff;
}

.dafm-section-black {
    background: #070809;
    color: #ffffff;
}

.dafm-orange {
    color: #f57c20;
}

.dafm-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f57c20;
    margin-bottom: 18px;
}

.dafm-label::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #f57c20;
    display: inline-block;
}

.dafm-section-title {
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.5px;
    margin: 0 0 22px;
}

.dafm-section-title span {
    color: #f57c20;
}

.dafm-section-description {
    max-width: 720px;
    color: #9ea3aa;
    font-size: 17px;
    line-height: 1.8;
    margin: 0;
}

.dafm-section-light .dafm-section-description {
    color: #626872;
}


/* =========================================================
       HERO
       ========================================================= */

.dafm-hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, rgba(5, 7, 9, 0.98) 0%, rgba(5, 7, 9, 0.88) 43%, rgba(5, 7, 9, 0.28) 100%),
        url('/assets/images/courses/dafm/dafm-banner.webp') center center / cover no-repeat;
}

.dafm-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 75% 45%, rgba(245, 124, 32, 0.22), transparent 32%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
    pointer-events: none;
}

.dafm-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 180px;
    background: linear-gradient(transparent, #0b0d10);
    pointer-events: none;
}

.dafm-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.dafm-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.65fr);
    gap: 70px;
    align-items: center;
}

.dafm-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 9px 15px;
    border: 1px solid rgba(245, 124, 32, 0.45);
    background: rgba(245, 124, 32, 0.08);
    border-radius: 50px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.dafm-hero-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f57c20;
    box-shadow: 0 0 14px #f57c20;
}

.dafm-hero h1 {
    font-size: clamp(58px, 8vw, 110px);
    line-height: 0.9;
    letter-spacing: -5px;
    font-weight: 900;
    margin: 0 0 15px;
    color: #ffffff;
}

.dafm-hero h2 {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.1;
    font-weight: 700;
    margin: 0 0 25px;
    color: #ffffff;
}

.dafm-hero h2 span {
    color: #f57c20;
}

.dafm-hero-text {
    max-width: 680px;
    color: #c5c9cf;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 30px;
}

.dafm-hero-text strong {
    color: #ffffff;
}

.dafm-hero-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 32px;
}

.dafm-hero-badge {
    padding: 11px 15px;
    border-radius: 7px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.dafm-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
}

.dafm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 25px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 800;
    transition: 0.3s ease;
}

.dafm-btn-primary {
    background: #f57c20;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(245, 124, 32, 0.2);
}

.dafm-btn-primary:hover {
    background: #ff8b32;
    color: #ffffff;
    transform: translateY(-2px);
}

.dafm-btn-outline {
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.03);
}

.dafm-btn-outline:hover {
    border-color: #f57c20;
    color: #f57c20;
}

.dafm-hero-side {
    position: relative;
    min-height: 430px;
}

.dafm-hero-visual {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dafm-hero-ring {
    width: 370px;
    height: 370px;
    border-radius: 50%;
    border: 1px solid rgba(245, 124, 32, 0.25);
    position: relative;
    animation: dafmRotate 20s linear infinite;
}

.dafm-hero-ring::before,
.dafm-hero-ring::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.dafm-hero-ring::before {
    inset: 35px;
}

.dafm-hero-ring::after {
    inset: 75px;
}

.dafm-hero-orb {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    position: absolute;
    top: 90px;
    left: 90px;
    background:
        radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.2), transparent 25%),
        radial-gradient(circle at center, rgba(245, 124, 32, 0.7), rgba(245, 124, 32, 0.05) 68%, transparent 70%);
    box-shadow:
        0 0 60px rgba(245, 124, 32, 0.25),
        inset 0 0 60px rgba(245, 124, 32, 0.18);
}

.dafm-hero-orb-text {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    animation: dafmCounterRotate 20s linear infinite;
}

.dafm-hero-orb-text strong {
    font-size: 42px;
    line-height: 1;
    color: #ffffff;
}

.dafm-hero-orb-text small {
    color: #d7d9dc;
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dafm-floating-card {
    position: absolute;
    z-index: 4;
    padding: 14px 17px;
    border-radius: 8px;
    background: rgba(16, 18, 21, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.dafm-floating-card strong {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.dafm-floating-card span {
    display: block;
    font-size: 11px;
    color: #9ea3aa;
    margin-top: 3px;
}

.dafm-floating-one {
    top: 30px;
    right: 0;
}

.dafm-floating-two {
    bottom: 45px;
    left: 0;
}

@keyframes dafmRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dafmCounterRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}


/* =========================================================
       INTRO
       ========================================================= */

.dafm-intro {
    padding: 110px 0;
    background: #f5f6f8;
    color: #17191d;
    position: relative;
}

.dafm-intro::before {
    content: "DAFM";
    position: absolute;
    right: -20px;
    top: 40px;
    font-size: 170px;
    font-weight: 900;
    color: rgba(17, 19, 22, 0.035);
    line-height: 1;
    pointer-events: none;
}

.dafm-intro-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 80px;
    align-items: center;
}

.dafm-intro-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 500px;
    background: #111318;
}

.dafm-intro-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    display: block;
}

.dafm-intro-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(245, 124, 32, 0.12), transparent 50%);
}

.dafm-image-tag {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 13px 17px;
    background: #f57c20;
    color: #ffffff;
    border-radius: 7px;
    font-weight: 800;
    font-size: 13px;
}

.dafm-intro-copy h2 {
    color: #17191d;
}

.dafm-intro-copy p {
    color: #626872;
    font-size: 16px;
    line-height: 1.85;
    margin: 0 0 18px;
}

.dafm-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 30px;
}

.dafm-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #292d33;
    font-size: 14px;
    font-weight: 700;
}

.dafm-check i {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(245, 124, 32, 0.12);
    color: #f57c20;
    font-size: 11px;
}


/* =========================================================
       STATS STRIP
       ========================================================= */

.dafm-stats {
    background: #f57c20;
    padding: 0;
}

.dafm-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.dafm-stat {
    min-height: 145px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.dafm-stat:last-child {
    border-right: 0;
}

.dafm-stat strong {
    display: block;
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
}

.dafm-stat span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 7px;
    line-height: 1.4;
}


/* =========================================================
       LEARNING PIPELINE
       ========================================================= */

.dafm-pipeline {
    background: #0b0d10;
    padding: 115px 0;
}

.dafm-pipeline-head {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 65px;
}

.dafm-pipeline-head .dafm-section-description {
    max-width: 520px;
}

.dafm-pipeline-list {
    position: relative;
}

.dafm-pipeline-list::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: linear-gradient(#f57c20, rgba(245, 124, 32, 0.05));
    transform: translateX(-50%);
}

.dafm-pipeline-item {
    width: 50%;
    position: relative;
    padding: 0 55px 55px 0;
}

.dafm-pipeline-item:nth-child(even) {
    margin-left: 50%;
    padding: 0 0 55px 55px;
}

.dafm-pipeline-number {
    position: absolute;
    top: 0;
    right: -17px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f57c20;
    border: 6px solid #0b0d10;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    z-index: 2;
}

.dafm-pipeline-item:nth-child(even) .dafm-pipeline-number {
    left: -17px;
    right: auto;
}

.dafm-pipeline-card {
    padding: 30px;
    background: #121519;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    transition: 0.3s ease;
}

.dafm-pipeline-card:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 124, 32, 0.45);
}

.dafm-pipeline-card h3 {
    font-size: 22px;
    margin: 0 0 10px;
    color: #ffffff;
}

.dafm-pipeline-card p {
    margin: 0;
    color: #9ea3aa;
    line-height: 1.75;
    font-size: 14px;
}


/* =========================================================
       ADVANCED SKILLS
       ========================================================= */

.dafm-advanced {
    background: #f5f6f8;
    color: #17191d;
    padding: 110px 0;
}

.dafm-advanced-grid {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 70px;
    align-items: start;
}

.dafm-advanced-image {
    position: sticky;
    top: 100px;
    height: 580px;
    border-radius: 16px;
    overflow: hidden;
}

.dafm-advanced-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dafm-advanced-content h2 {
    color: #17191d;
}

.dafm-skill-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.dafm-skill-card {
    padding: 25px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    transition: 0.3s ease;
}

.dafm-skill-card:hover {
    border-color: #f57c20;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(20, 20, 20, 0.07);
}

.dafm-skill-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 124, 32, 0.11);
    color: #f57c20;
    margin-bottom: 17px;
    font-size: 17px;
}

.dafm-skill-card h3 {
    margin: 0 0 9px;
    font-size: 17px;
    color: #17191d;
}

.dafm-skill-card p {
    margin: 0;
    color: #737982;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================================
       TOOLS
       ========================================================= */

.dafm-tools {
    background: #101216;
    padding: 105px 0;
}

.dafm-tools-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.dafm-tools-image {
    height: 530px;
    border-radius: 15px;
    overflow: hidden;
}

.dafm-tools-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dafm-tools-copy h2 {
    margin-bottom: 20px;
}

.dafm-tools-copy>p {
    color: #9ea3aa;
    line-height: 1.8;
    margin-bottom: 30px;
}

.dafm-tools-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.dafm-tool {
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 14px 15px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #16191d;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    transition: 0.25s ease;
}

.dafm-tool:hover {
    border-color: rgba(245, 124, 32, 0.5);
    color: #f57c20;
    transform: translateY(-2px);
}


/* =========================================================
       FILMMAKING SECTION
       ========================================================= */

.dafm-film {
    position: relative;
    min-height: 680px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(90deg, #08090b 0%, rgba(8, 9, 11, 0.92) 42%, rgba(8, 9, 11, 0.25) 100%),
        url('/assets/images/courses/dafm/dafm-filmmaking.webp') center / cover no-repeat;
}

.dafm-film::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 50%, rgba(245, 124, 32, 0.16), transparent 28%);
}

.dafm-film-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.dafm-film-content p {
    color: #b5bac1;
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 15px;
}

.dafm-film-words {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.dafm-film-word {
    padding: 12px 16px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
       WHY DAFM
       ========================================================= */

.dafm-why {
    background: #f5f6f8;
    padding: 110px 0;
}

.dafm-why-head {
    max-width: 700px;
    margin-bottom: 55px;
}

.dafm-why-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 13px;
}

.dafm-why-card {
    min-height: 290px;
    padding: 25px 21px;
    background: #ffffff;
    border: 1px solid #e4e6e9;
    border-radius: 11px;
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

.dafm-why-card::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(245, 124, 32, 0.08);
    right: -30px;
    bottom: -30px;
}

.dafm-why-card:hover {
    transform: translateY(-6px);
    border-color: #f57c20;
    box-shadow: 0 18px 45px rgba(20, 20, 20, 0.08);
}

.dafm-why-number {
    font-size: 12px;
    font-weight: 900;
    color: #f57c20;
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.dafm-why-card h3 {
    font-size: 18px;
    color: #17191d;
    margin: 0 0 12px;
}

.dafm-why-card p {
    font-size: 13px;
    line-height: 1.7;
    color: #737982;
    margin: 0;
}


/* =========================================================
       WHO IS IT FOR
       ========================================================= */

.dafm-audience {
    background: #0b0d10;
    padding: 110px 0;
}

.dafm-audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    align-items: center;
}

.dafm-audience-image {
    height: 540px;
    border-radius: 15px;
    overflow: hidden;
}

.dafm-audience-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dafm-audience-list {
    display: grid;
    gap: 10px;
    margin-top: 30px;
}

.dafm-audience-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px 18px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: #121519;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.dafm-audience-item i {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 124, 32, 0.13);
    color: #f57c20;
    border-radius: 50%;
    font-size: 11px;
}


/* =========================================================
       PORTFOLIO
       ========================================================= */

.dafm-portfolio {
    background: #f57c20;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.dafm-portfolio::before {
    content: "CREATE";
    position: absolute;
    right: -30px;
    bottom: -50px;
    font-size: 180px;
    line-height: 1;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.08);
}

.dafm-portfolio-grid {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.dafm-portfolio h2 {
    font-size: clamp(40px, 5vw, 68px);
    line-height: 1;
    margin: 0 0 22px;
    letter-spacing: -2px;
}

.dafm-portfolio p {
    max-width: 650px;
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
    margin: 0;
}

.dafm-portfolio-box {
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}

.dafm-portfolio-box strong {
    display: block;
    font-size: 27px;
    margin-bottom: 10px;
}

.dafm-portfolio-box span {
    display: block;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.6;
    font-size: 14px;
}


/* =========================================================
       FAQ
       ========================================================= */

.dafm-faq {
    background: #f5f6f8;
    padding: 110px 0;
}

.dafm-faq-grid {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    gap: 80px;
    align-items: start;
}

.dafm-faq-intro {
    position: sticky;
    top: 100px;
}

.dafm-faq-intro p {
    color: #737982;
    line-height: 1.75;
    font-size: 15px;
}

.dafm-faq-list {
    display: grid;
    gap: 10px;
}

.dafm-faq-item {
    background: #ffffff;
    border: 1px solid #e2e4e7;
    border-radius: 9px;
    overflow: hidden;
}

.dafm-faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 22px 25px;
    font-size: 15px;
    font-weight: 800;
    color: #17191d;
    position: relative;
    padding-right: 55px;
}

.dafm-faq-item summary::-webkit-details-marker {
    display: none;
}

.dafm-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    color: #f57c20;
    font-size: 23px;
    font-weight: 400;
}

.dafm-faq-item[open] summary::after {
    content: "−";
}

.dafm-faq-answer {
    padding: 0 25px 24px;
    color: #6f757d;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
       FINAL CTA
       ========================================================= */

.dafm-final {
    background: #070809;
    padding: 110px 0 120px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dafm-final::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(245, 124, 32, 0.09);
    filter: blur(40px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dafm-final-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    margin: 0 auto;
}

.dafm-final h2 {
    font-size: clamp(40px, 6vw, 76px);
    line-height: 0.98;
    letter-spacing: -3px;
    margin: 0 0 22px;
}

.dafm-final h2 span {
    color: #f57c20;
}

.dafm-final p {
    max-width: 650px;
    margin: 0 auto 30px;
    color: #9ea3aa;
    line-height: 1.8;
    font-size: 16px;
}


/* =========================================================
       RESPONSIVE
       ========================================================= */

@media (max-width: 1100px) {

    .dafm-hero-grid {
        grid-template-columns: 1fr;
    }

    .dafm-hero {
        min-height: auto;
        padding: 150px 0 120px;
    }

    .dafm-hero-side {
        min-height: 330px;
    }

    .dafm-hero-ring {
        width: 300px;
        height: 300px;
    }

    .dafm-hero-orb {
        width: 150px;
        height: 150px;
        top: 75px;
        left: 75px;
    }

    .dafm-why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dafm-tools-grid {
        grid-template-columns: 1fr;
    }

    .dafm-tools-image {
        height: 430px;
    }
}

@media (max-width: 900px) {

    .dafm-section {
        padding: 75px 0;
    }

    .dafm-intro-grid,
    .dafm-advanced-grid,
    .dafm-audience-grid,
    .dafm-faq-grid,
    .dafm-portfolio-grid {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .dafm-advanced-image {
        position: relative;
        top: auto;
        height: 430px;
    }

    .dafm-audience-image {
        height: 430px;
    }

    .dafm-faq-intro {
        position: relative;
        top: auto;
    }

    .dafm-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dafm-stat {
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .dafm-stat:nth-child(2) {
        border-right: 0;
    }

    .dafm-pipeline-head {
        display: block;
    }

    .dafm-pipeline-head .dafm-section-description {
        margin-top: 20px;
    }

    .dafm-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {

    .dafm-container {
        width: min(100% - 28px, 1180px);
    }

    .dafm-hero {
        padding: 125px 0 85px;
    }

    .dafm-hero h1 {
        font-size: 66px;
        letter-spacing: -3px;
    }

    .dafm-hero h2 {
        font-size: 27px;
    }

    .dafm-hero-text {
        font-size: 15px;
    }

    .dafm-hero-side {
        min-height: 280px;
    }

    .dafm-hero-ring {
        width: 245px;
        height: 245px;
    }

    .dafm-hero-orb {
        width: 125px;
        height: 125px;
        top: 60px;
        left: 60px;
    }

    .dafm-hero-orb-text strong {
        font-size: 28px;
    }

    .dafm-floating-card {
        padding: 10px 12px;
    }

    .dafm-floating-one {
        right: 5px;
    }

    .dafm-floating-two {
        left: 5px;
    }

    .dafm-check-list {
        grid-template-columns: 1fr;
    }

    .dafm-stats-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dafm-stat {
        min-height: 115px;
        padding: 20px 15px;
    }

    .dafm-stat strong {
        font-size: 25px;
    }

    .dafm-pipeline-list::before {
        left: 15px;
    }

    .dafm-pipeline-item,
    .dafm-pipeline-item:nth-child(even) {
        width: 100%;
        margin-left: 0;
        padding: 0 0 30px 45px;
    }

    .dafm-pipeline-number,
    .dafm-pipeline-item:nth-child(even) .dafm-pipeline-number {
        left: -2px;
        right: auto;
    }

    .dafm-skill-grid {
        grid-template-columns: 1fr;
    }

    .dafm-tools-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .dafm-why-grid {
        grid-template-columns: 1fr;
    }

    .dafm-why-card {
        min-height: auto;
    }

    .dafm-why-number {
        margin-bottom: 30px;
    }

    .dafm-film {
        min-height: 600px;
    }

    .dafm-portfolio-box {
        padding: 25px;
    }

    .dafm-final {
        padding: 80px 0;
    }

    .dafm-final h2 {
        letter-spacing: -2px;
    }
}

/* ========================== DGWA PLUS | Graphic Design ================================ */

.dgwa-page {
    --red: #BD2328;
    --red-dark: #9E1B20;
    --gold: #F5AE18;
    --black: #08080A;
    --dark: #0B0B0D;
    --card: #14121E;
    --card-2: #181621;
    --text: #FFFFFF;
    --muted: #A1A1AA;

    background: #0B0B0D;
    color: #FFFFFF;
    overflow: hidden;
}

.dgwa-page *,
.dgwa-page *::before,
.dgwa-page *::after {
    box-sizing: border-box;
}

.dgwa-page a {
    text-decoration: none;
}

.dgwa-page p {
    color: #A1A1AA;
}

.dgwa-page h1,
.dgwa-page h2,
.dgwa-page h3,
.dgwa-page h4 {
    color: #FFFFFF;
}

.dgwa-container {
    width: min(1320px, calc(100% - 40px));
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.dgwa-section {
    position: relative;
    padding: 100px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.dgwa-grid {
    position: absolute;
    inset: 0;
    opacity: .035;
    background-image:
        linear-gradient(rgba(255, 255, 255, .7) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .7) 1px, transparent 1px);
    background-size: 55px 55px;
    pointer-events: none;
}

.dgwa-red-glow,
.dgwa-gold-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(110px);
}

.dgwa-red-glow {
    width: 520px;
    height: 520px;
    background: rgba(189, 35, 40, .14);
}

.dgwa-gold-glow {
    width: 450px;
    height: 450px;
    background: rgba(245, 174, 24, .07);
}

.dgwa-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.dgwa-eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--gold);
    border-radius: 20px;
}

.dgwa-gradient-gold {
    background: linear-gradient(135deg, #FFFFFF 25%, #F5AE18 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dgwa-gradient-red {
    background: linear-gradient(135deg, #FFFFFF 35%, #BD2328 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.dgwa-primary,
.dgwa-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 14px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 800;
    transition: .3s ease;
}

.dgwa-primary {
    color: #FFFFFF;
    background: var(--red);
    border: 1px solid var(--red);
    box-shadow: 0 15px 40px rgba(189, 35, 40, .25);
}

.dgwa-primary:hover {
    color: #FFFFFF;
    background: var(--red-dark);
    border-color: var(--red-dark);
    transform: translateY(-3px);
    box-shadow: 0 20px 45px rgba(189, 35, 40, .35);
}

.dgwa-outline {
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .035);
}

.dgwa-outline:hover {
    color: var(--gold);
    border-color: rgba(245, 174, 24, .45);
    background: rgba(245, 174, 24, .05);
    transform: translateY(-3px);
}

/* HERO */
.dgwa-hero {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    position: relative;
    background:
        radial-gradient(circle at 80% 45%, rgba(189, 35, 40, .16), transparent 34%),
        radial-gradient(circle at 20% 20%, rgba(245, 174, 24, .06), transparent 28%),
        #08080A;
    padding: 90px 0;
}

.dgwa-hero-content {
    position: relative;
    z-index: 10;
}

.dgwa-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid rgba(245, 174, 24, .25);
    background: rgba(245, 174, 24, .06);
    border-radius: 50px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 22px;
}

.dgwa-kicker span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 15px rgba(245, 174, 24, .7);
    animation: dgwaPulse 2s infinite;
}

.dgwa-hero h1 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -3px;
    margin: 0 0 22px;
    max-width: 850px;
}

.dgwa-hero-subtitle {
    color: #FFFFFF !important;
    font-size: clamp(18px, 2vw, 25px);
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 20px;
}

.dgwa-hero-description {
    max-width: 700px;
    font-size: 16px;
    line-height: 1.85;
    color: #B7B7C0 !important;
    margin-bottom: 0;
}

.dgwa-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 30px;
}

.dgwa-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.dgwa-stat {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50px;
    background: rgba(255, 255, 255, .035);
    color: #D4D4D8;
    font-size: 11px;
    font-weight: 800;
}

.dgwa-stat i {
    color: var(--gold);
    margin-right: 6px;
}

/* HERO VISUAL */
.dgwa-hero-visual {
    min-height: 590px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dgwa-orbit {
    width: 470px;
    height: 470px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .14);
    position: absolute;
    animation: dgwaOrbit 22s linear infinite;
}

.dgwa-orbit::before,
.dgwa-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--gold);
    box-shadow: 0 0 30px rgba(245, 174, 24, .8);
}

.dgwa-orbit::before {
    width: 8px;
    height: 8px;
    top: 45px;
    left: 65px;
}

.dgwa-orbit::after {
    width: 6px;
    height: 6px;
    bottom: 65px;
    right: 25px;
}

.dgwa-visual-glow {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: rgba(189, 35, 40, .26);
    filter: blur(80px);
    animation: dgwaGlow 4s ease-in-out infinite;
}

.dgwa-visual-card {
    width: 430px;
    min-height: 500px;
    position: relative;
    z-index: 3;
    border-radius: 35px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    background:
        radial-gradient(circle at 30% 25%, rgba(245, 174, 24, .18), transparent 25%),
        radial-gradient(circle at 75% 70%, rgba(189, 35, 40, .24), transparent 35%),
        linear-gradient(145deg, #191722, #0E0E13);
    box-shadow:
        0 40px 100px rgba(0, 0, 0, .65),
        inset 0 0 60px rgba(189, 35, 40, .12);
    transform: perspective(1000px) rotateY(-8deg);
    padding: 35px;
}

.dgwa-visual-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -65px;
    top: -65px;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .18);
    box-shadow: 0 0 0 25px rgba(245, 174, 24, .025);
}

.dgwa-visual-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 70px;
}

.dgwa-logo-mark {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: var(--red);
    color: #FFFFFF;
    font-size: 19px;
    box-shadow: 0 12px 30px rgba(189, 35, 40, .35);
}

.dgwa-mini-label {
    color: var(--gold);
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.dgwa-visual-title {
    position: relative;
    z-index: 2;
}

.dgwa-visual-title small {
    display: block;
    color: var(--gold);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.dgwa-visual-title strong {
    display: block;
    font-size: 52px;
    line-height: .95;
    letter-spacing: -3px;
    font-weight: 950;
}

.dgwa-visual-title span {
    display: block;
    margin-top: 12px;
    color: #A1A1AA;
    font-size: 13px;
    line-height: 1.6;
}

.dgwa-visual-bottom {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9px;
    z-index: 3;
}

.dgwa-visual-pill {
    padding: 11px 8px;
    text-align: center;
    border-radius: 12px;
    background: rgba(8, 8, 10, .55);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 10px;
    font-weight: 800;
}

.dgwa-floating {
    position: absolute;
    z-index: 10;
    padding: 13px 16px;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(17, 17, 20, .88);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .35);
    animation: dgwaFloat 5s ease-in-out infinite;
}

.dgwa-floating small {
    display: block;
    color: #777783;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    margin-bottom: 3px;
}

.dgwa-floating strong {
    color: #FFFFFF;
    font-size: 13px;
}

.dgwa-floating-one {
    top: 80px;
    left: -15px;
}

.dgwa-floating-two {
    right: -15px;
    bottom: 75px;
    animation-delay: 1.5s;
}

/* HEADINGS */
.dgwa-heading {
    max-width: 800px;
    margin: 0 auto 55px;
    text-align: center;
}

.dgwa-heading.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dgwa-heading h2 {
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 900;
    letter-spacing: -1.5px;
    line-height: 1.06;
    margin: 0 auto 17px;
    text-align: center;
}

.dgwa-heading p {
    max-width: 740px;
    font-size: 15px;
    line-height: 1.85;
    margin: 0 auto;
    text-align: center;
}

.dgwa-heading.center p {
    margin-left: auto;
    margin-right: auto;
}

/* OVERVIEW */
.dgwa-overview {
    background: #0B0B0D;
}

.dgwa-overview-card {
    height: 100%;
    min-height: 470px;
    padding: 42px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 85% 15%, rgba(189, 35, 40, .18), transparent 28%),
        linear-gradient(145deg, #17151F, #0F0F14);
}

.dgwa-overview-card::after {
    content: "DGWA+";
    position: absolute;
    right: -20px;
    bottom: -35px;
    font-size: 130px;
    line-height: 1;
    font-weight: 950;
    color: rgba(255, 255, 255, .025);
    pointer-events: none;
}

.dgwa-big-number {
    font-size: 72px;
    line-height: .9;
    font-weight: 950;
    letter-spacing: -5px;
    color: var(--gold);
    margin-bottom: 15px;
}

.dgwa-overview-card h3 {
    font-size: 25px;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
}

.dgwa-overview-card p {
    font-size: 14px;
    line-height: 1.85;
    position: relative;
    z-index: 2;
}

.dgwa-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.dgwa-tag {
    padding: 9px 12px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .035);
    color: #D4D4D8;
    font-size: 11px;
    font-weight: 700;
}

/* TERMS */
.dgwa-terms {
    background: #09090B;
}

.dgwa-term-card {
    height: 100%;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    background: linear-gradient(145deg, #17151F, #0F0F14);
    transition: .4s cubic-bezier(.16, 1, .3, 1);
    position: relative;
}

.dgwa-term-card:hover {
    transform: translateY(-8px);
    border-color: rgba(189, 35, 40, .45);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .35);
}

.dgwa-term-top {
    min-height: 155px;
    padding: 28px;
    display: flex;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 15%, rgba(245, 174, 24, .12), transparent 30%),
        #121218;
}

.dgwa-term-number {
    position: absolute;
    top: 20px;
    right: 23px;
    font-size: 54px;
    line-height: 1;
    font-weight: 950;
    color: rgba(255, 255, 255, .05);
}

.dgwa-term-label {
    position: relative;
    z-index: 2;
    color: var(--gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.dgwa-term-body {
    padding: 28px;
}

.dgwa-term-body h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.dgwa-term-body p {
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
}

/* SKILLS */
.dgwa-skills {
    background: #0B0B0D;
}

.dgwa-skill-card {
    height: 100%;
    min-height: 190px;
    padding: 25px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .025);
    transition: .3s ease;
    position: relative;
    overflow: hidden;
}

.dgwa-skill-card:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 174, 24, .28);
    background: rgba(245, 174, 24, .035);
}

.dgwa-skill-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 35, 40, .1);
    border: 1px solid rgba(189, 35, 40, .22);
    color: var(--gold);
    font-size: 18px;
    margin-bottom: 18px;
}

.dgwa-skill-card h3 {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 8px;
}

.dgwa-skill-card p {
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
}

/* ADVANCED */
.dgwa-advanced {
    background: #09090B;
}

.dgwa-advanced-card {
    height: 100%;
    padding: 30px;
    border-radius: 24px;
    background:
        linear-gradient(145deg, rgba(189, 35, 40, .08), rgba(255, 255, 255, .018)),
        #121218;
    border: 1px solid rgba(255, 255, 255, .08);
    position: relative;
    overflow: hidden;
}

.dgwa-advanced-card::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    right: -35px;
    bottom: -35px;
    border-radius: 50%;
    background: rgba(245, 174, 24, .07);
    filter: blur(20px);
}

.dgwa-advanced-card h3 {
    font-size: 18px;
    margin-bottom: 9px;
}

.dgwa-advanced-card p {
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
}

/* SOFTWARE */
.dgwa-software {
    background: #0B0B0D;
}

.dgwa-software-panel {
    padding: 45px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 85% 10%, rgba(189, 35, 40, .14), transparent 25%),
        #111116;
}

.dgwa-software-group {
    height: 100%;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, .07);
    background: rgba(255, 255, 255, .025);
}

.dgwa-software-group h3 {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 15px;
    color: var(--gold);
    margin-bottom: 17px;
}

.dgwa-software-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dgwa-software-list span {
    padding: 9px 11px;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #171722;
    color: #D4D4D8;
    font-size: 11px;
    font-weight: 700;
}

.dgwa-ai-note {
    margin-top: 16px;
    padding: 17px 19px;
    border-radius: 16px;
    border: 1px solid rgba(245, 174, 24, .18);
    background: rgba(245, 174, 24, .045);
    color: #BDBDC5;
    font-size: 12px;
    line-height: 1.7;
}

/* CONNECTION */
.dgwa-connection {
    background: #09090B;
}

.dgwa-connection-panel {
    min-height: 430px;
    padding: 55px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 75% 45%, rgba(189, 35, 40, .2), transparent 30%),
        linear-gradient(135deg, #16141D, #0E0E13);
}

.dgwa-connection-panel::before,
.dgwa-connection-panel::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(245, 174, 24, .09);
}

.dgwa-connection-panel::before {
    width: 390px;
    height: 390px;
    right: -110px;
    top: -90px;
}

.dgwa-connection-panel::after {
    width: 250px;
    height: 250px;
    right: 55px;
    top: 70px;
}

.dgwa-connection-content {
    position: relative;
    z-index: 3;
    max-width: 720px;
}

.dgwa-connection-content h2 {
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.08;
    margin-bottom: 18px;
}

.dgwa-connection-content p {
    font-size: 14px;
    line-height: 1.85;
}

.dgwa-connection-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.dgwa-connection-point {
    padding: 10px 13px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    color: #D4D4D8;
    font-size: 11px;
    font-weight: 700;
}

/* WHY */
.dgwa-why {
    background: #0B0B0D;
}

.dgwa-why-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 21px;
    border-radius: 19px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .07);
    transition: .3s ease;
    height: 100%;
}

.dgwa-why-item:hover {
    background: rgba(255, 255, 255, .045);
    border-color: rgba(245, 174, 24, .25);
    transform: translateX(5px);
}

.dgwa-why-icon {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 35, 40, .1);
    color: var(--red);
    font-size: 15px;
}

.dgwa-why-item h3 {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 5px;
}

.dgwa-why-item p {
    font-size: 12px;
    line-height: 1.65;
    margin: 0;
}

/* WHO / PORTFOLIO */
.dgwa-audience {
    background: #09090B;
}

.dgwa-check-list {
    display: grid;
    gap: 10px;
}

.dgwa-check-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 13px 15px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .06);
    color: #D4D4D8;
    font-size: 13px;
    line-height: 1.55;
}

.dgwa-check-item i {
    color: var(--gold);
    margin-top: 3px;
}

.dgwa-portfolio-panel {
    padding: 38px;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 80% 20%, rgba(245, 174, 24, .09), transparent 25%),
        #111116;
}

.dgwa-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 25px;
}

.dgwa-portfolio-tile {
    min-height: 105px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, .08);
    background:
        linear-gradient(145deg, rgba(189, 35, 40, .14), rgba(245, 174, 24, .04)),
        #181621;
    transition: .3s ease;
}

.dgwa-portfolio-tile:hover {
    transform: translateY(-4px);
    border-color: rgba(245, 174, 24, .3);
}

.dgwa-portfolio-tile i {
    color: var(--gold);
    margin-bottom: 12px;
}

.dgwa-portfolio-tile span {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 800;
}

/* ASPIRING CREATORS */
.dgwa-creators {
    background: #0B0B0D;
}

.dgwa-creator-box {
    padding: 65px 45px;
    border-radius: 32px;
    text-align: center;
    border: 1px solid rgba(189, 35, 40, .25);
    background:
        radial-gradient(circle at 50% 0%, rgba(189, 35, 40, .18), transparent 55%),
        #111116;
}

.dgwa-creator-box h2 {
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 18px;
}

.dgwa-creator-box p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.85;
}

/* ENQUIRY */
.dgwa-enquiry-section {
    background: #08080A;
}

.dgwa-enquiry-wrap {
    max-width: 1050px;
    margin: 0 auto;
}

.dgwa-enquiry-card {
    background: #111118;
    border: 1px solid rgba(189, 35, 40, .45);
    border-radius: 28px;
    padding: 38px 32px;
    box-shadow:
        0 0 50px -10px rgba(189, 35, 40, .25),
        0 25px 60px rgba(0, 0, 0, .75);
    position: relative;
    overflow: hidden;
}

.dgwa-enquiry-card::before {
    content: "";
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 150px;
    background: radial-gradient(circle, rgba(189, 35, 40, .28) 0%, transparent 70%);
    pointer-events: none;
}

.dgwa-enquiry-header {
    position: relative;
    z-index: 2;
}

.dgwa-enquiry-header h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    font-weight: 900;
    margin: 15px 0 7px;
}

.dgwa-enquiry-header p {
    font-size: 13.5px;
    margin-bottom: 25px;
}

.dgwa-form-group {
    position: relative;
    display: flex;
    align-items: center;
    background: #171722;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    padding: 0 16px;
    height: 52px;
    margin-bottom: 14px;
    transition: .25s ease;
}

.dgwa-form-group:focus-within {
    border-color: rgba(189, 35, 40, .6);
    background: #1B1B29;
    box-shadow: 0 0 0 3px rgba(189, 35, 40, .18);
}

.dgwa-form-icon {
    width: 20px;
    flex-shrink: 0;
    color: #6B7280;
    font-size: 14px;
}

.dgwa-form-control {
    flex: 1;
    width: 100%;
    padding-left: 12px;
    border: none;
    outline: none;
    background: transparent;
    color: #FFFFFF;
    font-size: 14px;
}

.dgwa-form-control::placeholder {
    color: #6B7280;
    font-size: 13.5px;
}

.dgwa-form-control option {
    background: #171722;
    color: #FFFFFF;
}

.dgwa-submit {
    width: 100%;
    height: 52px;
    margin-top: 8px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #BD2328, #D32F2F);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(189, 35, 40, .45);
    transition: .25s ease;
}

.dgwa-submit:hover {
    transform: translateY(-2px);
    color: #FFFFFF;
    box-shadow: 0 14px 30px rgba(189, 35, 40, .65);
}

/* FAQ */
.dgwa-faq {
    background: #09090B;
}

.dgwa-faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}

.dgwa-faq-item {
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background: rgba(255, 255, 255, .025);
    overflow: hidden;
}

.dgwa-faq-question {
    width: 100%;
    padding: 21px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #FFFFFF;
    background: transparent;
    border: 0;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
}

.dgwa-faq-question i {
    color: var(--gold);
    transition: transform .3s ease;
}

.dgwa-faq-answer {
    display: none;
    padding: 0 23px 22px;
}

.dgwa-faq-answer p {
    font-size: 13px;
    line-height: 1.8;
    margin: 0;
}

.dgwa-faq-item.active {
    border-color: rgba(189, 35, 40, .3);
    background: rgba(189, 35, 40, .035);
}

.dgwa-faq-item.active .dgwa-faq-question {
    color: var(--gold);
}

.dgwa-faq-item.active .dgwa-faq-question i {
    transform: rotate(180deg);
}

.dgwa-faq-item.active .dgwa-faq-answer {
    display: block;
}

/* FINAL CTA */
.dgwa-final {
    background: #08080A;
    padding: 110px 0 90px;
}

.dgwa-final-box {
    position: relative;
    padding: 75px 45px;
    border-radius: 32px;
    overflow: hidden;
    text-align: center;
    border: 1px solid rgba(189, 35, 40, .25);
    background:
        radial-gradient(circle at 50% 0%, rgba(189, 35, 40, .18), transparent 55%),
        #111116;
}

.dgwa-final-box h2 {
    font-size: clamp(35px, 4.5vw, 58px);
    line-height: 1.05;
    font-weight: 900;
    margin-bottom: 18px;
}

.dgwa-final-box p {
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 15px;
    line-height: 1.8;
}

.dgwa-final-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 13px;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .dgwa-visual-card {
        width: 350px;
        min-height: 450px;
    }

    .dgwa-orbit {
        width: 390px;
        height: 390px;
    }

    .dgwa-floating-one {
        left: -10px;
    }

    .dgwa-floating-two {
        right: -10px;
    }
}

@media (max-width: 991px) {
    .dgwa-section {
        padding: 75px 0;
    }

    .dgwa-hero {
        padding: 65px 0;
    }

    .dgwa-hero-visual {
        margin-top: 30px;
    }

    .dgwa-connection-panel {
        padding: 45px;
    }
}

@media (max-width: 767px) {
    .dgwa-container {
        width: min(100% - 30px, 1320px);
    }

    .dgwa-section {
        padding: 65px 0;
    }

    .dgwa-hero {
        min-height: auto;
        padding: 55px 0 70px;
    }

    .dgwa-hero h1 {
        font-size: 45px;
        letter-spacing: -2px;
    }

    .dgwa-hero-description {
        font-size: 15px;
    }

    .dgwa-actions {
        flex-direction: column;
    }

    .dgwa-primary,
    .dgwa-outline {
        width: 100%;
    }

    .dgwa-hero-visual {
        min-height: 455px;
    }

    .dgwa-orbit {
        width: 290px;
        height: 290px;
    }

    .dgwa-visual-card {
        width: 255px;
        min-height: 350px;
        padding: 27px;
        transform: none;
    }

    .dgwa-visual-top {
        margin-bottom: 45px;
    }

    .dgwa-visual-title strong {
        font-size: 43px;
    }

    .dgwa-visual-bottom {
        left: 27px;
        right: 27px;
        bottom: 27px;
    }

    .dgwa-floating-one {
        left: 0;
        top: 35px;
    }

    .dgwa-floating-two {
        right: 0;
        bottom: 30px;
    }

    .dgwa-overview-card {
        min-height: 420px;
        padding: 30px;
    }

    .dgwa-software-panel,
    .dgwa-connection-panel {
        padding: 28px;
    }

    .dgwa-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dgwa-creator-box,
    .dgwa-final-box {
        padding: 50px 22px;
    }

    .dgwa-enquiry-card {
        padding: 32px 22px;
    }
}

@keyframes dgwaFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes dgwaOrbit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes dgwaGlow {

    0%,
    100% {
        transform: scale(1);
        opacity: .5;
    }

    50% {
        transform: scale(1.12);
        opacity: .8;
    }
}

@keyframes dgwaPulse {

    0%,
    100% {
        opacity: .5;
        transform: scale(.9);
    }

    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

@media (prefers-reduced-motion: reduce) {

    .dgwa-page *,
    .dgwa-page *::before,
    .dgwa-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}

/* ======================= VFX PLUS | VFX classes in Chennai ========================= */

.vfxplus-page {
    background: #111111;
    color: #ffffff;
    overflow: hidden;
    font-family: inherit;
}

.vfxplus-page * {
    box-sizing: border-box;
}

.vfxplus-container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.vfxplus-section {
    position: relative;
    padding: 110px 0;
}

.vfxplus-section-dark {
    background: #111111;
    color: #ffffff;
}

.vfxplus-section-black {
    background: #080808;
    color: #ffffff;
}

.vfxplus-section-light {
    background: #f7f7f7;
    color: #222222;
}

.vfxplus-orange {
    color: #f57c20;
}

.vfxplus-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f57c20;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.vfxplus-eyebrow::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #f57c20;
}

.vfxplus-section-title {
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    margin: 0 0 22px;
    letter-spacing: -1.5px;
}

.vfxplus-section-subtitle {
    max-width: 760px;
    font-size: 17px;
    line-height: 1.8;
    color: #bcbcbc;
    margin-bottom: 45px;
}

.vfxplus-section-light .vfxplus-section-subtitle {
    color: #666666;
}

.vfxplus-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 52px;
    padding: 0 28px;
    border-radius: 4px;
    background: #f57c20;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    transition: all .3s ease;
}

.vfxplus-btn:hover {
    background: #ffffff;
    color: #111111;
    transform: translateY(-3px);
}

.vfxplus-btn-outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .35);
}

.vfxplus-btn-outline:hover {
    border-color: #f57c20;
    background: #f57c20;
    color: #ffffff;
}


/* =========================================================
       HERO
    ========================================================= */

.vfxplus-hero {
    min-height: 760px;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg,
        rgba(8, 8, 8, .98) 0%,
        rgba(8, 8, 8, .86) 42%,
        rgba(8, 8, 8, .25) 100%),
    url('{{ asset(' assets/images/vfx/vfxplus-hero.webp') }}') center/cover no-repeat;
}

.vfxplus-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 40%,
            rgba(245, 124, 32, .14),
            transparent 30%),
        linear-gradient(180deg,
            transparent 70%,
            #111111 100%);
    pointer-events: none;
}

.vfxplus-hero-content {
    position: relative;
    z-index: 2;
    width: 65%;
    padding: 100px 0;
}

.vfxplus-hero-kicker {
    display: inline-block;
    padding: 9px 15px;
    margin-bottom: 25px;
    border: 1px solid rgba(245, 124, 32, .5);
    background: rgba(245, 124, 32, .08);
    color: #f57c20;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.vfxplus-hero h1 {
    font-size: clamp(60px, 9vw, 125px);
    line-height: .88;
    letter-spacing: -5px;
    font-weight: 900;
    margin: 0 0 25px;
}

.vfxplus-hero h1 span {
    color: #f57c20;
}

.vfxplus-hero h2 {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.15;
    margin: 0 0 25px;
    font-weight: 700;
}

.vfxplus-hero-text {
    max-width: 720px;
    color: #d2d2d2;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 32px;
}

.vfxplus-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 30px 0;
}

.vfxplus-meta-item {
    padding: 11px 15px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .04);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.vfxplus-meta-item strong {
    color: #f57c20;
}

.vfxplus-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.vfxplus-hero-scroll {
    position: absolute;
    z-index: 3;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .7;
    animation: vfxplusFloat 2s ease-in-out infinite;
}

.vfxplus-hero-scroll::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background: #f57c20;
    margin: 10px auto 0;
}


/* =========================================================
       OVERVIEW
    ========================================================= */

.vfxplus-overview-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 70px;
    align-items: center;
}

.vfxplus-image-box {
    position: relative;
    overflow: hidden;
    min-height: 520px;
    background: #1b1b1b;
}

.vfxplus-image-box img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
    transition: transform .7s ease;
}

.vfxplus-image-box:hover img {
    transform: scale(1.05);
}

.vfxplus-image-box::after {
    content: "";
    position: absolute;
    inset: 20px;
    border: 1px solid rgba(245, 124, 32, .55);
    pointer-events: none;
}

.vfxplus-overview-content h3 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.vfxplus-overview-content p {
    color: #bdbdbd;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 20px;
}

.vfxplus-feature-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 35px;
    border: 1px solid rgba(255, 255, 255, .1);
}

.vfxplus-feature-item {
    padding: 20px 14px;
    border-right: 1px solid rgba(255, 255, 255, .1);
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #dddddd;
}

.vfxplus-feature-item:last-child {
    border-right: 0;
}

.vfxplus-feature-item i {
    display: block;
    margin-bottom: 10px;
    color: #f57c20;
    font-size: 22px;
}


/* =========================================================
       SKILLS
    ========================================================= */

.vfxplus-skill-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 55px;
}

.vfxplus-skill-heading p {
    max-width: 500px;
    margin: 0;
    color: #aaaaaa;
    line-height: 1.8;
}

.vfxplus-skills-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #333333;
}

.vfxplus-skill-card {
    min-height: 280px;
    position: relative;
    padding: 32px;
    background: #151515;
    overflow: hidden;
    transition: all .35s ease;
}

.vfxplus-skill-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #f57c20;
    transition: width .4s ease;
}

.vfxplus-skill-card:hover::before {
    width: 100%;
}

.vfxplus-skill-card:hover {
    background: #1c1c1c;
    transform: translateY(-5px);
}

.vfxplus-skill-number {
    font-size: 12px;
    color: #f57c20;
    font-weight: 800;
    letter-spacing: 1px;
}

.vfxplus-skill-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 35px 0 25px;
    border: 1px solid rgba(245, 124, 32, .35);
    color: #f57c20;
    font-size: 22px;
}

.vfxplus-skill-card h3 {
    font-size: 21px;
    margin: 0 0 12px;
}

.vfxplus-skill-card p {
    color: #999999;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}


/* =========================================================
       ADVANCED SKILLS
    ========================================================= */

.vfxplus-advanced {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 600px;
}

.vfxplus-advanced-image {
    min-height: 600px;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, .05),
        rgba(0, 0, 0, .55)),
    url('{{ asset(' assets/images/vfx/vfxplus-advanced.webp') }}') center/cover no-repeat;
}

.vfxplus-advanced-content {
    padding: 85px 9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f57c20;
    color: #ffffff;
}

.vfxplus-advanced-content .vfxplus-eyebrow {
    color: #ffffff;
}

.vfxplus-advanced-content .vfxplus-eyebrow::before {
    background: #ffffff;
}

.vfxplus-advanced-content h2 {
    font-size: clamp(38px, 5vw, 65px);
    line-height: 1;
    margin: 0 0 22px;
}

.vfxplus-advanced-content p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.vfxplus-advanced-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.vfxplus-advanced-list div {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .4);
    font-size: 13px;
    font-weight: 700;
}


/* =========================================================
       SOFTWARE
    ========================================================= */

.vfxplus-software-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 70px;
    align-items: start;
}

.vfxplus-software-intro {
    position: sticky;
    top: 100px;
}

.vfxplus-software-intro p {
    color: #999999;
    line-height: 1.8;
}

.vfxplus-software-groups {
    display: grid;
    gap: 20px;
}

.vfxplus-software-group {
    border: 1px solid #292929;
    background: #151515;
    padding: 28px;
}

.vfxplus-software-group h3 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #f57c20;
}

.vfxplus-software-list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.vfxplus-software-list span {
    padding: 11px 14px;
    border: 1px solid #303030;
    background: #0d0d0d;
    color: #dddddd;
    font-size: 13px;
    transition: all .25s ease;
}

.vfxplus-software-list span:hover {
    border-color: #f57c20;
    color: #f57c20;
    transform: translateY(-2px);
}

.vfxplus-ai-box {
    margin-top: 20px;
    padding: 30px;
    background: linear-gradient(135deg, #1a1a1a, #101010);
    border-left: 4px solid #f57c20;
}

.vfxplus-ai-box h3 {
    margin: 0 0 12px;
    color: #ffffff;
}

.vfxplus-ai-box p {
    color: #999999;
    line-height: 1.7;
}


/* =========================================================
       STORYTELLING / INDUSTRY
    ========================================================= */

.vfxplus-cinematic {
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(90deg,
        rgba(8, 8, 8, .95) 0%,
        rgba(8, 8, 8, .65) 55%,
        rgba(8, 8, 8, .25) 100%),
    url('{{ asset(' assets/images/vfx/vfxplus-cinematic.webp') }}') center/cover no-repeat;
}

.vfxplus-cinematic-content {
    max-width: 760px;
}

.vfxplus-cinematic h2 {
    font-size: clamp(42px, 6vw, 78px);
    line-height: .98;
    margin: 0 0 25px;
}

.vfxplus-cinematic p {
    color: #c2c2c2;
    line-height: 1.8;
    font-size: 17px;
}

.vfxplus-industry-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.vfxplus-industry-tags span {
    padding: 10px 15px;
    border: 1px solid rgba(255, 255, 255, .2);
    background: rgba(255, 255, 255, .04);
    font-size: 12px;
    font-weight: 700;
}


/* =========================================================
       WHY CHOOSE
    ========================================================= */

.vfxplus-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 50px;
}

.vfxplus-why-card {
    position: relative;
    padding: 35px;
    min-height: 250px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    transition: all .35s ease;
}

.vfxplus-why-card:hover {
    transform: translateY(-8px);
    border-color: #f57c20;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
}

.vfxplus-why-number {
    font-size: 50px;
    font-weight: 900;
    color: rgba(245, 124, 32, .13);
    line-height: 1;
    margin-bottom: 25px;
}

.vfxplus-why-card h3 {
    margin: 0 0 12px;
    font-size: 21px;
}

.vfxplus-why-card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
}


/* =========================================================
       AUDIENCE
    ========================================================= */

.vfxplus-audience {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 70px;
    align-items: center;
}

.vfxplus-audience-image {
    min-height: 550px;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, .05),
        rgba(0, 0, 0, .5)),
    url('{{ asset(' assets/images/vfx/vfxplus-students.webp') }}') center/cover no-repeat;
}

.vfxplus-audience-content h2 {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    margin: 0 0 25px;
}

.vfxplus-audience-content>p {
    color: #999999;
    line-height: 1.8;
}

.vfxplus-check-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.vfxplus-check-list div {
    padding: 16px;
    background: #181818;
    border: 1px solid #292929;
    color: #dddddd;
    font-size: 13px;
}

.vfxplus-check-list i {
    color: #f57c20;
    margin-right: 8px;
}


/* =========================================================
       PORTFOLIO
    ========================================================= */

.vfxplus-portfolio-intro {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 45px;
}

.vfxplus-portfolio-intro p {
    max-width: 520px;
    color: #999999;
    line-height: 1.8;
    margin: 0;
}

.vfxplus-portfolio-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.vfxplus-portfolio-item {
    position: relative;
    height: 270px;
    overflow: hidden;
    background: #1b1b1b;
}

.vfxplus-portfolio-item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 548px;
}

.vfxplus-portfolio-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.vfxplus-portfolio-item:hover img {
    transform: scale(1.08);
}

.vfxplus-portfolio-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 25px;
    background: linear-gradient(transparent 40%,
            rgba(0, 0, 0, .9));
}

.vfxplus-portfolio-overlay span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.vfxplus-portfolio-overlay span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #f57c20;
    margin-right: 8px;
    vertical-align: middle;
}


/* =========================================================
       FINAL CTA
    ========================================================= */

.vfxplus-final-cta {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(90deg,
        rgba(245, 124, 32, .97),
        rgba(225, 94, 18, .94)),
    url('{{ asset(' assets/images/vfx/vfxplus-cta.webp') }}') center/cover no-repeat;
    text-align: center;
}

.vfxplus-final-cta h2 {
    max-width: 900px;
    margin: 0 auto 22px;
    font-size: clamp(42px, 7vw, 85px);
    line-height: .95;
}

.vfxplus-final-cta p {
    max-width: 700px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.vfxplus-final-cta .vfxplus-btn {
    background: #111111;
}

.vfxplus-final-cta .vfxplus-btn:hover {
    background: #ffffff;
    color: #111111;
}


/* =========================================================
       FAQ
    ========================================================= */

.vfxplus-faq-wrapper {
    max-width: 950px;
    margin: 50px auto 0;
}

.vfxplus-faq-item {
    border-bottom: 1px solid #303030;
}

.vfxplus-faq-question {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 25px 0;
    background: transparent;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
    text-align: left;
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
}

.vfxplus-faq-question i {
    color: #f57c20;
    transition: transform .3s ease;
}

.vfxplus-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}

.vfxplus-faq-answer p {
    color: #999999;
    line-height: 1.8;
    margin: 0;
    padding: 0 40px 25px 0;
    font-size: 14px;
}

.vfxplus-faq-item.active .vfxplus-faq-question i {
    transform: rotate(45deg);
}


/* =========================================================
       REVEAL ANIMATION
    ========================================================= */

.vfxplus-reveal {
    opacity: 0;
    transform: translateY(35px);
    transition:
        opacity .8s ease,
        transform .8s ease;
}

.vfxplus-reveal.show {
    opacity: 1;
    transform: translateY(0);
}

@keyframes vfxplusFloat {

    0%,
    100% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, 8px);
    }
}


/* =========================================================
       RESPONSIVE
    ========================================================= */

@media (max-width: 1100px) {

    .vfxplus-hero-content {
        width: 75%;
    }

    .vfxplus-overview-grid,
    .vfxplus-audience,
    .vfxplus-software-layout {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .vfxplus-software-intro {
        position: static;
    }

    .vfxplus-skills-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vfxplus-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vfxplus-portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .vfxplus-portfolio-item:first-child {
        grid-column: span 2;
        grid-row: auto;
        height: 400px;
    }
}


@media (max-width: 768px) {

    .vfxplus-section {
        padding: 75px 0;
    }

    .vfxplus-container {
        width: 92%;
    }

    .vfxplus-hero {
        min-height: 720px;
        background-position: 65% center;
    }

    .vfxplus-hero-content {
        width: 100%;
        padding: 90px 0 70px;
    }

    .vfxplus-hero h1 {
        font-size: 65px;
        letter-spacing: -3px;
    }

    .vfxplus-hero h2 {
        font-size: 28px;
    }

    .vfxplus-hero-text {
        font-size: 15px;
    }

    .vfxplus-hero-meta {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .vfxplus-meta-item {
        font-size: 11px;
    }

    .vfxplus-feature-strip {
        grid-template-columns: repeat(2, 1fr);
    }

    .vfxplus-feature-item:nth-child(2) {
        border-right: 0;
    }

    .vfxplus-feature-item:nth-child(3),
    .vfxplus-feature-item:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .vfxplus-feature-item:last-child {
        grid-column: span 2;
        border-right: 0;
    }

    .vfxplus-skills-grid {
        grid-template-columns: 1fr;
    }

    .vfxplus-skill-card {
        min-height: auto;
    }

    .vfxplus-advanced {
        grid-template-columns: 1fr;
    }

    .vfxplus-advanced-image {
        min-height: 400px;
    }

    .vfxplus-advanced-content {
        padding: 70px 7%;
    }

    .vfxplus-advanced-list {
        grid-template-columns: 1fr;
    }

    .vfxplus-why-grid {
        grid-template-columns: 1fr;
    }

    .vfxplus-audience-image {
        min-height: 400px;
    }

    .vfxplus-check-list {
        grid-template-columns: 1fr;
    }

    .vfxplus-portfolio-grid {
        grid-template-columns: 1fr 1fr;
    }

    .vfxplus-portfolio-item,
    .vfxplus-portfolio-item:first-child {
        grid-column: span 1;
        height: 220px;
    }

    .vfxplus-portfolio-item:first-child {
        grid-column: span 2;
        height: 350px;
    }

    .vfxplus-portfolio-intro,
    .vfxplus-skill-heading {
        display: block;
    }

    .vfxplus-portfolio-intro p,
    .vfxplus-skill-heading p {
        margin-top: 20px;
    }
}


@media (max-width: 480px) {

    .vfxplus-hero h1 {
        font-size: 54px;
    }

    .vfxplus-hero-meta {
        grid-template-columns: 1fr;
    }

    .vfxplus-hero-actions {
        flex-direction: column;
    }

    .vfxplus-btn {
        width: 100%;
    }

    .vfxplus-image-box,
    .vfxplus-image-box img {
        min-height: 390px;
    }

    .vfxplus-portfolio-grid {
        grid-template-columns: 1fr;
    }

    .vfxplus-portfolio-item,
    .vfxplus-portfolio-item:first-child {
        grid-column: span 1;
        height: 260px;
    }

    .vfxplus-feature-strip {
        grid-template-columns: 1fr;
    }

    .vfxplus-feature-item,
    .vfxplus-feature-item:nth-child(2),
    .vfxplus-feature-item:nth-child(3),
    .vfxplus-feature-item:nth-child(4) {
        grid-column: span 1;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .vfxplus-feature-item:last-child {
        grid-column: span 1;
        border-bottom: 0;
    }
}

/* =========================================================
   GLOBAL TYPOGRAPHY STANDARDIZATION
   h1: 74px, fw 900
   h2: 40px, fw 700
   h3: 24px, fw 800
   p:  16px
========================================================= */

h1, .h1 {
    font-size: clamp(38px, 5.5vw, 74px) !important;
    font-weight: 900 !important;
    line-height: 1.05 !important;
}

@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 74px !important;
    }
}

h2, .h2 {
    font-size: clamp(28px, 3.5vw, 40px) !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
}

@media (min-width: 992px) {
    h2, .h2 {
        font-size: 40px !important;
    }
}

h3, .h3 {
    font-size: clamp(20px, 2.2vw, 24px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

@media (min-width: 768px) {
    h3, .h3 {
        font-size: 24px !important;
    }
}

p, body p {
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* Modal Backdrop Blur & Red Theme Box Shadow */
.modal-backdrop.show {
    backdrop-filter: blur(14px) !important;
    -webkit-backdrop-filter: blur(14px) !important;
    background-color: rgba(5, 5, 8, 0.82) !important;
    opacity: 0.92 !important;
}

.modal.fade.show {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background-color: rgba(5, 5, 8, 0.35);
}

.modal-enquiry-card {
    background: #111219 !important;
    border: 1px solid rgba(189, 35, 40, 0.45) !important;
    border-radius: 28px !important;
    box-shadow: 0 0 55px rgba(189, 35, 40, 0.45), 0 25px 60px rgba(0, 0, 0, 0.9), 0 0 0 1px rgba(189, 35, 40, 0.35) !important;
}

/* Universal 50px Button Radius Across All Pages */
.btn,
a.btn,
button:not(.navbar-toggler):not(.accordion-button):not(.carousel-control-prev):not(.carousel-control-next):not(.btn-close):not(.swiper-button-prev):not(.swiper-button-next):not(.fab-btn),
input[type="button"],
input[type="submit"],
input[type="reset"],
.btn-primary,
.btn-secondary,
.btn-danger,
.btn-warning,
.btn-dark,
.btn-light,
.btn-info,
.btn-success,
.btn-outline-primary,
.btn-outline-secondary,
.btn-outline-danger,
.btn-outline-warning,
.btn-outline-dark,
.btn-outline-light,
.btn-outline-info,
.btn-outline-success,
.btn-maac-primary,
.btn-maac-outline,
.btn-hero-primary,
.btn-hero-secondary,
.btn-hero-submit,
.btn-enquiry-submit,
.maac-enquiry-submit-btn,
.quick-submit-btn,
.about-btn,
.about-btn-primary,
.about-btn-secondary,
.btn-event-primary,
.btn-event-secondary,
.ad3d-btn,
.ad3d-btn-primary,
.ad3d-btn-secondary,
.ad3d-btn-outline,
.dgwa-btn,
.advfx-btn,
.d3d-btn,
.course-card-btn,
.hero-btn,
.cta-btn,
.enroll-btn,
.pill-btn,
.btn-pill,
.custom-btn {
    border-radius: 50px !important;
}

/* Universal Equal Left & Right Page Spacing */
.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.ad3d-container,
.animation-container,
.courses-container,
.placement-container,
.about-container,
.event-container,
.testimonial-container,
.faq-page-container,
.blog-container,
.blogs-container,
.course-detail-container,
.sitemap-container,
.vfx-container,
.game-container,
.dgwa-container,
.d3d-container,
.apdmc-container,
.apdmd-container,
.apgdi-container,
.advfx-container,
.dafm-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media (min-width: 576px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .ad3d-container,
    .animation-container,
    .courses-container,
    .placement-container,
    .about-container,
    .event-container,
    .testimonial-container,
    .faq-page-container,
    .blog-container,
    .blogs-container,
    .course-detail-container,
    .sitemap-container,
    .vfx-container,
    .game-container,
    .dgwa-container,
    .d3d-container,
    .apdmc-container,
    .apdmd-container,
    .apgdi-container,
    .advfx-container,
    .dafm-container {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .ad3d-container,
    .animation-container,
    .courses-container,
    .placement-container,
    .about-container,
    .event-container,
    .testimonial-container,
    .faq-page-container,
    .blog-container,
    .blogs-container,
    .course-detail-container,
    .sitemap-container,
    .vfx-container,
    .game-container,
    .dgwa-container,
    .d3d-container,
    .apdmc-container,
    .apdmd-container,
    .apgdi-container,
    .advfx-container,
    .dafm-container {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}

@media (min-width: 1400px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl,
    .ad3d-container,
    .animation-container,
    .courses-container,
    .placement-container,
    .about-container,
    .event-container,
    .testimonial-container,
    .faq-page-container,
    .blog-container,
    .blogs-container,
    .course-detail-container,
    .sitemap-container,
    .vfx-container,
    .game-container,
    .dgwa-container,
    .d3d-container,
    .apdmc-container,
    .apdmd-container,
    .apgdi-container,
    .advfx-container,
    .dafm-container {
        max-width: 1320px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
}