@keyframes airplane-enter{0%{}to{width:calc(min(5vh,5vw));height:calc(min(5vh,5vw));top:calc(50% - min(5vh,5vw) + min(10vh,10vw));left:calc(50% - min(2.5vh,2.5vw))}}@keyframes airplane-spin{0%{transform:rotate(450deg)translate(calc(min(10vh,10vw)))}to{transform:rotate(90deg)translate(calc(min(10vh,10vw)))}}@keyframes airplane-exit{0%{}to{width:20vh;height:20vh;top:calc(50% - min(5vh,5vw) + min(10vh,10vw));left:130%}}@keyframes airplane-spin-exit{0%{transform:rotate(90deg)translate(calc(-1*min(10vh,10vw)))}70%{top:90%;transform:rotate(540deg)translate(calc(-1*min(5vh,5vw)))}to{top:110%;transform:rotate(540deg)translate(calc(-1*min(5vh,5vw)))}}.svg-container-initial{transform-origin:50%;width:20vh;height:20vh;animation-name:airplane-enter;animation-duration:2s;animation-direction:normal;animation-fill-mode:forwards;position:absolute;top:calc(50% - min(5vh,5vw) + min(10vh,10vw));left:-30%;transform:rotate(90deg)}.svg-container-spin{transform-origin:50%;width:5vh;height:5vh;animation-name:airplane-spin;animation-duration:2s;animation-iteration-count:infinite;animation-direction:normal;animation-fill-mode:forwards;animation-timing-function:cubic-bezier();position:absolute;top:calc(50% - 5vh);left:calc(50% - min(2.5vh,2.5vw));transform:rotate(90deg)translate(calc(min(10vh,10vw)))}.svg-container-exit{width:5vh;height:5vh;animation-name:airplane-exit;animation-duration:2s;animation-direction:normal;animation-fill-mode:forwards;position:fixed;top:calc(50% - min(5vh,5vw) + min(10vh,10vw));left:50%;transform:rotate(90deg)}.svg-container-spin-exit{transform-origin:50%;width:5vh;height:5vh;animation-name:airplane-spin-exit;animation-duration:2.5s;animation-direction:normal;animation-fill-mode:forwards;position:fixed;top:calc(50% + min(15vh,15vw));left:50%;transform:rotate(90deg)translate(calc(-1*min(10vh,10vw)))}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Roboto,Segoe UI,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes pulse{0%{opacity:.75;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.grecaptcha-badge{visibility:hidden}
