.frontdesk_page {

    & .frontdesk__hero {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column nowrap;
        gap: 32px;
        padding-bottom: 48px;
        background-image: url('../img/platform-circulo-img.png');
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: 100%;
        height: calc(1220px - 80px);
        position: relative;
        width: 100%;

        & .frontdesk__hero-back-container {
            display: flex;
            justify-content: space-between;
            padding: 30px 1rem 30px;
            max-width: 1140px;

            & .frontdesk__title {
                display: flex;
                padding: 6px 16px;
                align-items: flex-start;
                border-radius: 4px;
                border: 1px solid var(--color-dark-gray);

                & .tag-small {
                    color: var(--color-dark-gray);
                    text-transform: uppercase;
                }
            }

            & .frontdesk__go-back {
                display: flex;
                height: 32px;
                padding: 4px 0px;
                align-items: center;

                & .tag-small {
                    color: var(--color-dark-gray);
                    text-transform: uppercase;
                    text-decoration: none;
                    display: flex;
                    align-items: center;
                    gap: 0;
                    transition: var(--transition);

                    &:hover {
                        & svg {
                            transition: var(--transition);
                            margin-right: 10px;
                        }
                    }

                    & svg {
                        fill: var(--color-dark-gray);
                        margin-top: 2px;
                        margin-right: 5px;
                        height: 18px;

                        & path {
                            fill: var(--color-dark-gray);
                        }
                    }
                }
            }
        }

        & .frontdesk__hero-subtitle {
            & h1.h1-title-tag {
                color: var(--color-blue-dark);
                text-align: center;
                display: flex;
                gap: 12px;

                &::before {
                    content: " ";
                    background-image: url(../img/icon-platform-units.png);
                    background-size: contain;
                    background-repeat: no-repeat;
                    height: 28px;
                    width: 28px;
                }
            }
        }

        & .frontdesk__hero-title {
            width: 100%;
            max-width: 872px;

            & h2.h2-title-hero {
                color: var(--color-blue-dark);
                text-align: center;
            }
        }

        & .frontdesk__hero-text {
            & p.txt-large {
                color: var(--color-gray);
                text-align: center;
                max-width: 800px;
            }
        }

        & .frontdesk__hero-button {
            margin-top: 16px;
        }

        & .frontdesk__hero-img {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 1422px;
            max-width: 1390px;
            height: 702.969px;
            position: absolute;
            top: calc(100% - 530px);
            padding: 24px;
            border-radius: 13px;

            & img {
                width: 100%;
                height: auto;
                border-radius: 13px;

            }
        }
    }

    & .frontdesk__computing-section {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: row wrap;
        padding: 380px 0 48px;
        gap: 48px 24px;

        & .frontdesk__computing-title {
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            gap: 24px;
            flex: 0 0 100%;

            & h2.h2-title {
                text-align: center;
                background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
                background-clip: text;
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                width: 100%;
                max-width: 556px;
            }

            & p.txt-medium {
                color: var(--color-dark-gray);
                text-align: center;
                max-width: 556px;
            }

        }

        & .frontdesk__computing-cards {

            max-width: 947px;
            width: calc(100% - 42px);
            display: flex;
            flex-flow: row wrap;
            justify-content: center;
            height: auto;
            align-items: center;
            gap: 64px;

            & .frontdesk__computing-card {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 16px;
                flex: 1 0 0;
                min-width: 273px;
                max-width: 273px;
                height: 160px;

                & img {
                    width: 98px;
                    height: 98px;
                    flex-shrink: 0;
                    padding: 21px;
                }

                & h5.h5-title {
                    color: var(--color-blue-dark);
                    text-align: center;
                }
            }
        }
    }

    & .frontdesk__collect-altern {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row nowrap;
        gap: 24px;
        padding: 48px 0;
        max-width: 1140px;
        width: 100%;
        margin: 0 auto;

        &.reverse {
            padding-bottom: 300px;
        }

        & .frontdesk__collect-altern-left {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column nowrap;
            gap: 24px;
            flex: 0 0 100%;
            max-width: 556px;
            width: 50%;
            padding: 0;

        }

        & .frontdesk__collect-altern-right {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-flow: column nowrap;
            gap: 24px;
            flex: 0 0 100%;
            max-width: 556px;
            width: 50%;
            padding: 0;

        }

        & .icons {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            gap: 24px;
            flex-flow: row nowrap;
            width: 100%;
            max-width: 556px;

            & img {
                width: auto;
                height: 81px;
                flex-shrink: 0;
                padding: 0;
            }
        }

        & h2.h2-title {
            text-align: left;
            background: var(--GC-Branding-2025-GC-Gradient, linear-gradient(42deg, #25C3C1 4.8%, #377EF7 98.12%));
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        & p.txt-medium {
            color: var(--color-dark-gray);
            text-align: left;

        }
    }

}

& .frontdesk__engage-patiens {
    display: none;
    height: 1080px;
    padding: 128px 0;
    flex-direction: column;
    align-items: center;
    gap: 128px;
    align-self: stretch;
    border-radius: 64px 64px 0px 0px;
    background: var(--color-blue-dark);

    & .frontdesk__engage-patiens-container {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 24px;
        width: 100%;
        max-width: 652px;

        & h2.h2-title {
            color: var(--color-white);
            text-align: center;

        }

        & p.txt-medium {
            color: var(--color-white);
            text-align: center;

            & a {
                text-decoration: underline;
                color: var(--color-white);
            }
        }

        & img {
            margin-top: 42px;
        }
    }
}

@media (max-width: 1200px) {
    .frontdesk_page {
        & .frontdesk__hero {
            & .frontdesk__hero-img {
                width: 100%;
                max-width: 1140px;

            }
        }

        & .frontdesk__collect-altern {
            max-width: 960px;
            width: 100%;

            & .frontdesk__collect-altern-left {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 24px;
                flex: 0 0 calc(50% - 12px);
                max-width: 50%;
                width: 50%;
                padding: 0;
            }

            & .frontdesk__collect-altern-right {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 24px;
                flex: 0 0 calc(50% - 12px);
                max-width: 50%;
                width: 50%;
                padding: 0;
            }
        }
    }

}

@media (max-width: 992px) {
    .frontdesk_page {
        & .frontdesk__hero {



            & .frontdesk__hero-title {
                width: 100%;
                max-width: 720px;
            }

            & .frontdesk__hero-text {
                width: 100%;
                max-width: 720px;
            }

            & .frontdesk__hero-img {
                width: 100%;
                max-width: 720px;
                padding: 0;
                top: calc(100% - 440px);
            }
        }

        & .frontdesk__computing-section {
            & .frontdesk__collect-altern-left {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 24px;
                flex: none;
                max-width: 556px;
                width: 50%;
                padding: 0;
            }
        }

        & .frontdesk__collect-altern {
            max-width: 720px;
            width: 100%;
            flex-flow: column nowrap;

            &.reverse {
                flex-flow: column-reverse nowrap;
            }

            & .frontdesk__collect-altern-left {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 24px;
                flex: 0 0 calc(100% - 24px);
                max-width: 100%;
                width: 100%;
                padding: 0;
            }

            & .frontdesk__collect-altern-right {
                display: flex;
                justify-content: center;
                align-items: center;
                flex-flow: column nowrap;
                gap: 24px;
                flex: 0 0 calc(100% - 24px);
                max-width: 100%;
                width: 100%;
                padding: 0;
            }
        }
    }
}

@media (max-width: 768px) {
    .frontdesk_page {
        & .frontdesk__hero {
            height: calc(930px - 80px);
            gap: 16px;

            & .frontdesk__hero-back-container {
                display: flex;
                justify-content: space-between;
                padding: 30px 1rem 30px;

                & .frontdesk__title {
                    display: flex;
                    padding: 4px 16px;
                    align-items: center;
                    gap: 8px;
                    border-radius: 4px;
                    border: 1px solid var(--color-gc-gray);
                    height: 24px;

                    & .tag-small {
                        text-transform: uppercase;
                    }
                }

                & .frontdesk__go-back {
                    height: 24px;

                    & .tag-small {
                        text-transform: uppercase;
                        align-items: center;

                        & svg {
                            max-width: 12px;
                            max-height: 12px;

                            & path {
                                fill: var(--color-dark-gray);
                            }
                        }
                    }
                }
            }

            & .frontdesk__hero-title {
                width: calc(100% - 2rem);
                max-width: 520px;

                & h2.h2-title-hero {
                    text-align: left;
                }
            }

            & .frontdesk__hero-subtitle {
                width: calc(100% - 2rem);
                max-width: 520px;
                display: flex;
                justify-content: flex-start;
            }

            & .frontdesk__hero-text {
                width: calc(100% - 2rem);
                max-width: 520px;

                & p.txt-large {
                    text-align: left;
                }
            }

            & .frontdesk__hero-img {
                width: calc(100% - 2rem);
                max-width: 520px;
                padding: 0;
                top: calc(100% - 440px);
            }

            & .frontdesk__hero-button {
                display: flex;
                justify-content: flex-start;
                width: calc(100% - 2rem);
                max-width: 520px;
                margin-top: 16px;
            }

        }

        & .frontdesk__computing-section {
            padding: 120px 0 48px;

            & .frontdesk__computing-title {
                width: calc(100% - 2rem);
                max-width: 520px;
                flex: none;

                & h2.h2-title {
                    text-align: left;
                }

                & p.txt-medium {
                    text-align: left;
                }
            }

            & .frontdesk__computing-cards {
                & .frontdesk__computing-card {
                    min-width: auto;
                    max-width: calc(50% - 16px);

                    & h5.h5-title {
                        color: var(--color-blue-dark);
                        text-align: center;

                    }
                }
            }
        }

        & .frontdesk__collect-altern {
            max-width: 720px;
            width: calc(100% - 2rem);
            flex-flow: column;

            &.reverse {
                padding-bottom: 200px;
            }

            & h2.h2-title {
                text-align: left;
            }

            & p.txt-medium {
                text-align: left;
            }

            & .icons {
                & img {
                    width: auto;
                    height: 48px;
                    flex-shrink: 0;
                    padding: 0;
                }
            }
        }
    }

    & .frontdesk__engage-patiens {
        display: none;
        height: auto;
        padding: 48px 0 200px;
        flex-direction: column;
        align-items: center;
        gap: 128px;
        align-self: stretch;
        border-radius: 24px 24px 0px 0px;
        background: var(--color-blue-dark);

        & .frontdesk__engage-patiens-container {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            gap: 24px;
            width: calc(100% - 2rem);
            max-width: 100%;

            & h2.h2-title {
                text-align: left;
            }

            & p.txt-medium {
                text-align: left;
            }
        }
    }
}



@media (max-width: 520px) {
    .frontdesk_page {
        & .frontdesk__hero {
            height: calc(850px - 80px);

            & .frontdesk__hero-img {
                width: calc(100% - 2rem);
                max-width: 520px;
                padding: 0;
                top: calc(100% - 237px);
                height: 400px;
            }
        }
    }
}