.hero-module{min-height:600px;position:relative}.hero-module:after{content:"";height:100%;width:100%}.hero-module h1{font-size:100px;line-height:1}.rotating-words{height:100px;overflow:hidden;position:relative}.rotating-words-inner{transition:transform .6s ease-in-out}.rotating-words-inner h1{height:100px;line-height:100px;margin:0}label{color:#fff;display:block;font-family:sans-serif;font-size:18px;padding:3em;position:absolute}.animated-grid-button{appearance:none;background:transparent;border:1px solid #fff;border-radius:100px;color:#fff;cursor:pointer;display:inline-block;font-size:23px;overflow:hidden;padding:1em 2em;position:relative;text-decoration:none;transition:color .4s ease}.animated-grid-button:hover{color:#000}.animated-grid-button .btn-content{pointer-events:none;position:relative;z-index:3}.animated-grid-button .btn-cells{display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(10,1fr);height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:2}.animated-grid-button .btn-cells span{display:block;height:100%;position:relative;width:100%}.animated-grid-button .btn-cells span:before{background:#1e90ff;border-radius:100px;content:"";display:block;height:50px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(0);transition:transform .4s ease;width:50px}.animated-grid-button .btn-cells span:hover:before{transform:translate(-50%,-50%) scale(12)}.animated-grid-button .btn-cells span:hover~span{pointer-events:none}