   .new_gate{
        width:90%;
        border:2px solid #f03573;
        border-radius:10px;
        overflow: hidden;
    }

    .new_gate>p:first-child{
        background:#f03573;
        font-size: 11px;
        letter-spacing:-1px;
        color:#fff;
        padding:5px;
        text-align: center;
        margin:0;
    }

    .new_gate>img{
        display: block;
        width: 180px;
        margin: 20px auto;
    }

    .new_gate>img+p{
        color:#f03573;
        text-align:center;
        font-weight:bold;
        font-size: 12px;
        line-height:1.6;
    }

    .new_gate>small{
        display:block;
        font-size:8px;
        text-align:center;
        margin: 10px 0;
        line-height: 1.4;
    }

.new_gate>ul{
    width:80%;
    margin:5% auto;
    padding:0;
}

    .new_gate>ul li{
        list-style:none;
        padding:5px;
    }

    .new_gate>ul li a{
        display:block;
        text-align:center;
        color:#fff;
        font-size:14px;
        text-decoration:none;
        border-radius:100px;
    }

    .new_gate>ul li:first-child a{
        background:#f03573;
        padding:15px 0;
    }

    .new_gate>ul li+li{
        padding:5px 25px;
    }

    .new_gate>ul li+li a{
        background:#a5a5a5;
        padding: 5px 0;
		font-size:12px;
    }

    .new_gate .safety_content{
        background-color:#ffecef;
        margin:0;
        padding:10px;
    }
    
    .new_gate .safety_content p{
        color:#f03573;
        text-align: center;
        font-weight: bold;
        font-size:13px;
    }

    .new_gate .safety_content ul+p{
        font-size:9px;
        text-align:center;
        font-weight: normal;
        letter-spacing: -0.5px;
        line-height: 1.4;
    }

    .new_gate .safety_content ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 10px auto;
        padding: 0;
        width:80%;
    }

    .new_gate .safety_content ul li{
        width: 25%;
        padding: 0;
        margin:0;
    }

    .new_gate .safety_content ul li img{
        display: block;
        width: 100%;
        height: auto;
    }

    .new_gate#popup-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  background-color: #fff;
  z-index: 100000;
}

body.popup-active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  z-index:99999;
}

.new_gate#popup-content .ssl{
    padding:5px 0;
}

.new_gate#popup-content .ssl img{
    width:80px !important;
}
.new_gate#popup-content .ssl p{
    font-size:7px;
    text-align:center;
    margin-top:5px;
}