
/*kp-special-but start*/
.kp-special-but {
    border-radius: var(--kp-rad2);
    width: 147px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--kp-org4);
    color: var(--kp-org2);
    transition: var(--kp-del);
}
.kp-special-but svg {
    margin-left: 5px;
}
.kp-special-but:hover {
    background-color: var(--kp-org1);
    color: var(--kp-white);
}
.kp-special-but2 {
    border-radius: var(--kp-rad2);
    width: 136px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--kp-org4);
    color: var(--kp-org2);
    transition: var(--kp-del);
}
.kp-special-but2:hover {
    background-color: var(--kp-org1);
    color: var(--kp-white);
}
.kp-special-but4 {
    border-radius: var(--kp-rad2);
    width: 100px;
    height: 38px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: #D5E6F6;
    color: #0C1B43;
    transition: var(--kp-del);
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
}
.kp-special-but4:hover {
    background-color: #C3D9ED;
}
/*kp-special-but end*/