.textmodal{z-index:40;background-color:#0000004d;width:100%;height:100%;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.textmodal__inner{filter:drop-shadow(-3px 3px 20px #0003);color:#000;background-color:#fff;border-radius:16px;width:100%;max-width:800px;height:auto;margin:auto;padding:2rem;font-weight:300;position:relative}.textmodal__inner h2{color:inherit}.textmodal__inner a{text-decoration:underline}.textmodal__inner a:hover{color:inherit}@media screen and (width<=550px){.textmodal__inner{padding:2rem 1.5rem}}.textmodal__closebtn{appearance:none;color:#fff;background-color:var(--c-copy);text-align:center;cursor:pointer;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20width='58px'%20height='58px'%20viewBox='0%200%2058%2058'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3ctitle%3eArtboard%3c/title%3e%3cg%20id='Artboard'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cpath%20d='M20.7071068,19.2928932%20L29,27.585%20L37.2928932,19.2928932%20C37.6533772,18.9324093%2038.2206082,18.9046797%2038.6128994,19.2097046%20L38.7071068,19.2928932%20C39.0976311,19.6834175%2039.0976311,20.3165825%2038.7071068,20.7071068%20L30.415,29%20L38.7071068,37.2928932%20C39.0976311,37.6834175%2039.0976311,38.3165825%2038.7071068,38.7071068%20C38.3165825,39.0976311%2037.6834175,39.0976311%2037.2928932,38.7071068%20L29,30.415%20L20.7071068,38.7071068%20C20.3466228,39.0675907%2019.7793918,39.0953203%2019.3871006,38.7902954%20L19.2928932,38.7071068%20C18.9023689,38.3165825%2018.9023689,37.6834175%2019.2928932,37.2928932%20L27.585,29%20L19.2928932,20.7071068%20C18.9023689,20.3165825%2018.9023689,19.6834175%2019.2928932,19.2928932%20C19.6834175,18.9023689%2020.3165825,18.9023689%2020.7071068,19.2928932%20Z'%20id='Combined-Shape'%20fill='%23FFFFFF'%20fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");background-size:100%;border:1px solid #fff;border-radius:50%;width:3rem;height:3rem;font-size:1.5rem;line-height:3rem;text-decoration:none;transition:transform .2s cubic-bezier(.075,.82,.165,1);display:block;position:absolute;top:-1rem;right:-1rem}.textmodal__closebtn:hover{transform:scale(1.05)}.modalfade-enter-active,.modalfade-leave-active{transition:opacity .5s cubic-bezier(.075,.82,.165,1)}.modalfade-enter,.modalfade-leave-to{opacity:0}
