#tmu-popup{
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 10000000;
}
.tmu-container{
    width: 91.7%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    padding: 32px 40px;
}
.tmu-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tmu-popup-content{
    align-self: flex-start;
    font-family: 'Open Sans', sans-serif;
    margin-right: auto;
    padding-left: 48px;
}
.tmu-popup-content h2{
    font-weight: 700;
    font-size: 48px!important;
    line-height: 65px!important;
    color: #000008!important;
    font-family: 'Open Sans', sans-serif;
    margin: 0 0 12px;
}
.tmu-popup-content p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px!important;
    line-height: 36px!important;
    color: #000008!important;
    margin: 0;
}
.tmu-popup-close-btn{
    background-color: transparent!important;
    background-image: url(close.svg);
    border: 0!important;
    width: 28px!important;
    height: 28px!important;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #000008!important;
    padding: 0;
    box-shadow: unset!important;
}
.tmu-popup-close-btn:hover{
    background-color: transparent!important;
        border: 0!important;
}
.tmu-popup-logo svg {
    max-width: 305px;
    height: auto;
}

@media (min-width: 1025px) and (max-width: 1400px){
    .tmu-popup-logo svg{
        max-width: 230px;
    }
    .tmu-popup-content h2{
        font-size: 30px!important;
        line-height: 40px!important;
    }
    .tmu-popup-content p{
        font-size: 17px!important;
    }
    .tmu-popup-content{
        padding-left: 18px;
    }
}
@media (max-width: 1024px){
    #tmu-popup{
        top: 24px;
    }
    .tmu-popup-logo svg{
        max-width: 160px;
        padding-top: 2px;
    }
    .tmu-container {
        width: 93.8%;
        border-radius: 4px;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
    }
    .tmu-popup-content{
        padding-left: 24px;
    }
    .tmu-popup-content h2{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .tmu-popup-content p{
        font-size: 12px;
        line-height: 20px;
    }
    .tmu-container{
        padding: 16px 24px;
    }
    .tmu-popup-close-btn{
        width: 14px;
        height: 14px;
    }
}
@media (max-width: 768px){
    .tmu-popup-logo svg{
        max-width: 120px;
        padding: 0;
        display: block;
    }
    .tmu-popup-content{
        padding-left: 16px;
    }
    .tmu-popup-content h2{
        font-size: 24px;
        line-height: 32px;
    }
    .tmu-popup-content p{
        font-size: 12px;
        line-height: 20px;
    }
    .tmu-container{
        padding: 16px;
        width: 93.8%;
    }
    .tmu-popup-close-btn{
        width: 14px;
        height: 14px;
    }
}
@media (min-width: 361px) and (max-width: 640px){
    .tmu-popup-logo svg {
        max-width: 110px;
    }
    .tmu-popup-content h2 {
        font-size: 20px;
        line-height: 22px;
    }
    .tmu-popup-content p {
        font-size: 10px;
        line-height: 17px;
    }
}
@media (max-width: 767px){
    #tmu-popup {
        top: 12px;
    }
    .tmu-row {
        text-align: center;
        flex-direction: column;
        position: relative;
    }
    .tmu-container {
        width: 93.4%;
        padding: 16px 15px;
    }
    .tmu-popup-logo svg{
        max-width: 120px;
        height: auto;
    }
    .tmu-popup-content{
        padding-left: 0;
        width: 100%;
    }
    .tmu-popup-content h2{
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 8px
    }
    .tmu-popup-content p{
        font-size: 10px;
        line-height: 16px;
        max-width: 62%;
        margin: 0 auto;
    }
    .tmu-popup-close-btn{
        width: 14px;
        height: 14px;
        display: block;
        padding: 0;
    }
    .tmu-popup-close{
        position: absolute;
        top: 0;
        right: 0;
    }
}