        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --black: #000000;
            --star-dust: #9d9d9d;
            --white: #ffffff;
            --font-family-manrope: "Manrope", Helvetica;
            --font-family-urbanist: "Urbanist", Helvetica;
        }

        body {
            margin: 0;
            background: #ffffff;
            font-family: var(--font-family-manrope);
        }
        table { width: 100%; border-collapse: collapse; margin-bottom: 24px;font-size: 21px;max-width: 1070px;margin-inline: auto;}
        th, td { border: 1px solid #ddd; padding: 10px 14px; vertical-align: top; }
        th { width: 35%; text-align: left; background:#f7f7f7; }
        /* Desktop Version */
        .desktop-version {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
            /*max-width: 1920px;*/
            margin: 0 auto;
        }

        /* Hero Section */
        .hero-section {
            position: relative;
            width: 100%;
            height: 1080px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080"><rect fill="%23333" width="1920" height="1080"/></svg>');
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        /* Logo */
        .logo-container {
            position: absolute;
            top: 100px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 18px;
        }

        .logo-letters {
            display: flex;
            gap: 9px;
            align-items: center;
        }

        .logo-letter {
            height: 68px;
            background: #d4af37;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-family-urbanist);
            font-weight: 600;
            font-size: 48px;
            color: white;
        }

        .logo-letter:nth-child(1) { width: 55px; }
        .logo-letter:nth-child(2) { width: 63px; }
        .logo-letter:nth-child(3) { width: 64px; }
        .logo-letter:nth-child(4) { width: 43px; }
        .logo-letter:nth-child(5) { width: 40px; }

.hero-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.logo-text img {
    width: 300px;
    height: 51px;
    margin-left: 0;
    object-fit: cover;
}
.path-container {
    align-items: flex-start;
    display: flex;
    margin-left: 0;
    min-width: 300px;
}
.path-container .path-col {
    height: 68px;
    object-fit: cover;
    width: auto;
}
.path-container .path-col:not(:first-child) {
    margin-left: 11px;
}
img.path-col:nth-child(3) {
    margin-left: 1px;
}
        /* Hero Title */
        .hero-title {
            position: absolute;
            top: 562px;
            right: 131px;
            width: 749px;
            text-align: right;
        }

        .hero-title h1 {
            color: var(--black);
            font-family: var(--font-family-urbanist);
            font-size: 70px;
            font-style: italic;
            font-weight: 600;
            line-height: 75px;
            animation: fadeIn 0.5s ease-in 0.5s both;
        }

        /* Content Section */
        .content-section {
            position: relative;
            width: 100%;
            overflow: hidden;
            padding: 1rem;
            /*height: 1351px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1351"><rect fill="%23f5f5f5" width="1920" height="1351"/></svg>');
            background-size: cover;
            background-position: center;*/
        }

        .dark-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #5d5d5d;
        }

        /* Main Content Card */
        .content-card {
            position: absolute;
            top: 547px;
            left: 50%;
            transform: translateX(-50%);
            width: 1500px;
            height: 632px;
            background-color: var(--white);
            border-radius: 50px;
            box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 50px;
        }
.content-card-rel {
    position: relative;
    margin: 9rem auto;
    z-index: 10;
    max-width: 1500px;
    margin-inline: auto;
    background: #fff;
    border-radius: 50px;
    padding: 4rem;
}
.content-card-rel h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: .5rem;
}
.mask-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}
.content-wrapper {
    max-width: 1070px;
    margin: 3.75rem auto;
    margin-inline: auto;
}
        /* Top Text Section */
        .top-text-section {
            position: relative;
            text-align: center;
            /*top: 80px;
            left: 50%;
            transform: translateX(-50%);
            width: 992px;
            text-align: center;
            animation: fadeInUp 0.5s ease 0.5s both;*/
        }

        .top-text-section h2 {
            color: var(--white);
            font-family: var(--font-family-manrope);
            font-size: 45px;
            font-weight: 600;
            line-height: 55px;
            white-space: wrap;
        }

        .description-section {
            position: relative;
            text-align: center;
            margin: 2rem auto;
            /*top: 206px;
            left: 50%;
            transform: translateX(-50%);
            width: 1069px;
            text-align: center;
            animation: fadeInUp 0.5s ease-in 0.5s both;*/
        }

        .description-section p {
            color: var(--white);
            font-family: var(--font-family-manrope);
            font-size: 21px;
            font-weight: 400;
            line-height: 30px;
        }

        /* Company Info Section */
        .info-title {
            font-family: var(--font-family-manrope);
            font-size: 28px;
            font-weight: 600;
            line-height: 55px;
            text-align: center;
            margin-bottom: 20px;
        }

        .info-grid {
            display: flex;
            gap: 40px;
            width: 100%;
            max-width: 1000px;
            margin: 0 auto;
        }

        .info-column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 1px;
        }

        .info-row {
            display: flex;
            flex-direction: column;
            background-color: var(--white);
            border: 1px solid var(--star-dust);
            padding: 8px 20px;
            min-height: 40px;
        }

        .info-label {
            font-family: var(--font-family-manrope);
            font-size: 21px;
            font-weight: 400;
            color: var(--black);
            line-height: 1.2;
        }

        /* Partner Info Section */
        .partner-title {
            font-family: var(--font-family-manrope);
            font-size: 28px;
            font-weight: 600;
            line-height: 55px;
            text-align: center;
            margin-top: 40px;
            margin-bottom: 20px;
        }

        /* Bottom Button */
        .bottom-button {
            position: absolute;
            bottom: 115px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--star-dust);
            border-radius: 25px;
            padding: 10px 22px;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 100;
        }

        .bottom-button span {
            color: var(--white);
            font-family: var(--font-family-manrope);
            font-size: 28px;
            font-weight: 600;
            white-space: nowrap;
        }

        /* Mobile Version */
        .mobile-version {
            display: none;
            flex-direction: column;
            width: 100%;
            max-width: 428px;
            margin: 0 auto;
            overflow: hidden;
        }

        .mobile-hero {
            position: relative;
            width: 100%;
            min-height: 389px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 428 389"><rect fill="%23444" width="428" height="389"/></svg>');
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 52px 20px;
            gap: 26px;
        }

        .mobile-logo {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 7px;
        }

        .mobile-logo-letters {
            display: flex;
            gap: 3px;
        }

        .mobile-logo-letter {
            height: 25px;
            background: #d4af37;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: var(--font-family-urbanist);
            font-weight: 600;
            font-size: 16px;
            color: white;
        }

        .mobile-logo-letter:nth-child(1) { width: 20px; }
        .mobile-logo-letter:nth-child(2) { width: 23px; }
        .mobile-logo-letter:nth-child(3) { width: 24px; }
        .mobile-logo-letter:nth-child(4) { width: 16px; }
        .mobile-logo-letter:nth-child(5) { width: 15px; }

        .mobile-logo-text {
            width: 111px;
            height: 19px;
            background: #d4af37;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 10px;
            color: white;
        }

        .mobile-hero h1 {
            color: var(--black);
            font-family: var(--font-family-urbanist);
            font-size: 25px;
            font-style: italic;
            font-weight: 600;
            line-height: 25px;
            text-align: right;
            animation: fadeIn 0.5s ease-in 0.5s both;
        }

        .mobile-content {
            position: relative;
            width: 100%;
            min-height: 843px;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 428 843"><rect fill="%23f5f5f5" width="428" height="843"/></svg>');
            background-size: cover;
            background-position: center;
        }

        .mobile-dark-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 327px;
            background-color: #5d5d5d;
        }

        .mobile-content-card {
            position: absolute;
            top: 71px;
            left: 50%;
            transform: translateX(-50%);
            width: 334px;
            min-height: 357px;
            background-color: var(--white);
            border-radius: 20px;
            box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.2);
            padding: 20px;
        }

        .mobile-top-text {
            position: absolute;
            top: 27px;
            left: 50%;
            transform: translateX(-50%);
            width: 302px;
            text-align: center;
            animation: fadeInUp 0.5s ease-in 0.5s both;
        }

        .mobile-top-text h2 {
            color: var(--white);
            font-family: var(--font-family-manrope);
            font-size: 22px;
            font-weight: 600;
            line-height: 25px;
        }

        .mobile-description {
            position: absolute;
            top: 119px;
            left: 50%;
            transform: translateX(-50%);
            width: 316px;
            text-align: center;
            animation: fadeInUp 0.5s ease-in 0.5s both;
        }

        .mobile-description p {
            color: var(--white);
            font-family: var(--font-family-manrope);
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
        }

        .mobile-info-title {
            font-family: var(--font-family-manrope);
            font-size: 17px;
            font-weight: 600;
            line-height: 33px;
            text-align: center;
            margin: 20px 0 10px;
        }

        .mobile-info-section {
            display: flex;
            flex-direction: column;
            gap: 1px;
            padding: 0 10px;
        }

        .mobile-info-row {
            background-color: var(--white);
            border: 1px solid var(--star-dust);
            padding: 6px 13px;
            min-height: 25px;
            font-family: var(--font-family-manrope);
            font-size: 10px;
            font-weight: 400;
            color: var(--black);
            line-height: 13px;
        }

        .mobile-info-row.large {
            min-height: 35px;
        }

        .mobile-bottom-button {
            position: absolute;
            bottom: 50px;
            left: 50%;
            transform: translateX(-50%);
            background-color: var(--star-dust);
            border-radius: 25px;
            padding: 7px 22px;
        }

        .mobile-bottom-button span {
            color: var(--white);
            font-family: var(--font-family-manrope);
            font-size: 17px;
            font-weight: 600;
            white-space: nowrap;
        }

        /* Animations */
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translate(-50%, calc(-50% + 25px));
            }
            to {
                opacity: 1;
                transform: translate(-50%, -50%);
            }
        }

        /* Responsive Media Queries */
        @media screen and (max-width: 1919px) {
            /*.desktop-version {
                display: none;
            }*/
            .mobile-version {
                display: flex;
            }
        }
        @media screen and (max-width: 1080px) {
            .hero-section {
                height: 75vh;
            }
            .hero-title h1 {
                color: #333;
                font-size: 32px;
                line-height: 40px;
            }
            .hero-title {
                top: 16rem;
                right: 35px;
                width: 749px;
            }
            .top-text-section h2 {
                font-size: 32px;
                line-height: 40px;
            }
            .content-card-rel {
                padding: 8px;
            }
            th, td {
                padding: 6px 4px;
                vertical-align: top;
            }
            table {
                font-size: 18px;
            }
        }
        @media screen and (min-width: 1920px) {
            .mobile-version {
                display: none;
            }
            .desktop-version {
                display: flex;
            }
        }