@import url("https://assets.mlcdn.com/fonts.css?version=1769011");

/* LOADER */
.ml-form-embedSubmitLoad {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.g-recaptcha {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    height: 0;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ml-form-embedSubmitLoad:after {
    content: " ";
    display: block;
    width: 11px;
    height: 11px;
    margin: 1px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #ffffff #ffffff #ffffff transparent;
    animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#mlb2-36243221.ml-form-embedContainer {
    box-sizing: border-box;
    display: table;
    margin: 0 auto;
    position: static;
    width: 100% !important;
}

#mlb2-36243221.ml-form-embedContainer h4,
#mlb2-36243221.ml-form-embedContainer p,
#mlb2-36243221.ml-form-embedContainer span,
#mlb2-36243221.ml-form-embedContainer button {
    text-transform: none !important;
    letter-spacing: normal !important;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: var(--col-accent);
    border-width: 0px;
    border-color: transparent;
    border-radius: 8px;
    border-style: solid;
    box-sizing: border-box;
    display: inline-block !important;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.4);
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper.embedPopup,
#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper.embedDefault {
    width: 100%;
    max-width: 600px;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    width: 100%;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-align-center {
    text-align: center;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: var(--spacing-lg);
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent,
#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent {
    text-align: left;
    margin: 0 0 var(--spacing-md) 0;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4,
#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    color: var(--col-primary);
    font-family: var(--font-heading);
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p,
#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p {
    color: var(--col-primary);
    font-family: var(--font-primary);
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-block-form .ml-field-group label {
    margin-bottom: 5px;
    color: var(--col-primary);
    font-size: 0.9rem;
    font-family: var(--font-primary);
    font-weight: bold;
    display: inline-block;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow input {
    background-color: var(--col-surface) !important;
    color: var(--col-text-main) !important;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px !important;
    border-style: solid !important;
    border-width: 1px !important;
    font-family: var(--font-primary);
    font-size: 0.95rem !important;
    padding: 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-fieldRow .custom-control-label {
    color: var(--col-primary);
    font-size: 0.9rem !important;
    font-family: var(--font-primary);
    font-weight: 500;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button {
    background-color: var(--col-primary) !important;
    border: none !important;
    border-radius: 8px !important;
    color: var(--col-text-inverse) !important;
    cursor: pointer;
    font-family: var(--font-heading) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 12px 20px !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

#mlb2-36243221.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button:hover {
    background-color: var(--col-surface) !important;
    color: var(--col-primary) !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.ml-error input {
    border-color: #ef4444 !important;
}

.ml-error label {
    color: #ef4444 !important;
}

/* Radio buttons layout and CSS fix */
#mlb2-36243221.ml-form-embedContainer .custom-checkbox-radio-list {
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    margin-top: 5px;
}

#mlb2-36243221.ml-form-embedContainer .custom-checkbox-radio-list .custom-control {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    #mlb2-36243221.ml-form-embedContainer .ml-form-formContent {
        grid-template-columns: 1fr;
    }

    #mlb2-36243221.ml-form-embedContainer .custom-checkbox-radio-list {
        flex-direction: column;
        gap: 5px;
    }
}

@media only screen and (max-width: 400px) {

    .ml-form-embedWrapper.embedDefault,
    .ml-form-embedWrapper.embedPopup {
        width: 100% !important;
    }
}