.w3dsc-shell {
    --w3dsc-text: #ffffff;
    --w3dsc-muted: rgba(232, 232, 226, 0.76);
    --w3dsc-card-muted: rgba(232, 232, 226, 0.78);
    --w3dsc-accent-a: #4fc8e8;
    --w3dsc-accent-b: #c84fc8;
    --w3dsc-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --w3dsc-heading-font: "Arimo", var(--w3dsc-font);
    --w3dsc-body-font: "Arimo", var(--w3dsc-font);
    --w3dsc-bg-image: none;
    background: #05070b;
    color: var(--w3dsc-text);
    align-items: center;
    display: grid;
    font-family: var(--w3dsc-body-font);
    isolation: isolate;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    height: auto;
    min-height: 100vh;
    min-height: 100svh;
    overflow-x: hidden;
    overflow-y: visible;
    padding: clamp(72px, 9.8vh, 100px) clamp(20px, 4.7vw, 78px);
    position: relative;
    right: 50%;
    width: 100vw;
}

.w3dsc-shell,
.w3dsc-shell * {
    box-sizing: border-box;
}

.w3dsc-backdrop {
    background-image:
        linear-gradient(90deg, rgba(5, 7, 11, 0.74), rgba(5, 7, 11, 0.32) 50%, rgba(5, 7, 11, 0.72)),
        linear-gradient(180deg, rgba(5, 7, 11, 0.12), rgba(5, 7, 11, 0.72)),
        var(--w3dsc-bg-image);
    background-position: center;
    background-size: cover;
    filter: saturate(1.08) contrast(1.04);
    inset: 0;
    position: absolute;
    transform: scale(1.01);
    z-index: 1;
}

.w3dsc-backdrop-video {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.w3dsc-shell--plain {
    --w3dsc-card-muted: rgba(235, 238, 245, 0.76);
    --w3dsc-muted: rgba(235, 238, 245, 0.76);
    background: #000000;
}

.w3dsc-shell--plain .w3dsc-backdrop {
    background: #000000;
    filter: none;
    transform: none;
}

.w3dsc-shell--plain .w3dsc-kicker {
    background: linear-gradient(95deg, var(--w3dsc-accent-a), var(--w3dsc-accent-b));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
    -webkit-text-fill-color: transparent;
}

.w3dsc-shell--plain .w3dsc-kicker::before {
    opacity: 0.42;
}

.w3dsc-shell--plain .w3dsc-heading h2 {
    color: #ffffff;
}

.w3dsc-shell--plain .w3dsc-heading__copy {
    color: rgba(235, 238, 245, 0.76);
}

.w3dsc-shell--plain .w3dsc-heading__copy::first-line {
    color: #ffffff;
}

.w3dsc-shell--plain .w3dsc-card {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014) 48%, color-mix(in srgb, var(--w3dsc-card-accent) 14%, transparent)),
        rgba(8, 10, 15, 0.82);
    border-color: color-mix(in srgb, var(--w3dsc-card-accent) 72%, rgba(255, 255, 255, 0.14));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 24px 64px rgba(0, 0, 0, 0.58),
        0 0 30px color-mix(in srgb, var(--w3dsc-card-accent) 19%, transparent);
    color: #ffffff;
}

.w3dsc-shell--plain .w3dsc-card::before {
    opacity: 0.66;
}

.w3dsc-shell--plain .w3dsc-card:hover {
    border-color: color-mix(in srgb, var(--w3dsc-card-accent) 90%, #ffffff);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.11),
        0 30px 80px rgba(0, 0, 0, 0.64),
        0 0 38px color-mix(in srgb, var(--w3dsc-card-accent) 26%, transparent);
}

.w3dsc-shell--plain .w3dsc-card h3 {
    color: #ffffff;
}

.w3dsc-shell--plain .w3dsc-card__body {
    color: rgba(235, 238, 245, 0.76);
}

.w3dsc-shell[lang="ar"],
.w3dsc-shell[dir="rtl"] {
    --w3dsc-heading-font: "Cairo", var(--w3dsc-font);
    --w3dsc-body-font: "Cairo", var(--w3dsc-font);
}

.w3dsc-inner {
    align-content: center;
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    margin: 0 auto;
    max-width: 1510px;
    width: min(1510px, 100%);
    position: relative;
    z-index: 2;
}

.w3dsc-heading {
    align-items: start;
    display: grid;
    column-gap: clamp(24px, 5vw, 76px);
    grid-template-columns: minmax(420px, 0.98fr) minmax(360px, 0.62fr);
    margin: 0 0 clamp(26px, 3.6vh, 40px);
    row-gap: clamp(12px, 1.8vh, 22px);
}

.w3dsc-kicker {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-family: var(--w3dsc-heading-font);
    font-size: 30px;
    font-weight: 950;
    gap: 24px;
    grid-column: 1;
    grid-row: 1;
    letter-spacing: 0.04em;
    line-height: 60px;
    margin: 0;
    padding: 8px 18px;
    position: relative;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    width: max-content;
}

.w3dsc-kicker::before {
    background:
        radial-gradient(circle at 22% 50%, color-mix(in srgb, var(--w3dsc-accent-a) 92%, transparent), transparent 2.7rem),
        radial-gradient(circle at 58% 50%, color-mix(in srgb, var(--w3dsc-accent-b) 86%, transparent), transparent 3.2rem),
        radial-gradient(circle at 88% 50%, rgba(255, 92, 132, 0.66), transparent 2.6rem);
    content: "";
    filter: blur(16px);
    inset: -10px -34px;
    opacity: 0.86;
    position: absolute;
    z-index: -1;
}

.w3dsc-heading h2 {
    color: var(--w3dsc-text);
    font-family: var(--w3dsc-heading-font);
    font-size: 56px;
    font-weight: 700;
    grid-column: 1;
    grid-row: 2;
    line-height: 60px;
    margin: 0;
    max-width: 780px;
    text-shadow: 0 22px 60px rgba(0, 0, 0, 0.54);
}

.w3dsc-title-gradient,
.w3dsc-copy-gradient {
    background: linear-gradient(95deg, var(--w3dsc-accent-a), var(--w3dsc-accent-b));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
    -webkit-text-fill-color: transparent;
}

.w3dsc-heading__copy {
    align-self: end;
    color: var(--w3dsc-muted);
    font-family: var(--w3dsc-body-font);
    font-size: 23px;
    font-weight: 600;
    grid-column: 2;
    grid-row: 2;
    line-height: 30px;
    margin: clamp(10px, 1.6vh, 18px) 0 0;
    max-width: 520px;
}

.w3dsc-heading__copy::first-line {
    color: var(--w3dsc-text);
    font-size: inherit;
    font-weight: inherit;
}

.w3dsc-heading__copy .w3dsc-copy-gradient {
    font-size: inherit;
    font-weight: inherit;
}

.w3dsc-shell[dir="rtl"] .w3dsc-heading {
    direction: rtl;
    grid-template-columns: minmax(420px, 0.98fr) minmax(360px, 0.62fr);
}

.w3dsc-shell[dir="rtl"] .w3dsc-kicker,
.w3dsc-shell[dir="rtl"] .w3dsc-heading h2 {
    grid-column: 1;
    text-align: right;
}

.w3dsc-shell[dir="rtl"] .w3dsc-heading__copy {
    grid-column: 2;
    text-align: right;
}

.w3dsc-shell[dir="rtl"] .w3dsc-card {
    text-align: right;
}

.w3dsc-shell[dir="rtl"] .w3dsc-card__eyebrow {
    left: 0;
    right: auto;
}

.w3dsc-shell[dir="rtl"] .w3dsc-kicker {
    letter-spacing: 0;
    text-transform: none;
}

.w3dsc-shell[dir="rtl"] .w3dsc-heading h2 {
    line-height: 60px;
    max-width: 860px;
    padding-bottom: 0.08em;
}

.w3dsc-stage {
    align-self: start;
    display: block;
    min-height: 0;
}

.w3dsc-orbit {
    align-items: stretch;
    display: grid;
    gap: clamp(22px, 2.8vw, 34px);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.w3dsc-card {
    --w3dsc-card-accent: var(--w3dsc-accent-b);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012) 48%, color-mix(in srgb, var(--w3dsc-card-accent) 15%, transparent)),
        rgba(8, 10, 15, 0.62);
    border: 1px solid color-mix(in srgb, var(--w3dsc-card-accent) 68%, rgba(255, 255, 255, 0.12));
    border-radius: 22px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 24px 74px rgba(0, 0, 0, 0.42),
        0 0 28px color-mix(in srgb, var(--w3dsc-card-accent) 18%, transparent);
    color: var(--w3dsc-text);
    height: auto;
    min-height: 0;
    overflow: hidden;
    padding: clamp(22px, 2.4vw, 34px);
    position: relative;
    transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}

.w3dsc-card:nth-child(1) {
    --w3dsc-card-accent: var(--w3dsc-accent-a);
}

.w3dsc-card:nth-child(2),
.w3dsc-card:nth-child(3) {
    --w3dsc-card-accent: var(--w3dsc-accent-b);
}

.w3dsc-card::before {
    background:
        radial-gradient(circle at 8% 5%, color-mix(in srgb, var(--w3dsc-card-accent) 24%, transparent), transparent 15rem),
        radial-gradient(circle at 95% 12%, color-mix(in srgb, var(--w3dsc-accent-b) 22%, transparent), transparent 16rem);
    content: "";
    inset: 0;
    opacity: 0.72;
    position: absolute;
}

.w3dsc-card:hover {
    border-color: color-mix(in srgb, var(--w3dsc-card-accent) 90%, rgba(255, 255, 255, 0.22));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 30px 86px rgba(0, 0, 0, 0.48),
        0 0 38px color-mix(in srgb, var(--w3dsc-card-accent) 25%, transparent);
    transform: translateY(-3px);
}

.w3dsc-card__shine {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.07), transparent 42%);
    height: 100%;
    left: 0;
    opacity: 0.62;
    position: absolute;
    top: 0;
    width: 100%;
}

.w3dsc-card__content {
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    padding-top: clamp(48px, 5vh, 62px);
    position: relative;
    z-index: 1;
}

.w3dsc-card__eyebrow {
    align-self: flex-end;
    background: linear-gradient(135deg, color-mix(in srgb, var(--w3dsc-card-accent) 78%, #0d2434), color-mix(in srgb, var(--w3dsc-card-accent) 58%, #37163b));
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 7px;
    color: #fff;
    font-family: var(--w3dsc-heading-font);
    font-size: 20px;
    font-weight: 850;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin: 0;
    padding: 11px 18px;
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}

.w3dsc-card h3 {
    color: var(--w3dsc-text);
    font-family: var(--w3dsc-heading-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
}

.w3dsc-card__code {
    display: none;
}

.w3dsc-card__body {
    color: var(--w3dsc-card-muted);
    flex: 0 0 auto;
    font-family: var(--w3dsc-body-font);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin: 16px 0 0;
    max-height: none;
    max-width: 440px;
    min-height: 0;
    overflow: visible !important;
    padding-inline-end: 0;
    scrollbar-width: auto;
}

.w3dsc-stat__number,
.w3dsc-stats__number,
.w3dsc-stat-number {
    font-family: var(--w3dsc-heading-font);
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
}

.w3dsc-stat__description,
.w3dsc-stats__description,
.w3dsc-stat-description {
    font-family: var(--w3dsc-body-font);
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
}

.w3dsc-card__link,
.w3dsc-nav,
.w3dsc-dots {
    display: none;
}

@media (max-width: 1024px) {
    .w3dsc-shell {
        height: auto;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        min-height: 100vh;
        min-height: 100svh;
        overflow-x: hidden;
        overflow-y: visible;
        right: auto;
        width: 100%;
    }

    .w3dsc-inner {
        display: block;
        height: auto;
    }

    .w3dsc-heading {
        grid-template-columns: 1fr;
        margin-bottom: 42px;
    }

    .w3dsc-shell[dir="rtl"] .w3dsc-heading {
        grid-template-columns: 1fr;
    }

    .w3dsc-heading h2,
    .w3dsc-heading__copy {
        grid-column: 1;
        grid-row: auto;
        max-width: 100%;
    }

    .w3dsc-shell[dir="rtl"] .w3dsc-kicker,
    .w3dsc-shell[dir="rtl"] .w3dsc-heading h2,
    .w3dsc-shell[dir="rtl"] .w3dsc-heading__copy {
        grid-column: 1;
    }

    .w3dsc-heading__copy {
        margin-top: 0;
        max-width: 720px;
    }

    .w3dsc-heading h2,
    .w3dsc-shell[dir="rtl"] .w3dsc-heading h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .w3dsc-heading__copy {
        font-size: 20px;
        line-height: 30px;
    }

    .w3dsc-card__eyebrow,
    .w3dsc-card h3,
    .w3dsc-card__body {
        font-size: 20px;
        line-height: 28px;
    }

    .w3dsc-stat__number,
    .w3dsc-stats__number,
    .w3dsc-stat-number {
        font-size: 50px;
        line-height: 60px;
    }

    .w3dsc-stat__description,
    .w3dsc-stats__description,
    .w3dsc-stat-description {
        font-size: 20px;
        line-height: 30px;
    }

    .w3dsc-orbit {
        align-items: start;
        grid-template-columns: 1fr;
    }

    .w3dsc-card {
        height: auto;
        min-height: 0;
    }

    .w3dsc-card h3 {
        margin-top: 0;
    }
}

@media (max-width: 777px) {
    .w3dsc-kicker {
        font-size: 30px;
        line-height: 50px;
    }

    .w3dsc-heading h2,
    .w3dsc-shell[dir="rtl"] .w3dsc-heading h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .w3dsc-heading__copy {
        font-size: 20px;
        line-height: 30px;
    }

    .w3dsc-card__eyebrow,
    .w3dsc-card h3,
    .w3dsc-card__body {
        font-size: 20px;
        line-height: 28px;
    }

    .w3dsc-stat__number,
    .w3dsc-stats__number,
    .w3dsc-stat-number {
        font-size: 40px;
        line-height: 50px;
    }

    .w3dsc-stat__description,
    .w3dsc-stats__description,
    .w3dsc-stat-description {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 620px) {
    .w3dsc-shell {
        left: auto;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        overflow-x: hidden;
        padding: 42px 12px;
        right: auto;
        width: 100%;
    }

    .w3dsc-orbit {
        align-items: start;
    }

    .w3dsc-heading h2,
    .w3dsc-shell[dir="rtl"] .w3dsc-heading h2 {
        font-size: 40px;
        line-height: 50px;
        max-width: 100%;
    }

    .w3dsc-card {
        border-radius: 18px;
        height: auto;
        min-height: 0;
        padding: 26px;
    }

    .w3dsc-card__content {
        height: auto;
    }

    .w3dsc-card h3 {
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
    }

    .w3dsc-heading__copy {
        font-size: 20px;
        line-height: 30px;
    }

    .w3dsc-heading__copy::first-line {
        font-size: inherit;
    }

    .w3dsc-heading__copy .w3dsc-copy-gradient {
        font-size: inherit;
    }

    .w3dsc-card__eyebrow {
        font-size: 20px;
        line-height: 28px;
    }

    .w3dsc-card__body {
        flex: 0 0 auto;
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        overflow-y: visible;
        padding-bottom: 2px;
        padding-inline-end: 0;
        scrollbar-width: auto;
    }
}

@media (max-width: 479px) {
    .w3dsc-kicker {
        font-size: 24px;
        line-height: 40px;
    }

    .w3dsc-heading h2,
    .w3dsc-shell[dir="rtl"] .w3dsc-heading h2 {
        font-size: 24px;
        line-height: 40px;
    }

    .w3dsc-heading__copy {
        font-size: 20px;
        line-height: 26px;
    }

    .w3dsc-card__eyebrow,
    .w3dsc-card h3,
    .w3dsc-card__body {
        font-size: 16px;
        line-height: 24px;
    }

    .w3dsc-stat__number,
    .w3dsc-stats__number,
    .w3dsc-stat-number {
        font-size: 26px;
        line-height: 36px;
    }

    .w3dsc-stat__description,
    .w3dsc-stats__description,
    .w3dsc-stat-description {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .w3dsc-card {
        transition: none;
    }
}
