@font-face {
    font-family: "HarmonyOS Sans SC";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/indraw-office/HarmonyOS_Sans_SC_Regular_1.ttf") format("truetype");
}

.en-indraw-office-nav__product-subtitle {
    flex: 0 0 auto;
    margin-left: 0;
    color: #7f8694;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__shell {
    padding-top: 80px;
    padding-bottom: 80px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child {
    margin-top: 0;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child .en-product-photo-text__content {
    order: 2;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child .en-product-photo-text__media {
    order: 1;
    height: 454.4px;
    min-height: 454.4px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child .en-product-photo-text__media img {
    object-fit: cover;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__subtitle {
    color: #5a4f73;
    font-size: 14px;
    line-height: 22px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__button {
    align-self: flex-start;
    flex: 0 0 auto;
    width: fit-content;
    min-width: 0;
    min-height: 32px;
    height: 32px;
    margin-top: 16px;
    padding: 0 16px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(2) .en-product-photo-text__content {
    order: 1;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(2) .en-product-photo-text__media {
    order: 2;
    height: 454.4px;
    min-height: 454.4px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(2) .en-product-photo-text__media img {
    object-fit: cover;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(3) .en-product-photo-text__media {
    height: 454.4px;
    min-height: 454.4px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(3) .en-product-photo-text__media img {
    object-fit: cover;
}

.en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(3) .en-product-photo-text__subtitle {
    color: #5c626e;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.en-indraw-office-page[data-active-slug="overview"] .en-cta-section {
    min-height: 394px;
    margin-top: 0;
    padding: 80px 24px 120px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-cta-section__description {
    margin-top: 0;
    color: #303033;
}

.en-indraw-office-page[data-active-slug="overview"] .en-cta-section__actions {
    margin-top: 32px;
}

.en-indraw-office-page[data-active-slug="overview"] .en-cta-section__button {
    width: 160px;
    min-width: 160px;
    height: 48px;
    min-height: 48px;
    margin-top: 0;
    padding: 0 24px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 26px;
}

.en-indraw-office-page[data-active-slug="intable"] .en-product-photo-text__row:first-child {
    grid-template-columns: minmax(0, 65fr) minmax(0, 71fr);
    margin-top: 0;
}

.en-indraw-office-page[data-active-slug="intable"] .en-product-photo-text__media {
    aspect-ratio: 5 / 4;
    height: auto;
    min-height: 0;
}

.en-indraw-office-page[data-active-slug="intable"] .en-product-photo-text__media img {
    object-fit: cover;
}

@media (max-width: 767px) {
    .en-indraw-office-nav__product-subtitle {
        display: none;
    }

    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child .en-product-photo-text__content,
    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child .en-product-photo-text__media,
    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(2) .en-product-photo-text__content,
    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(2) .en-product-photo-text__media {
        order: initial;
    }

    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:first-child .en-product-photo-text__media,
    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(2) .en-product-photo-text__media,
    .en-indraw-office-page[data-active-slug="overview"] .en-product-photo-text__row:nth-child(3) .en-product-photo-text__media {
        height: auto;
        min-height: 220px;
    }

    .en-indraw-office-page[data-active-slug="overview"] .en-cta-section {
        min-height: 0;
        padding: 56px 20px 72px;
    }

    .en-indraw-office-page[data-active-slug="intable"] .en-product-photo-text__row:first-child {
        grid-template-columns: 1fr;
    }

}

@font-face {
    font-family: "HarmonyOS Sans SC";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/indraw-office/HarmonyOS_Sans_SC_Medium_1.ttf") format("truetype");
}

@font-face {
    font-family: "HarmonyOS Sans SC";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/indraw-office/HarmonyOS_Sans_SC_Bold_1.ttf") format("truetype");
}

.en-indraw-office-hero {
    position: relative;
    width: 100%;
    height: 1090px;
    overflow: hidden;
    color: #363b45;
    font-family: "HarmonyOS Sans SC", Arial, sans-serif;
    background: radial-gradient(ellipse 202% 100% at 50% 0%, #faf7fb 0%, #f6f7fe 14%, #f5f6fd 43%, #e6e1f5 82%, #fff2ea 100%);
}

.en-indraw-office-hero__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: min(100%, 1152px);
    margin: 0 auto;
    padding: 80px 32px 0;
    text-align: center;
}

.en-indraw-office-hero__brand {
    margin: 0 0 8px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.en-indraw-office-hero__title {
    width: min(100%, 781px);
    margin: 0;
    color: #363b45;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: 0;
}

.en-indraw-office-hero__description {
    width: min(100%, 960px);
    margin: 8px 0 0;
    color: #363b45;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.en-indraw-office-hero__downloads {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    width: min(100%, 420px);
    margin-top: 24px;
}

.en-indraw-office-hero__download {
    flex: 1 1 0;
    min-width: 0;
}

.en-indraw-office-hero__download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 48px;
    padding: 6px 8px;
    border: 0;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    background: #7366ff;
    transition: background-color 160ms ease, transform 160ms ease;
}

.en-indraw-office-hero__download-button:disabled {
    cursor: default;
    opacity: 1;
}

.en-indraw-office-hero__download-button:hover,
.en-indraw-office-hero__download-button:focus-visible {
    color: #fff;
    text-decoration: none;
    background: #6254f2;
    transform: translateY(-1px);
}

.en-indraw-office-hero__download-button img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.en-indraw-office-hero__download-note {
    margin: 4px 0 0;
    color: #7366ff;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
}

.en-indraw-office-hero__visual {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 660px;
    object-fit: cover;
    object-position: center bottom;
}

@media (max-width: 767px) {
    .en-indraw-office-hero {
        height: 760px;
    }

    .en-indraw-office-hero__content {
        width: 100%;
        padding: 56px 20px 0;
        overflow: hidden;
    }

    .en-indraw-office-hero__title {
        max-width: 100%;
        font-size: 28px;
        line-height: 38px;
        overflow-wrap: anywhere;
    }

    .en-indraw-office-hero__description {
        max-width: 100%;
        font-size: 13px;
        line-height: 20px;
        overflow-wrap: anywhere;
    }

    .en-indraw-office-hero__downloads {
        width: 100%;
        gap: 6px;
    }

    .en-indraw-office-hero__download-button {
        min-width: 0;
        gap: 5px;
        font-size: 13px;
    }

    .en-indraw-office-hero__download-button span {
        min-width: 0;
        white-space: nowrap;
    }

    .en-indraw-office-hero__download-note {
        font-size: 10px;
    }

    .en-indraw-office-hero__visual {
        height: 365px;
        width: auto;
        min-width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (max-width: 420px) {
    .en-indraw-office-hero__downloads {
        flex-direction: column;
    }

    .en-indraw-office-hero__download {
        width: 100%;
    }

    .en-indraw-office-hero__download-note {
        white-space: normal;
    }
}
