.bespokePopup:not(.active) {
    display: none;
}

.bespokePopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: brightness(0.5);
}

.bespokePopup__container {
    color: white;
    width: 60%;
    margin: auto;
    max-width: 800px;
    padding: 4rem;
    position: relative;
    max-height: 85%;
    overflow-y: scroll;
}
@media screen and (max-width: 768px) {
    .bespokePopup__container {
        width: 90%;
        padding: 2rem;
    }
}

.bespokePopup__container__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.bespokePopup__title {
    margin-bottom: 0 !important;
}

button.bespokePopup__toggle {
    width: 50px;
    background: none;
    border: none;
    color: white;
}

button.bespokePopup__toggle i {
    font-size: 32px;
}

.bespokePopup .forminator-ui.forminator-design--default .forminator-button-submit {
    background-color: white !important;
    color: black !important;
}

.forminator-ui .forminator-label {
    font-size: .875rem !important;
    font-weight: 500 !important;
    margin-bottom: .5rem !important;
    color: white !important;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box~span,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box~span {
    font-size: 0.75em;
    color: white;

}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box~span a,
.forminator-ui.forminator-custom-form[data-design=default] .forminator-checkbox .forminator-checkbox-box~span a {
    color: white;
    text-decoration: underline;
}

header#header {
    transition: 0.5s;
}