.steps {
    padding-block: 5rem;
}

.steps--form {
    width: 50%;
    margin-inline: auto;
}

.gform_title {
    color: var(--baseDark-color);
    font-family: var(--font-family-Nunito);
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.gform-theme--framework .gf_progressbar_title {
    margin-block: 1rem !important;
}

.gform-theme--framework .gf_progressbar {
    height: 8px;
    background-color: rgba(192, 192, 192, 0.50) !important;
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: var(--title-color-2) !important;
}

.gfield_label {
    color: #0F0F0F !important;
    font-family: var(--font-family-Nunito) !important;
    font-size: var(--text-lg) !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
}

.gform-theme--foundation input[type="text"],
.gform-theme--foundation input[type="file"] {
    border-radius: var(--border-radius10) !important;
    border: 1px solid rgba(85, 86, 88, 0.60) !important;
    background: var(--baseLight-color) !important;
    height: 45px !important;
}

.gform-theme--foundation textarea {
    border-radius: var(--border-radius10) !important;
    border: 1px solid rgba(85, 86, 88, 0.60) !important;
    background: var(--baseLight-color) !important;
    height: 100px !important;
}

.gform-theme--foundation input[type="text"]:focus,
.gform-theme--foundation input[type="file"]:focus,
.gform-theme--foundation textarea:focus {
    border: 1px solid rgba(85, 86, 88, 1) !important;
}

.gform-page-footer {
    margin-block-start: 5rem !important;
    justify-content: space-between !important;
}

.gform-page-footer input[type="button"],
.gform-page-footer input[type="submit"] {
    border-radius: var(--border-radius10) !important;
    padding: 0.75rem 1rem !important;
    text-align: center !important;
    font-family: var(--font-family-Nunito) !important;
    font-size: var(--text-lg) !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.gform-page-footer input[type="button"]{
    width: 150px !important;
}

.gform-page-footer input[type="submit"] {
    width: max-content;
}

.gform-page-footer .gform_next_button,
.gform-page-footer input[type="submit"] {
    color: var(--baseLight-color) !important;
    background: var(--title-color-2) !important;
    border: 1px solid var(--title-color-2) !important;
    margin-inline-start: auto !important;
}

.gform-page-footer .gform_prev_button {
    color: #555658 !important;
    background: var(--baseLight-color) !important;
    border: 1px solid #555658 !important;
}

.gform-theme--framework .gform-loader {
    border-block-end-color: var(--baseDark-color) !important;
    border-inline-start-color: var(--baseDark-color) !important;
    border-block-start-color: #555658 !important;
    border-inline-end-color: #555658 !important;

}

#field_1_4 .gfield_radio,
#field_1_13 .gfield_radio,
#field_1_16 .gfield_radio,
#field_1_17 .gfield_radio,
#field_1_19 .gfield_radio {
    column-gap: 3.75rem !important;
    flex-direction: row !important;
}

.confirm--content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.75rem 5.5rem;
	width: 100%;
    background-color: var(--baseLight-color);
    border-radius: var(--border-radius10);
}

.confirm--content h1 {
    color: var(--baseDark-color);
    text-align: center;
    font-family: var(--font-family-Nunito);
    font-size: var(--text-3xl);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-block: 1.25rem 0.5rem;
}

.confirm--content :is(.text, .subtext) {
    color: #535353;
    text-align: center;
    font-style: normal;
    font-family: var(--font-family-Nunito);
}

.confirm--content .text {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.confirm--content .subtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-block: 2.5rem;
}

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {}

@media screen and (min-width: 1320px) and (max-width: 1439px) {

    .steps--form{
        width: 60%;
    }
}

@media screen and (max-width: 1319px) {
    .steps--form{
        width: 70%;
    }

    #field_1_4 .gfield_radio,
    #field_1_13 .gfield_radio,
    #field_1_16 .gfield_radio,
    #field_1_17 .gfield_radio,
    #field_1_19 .gfield_radio {
        column-gap: 3.5rem !important;
    }
}

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

    #field_1_4 .gfield_radio,
    #field_1_13 .gfield_radio,
    #field_1_16 .gfield_radio,
    #field_1_17 .gfield_radio,
    #field_1_19 .gfield_radio {
        column-gap: 3rem !important;
    }
}

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

    .steps--form {
        width: 80%;
    }

    #field_1_4 .gfield_radio,
    #field_1_13 .gfield_radio,
    #field_1_16 .gfield_radio,
    #field_1_17 .gfield_radio,
    #field_1_19 .gfield_radio {
        column-gap: 2.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    .confirm--content {
        padding: 3.5rem 1rem;
    }

    .steps--form {
        width: 90%;
    }

    #field_1_4 .gfield_radio,
    #field_1_13 .gfield_radio,
    #field_1_16 .gfield_radio,
    #field_1_17 .gfield_radio,
    #field_1_19 .gfield_radio {
        column-gap: 2rem !important;
    }
}

@media screen and (max-width: 576px) {
    .steps--form {
        width: 95%;
    }

    #field_1_4 .gfield_radio,
    #field_1_13 .gfield_radio,
    #field_1_16 .gfield_radio,
    #field_1_17 .gfield_radio,
    #field_1_19 .gfield_radio {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 425px) {
}

@media screen and (max-width: 375px) {}

/*********************
END: MEDIA
*********************/