.aef-wrapper {
    background: #0bb2f0;
    padding: 60px;
    color: #002b5c;
}

.aef-header {
    text-align: center;
    margin-bottom: 40px;
}

.aef-subtitle {
    letter-spacing: 2px;
    font-size: 13px;
}

.aef-form .aef-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.aef-field {
    flex: 1;
}

.aef-field.full {
    flex: 100%;
}

.aef-field input,
.aef-field select,
.aef-field textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #002b5c;
    padding: 8px 0;
}

.aef_required_asterisk{
    color: #c02b0a;
}

.aef-submit {
    background: #002b5c;
    color: #fff;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}

.aef-field small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: 0.8;
}

#aef-counter {
    font-weight: bold;
}
