.gmknewsletter-container {
    margin-top: 50px;
}

.gmknewsletter-inner {
    position: relative;
}

.gmknewsletter-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.gmknewsletter-bg:after {
    backdrop-filter: blur(1px);
    --webkit-backdrop-filter: blur(1px);
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;

}

.gmknewsletter-bg img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.gmknewsletter-content {
    display: flex;
    justify-content: space-between;
    padding: 74px 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.gmknewsletter-left,
.gmknewsletter-right {
    width: 50%;
}

.gmknewsletter-text p {
    font-size: 42px;
    line-height: 55px;
}

.input--hidden {
    display: none!important;
}

.sib-form-block__button {
    display: inline-block;
    margin-top: 25px;
}

.entry__field {
    display: flex;
}

.entry__field input {
    all: unset;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.75);
    color: #061A41;
    padding: 15px;
    width: 100%;
}

.entry__field input::placeholder {
    color: #061A41;
}

.gmknewsletter-confirmation {
    display: none;
}

.entry_block {
    display: flex;
    width: 100%;
}

.form__label-row {
    width: 100%;
}

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

    .gmknewsletter-content {
        display: block;
        padding: 30px;
    }

    .gmknewsletter-text p {
        font-size: 24px;
        line-height: 32px;
    }

    .gmknewsletter-left, .gmknewsletter-right {
        width: 100%;
    }

}
