.fixed-tags-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;justify-content:center;align-items:center;z-index:9999;opacity:0;transition:opacity .4s ease-in-out;color:rgba(12,25,55,1);overflow-y:auto;padding:20px}.fixed-tags-popup-overlay.active{opacity:1}.fixed-tags-popup-container{background-color:#fff;padding:80px;border-radius:24px;position:relative;transform:translateY(50px) scale(.8);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .4s ease-in-out;will-change:transform,opacity;max-height:calc(100vh - 40px);overflow-y:auto}.fixed-tags-popup-container:has(.fixed-tags-popup-content-formassembly:not([style*="display: none"])){padding:var(--container-padding-block) var(--container-padding-inline)}.fixed-tags-popup-overlay.active .fixed-tags-popup-container{transform:translateY(0) scale(1);opacity:1}.fixed-tags-popup-close{position:absolute;top:24px;right:24px;background:0 0;border:none;font-size:24px;cursor:pointer;color:#666;line-height:1;transition:color .2s ease}.fixed-tags-popup-close:hover{color:#000}.fixed-tags-popup-content h3{font-family:Larken;font-weight:400;font-size:40px;line-height:103%;text-align:left;vertical-align:middle;margin-bottom:24px}.fixed-tags-popup-content .popup-subtitle{font-family:CircularXX TT,sans-serif;font-weight:450;font-size:16px;line-height:150%;text-align:left;margin-bottom:24px}.fixed-tags-popup-links{list-style:none;padding:0;margin:0}.fixed-tags-popup-links a{text-decoration:none;display:block;display:flex;justify-content:center;align-items:center;width:100%;height:48px;background:rgba(0,21,74,1);color:#fff;font-family:CircularXX TT,sans-serif;font-weight:700;font-size:14px;line-height:150%;border-radius:24px;border:1px solid rgba(180,184,193,1);margin-bottom:15px;padding-inline:48px}@media (max-width:768px){.fixed-tags-popup-links a{padding-inline:24px}}.fixed-tags-popup-links a:last-child{margin-bottom:0}.fixed-tags-popup-links a:nth-child(even){background:rgba(255,255,255,1);color:rgba(12,25,55,1);border:1px solid rgba(180,184,193,1)}.fixed-tags-popup-content .popup-no-form-found{font-family:CircularXX TT,sans-serif;font-weight:450;font-size:14px;line-height:150%;text-align:center}@media (max-width:768px){.fixed-tags-popup-overlay{padding:16px}.fixed-tags-popup-container{padding:64px 24px 32px;width:295px;max-height:calc(100vh - 64px)}.fixed-tags-popup-container:has(form){padding:64px 24px 32px;width:100%}.fixed-tags-popup-container:has(form) .fixed-tags-popup-content{min-width:unset;width:100%;max-width:100%}.fixed-tags-popup-content h3{font-size:24px;line-height:103%;margin-bottom:24px}}.popup-form-wrapper{max-width:600px;margin:0 auto;padding:0}