.mnm-ccc-form {
    --mnm-ccc-teal: #004f52;
    --mnm-ccc-red: #ED1C25;
    --mnm-ccc-field-bg: #f3f2ef;
    color: var(--mnm-ccc-teal);
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left !important;
}

html body .mnm-ccc-form-block {
    width: 100%;
    max-width: none;
    margin: 0;
    color: #004f52;
    text-align: left !important;
}

html body .mnm-ccc-form-block *,
html body .mnm-ccc-form {
    text-align: left !important;
}

html body .mnm-ccc-form .mnm-ccc-form-row {
    display: grid !important;
    grid-template-columns: minmax(86px, 120px) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

html body .mnm-ccc-form .mnm-ccc-form-row--top {
    align-items: start;
}

html body .mnm-ccc-form .mnm-ccc-form-row > .grid-item {
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: left !important;
}

html body .mnm-ccc-form .mnm-ccc-form-row label {
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    text-align: left !important;
}

html body .mnm-ccc-form .mnm-ccc-form-row input[type="text"],
html body .mnm-ccc-form .mnm-ccc-form-row input[type="email"],
html body .mnm-ccc-form .mnm-ccc-form-row textarea {
    width: 100%;
    min-height: 45px;
    border: 0;
    border-radius: 0;
    background: var(--mnm-ccc-field-bg);
}

html body .mnm-ccc-form .mnm-ccc-form-row textarea {
    min-height: 92px;
    resize: vertical;
}

.mnm-ccc-function-row {
    margin-top: 18px !important;
    margin-bottom: 12px !important;
}

.mnm-ccc-option-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 26px;
    padding: 2px 0 4px;
    min-width: 0;
}

.mnm-ccc-option {
    display: block;
    width: auto !important;
    min-width: max-content;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.mnm-ccc-option input {
    margin: 0;
}

.mnm-ccc-field-error {
    margin: 6px 0 2px;
    color: var(--mnm-ccc-red);
    font-weight: 700;
}

html body .mnm-ccc-form-block .mnm-ccc-form-intro {
    max-width: 840px;
    margin: 0 0 26px;
    color: var(--mnm-ccc-teal);
    text-align: left !important;
}

html body .mnm-ccc-form-block .mnm-ccc-form-intro p {
    margin: 0 0 14px;
    text-align: left !important;
}

.mnm-ccc-home-form-accordion {
    width: min(calc(100% - 40px), 1140px);
    margin: 28px auto 56px;
}

html body .mnm-ccc-home-form-toggle {
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 80% !important;
    max-width: 80% !important;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    margin: 0 auto 0 0 !important;
    padding: 9px 20px;
    border: 0 !important;
    border-radius: 0 !important;
    outline: 0;
    background: #ED1C25 !important;
    background-color: #ED1C25 !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.15;
    text-align: left;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none !important;
    box-sizing: border-box;
}

html body .mnm-ccc-home-form-toggle:visited,
html body .mnm-ccc-home-form-toggle:hover,
html body .mnm-ccc-home-form-toggle:focus,
html body .mnm-ccc-home-form-toggle:active {
    border-color: transparent !important;
    background: #ED1C25 !important;
    background-color: #ED1C25 !important;
    color: #fff !important;
    text-decoration: none !important;
}

html body .mnm-ccc-home-form-toggle * {
    color: #fff !important;
    background: transparent !important;
    text-decoration: none !important;
}

.mnm-ccc-home-form-toggle__icon {
    flex: 0 0 22px;
    display: inline-flex;
    width: 22px;
    height: 20px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.mnm-ccc-home-form-toggle__icon svg,
.mnm-ccc-sticky-cta__icon svg {
    display: block;
    width: 100%;
    height: auto;
    fill: currentColor;
}

.mnm-ccc-home-form-panel {
    clear: both;
    padding: 22px 36px 34px;
    background: #fff;
}

.mnm-ccc-sticky-cta {
    position: fixed;
    right: 0;
    top: 32vh;
    z-index: 9990;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    min-width: 204px;
    padding: 22px 26px;
    background: #ED1C25 !important;
    background-color: #ED1C25 !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.08;
    text-align: left;
    text-decoration: none !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
}

.mnm-ccc-sticky-cta:visited,
.mnm-ccc-sticky-cta:hover,
.mnm-ccc-sticky-cta:focus,
.mnm-ccc-sticky-cta:active,
.mnm-ccc-sticky-cta * {
    color: #fff !important;
    text-decoration: none !important;
}

.mnm-ccc-sticky-cta__icon {
    flex: 0 0 30px;
    display: inline-flex;
    width: 30px;
    height: 28px;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .mnm-ccc-option-grid {
        gap: 8px 18px;
    }
}

@media (max-width: 767px) {
    .mnm-ccc-form-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .mnm-ccc-option-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    html body .mnm-ccc-home-form-toggle {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 20px;
        padding: 12px 14px;
    }

    .mnm-ccc-home-form-panel {
        padding: 20px 14px 28px;
    }

    .mnm-ccc-sticky-cta {
        right: 12px;
        bottom: 12px;
        top: auto;
        min-width: 0;
        max-width: calc(100vw - 24px);
        font-size: 18px;
        padding: 12px 14px;
    }
}
