.v10-popup{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:safe center;-ms-flex-pack:safe center;justify-content:safe center;-webkit-box-align:safe center;-ms-flex-align:safe center;align-items:safe center;background:rgba(0,0,0,.4);height:100%;left:0;opacity:0;overflow-y:auto;pointer-events:none;position:fixed;top:0;-webkit-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out;width:100%;z-index:200}.v10-popup[open]{opacity:1;pointer-events:unset}.v10-popup__close{background:var(--card-bg);border-radius:50%;color:var(--card-text);height:30px;padding:5px;position:absolute;right:28px;top:28px;width:30px;z-index:1}.v10-popup__close svg{height:100%;width:100%}.v10-popup__content{background:var(--card-bg);border-radius:16px;color:var(--card-text);gap:20px;max-width:1000px;width:53%}.v10-popup__content,.v10-popup__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:16px;position:relative}.v10-popup__heading{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--contrast-bg);border-radius:8px 8px 120px 120px}.v10-popup__img{border-radius:50%;height:142px;overflow:hidden;width:142px}.v10-popup__img img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v10-popup__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.v10-popup__info .section__title{color:var(--card-text);font-size:36px;font-weight:600;line-height:120%;text-align:center}.v10-popup__info .text-block{color:var(--card-text-secondary);text-align:center}.v10-popup__link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:1000px){.v10-popup__content{width:75%}}@media (max-width:768px){.v10-popup{padding:8px 16px}.v10-popup__content{width:100%}.v10-popup__heading{border-radius:8px 8px 100px 100px}.v10-popup__img{height:119px;width:118px}.v10-popup__info .section__title{font-size:30px;font-weight:600;line-height:130%}.v10-popup__link{width:100%}}