.fadein{animation:fadeIn 1s 1 forwards;opacity:0}.fadein--scale{animation-timing-function:cubic-bezier(0,.9,.4,2);transform:scale(.5)}.fadein--0{animation-delay:0s}.fadein--1{animation-delay:.75s}.fadein--2{animation-delay:1.5s}.fadein--3{animation-delay:2.25s}.fadein--4{animation-delay:3s}.fadein--5{animation-delay:3.75s}.fadein--6{animation-delay:4.5s}.fadein--7{animation-delay:5.25s}.fadein--8{animation-delay:6s}.fadein--9{animation-delay:6.75s}.fadein--10{animation-delay:7.5s}.fadein--11{animation-delay:8.25s}.fadein--12{animation-delay:9s}@keyframes fadeIn{to{opacity:1;transform:scale(1)}}.share-mail{background-color:color-mix(in srgb,var(--color-main),#fff 70%);padding:1rem}.share-mail__form{display:flex;flex-wrap:wrap;gap:1rem}.share-mail form{align-items:center;display:flex;flex-direction:column;gap:.5rem}.share-mail__formfield{display:flex;flex-basis:45%;flex-direction:column;gap:.1rem}.share-mail__check,.share-mail__formfield label{font-size:var(--typo-xs)}.share-mail__check{flex-basis:45%}.share-mail__button{margin-top:.5rem}.share-mail p{font-size:var(--typo-xs);margin:0 auto .75rem;max-width:300px;text-align:center}.share-mail span{display:block;font-family:var(--f-mono);font-size:12px;margin-top:.5rem;overflow-wrap:break-word;text-align:center;width:100%}.share-mail input[type=email],.share-mail input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid var(--color-copy);border-radius:0;box-shadow:0;font-family:inherit;font-size:.7rem;max-width:200px;padding:.1rem .3rem;width:100%}.share-mail input[type=email]:focus,.share-mail input[type=text]:focus{border-color:var(--color-highlight);outline:none}
