@import url("https://p.typekit.net/p.css?s=1&k=myv8sqi&ht=tk&f=39496.39500.39501.39504.39508.43128.43129.43132.43133.44510.44511.44516.44517.44524.44525.44530.44531.44538.44539.44544.44545&a=7736187&app=typekit&e=css");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");.video{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.video svg{animation:rotate-animation 10s linear infinite;height:100%;-o-object-fit:contain;object-fit:contain;width:20%}@keyframes rotate-animation{0%{transform:rotate(0deg)}50%{transform:rotate(180deg)}to{transform:rotate(1turn)}}