#seal-main{display:flex;flex-direction:column;justify-content:center;flex-grow:1}#seal-workspace-wrap{position:relative;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;background-color:#f9f5ec}#seal-workspace-wrap::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.1;pointer-events:none}#seal-setting-area{flex-direction:column;justify-content:space-between}#seal-characters{box-shadow:inset 1px 1px 2px rgba(0,0,0,.15);height:3rem;line-height:3rem;font-size:1.25rem;flex-grow:1}#seal-characters::placeholder{color:#6c757d}#seal-characters:focus{box-shadow:inset 1px 1px 2px rgba(0,78,168,.25)}#btn-clear-input{display:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%);background-color:rgba(0,0,0,0);border:none;cursor:pointer;font-size:1.5rem;color:#6c757d;transition:color .3s}#btn-clear-input:hover{color:#212529}#seal-gopay-area{flex-direction:column;justify-content:space-between}#seal-download-area{flex-direction:column}#seal-loading-area{flex-direction:column;justify-content:center;align-items:center}#seal-loading-area .spinner-border{width:4rem;height:4rem;color:#ced4da}#seal-introduction .headline,#seal-templates .headline,#seal-plans-area .headline,#faqs-area .headline{display:flex;justify-content:space-between;align-items:center}#seal-introduction .headline h2,#seal-templates .headline h2,#seal-plans-area .headline h2,#faqs-area .headline h2{padding:0 1.5rem}#seal-introduction .headline i,#seal-templates .headline i,#seal-plans-area .headline i,#faqs-area .headline i{display:flex;flex-grow:1;height:1px;background-color:#efeff2}#seal-introduction,#faqs-area{background-color:#fff}#seal-templates,#seal-plans-area{background-color:#f9f5ec}#seal-templates-list>div{display:flex;justify-content:center;padding:3rem}#seal-templates-list img{cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,outline .12s ease;display:block;width:120px}#seal-templates-list img:hover,#seal-templates-list img:focus{transform:translateY(-4px) scale(1.03);box-shadow:0 6px 18px rgba(0,0,0,.18)}#seal-templates-list img.active{transform:scale(1.04);box-shadow:0 8px 22px rgba(0,0,0,.22)}#faqs-area dt{font-size:1rem;margin-bottom:.5rem}#faqs-area dd{margin-bottom:1rem}#party-popper{position:relative;font-size:48px;margin-bottom:.5rem}@keyframes popUp{0%{transform:translateY(30px) scale(0.1);opacity:1}40%{transform:translateY(-5px) scale(1.2);opacity:1}100%{transform:translateY(0) scale(1);opacity:1}}#party-popper.animate{animation-delay:.5s;animation:popUp 1000ms cubic-bezier(0.4, 0, 0.2, 1) forwards}@media(max-width: 767.98px){#seal-workspace-wrap{padding:0 0 1rem 0}#seal-templates-list>div{padding:1rem}}