.intro-shape{display:flex}.svg-contain{width:150px;margin:5px}.big-path,.lightening,.line,.little-path{stroke-miterlimit:10;stroke-width:2;stroke-linecap:round;fill:none}.cloud{fill:#dad9d9}.little-path{stroke-width:1}.hurricane-svg .line{stroke:#bae2e0;opacity:1;animation:fadeIn .8s ease-in alternate-reverse infinite}.hurricane-svg .line:nth-child(1){animation-delay:.1s}.hurricane-svg .line:nth-child(2){animation-delay:.2s}.hurricane-svg .line:nth-child(3){animation-delay:.3s}.hurricane-svg .line:nth-child(4){animation-delay:.4s}.hurricane-svg .line:nth-child(5){animation-delay:.5s}.hurricane-svg .line:nth-child(6){animation-delay:.6s}.hurricane-svg .line:nth-child(7){animation-delay:.7s}.hurricane-svg .line:nth-child(8){animation-delay:.8s}.hurricane-svg .line:nth-child(9){animation-delay:.9s}.hurricane-svg .line:nth-child(10){animation-delay:1s}.hurricane-svg .line:nth-child(11){animation-delay:1.1s}.hurricane-svg .line:nth-child(12){animation-delay:1.2s}.hurricane-svg .lightening{animation:flash 1s infinite;stroke:#e5d8ba}.hurricane-svg .big-path,.hurricane-svg .little-path{stroke:#bae2e0}.hurricane-svg .big-path{stroke-width:1}.hurricane-svg .little-path{stroke-width:.5}.hurricane-svg .cloud{animation:colorChange 1s infinite}.clear-sky-svg{animation:expand .8s alternate-reverse infinite}.clear-sky-svg .sun{fill:#ffc70a}.clear-sky-svg .line{stroke:#ffc70a;stroke-dasharray:7;animation:dash .8s alternate-reverse infinite,fadeIn 1s forwards}.clear-sky-svg .line-1,.clear-sky-svg .line-3,.clear-sky-svg .line-4,.clear-sky-svg .line-5,.clear-sky-svg .line-7{stroke-dashoffset:5;animation-delay:.3s}.clear-sky-svg .line-2,.clear-sky-svg .line-6,.clear-sky-svg .line-8{stroke-dashoffset:-5}@keyframes colorChange{0%,90%{fill:#646478}100%,60%{fill:rgb(36 160 226)}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes flash{0%,90%{opacity:0;transform:translateX(-1px) translateY(-2px) rotate(.01deg)}90%{transform:translateX(1px) translateY(-1px)}100%,60%{opacity:1;transform:translateX(0) translateY(0)}}@keyframes expand{to{transform:scale(1.1)}}@keyframes dash{to{stroke-dashoffset:0}}