@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");body,html{scroll-behavior:smooth;padding:0;margin:0;font-family:Poppins,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}*{box-sizing:border-box}button{font-family:Poppins,sans-serif;cursor:pointer}:root{--primary-bg:#ebfaff;--primary-bg2:#d2d6fbc1;--secondary-bg:#191d24;--text-color1:#fff;--text-color2:#458ff6;--text-color3:#083463;--text-color4:#1f2937;--text-color5:#001a36;--light-text:#6f8ba4;--primary-gradient:linear-gradient(0deg,#c1dfc4 0%,#deecdd)}.Lodingscreen_outer__2_HyN{width:100%;height:100vh;display:grid;place-items:center}.Lodingscreen_circle__dmJz9{margin:70px auto;width:100px;height:100px;border-radius:50%;border:5px solid hsla(0,0%,100%,.2);border-top:5px solid var(--text-color2);animation:Lodingscreen_spin__Lx9yT 1s linear infinite}@keyframes Lodingscreen_spin__Lx9yT{to{transform:rotate(1turn)}}@media screen and (max-width:480px){.Lodingscreen_circle__dmJz9{width:50px;height:50px}}