.popupMessageFixedContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 9999;
}

.popupHiddenImg {
    display: none;
}

.popupMessageDiv {
    width: 80%;
    max-width: 835px;
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.popupMessageDivContainer {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
}

#popupContainer img {
    width: auto;
    height: auto;
    object-fit: contain;
    max-width: 90vw;
    max-height: 90vh;
}

#popupContainer figure {
    width: auto;
    height: auto;
    display: block;
}
.popupColumn1 {
    position: relative;
    height: auto;
    float: inherit;
    width: 50%;
}

.popupColumn2 {
    width: 45%;
    margin: 35px auto;
    position: relative;
    float: right;
    height: 100%;
    color: #000;
    text-align: center;
}

.popupImage {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    aspect-ratio: 73/102;
}

.popupSubtitle {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
    width: 88%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}

.popupTitle {
    padding-bottom: 17px;
    font-style: inherit;
    font-size: 33px;
    line-height: 37px;
    color: black;
    width: 95%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}

.popupText {
    line-height: 20px;
    width: 90%;
    text-align: left;
    font-size: 16px;
}

.popupButton {
    width: 40%;
    margin: auto;
    margin-top: 30px;
    height: 50px;
    float: left;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    color: #fff;
    background-color: black;
    box-sizing: border-box;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}

.popupButton:hover {
    background: #fff;
    color: #505050;
}

.newsletterPopupColumn {
    position: relative;
    width: 75%;
    margin-top: 15px;
    float: left;
}

.emailFooterInput {
    height: 40px;
    position: relative;
    width: 100%;
    border-radius: 0;
    color: #000;
    text-align: left;
    font-size: 14px;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border-bottom: 1px solid black;
}

.emailFooterInput::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.emailFooterInput:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.emailFooterInput::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.emailFooterInput:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.emailFooterInput::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}
#popupContainer {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    position: relative;
    margin: auto;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popupClose {
    position: absolute;
    cursor: pointer;
    text-align: center;
    padding-top: 1px;
    font-size: 26px;
    width: 22px;
    height: auto;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .popupMessageDiv {
        width: 94%;
        flex-direction: column;
        height: auto;
        max-height: 90vh;
    }

    .popupColumn1 {
        float: left;
        width: 100%;
    }

    .popupColumn2 {
        width: 85%;
        height: auto;
        margin: 15px auto;
    }

    .popupTitle {
        padding-bottom: 10px;
        padding-top: 5px;
        font-size: 25px;
        line-height: 29px;
        margin: auto;
        width: 100%;
        float: left;
    }

    .popupText {
        font-size: 13px;
        line-height: 16px;
        width: 100%;
        float: left;
    }

    .popupSubtitle {
        font-size: 16px;
        line-height: 20px;
        width: 100%;
        display: inline-block;
        float: left;
        padding-bottom: 10px;
    }

    .newsletterPopupColumn {
        width: 100%;
        margin-top: 10px;
    }

    .emailFooterInput {
        height: 40px;
        text-indent: 0;
        font-size: 12px;
    }

    .popupButton {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: 150px;
        margin-top: 20px;
        margin-bottom: 5px;
    }
    .popupImage {
        aspect-ratio: 16/9;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}
