/* Main */
.gf-form-template .wpforms-field-label,
.gf-form-template form label {
    font-weight: normal;
    text-transform: none;
    font-size: var(--bodyfontsize);
}

.gf-form-template h1,
.gf-form-template h2,
.gf-form-template h3,
.gf-form-template h4,
.gf-form-template h5,
.gf-form-template h6 {
    font-family: var(--bodyfontfamily), var(--nv-fallback-ff);
}

.gf-form-template hr {
    height: 0;
    border-top: 0;
    border-bottom: 1px solid rgb(220, 220, 220);
    margin: 0 0 12px;
    padding-top: 12px;
}

.gf-form-template input[type=text],
.gf-form-template input[type=email],
.gf-form-template input[type=number],
.gf-form-template input[type=tel],
.gf-form-template select {
    padding: var(--formfieldpadding) !important;
    background-color: transparent;
}

.gf-form-template textarea {
    padding: var(--formfieldpadding) !important;
    background-color: transparent;
}


.gf-form-template .ginput_container {
    position: relative;
}

.gf-form-template .gfield_label {
    font-weight: var(--formlabelfontweight,var(--bodyfontweight)) !important;
    font-size: var(--formlabelfontsize,var(--bodyfontsize)) !important;
    line-height: var(--formlabellineheight) !important;
    color: var(--headings);
}

.gf-form-template .nv-left {
    float: left;
    min-width: calc(30% + 15px);
    margin-left: -15px;
}

.gf-form-template .nv-single-page-wrap {
    float: right;
    min-width: calc(70% + 15px);
    margin-right: -15px;
}

.gf-form-template.container-fluid .nv-single-page-wrap {
    margin: 0;
}

.gf-form-template.container-fluid .entry-content {
    box-shadow: none;
    background: transparent;
    padding: 0;
}

.gf-form-template .nv-single-page-wrap.no-sidebar {
    float: none;
    margin-right: 0;
    max-width: 100% !important;
}


.gf-form-template .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 1.25rem;
}

.gf-form-template .gform_wrapper .button {
    -webkit-appearance: none;
}

.gf-form-template .gform_previous_button {
    float: left;
    padding: 0;
    color: var(--nv-primary-accent) !important;
    background: transparent !important;
    margin-bottom: 16px !important;
}

.gf-form-template .gform_next_button {
    margin-bottom: 16px !important;
}

.gf-form-template .card-sidebar,
.gf-form-template .entry-content {
    box-shadow: 0 0 24px rgb(0 0 0 / 6%), 0 2px 6px rgb(0 0 0 / 4%), 0 0 1px rgb(0 0 0 / 4%);
    background: var(--nv-light-bg);
    padding: 1.0625rem 1.5625rem;
}

.gf-form-template .entry-content {
    padding: 1.5625rem 3rem;
}

.gf-form-template .nv-sidebar-wrap {
    margin-top: 0;
}

.gf-form-template .nv-sidebar-wrap.nv-left {
    border-right: 0;
}

.gf-form-template .nv-sidebar-wrap,
.gf-form-template .nv-single-page-wrap {
    padding: 25px 15px;
}

.gf-form-template .step-heading {
    border-bottom: 0 !important;
    padding: 0 !important;
}

.gf-form-template .step-heading h3 {
    font-size: 1.4375rem;
    font-weight: 400;
    color: var(--nv-text-color);
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.gf-form-template .submit-container {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.gf-form-template .submit-container.review {
    margin-right: -12px;
}

.gf-form-template .submit-container.review .gform_button {
    margin-bottom: 16px;
}

.gf-form-template .review-heading {
    font-size: 1rem;
}

.gf-form-template .review-headline {
    display: flex;
    border-bottom: none;
    -webkit-box-pack: justify;
    place-content: center space-between;
    -webkit-box-align: center;
    align-items: center;
}

.gf-form-template .overview-field > .overview-label {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 12px;
}

.gf-form-template .overview-field > .overview-input {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 12px;
}

.gf-form-template .overview_page fieldset {
    padding: 1.5rem;
    margin: 10px 0 24px;
    border: 2px solid #f7f8fc;
}

.gf-form-template .gf_page_steps {
    display: none;
}

.gf-form-template .gform_required_legend {
    display: none;
}

.gf-form-template .partial_entry_warning {
    display: none;
}

/* Sidebar */
.gf-form-template .card-sidebar .bank-image {
    position: relative;
    margin: 1rem 0 0.5625rem;
    width: 9.5rem;
}

.gf-form-template .card-sidebar .vorteil.mobile {
    display: none;
}

.gf-form-template .card-sidebar .vorteil.desktop {
    display: block;
}

.gf-form-template .card-sidebar .heading {
    font-size: 1rem;
}

.gf-form-template .card-sidebar .sub-text {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 0.625rem;
}

.gf-form-template .card-sidebar .sub-text span {
    color: rgb(153, 153, 153);
    font-size: 0.75rem;
}

.gf-form-template .card-sidebar .sub-text span.big.black {
    color: rgb(87, 87, 87);
    font-size: 1.375rem;
    line-height: 1.125rem;
}

.gf-form-template .card-sidebar .sub-text span.green {
    color: #008300;
}

/* Notice */
.gf-form-template .form-bank-notice {
    background: var(--bank-notifications-background);
    padding: 0.9375rem;
    font-size: 0.9375rem;
    color: var(--bank-notifications-text-color);
    border: 1px solid var(--bank-notifications-border);
    width: 100%;
    display: flex;
    align-items: center;
}

.gf-form-template .form-bank-notice .icon {
    font-size: 21px;
    padding-right: 10px;
    color: var(--bank-notifications-icon-color);
}

.gf-form-template .form-bank-notice b,
.gf-form-template .form-bank-notice strong {
    font-weight: 700;
    font-size: 0.9375rem;
}

/* Progress Bar */
.gf-form-template .progress-bar {
    margin-top: 0.9375rem;
    width: 100%;
    padding: 2rem 3.75rem 3rem;
    position: relative;
}

.gf-form-template .progress-bar .bar-container {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.gf-form-template .progress-bar .circle-container {
    margin-top: 0.75rem;
    position: relative;
    color: rgb(102, 102, 102);
    border: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.gf-form-template .progress-bar .circle-container .circle {
    border: 2px solid var(--bank-progress-bar-secondary-color);
    background: transparent;
    color: var(--bank-progress-bar-secondary-color);
    transition: background-color 0.3s;
}

.gf-form-template .progress-bar .circle-container.current .circle {
    border: 2px solid var(--bank-progress-bar-main-color);
    background-color: var(--bank-progress-bar-main-color);
    color: #ffffff;
}

.gf-form-template .progress-bar .circle-container.complete .circle {
    border: 2px solid var(--bank-progress-bar-main-color);
    background: transparent;
    color: var(--bank-progress-bar-main-color);
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
}

.gf-form-template .gf_progressbar_title {
    display: none;
}

.gf-form-template .gform_wrapper.gravity-theme .gf_progressbar {
    background-color: var(--bank-progress-bar-secondary-color);
}

.gf-form-template .gf_progressbar_percentage {
    background-color: var(--bank-progress-bar-main-color);
    color: #fff;
}

.gf-form-template .circle {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
    background-color: var(--bank-progress-bar-main-color);
    height: 1.625rem;
    width: 1.625rem;
    border-radius: 50%;
    color: #ffffff;
    margin-top: -0.8125rem;
    line-height: 1.625rem;
}

.gf-form-template .progress-bar .circle-text {
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: 0.75rem;
    transform: translate(-50%, 0px);
    width: 12.5rem;
    line-height: 1.5625rem;
    text-align: center;
    padding-top: 8px;
}

.gf-form-template .progress-bar progress {
    flex: 1 0 0;
    width: 0;
    margin-top: 0.75rem;
    position: relative;
    height: 0.0625rem;
    color: var(--bank-progress-bar-main-color);
    background: var(--bank-progress-bar-main-color);
    border: none;
}

.gf-form-template .progress-bar progress[value] {
    -webkit-appearance: none;
    appearance: none;
}

.gf-form-template .progress-bar progress::-webkit-progress-value,
.gf-form-template .progress-bar progress[value]::-webkit-progress-value {
    background: var(--bank-progress-bar-main-color);
    accent-color: var(--bank-progress-bar-main-color);
}

/* Validation */
.gf-form-template .gfield_description:not(.gfield_validation_message) {
    padding-top: 0 !important;
    font-size: 0.6875rem !important;
    color: rgb(153, 153, 153);
    line-height: 120% !important;
    margin-top: 0.3rem !important;
}


.gf-form-template .gform_validation_errors {
    display: none;
}

.gf-form-template .gfield_description.gfield_validation_message {
    background: #ffe6e6;
    color: #cc2727;
    padding: 0.5em 12px;
    border: 0 solid #d12626;
    border-left-width: 3px;
    margin-bottom: 15px;
    margin-top: 0;
}

/* Radio */
.gf-form-template .ginput_container_radio {
    border: 1px solid rgb(220, 220, 220);
    border-radius: 0.3125rem;
    height: 3.625rem;
}

.gf-form-template .gfield_radio {
    display: flex;
    justify-content: space-between;
}

.gf-form-template .gfield_radio .gchoice {
    flex-grow: 1;
    margin: 0.75rem 0;
}

.gf-form-template .gfield_radio .gchoice:last-child {
    border-left: 1px solid rgb(220, 220, 220);
}

.gf-form-template .gfield_radio input {
    margin-right: 0.5rem !important;
    margin-left: 1.5rem;
    width: 20px;
    height: 20px;
}

.gf-form-template .gform_wrapper.gravity-theme .gfield_radio label {
    font-weight: normal;
    text-transform: none;
}

/* Date */
.gf-form-template .gebursdatum .ginput_container {
    width: 100%;
}

.gf-form-template .gebursdatum .ginput_container_date {
    max-width: none !important;
    flex-basis: 30%;
    flex-grow: 1;
}

/* Select */
.gf-form-template .chosen-container-single .chosen-single,
.gf-form-template .chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: none !important;
    background: var(--nv-light-bg) !important;
}

.gf-form-template .chosen-container-single .chosen-single {
    border-color: var(--formfieldbordercolor) !important;
    border-radius: 0.3125rem !important;
    height: 3.625rem !important;
}

.gf-form-template .chosen-container-single .chosen-single span {
    line-height: 3.625rem !important;
}

.gf-form-template .chosen-container-single .chosen-single div {
    width: 16px !important;
}

.gf-form-template .chosen-container-single .chosen-single div b {
    background-position-y: 20px !important;
}

.gf-form-template .chosen-container-single .chosen-drop {
    border-color: var(--formfieldbordercolor) !important;
    margin-top: -3px !important;
    background: var(--nv-light-bg) !important;
}

.gf-form-template .chosen-container-single .chosen-search input[type=text] {
    border-color: var(--formfieldbordercolor) !important;
}

.gf-form-template .chosen-container-single .chosen-single span.gray {
    color: var(--formfieldcolor);
    opacity: 0.50;
}

.gf-form-template .chosen-container-active .gf_placeholder {
    display: none !important;
}

.gf-form-template .chosen-container {
    font-size: 15px !important;
}

.gf-form-template .chosen-container .chosen-results li.highlighted {
    background-color: var(--nv-primary-accent) !important;
    background-image: none !important;
}

/* Hint Description */
.gf-form-template .hint_description .input-circle {
    position: absolute;
    right: calc(-1.625rem - 12px);
    top: calc(3.625rem - 1.8125rem);
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    color: rgb(180, 180, 180);
    border: 2px solid rgb(180, 180, 180);
}

.gf-form-template .hint_description .input-circle.active {
    color: var(--nv-primary-accent);
    border: 2px solid var(--nv-primary-accent);
}

.gf-form-template .hint_description p {
    margin-bottom: 0;
}

.gf-form-template .hint_description p.description {
    position: absolute;
    display: none;
    top: 0;
    right: calc(-13.125rem - 1.625rem - 12px - 3rem);
    width: 13.125rem;
    font-size: 0.6875rem;
    line-height: 2;
}

.gf-form-template .hint_description p.description.active {
    display: block;
}

.gf-form-template .hint_description p.description b {
    font-weight: 700;
    font-size: 0.6875rem;
    color: rgb(87, 87, 87);
    margin-bottom: 0.5rem;
    display: block;
}

/* Autocomplete spinner */
.gf-form-template .autocomplete_google .loading {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background: none;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.gf-form-template .autocomplete_google .loading .icon div {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 10px solid var(--nv-primary-accent);
    border-top-color: transparent;
    border-radius: 50%;
    animation: detail-spinner 1s linear infinite;
    top: 30px;
    left: 30px;
    box-sizing: content-box;
}

.gf-form-template .autocomplete_google .loading .icon {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(0.5);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.gf-form-template .autocomplete_google .ui-menu {
    padding: 8px;
    z-index: 9999;
}

.gf-form-template .autocomplete_google .ui-menu .ui-menu-item {
    padding: 8px 0;
    line-height: 15px;
    font-size: 15px;
    color: #000;
}

.gf-form-template .autocomplete_google .ui-menu .ui-menu-item:hover {
    background-color: var(--nv-primary-accent) !important;
}

.gf-form-template .autocomplete_google .ui-menu .ui-menu-item .ui-state-active {
    color: #fff;
    background: var(--nv-primary-accent) !important;
    border: 0;
}

.gf-form-template .ginput_container_consent {
    display: flex;
    width: 100% !important;
}

.gf-form-template .ginput_container_consent input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.gf-form-template .ginput_container_consent .gfield_consent_label {
    flex: 1;
    margin-left: 10px;
    margin-top: -9px;
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=reset],input[type=search],input[type=submit],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
    transition: box-shadow 0.3s ease-in-out;
}

[tabindex="-1"]:focus,input:read-write:focus,select:focus,textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px var(--nv-primary-accent) inset;
    --formfieldbordercolor: var(--nv-primary-accent);
}

@media (max-width: 768px) {
    .gravity-theme.ui-datepicker td,
    .gravity-theme.ui-datepicker th {
        padding: 0;
    }

    .gravity-theme.ui-datepicker {
        width: 100vw !important;
        left: 0 !important;
    }
}

/* Media Queries */

@media (max-width: 1650px) {
    .gf-form-template .nv-left {
        min-width: 25%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .gf-form-template .nv-single-page-wrap {
        min-width: calc(75% - 13.125rem - 1.625rem - 12px - 3rem);
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .gf-form-template .nv-single-page-wrap.no-sidebar {
        display: block;
    }
}

@media (max-width: 1350px) {
    .gf-form-template .nv-left {
        min-width: 25%;
    }

    .gf-form-template .nv-single-page-wrap {
        min-width: calc(75% - 150px);
    }

    .gf-form-template .hint_description p.description {
        width: 10rem;
        right: calc(-9rem - 1.625rem - 12px - 3rem);
        line-height: 1.5;
    }
}

@media (max-width: 1100px) {
    .gf-form-template .nv-single-page-wrap {
        min-width: calc(75% - 170px);
        max-width: 50% !important;
    }

    .gf-form-template .nv-single-page-wrap.no-sidebar {
        max-width: 100% !important;
    }
}

@media (max-width: 959px) {
    .gf-form-template .nv-left {
        float: none;
        margin-left: 0;
    }

    .gf-form-template .card-sidebar .description-container {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        -webkit-align-items: flex-end;
    }

    .gf-form-template .card-sidebar .vorteil.mobile {
        display: block;
        border: 1px solid #008300;
        border-radius: 2px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .gf-form-template .card-sidebar .vorteil.desktop {
        display: none;
    }

    .gf-form-template .single-page-container {
        display: flex;
        flex-direction: column;
    }

    .gf-form-template .nv-single-page-wrap {
        float: none;
        margin-right: 0;
    }

    .gf-form-template .gebursdatum .ginput_container_date {
        flex-basis: 30% !important;
    }

    .gf-form-template .gform_validation_errors {
        margin-left: 12px !important;
        margin-right: 12px !important;
        width: calc(100% - 24px);
    }

    .gf-form-template .gform_wrapper .gfield_select label.gfield_label {
        clip: unset !important;
        word-wrap: normal !important;
        border: 0;
        -webkit-clip-path: none !important;
        clip-path: none !important;
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: auto;
    }

    .gf-form-template .gebursdatum .input-circle {
        top: -21px;
    }

    .gf-form-template .gform_wrapper .gfield_select .circle {
        top: -21px;
    }

    .gf-form-template .gform_wrapper .gfield_select.gfield_error .circle {
        top: calc(-28px - 0.5em);
    }

    .gf-form-template .gfield .hint_description .circle {
        right: 0.8rem !important;
    }

    .gf-form-template .nv-sidebar-wrap {
        max-width: 100% !important;
    }

    .gf-form-template .nv-single-page-wrap.col {
        max-width: 100% !important;
        width: 100%;
        order: 3;
        -webkit-order: 3;
        display: flex;
        flex-direction: column;
    }

    .gf-form-template .form-bank-notice,
    .gf-form-template .progress-bar {
        width: 100%;
    }

    .gf-form-template .progress-bar .circle-text {
        display: none;
    }

    .gf-form-template .progress-bar {
        padding: 0;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        order: 2;
        -webkit-order: 2;
    }

    .gf-form-template .form-bank-notice {
        display: flex;
        order: 2;
        -webkit-order: 2;
        margin-bottom: 2rem;
    }

    .gf-form-template .form-bank-notice b,
    .gf-form-template .form-bank-notice strong {
        display: block;
    }

    .gf-form-template .nv-left {
        display: flex;
        order: 1;
        -webkit-order: 1;
    }

    .gf-form-template .card-sidebar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 0;
    }

    .gf-form-template .card-sidebar .bank-image {
        margin: 0;
    }

    .gf-form-template .card-sidebar .heading,
    .gf-form-template .card-sidebar hr {
        display: none;
    }

    .gf-form-template .card-sidebar .gebuhr.sub-text {
        display: inline-flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: end;
    }

    .gf-form-template .card-sidebar .gebuhr span:first-child {
        margin-top: 0.625rem;
    }

    .gf-form-template .nv-sidebar-wrap,
    .gf-form-template .nv-single-page-wrap {
        padding: 0;
    }

    .gf-form-template .card-sidebar,
    .gf-form-template .entry-content {
        box-shadow: none;
        background: transparent;
    }

    .gf-form-template .entry-content {
        padding: 0 !important;
        margin-bottom: 1rem;
    }

    .gf-form-template .entry-content .step-notice {
        margin: 0 12px 12px;
    }

    .gf-form-template .progress-bar .circle-container {
        margin-right: 0;
        margin-left: 0;
    }

    .gf-form-template .hint_description .description-container {
        display: flex;
        justify-content: end;
    }

    .gf-form-template .hint_description p.description.active {
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: relative;
        left: 0;
        right: 0;
        border: 1px solid var(--nv-primary-accent);
        padding: 10px;
        margin-top: 10px;
        width: 100%;
    }

    .gf-form-template .hint_description p.description.active:before {
        top: -0.62rem;
        border-style: solid;
        border-width: 0rem 0.5rem 0.62rem;
        border-color: transparent transparent var(--nv-primary-accent);
        position: absolute;
        right: 0.625rem;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
    }

    .gf-form-template .hint_description p.description.active:after {
        top: -0.51875rem;
        border-style: solid;
        border-width: 0rem 0.5rem 0.625rem;
        border-color: transparent transparent rgb(255, 255, 255);
        position: absolute;
        right: 0.625rem;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
    }

    .gf-form-template .overview_page fieldset {
        padding: 1rem !important;
    }

    .gf-form-template .review-headline {
        padding-top: 0;
        font-weight: bold;
        margin-bottom: 0.625rem;
    }

    .gf-form-template .submit-container.review {
        margin-right: 0;
    }

    .gf-form-template .overview-field > .overview-label {
        width: 100%;
        margin-bottom: 0;
        color: rgb(153, 153, 153);
        padding: 0;
    }

    .gf-form-template .overview-field > .overview-input {
        width: 100%;
        padding: 0;
    }

    .gf-form-template .submit-container {
        align-items: normal;
    }

    .gf-form-template .step-heading.review h3 {
        padding-bottom: 24px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .gf-form-template .step-heading h3 {
        font-size: 1.625rem !important;
    }

    .gf-form-template .gform_ajax_spinner {
        width: 50px;
    }

    .gf-form-template .gform_previous_button {
        float: none;
        padding-right: 12px;
    }

    .gf-form-template .overview_page.gfield_html {
        padding: 0 !important;
    }

    .gf-form-template .overview-field {
        overflow: hidden;
        margin-bottom: 0.875rem;
    }

    .gf-form-template .overview-field:last-child {
        margin-bottom: 0;
    }

    .gf-form-template .gform_confirmation_wrapper {
        padding: 0 12px;
    }

    .gf-form-template .ginput_container_consent .hint_description p.description.active:before,
    .gf-form-template .ginput_container_consent .hint_description p.description.active:after {
        left: 0.625rem;
    }

    .gf-form-template .chosen-container-single .chosen-single div b {
        background-position-y: 10px !important;
    }

    .gf-form-template .ginput_container_consent .gfield_required_asterisk {
        display: none;
    }

    .gf-form-template .entry-content {
        padding: 1.5625rem 2rem;
    }
}

@media (min-width: 960px) {
    .nv-sidebar-wrap.nv-left + .nv-index-posts:not(:only-child),
    .nv-sidebar-wrap.nv-left + .nv-single-page-wrap:not(:only-child),
    .nv-sidebar-wrap.nv-left + .nv-single-post-wrap:not(:only-child) {
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .gf-form-template .ginput_container_radio {
        border: 0;
        height: auto;
    }

    .gf-form-template .gfield_radio .gchoice:first-child {
        margin-top: 0;
    }

    .gf-form-template .gfield_radio .gchoice:last-child {
        border-left: 0;
    }

    .gf-form-template .gfield_radio {
        display: block;
    }

    .gf-form-template .gfield_radio input {
        margin-left: 0;
    }
}

.gf-form-template .left_label .gfield_hidden {
    display: none !important;
}