.education-interest-form {
    width: 100%;
}

.education-interest-card {
    border: 2px solid #eee;
    border-radius: 20px;
    background: #fff;
    padding: 30px;
    box-shadow: none;
}

.education-interest-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.education-interest-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.education-interest-label {
    color: #0064aa;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.2px;
}

.education-interest-shell {
    border-radius: 10px;
    background: #fff;
}

.education-interest-shell input {
    width: 100%;
    min-height: 54px;
    padding: 16px;
    border-radius: 10px;
    border: 2px solid #eee;
    background: #fff;
    color: #858380;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    outline: none;
    box-shadow: none;
}

.education-interest-shell input::placeholder {
    color: #c8c8c8;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.education-interest-actions {
    margin-top: 16px;
}

/*.education-interest-submit {*/
/*    display: inline-flex;*/
/*    min-height: 52px;*/
/*    padding: 10.667px 16px 10.667px 26.667px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 10.667px;*/
/*    border-radius: 12px;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    line-height: 1.5;*/
/*}*/

.education-interest-agreement {
    margin-top: 16px;
    color: #858380;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 500;
}

.education-interest-agreement-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.education-interest-agreement input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    margin: 1px 0 0;
    border: 2px solid #eee;
    border-radius: 2.667px;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.education-interest-agreement input[type="checkbox"]::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 1px;
    background: linear-gradient(270deg, #4dc2c1 0%, #0064aa 100%);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.education-interest-agreement input[type="checkbox"]:checked::after {
    opacity: 1;
}

.education-interest-agreement input.field-error {
    border-color: #eb5757;
}

.education-interest-captcha-wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 16px;
}

.education-interest-captcha-wrap .sfc-cfp-wrap {
    display: block;
    width: 300px;
    max-width: 100%;
}

.education-interest-captcha-wrap .sfc-cfp-widget {
    max-width: none;
    width: 100%;
    font-family: "Montserrat", sans-serif;
}

.education-interest-captcha-wrap .sfc-cfp-box {
    min-height: 65px;
    padding: 14px;
    border: 2px solid #eee;
    border-radius: 16px;
    background: #fafafa;
    gap: 12px;
}

.education-interest-captcha-wrap .sfc-cfp-mark {
    width: 30px;
    height: 30px;
    border-width: 1px;
    border-color: #dadada;
    border-radius: 999px;
}

.education-interest-captcha-wrap .sfc-cfp-text {
    color: #232323;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}

.education-interest-captcha-wrap .sfc-cfp-logo {
    height: 36px;
}

.education-interest-global-message {
    margin-top: 12px;
    font-size: 16px;
}

.education-interest-global-message--error {
    color: #d92d20;
}

.required {
    color: #f00;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.2px;
}

.education-interest-global-message--success {
    color: #027a48;
}

.education-interest-shell.field-error input {
    border-color: #d92d20;
}

.error-inline {
    margin: 0;
    color: #d92d20;
    font-size: 14px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .education-interest-card {
        padding: 20px 16px;
    }

    .education-interest-grid {
        grid-template-columns: 1fr;
    }

    .education-interest-submit {
        width: 100%;
    }
}

/*
.font-large .education-interest-label,
.font-large .education-interest-shell input,
.font-large .education-interest-shell input::placeholder,
.font-large .education-interest-agreement,
.font-large .education-interest-global-message,
.font-large .required {
    font-size: 18px;
    line-height: 1.45;
}

.font-large .education-interest-submit {
    font-size: 18px;
}

.font-large .education-interest-captcha-wrap .sfc-cfp-text,
.font-large .education-interest-global-message--error,
.font-large .education-interest-global-message--success,
.font-large .error-inline {
    font-size: 16px;
}
*/
