@import url(//fonts.googleapis.com/css2?family=Inter&display=swap);h1,p{font-family: 'Inter', sans-serif}.content,.header,.waves{position:relative}.content,.flex,.header{text-align:center}:root{--main-h1:calc(5vh + 3.33vw);--main-p:calc(1.5vh + 1vw);--main-ls:calc(0.375vh + 0.25vw);--main-ls-p:calc(0.125vh + 0.083vw)}body{margin:0}h1{font-weight:400;letter-spacing:var(--main-ls);font-size:var(--main-h1);color: #E1F5FE}p{letter-spacing:var(--main-ls-p);font-size:var(--main-p);color:#858b97}.header{background:linear-gradient(60deg,rgba(84,58,183,1) 0,rgba(0,172,193,1) 100%);color:#fff}.inner-header{height:65vh;width:100%;margin:0;padding:0}.flex{display:flex;justify-content:center;align-items:center}.waves{width:100%;height:15vh;margin-bottom:-7px;min-height:100px;max-height:150px}.content{height:20vh;background-color:#fff}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:nth-child(1){animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}.parallax>use:nth-child(4){animation-delay:-5s;animation-duration:20s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}100%{transform:translate3d(85px,0,0)}}