.popinLegacyComp{position:fixed;height:100vh;top:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.popinLegacyComp.active{display:-webkit-box;display:-ms-flexbox;display:flex}
.popinLegacyComp__container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);overflow-y:auto;background:#fff;padding:3rem;border-radius:4px;max-height:90vh;max-width:600px}
@media screen and (max-width:1280px){.popinLegacyComp__container{width:80%}
}
.popinLegacyComp__close{position:absolute;top:25px;right:25px;font-size:1.3em;border-radius:50%;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #767676;color:#767676;cursor:pointer}
.popinLegacyComp__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.popinLegacyComp__title img{width:40px}
.popinLegacyComp__title p{font-size:17px;font-weight:bold;text-align:center}
.popinLegacyComp__text p{margin-bottom:1rem}
.popinLegacyComp__info{margin-top:1.5rem;background-color:#f8f8f8;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.popinLegacyComp__info p{font-size:14px}
.popinLegacyComp__info div{margin:.5rem}
.popinLegacyComp__info div img{width:30px}
.popinLegacyComp__basicButton{text-align:center}
.popinLegacyComp__multiButton{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.popinLegacyComp__multiButton .item{text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem 1.5rem;-webkit-box-shadow:0 0 6px 1px rgba(0,0,0,0.15);box-shadow:0 0 6px 1px rgba(0,0,0,0.15)}
.popinLegacyComp__multiButton .item:not(:last-child){margin-right:1rem}