:root{--primary: #1f3e72;--secondary: rgba(255, 255, 255, .78);--black: #131110;--blue-gradient: linear-gradient(97.05deg, #4066ff 3.76%, #2949c6 100%);--orange-gradient: linear-gradient(270deg, #ffb978 0%, #ff922d 100%);--blue: #4066ff;--lightBlue: #eeeeff;--shadow: 0px 23px 21px -8px rgba(136, 160, 255, .25)}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif;scroll-behavior:smooth}a{color:inherit;text-decoration:none}.paddings{padding:1.5rem}.innerWidth{width:100%}.flexCenter{display:flex;row-gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexColCenter{display:flex;justify-content:center;align-items:center;flex-direction:column}.flexColStart{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.flexColEnd{display:flex;flex-direction:column;justify-content:center;align-items:flex-end}.primaryText{color:#1f3e72;font-weight:700;font-size:2rem}.secondaryText{color:#8c8b8b;font-size:.9rem}.orangeText{color:orange;font-size:1.5rem;font-weight:600}.button{font-weight:500;padding:.4rem 1.6rem;color:#fff;background:var(--blue-gradient);border:none;border-radius:5px;transition:all .3s ease-in}.button:hover{cursor:pointer;transform:scale(1.1)}@media (min-width: 1536px){.innerWidth{max-width:1280px;margin:auto}}@media (min-width: 640px){.paddings{padding:4rem}}@media (min-width: 1280px),(min-width: 768px){.paddings{padding:2rem}}@media (max-width: 640px){.primaryText{font-size:1.5rem}.orangeText{font-size:1.2rem}}.h-wrapper{background:var(--black);color:#fff}.h-container{justify-content:space-between;padding-top:1.5rem;padding-bottom:1.5rem;color:var(--secondary)}.h-menu{padding:1rem;gap:1rem}.h-menu>*:hover{cursor:pointer}.hero-wrapper{position:relative;padding-bottom:2rem;color:#fff;background-color:var(--black)}.hero-container{justify-content:space-between;align-items:flex-end}.hero-left{gap:3rem}.hero-title{position:relative;z-index:1}.hero-title>h1{font-weight:600;font-size:3.8rem;line-height:4rem}.orange-circle{width:4rem;height:4rem;border-radius:999px;background:var(--orange-gradient);position:absolute;right:-10%;top:-10%}.search-bar{background-color:#fff;border-radius:5px;border:3px solid white;padding:.5rem 1.5rem;background-color:#78787860;justify-content:space-between}.image-container{width:30rem;height:35rem;overflow:hidden;border-radius:15rem 15rem 0 0;border:8px solid rgba(255,255,255,.12)}.image-container>img{width:100%;height:100%}
