.popupTitle {
    padding-bottom: 17px;
    font-style: inherit;
    font-size: 45px;
    line-height: 51px;
    color: var(--base);
    width: 95%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}
.popupColumn2 {
    color: var(--base);
    width: 40%;
}
.popupColumn2 span {
    font-weight: 600;
}
.popupSubtitle {
    padding-bottom: 20px;
    font-size: var(--group-font-size);
    line-height: var(--group-line-height);
    width: 88%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    /* display: none; */
    font-size: 14px;
    line-height: 27px;
}

.popupText {
    line-height: 20px;
    width: 90%;
    text-align: left;
    font-size: 14px;
    line-height: 27px;
}
.newsletterPopupColumn {
    position: relative;
    width: 100%;
    margin-top: 15px;
    float: left;
}
.emailFooterInput {
    height: 59px;
    position: relative;
    width: 100%;
    border-radius: 0;
    color: var(--base);
    text-align: left;
    font-size: 12px;
    text-indent: 12px;
    padding: 0;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid var(--base);
}
.popupButton {
    padding: 0px 13px;
    width: 100%;
    min-width: fit-content;
    margin: auto;
    margin-top: 18px;
    height: 59px;
    float: left;
    line-height: 59px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid var(--secondary);
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    color: var(--base-aux);
    background-color: var(--secondary);
    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: var(--secondary);
}
@media screen and (max-width: 1100px) {
    
.popupColumn2 {
    color: var(--base);
    width: 90%;
}

    .popupTitle {
    padding-bottom: 17px;
    font-style: inherit;
    font-size: 36px;
    line-height: 40px;
    color: var(--base);
    width: 95%;
    text-align: left;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
}

    
}