.supportPortal{position:relative;height:calc(100vh - 70px);min-height:460px;min-width:360px}.supportPortal .videoBg{overflow:hidden}.supportPortal .videoBg video{position:absolute;margin:auto;height:100%;width:100%;background-size:cover;background-position:50%;-o-object-fit:cover;object-fit:cover}.supportPortal .content{width:100%;overflow:hidden;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.supportPortal .content .center{display:flex;flex-direction:column;align-items:center}.supportPortal .content .center .card{width:520px;max-width:520px;height:280px;opacity:.75;border-radius:16px;background:linear-gradient(179.71deg,#027ffe 0.73%,#2a4bdb 44.43%,#6201a9 97.06%);padding:0 40px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;color:#fff}.supportPortal .content .center .card .title{font-size:48px}.supportPortal .content .center .card .desc{text-align:left}.supportPortal .content .center .card .signin{text-decoration:none;margin-top:10px;cursor:pointer;width:168px;height:40px;line-height:40px;border-radius:100px;background-color:rgba(98,1,169,.3);color:#fff;text-align:center;border:1px solid #fff}.supportPortal .content .center .items{margin-top:60px;height:100px;width:620px;max-width:620px;display:flex;justify-content:space-between}.supportPortal .content .center .items .item{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.supportPortal .content .center .items .item .label{font-size:12px;color:#fff}.supportPortal .content .center .items .item .block{width:32px;height:7px;border-radius:7px;background-color:#027ffe;text-align:center}@media(max-width:768px){.supportPortal .content .center .card{width:80%;gap:20px}.supportPortal .content .center .card .title{font-size:32px}.supportPortal .content .center .items{width:90%}}