.HomeSubscribeHB{
    cursor: pointer;
  }
.PopupHomeSubscribe {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    transition: opacity .15s linear;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.PopupHomeSubscribe.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.PopupHomeSubscribe .PopupDiv {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    background-color: #faf4ef;
}
.PopupHomeSubscribe .PopupDiv {
    background-color: #fff;
    max-width: 485px;
    border-radius: 8px;
    width: 90%;
    position: relative;
    padding: 10px 15px;
    z-index: 1;
}
.PopupHomeSubscribe .PopupDiv > img{
    margin: 10px 0;
    width: 90px;
}
.PopupHomeSubscribe header{
    line-height: 20px;
    margin-bottom: 5px;
}
.PopupHomeSubscribe header span{
    display: block;
    line-height: 22px;
    padding-bottom: 8px;
    font-size: 16px;
}
.PopupHomeSubscribe header span b{
    font-weight: normal;
    text-decoration: underline;
}
.PopupHomeSubscribe footer{
    color: #ff4100;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    background-color: transparent;
}
.PopupHomeSubscribe footer input{
    line-height: 50px;
    width: 100%;
    letter-spacing: 0.05rem;
    font-weight: normal;
    color: #fff;
    border: 0;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}
.PopupHomeSubscribe footer input:nth-child(1){
    background: #fe7b45 ;
}
.PopupHomeSubscribe footer input:nth-child(2){
    background: #30a5ff; 
    margin-top: 10px;
}
