.ce_jictacontact_line {
    position: absolute;
    width: calc(50% + 7.6878rem); /* 123px */
    height: 1px;
    background: var(--ji-gradient-red);
    transition: width 0.3s ease-in-out;
}

.ce_jictacontact_line.ce_jictacontact_top {
    top: 0;
    left: 0;
}

.ce_jictacontact_line.ce_jictacontact_bottom {
    bottom: 0;
    right: 0;
    margin-left: auto;
}

.ce_jictacontact_line.ce_jictacontact_expanded {
    width: 100%;
}

.ce_jictacontact_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 1.5625rem; /* 25px */
    min-height: 7.1875rem; /* 115px */
}

.ce_jictacontact_main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.ce_jictacontact_text {
    position: absolute;
    margin-right: 32.1875rem; /* 435px */
    margin-top: auto;
    margin-bottom: auto;
    font-weight: 600;
    font-size: 1.25rem; /* 20px */
    text-align: left;
    max-width: 15.3125rem; /* 165px */
}

.ce_jictacontact_buttons {
    gap: 1.5625rem; /* 25px */
    display: flex;
}

.ce_jictacontact_button {
    background: var(--ji-gradient-red);
    padding: 0.625rem; /* 10px */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.0625rem; /* 65px */
    height: 4.0625rem; /* 65px */
    border: none;
}

.ce_jictacontact_button img {
    width: 4rem; /* 64px */
    height: 4rem; /* 64px */
}

.ce_jictacontact_icon {
    background: var(--ji-gradient-red);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 4.0625rem; /* 65px */
    height: 4.0625rem; /* 65px */
    margin-right: 1.5625rem; /* 25px */
    margin-left: 1.2rem; /* 16px */
    padding: 0.03125rem 1px 0.03125rem 0;
}

.ce_jictacontact_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ce_jictacontact_info_phone p {
    margin: 0;
    padding: 0;
}

.ce_jictacontact_info_form p {
    font-weight: 600;
    margin: 0 0 0 0;
    padding: 0;
}

.ce_jictacontact_phone {
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 4.125rem; /* 75.2px */
}

.ce_jictacontact_back {
    background: none;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
}

.ce_jictacontact_form {
    padding-bottom: 3.185rem; /* 50.96px */
    padding-top: 3.185rem; /* 50.96px */
    flex-direction: column;
    width: 48.5rem; /* 776px */
    display: none;
    align-items: flex-start;
}

.ce_jictacontact_form .ce_jictacontact_header {
    display: flex;
    justify-content: flex-start;
    margin-left: -3.125rem; /* -42px */
    padding-bottom: 3.185rem; /* 10px */
}

.ce_jictacontact_form_content {
    width: 100%;
}


@media (max-width: 991px) {
    .ce_jictacontact_wrapper {
        padding: 1.5rem;
    }

    .ce_jictacontact_main {
        flex-direction: column;
        gap: 1.5rem;
    }

    .ce_jictacontact_text {
        position: static;
        margin: 0;
        text-align: center;
        max-width: 100%;
    }

    .ce_jictacontact_buttons {
        justify-content: center;
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .ce_jictacontact_form {
        padding: 2rem 1rem;
        width: 100%;
        gap: 2rem;
    }

    .ce_jictacontact_form .ce_jictacontact_header {
        margin-left: 0;
        padding-bottom: 1rem;
        text-align: left;
    }
}
