.header-wrapper{padding:0rem 4rem;background-color:#fff;position:relative;z-index:3;transition:all .5s ease-out}.header-wrapper nav{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:70px;padding-top:10px}.header-wrapper nav .links{display:flex;gap:1.5rem;height:100%}.header-wrapper nav .hamburger{display:none}.header-wrapper nav a{padding:1rem 0;text-decoration:none;color:#9698a6}.header-wrapper nav a:hover{border-bottom:3px solid #2bb7da;color:#2d314d}.header-wrapper nav button{padding:10px 1rem;border-radius:20px;color:#fff;border:none;background:linear-gradient(90deg,#31d35c,#2bb7da);cursor:pointer}.mobile-links{top:0rem;position:absolute;opacity:0;transition:all .5s ease-out}footer{background-color:#2d314d;display:flex;justify-content:space-between;padding:3rem 6rem}footer .left{display:flex;flex-direction:column;justify-content:space-between}footer .left div{display:flex;gap:1rem;padding:1rem 0}footer ul{list-style:none;display:grid;grid-template-columns:1fr 1fr;gap:1rem}footer ul li{margin:0 2rem}footer ul a{color:#fff;text-decoration:none;font-size:1.2rem}footer ul a:hover{color:#9698a6}footer .right{display:flex;flex-direction:column;justify-content:space-between}footer .right button{padding:10px 1rem;border-radius:20px;color:#fff;border:none;background:linear-gradient(90deg,#31d35c,#2bb7da);width:150px;align-self:flex-end;cursor:pointer}footer .right p{padding:1rem 0;color:#9698a6}@media screen and (max-width: 500px){.header-wrapper{padding:0;position:relative}.mobile-links{position:absolute;width:100%}.mobile-links ul{list-style:none;display:flex;flex-direction:column;gap:1rem;background-color:#fff;margin:1rem;padding:1rem;border-radius:10px}.mobile-links ul a{text-decoration:none;color:#595a5f}.hamburger{display:flex!important}nav{padding:0 1rem!important}.links,button{display:none!important}footer{flex-direction:column;padding:2rem;align-items:center}footer ul{grid-template-columns:1fr}}.hero-wrapper{display:flex;padding:0 6rem;height:40rem;position:relative;overflow:hidden;z-index:1}.hero-wrapper .left,.hero-wrapper .right{max-width:50%;flex:1}.hero-wrapper .right svg:nth-child(1){position:absolute;top:-14rem;z-index:-1}.hero-wrapper .right svg:nth-child(2){position:absolute;top:3rem;right:-16rem;z-index:-2}.hero-wrapper .left{display:flex;flex-direction:column;justify-content:center}.hero-wrapper .left h1{font-weight:200;letter-spacing:2px;font-size:4rem}.hero-wrapper .left p{margin:2rem 0;letter-spacing:1.2px;line-height:30px;width:450px;color:#9698a6;font-size:1.1rem}.hero-wrapper .left button{width:250px;padding:15px 1rem;border-radius:20px;color:#fff;border:none;background:linear-gradient(90deg,#31d35c,#2bb7da);font-weight:700}.hero-phone{position:absolute;top:-7rem;right:-7rem;z-index:2}@media screen and (max-width: 500px){.hero-wrapper{flex-direction:column;padding:0 1rem}.hero-wrapper .left{order:2;max-width:100%}.hero-wrapper .left h1{font-size:2rem;text-align:center}.hero-wrapper .left p{width:fit-content;margin:1rem 0;text-align:center}.hero-wrapper .right{order:1;flex:none;height:25rem}.hero-wrapper .right svg{width:700px}.hero-wrapper .right svg:nth-child(1){left:-9rem}.hero-wrapper .right svg:nth-child(2){left:-19rem;top:-10rem}.hero-phone{height:400px;right:1.5rem;top:-2rem}}.reason-wrapper{height:40rem;background-color:#f3f4f6;padding:2rem 6rem}.reason-wrapper h2{font-weight:200;letter-spacing:2px;font-size:3rem;margin:1.5rem 0}.reason-wrapper p{letter-spacing:1.2px;line-height:25px;color:#9698a6;font-size:1rem}.reason-wrapper ul{list-style:none;display:flex;gap:2rem;justify-content:center;padding:3rem 0}.reason-wrapper ul h3{letter-spacing:2px;font-weight:300;margin:1rem 0}@media screen and (max-width: 500px){.reason-wrapper{padding:1rem;height:fit-content}.reason-wrapper h2{font-size:2rem;text-align:center}.reason-wrapper p{text-align:center}ul{flex-direction:column}ul li{display:flex;flex-direction:column;justify-content:center;align-items:center}}.articles-wrapper{padding:3rem 6rem}.articles-wrapper h2{font-weight:200;letter-spacing:2px;font-size:3rem;margin:2rem 0}.articles-wrapper .cards-container{display:flex;gap:2rem}.articles-wrapper .cards-container .card{display:flex;flex-direction:column;background-color:#fff;max-width:20rem}.articles-wrapper .cards-container .card .content{padding:15px}.articles-wrapper .cards-container img{object-fit:cover;border-top-right-radius:10px;border-top-left-radius:10px;aspect-ratio:4/3}.articles-wrapper .cards-container span{display:block;margin:1rem 0;font-size:10px;color:#9698a6}.articles-wrapper .cards-container h2{font-size:1.4rem;margin:1rem 0}.articles-wrapper .cards-container p{color:#9698a6;line-height:25px;letter-spacing:1.2px;font-size:.9rem}@media screen and (max-width: 500px){.cards-container{flex-direction:column;align-items:center}.articles-wrapper{padding:1rem}.articles-wrapper h2{font-size:2rem;text-align:center}p{text-align:center}}*{box-sizing:border-box;margin:0;padding:0;color:#000;font-family:Public Sans,sans-serif}html,body,#root{min-height:100vh;min-width:100vw}.main-wrapper{background-color:#fafafa;overflow:hidden;position:relative}
