.c-popup{display:none;background-color:rgba(35,31,32,.8);position:fixed;top:0;height:100vh;left:0;right:0;padding:1.5rem;z-index:999}.c-popup--show{display:flex}.c-popup__inner{background-color:#fff;width:100%;max-width:82rem;height:100%;margin:auto;padding:2rem 1.5rem;position:relative}.c-popup__close-wrapper{position:absolute;top:2rem;right:2rem;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:rgba(0,184,176,.8);cursor:pointer;z-index:2}.c-popup__close{font-size:1.2rem;stroke-width:.2rem;color:#fff}.c-popup__content{max-height:100%;overflow:scroll;-webkit-overflow-scrolling:touch;position:absolute;top:2rem;bottom:2rem;left:1.5rem;right:1.5rem}.c-popup__content::-webkit-scrollbar{background:#fff;width:.5rem;height:.5rem}.c-popup__content::-webkit-scrollbar-thumb{background:#b3b3b3;border-radius:3rem}.c-popup__content::-webkit-scrollbar-track{width:100%;margin-top:2rem;margin-bottom:2rem}@media all and (min-width:768px){.c-popup__inner{padding:5rem 3rem}.c-popup__content{top:5rem;bottom:5rem;left:3rem;right:3rem}}