@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap";*{box-sizing:border-box;margin:0}.footer{background-color:#023247;height:fit-content;padding-top:40px;padding-bottom:40px;color:#023247;display:flex;flex-direction:column;gap:20px;text-align:center;justify-content:center;color:#fff}.footer hr{border:1px solid #023247}.footer .footer-details{display:flex}.footer .footer-details .contact-info{display:flex;gap:10px;width:30%;flex-direction:column;margin-right:10%}.footer .footer-details .contact-info .title{display:flex;gap:20px;align-items:center}.footer .footer-details .contact-info .title img{width:210px;height:100px}.footer .footer-details .contact-info p{text-align:left;font-family:Poppins,serif}.footer .footer-details .contact-info .socials{display:flex;gap:5px}.footer .footer-details .contact-info .socials img{width:32px}.footer .quick-links{width:20%;display:flex;flex-direction:column;gap:10px;margin-right:10%;justify-content:flex-start;font-family:Poppins,serif}.footer .quick-links h3{text-align:left;padding-left:20px;font-family:"Bree Serif",serif;font-weight:100}.footer .quick-links ul{text-decoration:none;list-style:none;padding:none}.footer .quick-links ul li{text-align:left;cursor:pointer}.footer .cta{width:33%;display:flex;flex-direction:column;gap:10px;font-family:Poppins,serif}.footer .cta h3{text-align:left;padding-left:10px;font-weight:100;font-family:"Bree Serif",serif}@media (max-width: 768px){.footer{height:fit-content;width:100%}.footer .footer-details{flex-wrap:wrap;display:flex;gap:40px;margin-bottom:20px}.footer .footer-details .contact-info{width:100%;justify-content:center}.footer .footer-details .contact-info p{width:80%;margin-left:0}.footer .footer-details .quick-links{width:100%}.footer .footer-details .quick-links h3{padding-left:0}.footer .footer-details .cta{width:100%}}.header{position:sticky;top:0;z-index:1000;width:100vw;pointer-events:none}.header .nav{height:12vh;background-color:#fff;display:flex;width:100%;align-items:center;background:#ffffffe6;box-shadow:0 4px 20px #0000000d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);padding-left:3rem;padding-right:3rem;pointer-events:none}.header .nav .logo-image{width:180px;height:auto;transition:transform .2s;pointer-events:auto}.header .nav .logo-image:hover{transform:scale(1.1)}.header .nav .mobile-header{display:flex;justify-content:space-between;pointer-events:auto}.header .nav .mobile-header .menu-icon{display:none;width:44px;height:44px;cursor:pointer}.header .nav .side-menu{display:flex;width:100%;align-items:center;height:100vh}.header .nav .side-menu .close-icon{display:none}.header .nav .side-menu .nav-links,.header .nav .side-menu .join-button{pointer-events:auto}.header .nav .side-menu.open{display:block;transform:translate(0);pointer-events:auto}.header .nav .nav-links{display:flex;font-size:1.2rem;gap:30px;list-style-type:none;justify-content:center;width:100%;padding-left:0;margin:auto}.header .nav .join-button{margin-left:auto;width:180px}@media (max-width: 1024px){.header .nav{padding-left:1rem;padding-right:1rem;height:70px}.header .nav .mobile-header{padding-top:5px;padding-bottom:5px;width:100%}.header .nav .mobile-header .logo-image{width:120px}.header .nav .mobile-header .menu-icon{display:block;width:44px;height:44px}.header .nav .side-menu{background-color:#fffffd;display:none;position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:999;transform:translate(100%);transition:transform .3s ease-in-out;flex-direction:column;align-items:flex-start;padding:20px}.header .nav .side-menu:not(.open){visibility:hidden;pointer-events:none}.header .nav .side-menu.open{transform:translate(0);visibility:visible;pointer-events:auto}.header .nav .side-menu .close-icon{display:block;width:44px;height:44px;cursor:pointer;margin-left:auto}.header .nav .side-menu ul{display:flex;flex-direction:column;gap:20px;list-style-type:none;padding:0}.header .nav .side-menu ul li{padding:5px;border-bottom:1px solid #023247}.header .nav .side-menu button{margin-top:30px}}@media (min-width: 621px)and (max-width: 740px){.header .nav .side-menu ul{gap:5px}.header .nav .side-menu button{margin-top:10px}.header .nav .nav-links{gap:10px}}form{display:flex;flex-direction:column;justify-content:center;align-items:center;height:fit-content;gap:3rem;margin-bottom:3rem;width:100%;margin-top:5rem;max-width:1600px}form h2{margin-bottom:1rem;font-size:2.3rem;text-align:center;font-family:"Bree Serif",serif;font-weight:100}form .input{display:flex;justify-content:space-between;width:80%;gap:3rem;max-width:1600px}form .input .details{width:60vw;display:flex;flex-direction:column;gap:2rem}form .input .details .email,form .input .details .name{display:flex;flex-direction:column;max-width:1600px}form .input .details .email label,form .input .details .name label{font-size:1.8rem;font-family:"Bree Serif",serif;font-weight:100;color:#023247;padding-left:1rem;padding-bottom:.5rem}form .input .details .email input,form .input .details .name input{max-width:1600px;width:100%;height:3rem;background-color:#0000;border:2px solid #023247;border-radius:50px;padding:0 1.5rem;color:#023247;font-size:1rem;font-family:Poppins,sans-serif;outline:none;transition:border-color .3s,box-shadow .3s}form .input .details .email input::placeholder,form .input .details .name input::placeholder{color:#023247;font-size:1.3remrem}form .input .details .email input:focus,form .input .details .name input:focus{border-color:#2a8e9e;box-shadow:#2a8e9e}form .input .message{display:flex;flex-direction:column;width:70%;max-width:1600px}form .input .message label{font-size:1.8rem;font-family:"Bree Serif",serif;font-weight:100;color:#023247;padding-bottom:.5rem}form .input .message textarea{background-color:#0000;width:100%;height:100%;border:2px solid #023247;border-radius:10px;padding:1rem;color:#023247;font-size:1rem;font-family:Poppins,serif;outline:none;resize:none;transition:border-color .3s,box-shadow .3s}form .input .message textarea::placeholder{color:#023247;font-size:1.3rem}form .input .message textarea:focus{border-color:#2a8e9e;box-shadow:0 0 5px #2a8e9e}.pop-up-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#023247;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#fff;padding:2rem;border-radius:8px;text-align:center;max-width:500px;width:80%}.modal-content h2{color:#023247;margin-bottom:1rem}.modal-content p{color:#023247;margin-bottom:1.5rem}.modal-content button{background-color:#023247;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:5px;cursor:pointer;font-size:1rem}.modal-content button:hover{background-color:#023247}@media (min-width: 320px)and (max-width: 768px){form{height:fit-content;padding-right:1rem;width:100%;margin-bottom:2rem;margin-top:2rem;gap:20px}form h2{font-size:2rem;width:100vw;margin-bottom:0rem}form .input{width:95vw;padding-left:1rem;padding-right:1rem;flex-direction:column;gap:10px}form .input .details{gap:30px}form .input .details .email input,form .input .details .name input{width:80vw;height:40px}form .input .details .email label,form .input .details .name label{font-size:1.3rem}form .input .message textarea{width:90vw;height:30vh;font-size:1rem}form .input .message::placeholder{color:#023247;font-size:1rem}}.about .about-me .about-title{display:flex;align-items:center;gap:20px}.about .about-me .about-title h1{font-size:3rem;font-family:"Bree Serif",serif;font-weight:100}.about .about-me .about-title hr{flex-grow:1;height:4px;border:none;background:linear-gradient(to right,#023247,#0578aa)}.about .about-me .about-content{display:flex;height:60vh;justify-content:space-between;gap:13vw}.about .about-me .about-content .content h2{font-size:2.5rem;margin-bottom:10px;font-family:"Bree Serif",serif;font-weight:100}.about .about-me .about-content .content p{font-size:1.3rem}.about .approach-wrap{background-color:#fff;border-radius:30px;padding:80px;margin-top:40px;display:flex;flex-direction:column;gap:40px}.about .approach-wrap h2{font-size:2.5rem;font-family:"Bree Serif",serif;font-weight:100}.about .approach-wrap .approach{display:flex;gap:20px;margin-bottom:30px}.about .approach-wrap .approach h3{font-size:1.5rem}.about .approach-wrap .approach p{font-size:1.3rem}.about .approach-wrap .approach img{width:82px;height:82px}.about .approach-wrap .approach .text h3{font-family:"Bree Serif",serif;font-weight:100;font-size:1.8rem}.about .approach-wrap .approach .text p{font-size:1.3rem;padding-top:10px}@media (max-width: 480px){.about,.about .about-me{height:fit-content}.about .about-me .about-title{display:block}.about .about-me .about-title h1{font-size:2rem;text-align:center;padding-bottom:10px}.about .about-me .about-content{flex-direction:column;gap:20px;justify-content:center;height:fit-content}.about .about-me .about-content img{width:90%;margin:auto}.about .about-me .about-content .content{padding:20px}.about .about-me .about-content .content h2{font-size:1.5rem;text-align:center}.about .about-me .about-content .content p{font-size:1rem;padding-top:10px;text-align:center}.about .approach-wrap{height:fit-content;padding:20px}.about .approach-wrap h2{font-size:1.5rem;text-align:center;padding-top:20px}.about .approach-wrap .approach-content .approach img{width:52px;height:52px}.about .approach-wrap .approach-content .approach .text h3{font-size:1.3rem}.about .approach-wrap .approach-content .approach .text p{font-size:1rem}}@media (min-width: 481px)and (max-width: 768px){.about,.about .about-me{height:fit-content}.about .about-me .about-title{display:block}.about .about-me .about-title h1{font-size:2.5rem;text-align:center;padding-bottom:10px}.about .about-me .about-content{flex-direction:column;gap:20px;justify-content:center;height:fit-content}.about .about-me .about-content img{width:70%;margin:auto}.about .about-me .about-content .content{padding:20px}.about .about-me .about-content .content h2{font-size:1.8rem;text-align:center}.about .about-me .about-content .content p{font-size:1.3rem;padding-top:10px;text-align:center}.about .approach-wrap{height:fit-content;padding:20px}.about .approach-wrap h2{font-size:1.8rem;text-align:center;padding-top:20px}.about .approach-wrap .approach-content .approach img{width:52px;height:52px}.about .approach-wrap .approach-content .approach .text h3{font-size:1.5rem}.about .approach-wrap .approach-content .approach .text p{font-size:1.3rem}}@media (min-width: 769px)and (max-width: 1024px){.about,.about .about-me{height:fit-content}.about .about-me .about-title{display:block}.about .about-me .about-title h1{font-size:2.8rem;text-align:center;padding-bottom:10px}.about .about-me .about-content{flex-direction:column;gap:20px;justify-content:center;height:fit-content}.about .about-me .about-content img{width:70%;margin:auto}.about .about-me .about-content .content{padding:20px}.about .about-me .about-content .content h2{font-size:1.8rem;text-align:center}.about .about-me .about-content .content p{font-size:1.3rem;padding-top:10px;text-align:center}.about .approach-wrap{height:fit-content;padding:20px}.about .approach-wrap h2{font-size:1.8rem;text-align:center;padding-top:20px}.about .approach-wrap .approach-content .approach img{width:52px;height:52px}.about .approach-wrap .approach-content .approach .text h3{font-size:1.5rem}.about .approach-wrap .approach-content .approach .text p{font-size:1.3rem}}@media (min-width: 1025px)and (max-width: 1300px){.about .about-me{height:fit-content;margin-bottom:8vw}.about .about-me .about-title h1{font-size:2.8rem}.about .about-me .about-content{height:85vh;gap:8vw}.about .approach-wrap h2{font-size:2.3rem;text-align:center}.about .approach-wrap .approach-content .approach h3{font-size:1.8rem}}.home{width:100vw;height:fit-content}.home .hero{display:flex;height:80vh}.home .hero .hero-content{width:60%;display:flex;flex-direction:column;justify-content:center;gap:25px;height:80vh}.home .hero .hero-content h1{font-family:"Bree Serif",serif;font-weight:100;font-size:4rem}.home .hero .hero-content h2{font-family:Poppins,serif;font-weight:500;width:70%}.home .hero .hero-image{width:52%;height:75vh;margin-top:auto}.home .hero .proof{display:flex;gap:3%}.home .hero .proof div{width:20%;padding:5px;border:2px solid #2a8e9e;border-radius:10px;display:flex;flex-direction:column;align-items:center}.home .hero .proof div p{color:#2a8e9e;text-align:center}.home .choose{background-color:#fff;padding:80px;border-top-left-radius:30px;border-top-right-radius:30px;padding-top:15vh;display:flex;flex-direction:column;align-items:center;width:100%;gap:40px}.home .choose .title{display:flex;align-items:center;justify-content:center;height:5vh;width:100%;font-family:"Bree Serif",serif;font-weight:100}.home .choose .title hr{flex-grow:1;margin:0;box-shadow:0 1px 3px #0000001a;height:4px;background:linear-gradient(to right,#023247,#0578aa);border:none}.home .choose .title h2{font-weight:100;width:40%;font-size:2.5rem}.home .choose .qualities{width:100%;display:flex;flex-wrap:wrap;row-gap:30px;margin-left:12%;margin-right:12%;justify-content:space-between}.home .choose .qualities .quality{width:40%;margin-top:30px}.home .choose .qualities .quality img{width:62px}.home .choose .qualities .quality .quality-content h3{font-size:1.8rem;font-family:"Bree Serif",serif;font-weight:100;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1.3rem;font-family:Poppins,serif}.home .services{background-color:#023247;color:#fff;padding-top:40px;display:flex;flex-direction:column;align-items:center;padding-bottom:40px}.home .services h2{font-size:3rem;font-family:"Bree Serif",serif;font-weight:100}.home .services hr{flex-grow:1;width:100%;display:block;margin-top:20px;margin-bottom:30px;height:4px;background-color:#fff;border:none}.home .services .service-wrap{gap:30px;width:100%;display:flex;flex-wrap:wrap;margin-left:12%;margin-right:12%;justify-content:space-between}.home .services .service-wrap .service{width:45%;background-color:#fff;color:#023247;border-radius:15px;display:flex;flex-direction:column;gap:20px;padding:20px;height:30vh}.home .services .service-wrap .service h3{font-size:1.8rem;font-family:"Bree Serif",serif;font-weight:100}.home .services .service-wrap .service p{font-family:Poppins,serif;font-size:1.3rem}@media (max-width: 410px){.home{margin-top:30px}.home .hero{flex-direction:column-reverse;height:fit-content;width:100%;height:560px}.home .hero .hero-content{width:100%}.home .hero .hero-content h1{font-size:1.8rem;padding-left:2%;padding-right:2%;text-align:center;padding-top:20px}.home .hero .hero-content h2{font-size:1.3rem;width:100%;text-align:center;padding-left:3%;padding-right:3%}.home .hero .hero-content button{margin:auto;width:85%;font-size:.8rem}.home .hero .hero-image{width:100%;height:70vh;justify-self:flex-start;margin-left:auto;margin-right:auto}.home .choose{padding:40px;margin-top:5vh;gap:20px;justify-content:center;align-items:center}.home .choose .title h2{font-size:1.5rem;width:100%;text-align:center}.home .choose .title hr{display:none}.home .choose .qualities{flex-direction:column;align-items:center;gap:10px;justify-content:center;margin-top:10px}.home .choose .qualities .quality{width:100%;gap:2%;margin-top:20px}.home .choose .qualities .quality img{width:32px}.home .choose .qualities .quality .quality-content{width:100%}.home .choose .qualities .quality .quality-content h3{font-size:1.3rem;width:100%;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1rem;width:90%}.home .choose button{font-size:.8rem;margin-top:20px}.home .services h2{font-size:1.5rem}.home .services .service-wrap{justify-content:center;align-items:center}.home .services .service-wrap .service{width:95%;height:fit-content;padding:auto}.home .services .service-wrap .service h3{font-size:1.3rem;width:100%}.home .services .service-wrap .service p{font-size:1rem;width:100%}}@media (min-width: 411px)and (max-width: 460px){.home{margin-top:30px}.home .hero{flex-direction:column-reverse;height:fit-content;width:100%;height:560px}.home .hero .hero-content{width:100%}.home .hero .hero-content h1{font-size:2rem;padding-left:8%;padding-right:8%;text-align:center;padding-top:20px}.home .hero .hero-content h2{font-size:1.5rem;width:100%;text-align:center;padding-left:5%;padding-right:5%}.home .hero .hero-content button{margin:auto;width:85%;font-size:1rem}.home .hero .hero-image{width:80%;height:70vh;justify-self:flex-start;margin-left:auto;margin-right:auto}.home .choose{padding:30px;margin-top:30px}.home .choose .title h2{font-size:1.5rem;width:88%;text-align:center}.home .choose .title hr{display:none}.home .choose .qualities{flex-direction:column;align-items:center;gap:10px}.home .choose .qualities .quality{width:100%;gap:2%;margin-top:20px;padding-left:10%}.home .choose .qualities .quality img{width:32px}.home .choose .qualities .quality .quality-content{width:100%}.home .choose .qualities .quality .quality-content h3{font-size:1.3rem;width:100%;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1rem;width:90%}.home .choose button{font-size:1rem}.home .services h2{font-size:1.5rem}.home .services .service-wrap{justify-content:center;align-items:center}.home .services .service-wrap .service{width:95%;height:fit-content;padding:auto}.home .services .service-wrap .service h3{font-size:1.3rem;width:100%}.home .services .service-wrap .service p{font-size:1rem;width:100%}}@media (min-width: 461px)and (max-width: 540px){.home{margin-top:30px}.home .hero{flex-direction:column-reverse;height:fit-content;width:100%;height:560px}.home .hero .hero-content{width:100%}.home .hero .hero-content h1{font-size:2rem;padding-left:8%;padding-right:8%;text-align:center;padding-top:20px}.home .hero .hero-content h2{font-size:1.5rem;width:100%;text-align:center;padding-left:5%;padding-right:5%}.home .hero .hero-content button{margin:auto;width:85%;font-size:1rem}.home .hero .hero-image{width:80%;height:80vh;margin-top:2vh;justify-self:flex-start;margin-left:auto;margin-right:auto}.home .choose{padding:30px;margin-top:30px}.home .choose .title h2{font-size:1.5rem;width:88%;text-align:center}.home .choose .title hr{display:none}.home .choose .qualities{flex-direction:column;align-items:center;gap:10px}.home .choose .qualities .quality{width:100%;gap:2%;margin-top:20px;padding-left:10%}.home .choose .qualities .quality img{width:32px}.home .choose .qualities .quality .quality-content{width:100%}.home .choose .qualities .quality .quality-content h3{font-size:1.3rem;width:100%;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1rem;width:90%}.home .choose button{font-size:1rem}.home .services h2{font-size:1.5rem}.home .services .service-wrap{justify-content:center;align-items:center}.home .services .service-wrap .service{width:95%;height:fit-content;padding:auto}.home .services .service-wrap .service h3{font-size:1.3rem;width:100%}.home .services .service-wrap .service p{font-size:1rem;width:100%}}@media (min-width: 461px)and (max-width: 500px){.home{margin-top:30px}}@media (min-width: 541px)and (max-width: 620px){.home{margin-top:30px}.home .hero{flex-direction:column-reverse;height:fit-content;width:100%;height:600px;padding-left:0;margin-right:0}.home .hero .hero-content{width:100%}.home .hero .hero-content h1{font-size:2.5rem;padding-left:8%;padding-right:8%;text-align:center;padding-top:20px}.home .hero .hero-content h2{font-size:1.8rem;width:90%;text-align:center;padding-left:5%;padding-right:5%;margin:auto}.home .hero .hero-content button{margin:auto;width:64%;font-size:1rem}.home .hero .hero-image{width:70%;height:80vh;margin-left:auto;margin-right:auto;justify-self:flex-start}.home .choose{padding:30px;margin-top:30px}.home .choose .title h2{font-size:1.8rem;width:88%;text-align:center}.home .choose .title hr{display:none}.home .choose .qualities{flex-direction:column;align-items:center;gap:10px}.home .choose .qualities .quality{width:100%;gap:2%;margin-top:20px;padding-left:10%}.home .choose .qualities .quality img{width:62px}.home .choose .qualities .quality .quality-content{width:100%}.home .choose .qualities .quality .quality-content h3{font-size:1.5rem;width:100%;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1.3rem;width:90%}.home .choose button{font-size:1rem}.home .services h2{font-size:1.8rem}.home .services .service-wrap{justify-content:center;align-items:center}.home .services .service-wrap .service{width:95%;height:fit-content;padding:auto}.home .services .service-wrap .service h3{font-size:1.5rem;width:100%}.home .services .service-wrap .service p{font-size:1.3rem;width:100%}}@media (min-width: 621px)and (max-width: 900px){.home{margin-top:60px}.home .hero{flex-direction:column-reverse;width:100%;height:620px;padding-left:0;margin-right:0}.home .hero .hero-content{width:100%}.home .hero .hero-content h1{font-size:2.5rem;padding-left:8%;padding-right:8%;text-align:center;padding-top:20px}.home .hero .hero-content h2{font-size:1.8rem;width:90%;text-align:center;padding-left:5%;padding-right:5%;margin:auto}.home .hero .hero-content button{margin:auto;width:60%;font-size:1rem}.home .hero .hero-image{width:60%;height:80vh;margin-left:auto;margin-right:auto;justify-self:flex-start}.home .choose{padding:30px;margin-top:30px}.home .choose .title h2{font-size:1.8rem;width:88%;text-align:center}.home .choose .title hr{display:none}.home .choose .qualities{flex-direction:column;align-items:center;gap:10px}.home .choose .qualities .quality{width:100%;gap:2%;margin-top:20px;padding-left:10%}.home .choose .qualities .quality img{width:62px}.home .choose .qualities .quality .quality-content{width:100%}.home .choose .qualities .quality .quality-content h3{font-size:1.5rem;width:100%;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1.3rem;width:90%}.home .choose button{font-size:1rem}.home .services h2{font-size:1.8rem}.home .services .service-wrap{justify-content:center;align-items:center}.home .services .service-wrap .service{width:95%;height:fit-content;padding:auto}.home .services .service-wrap .service h3{font-size:1.5rem;width:100%}.home .services .service-wrap .service p{font-size:1.3rem;width:100%}}@media (min-width: 621px)and (max-width: 740px){.home .hero{height:580px}.home .hero .hero-content{height:fit-content}.home .hero .hero-image{height:auto}}@media (min-width: 901px)and (max-width: 1040px){.home .hero{height:65vh;max-height:400px;align-items:center}.home .hero .hero-content{height:fit-content}.home .hero .hero-content h1{font-size:2.3rem}.home .hero .hero-content h2{font-size:1.3rem;width:90%}.home .hero .hero-content button{width:320px;font-size:1rem}.home .hero .hero-image{height:360px;width:420px;margin-top:auto}.home .choose{padding-left:5vw;padding-right:5vw;padding:30px;margin-top:30px}.home .choose .title h2{font-size:1.8rem;width:45%}.home .choose .qualities .quality .quality-content h3{font-size:1.5rem;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1.3rem}.home .services h2{font-size:1.8rem}.home .services .service-wrap .service{height:fit-content;justify-content:center}.home .services .service-wrap .service h3{font-size:1.5rem}.home .services .service-wrap .service p{font-size:1.3rem}}@media (min-width: 1041px)and (max-width: 1200px){.home .hero{height:70vh}.home .hero .hero-content{width:45vw;height:70vh}.home .hero .hero-content h1{font-size:2.3rem}.home .hero .hero-content h2{font-size:1.3rem;width:90%}.home .hero .hero-content button{width:320px;font-size:1rem}.home .hero .hero-image{height:400px;margin-top:auto;margin-right:auto;margin-left:auto;width:440px}.home .choose{padding-left:5vw;padding-right:5vw}.home .choose .title h2{font-size:1.8rem;width:45%}.home .choose .qualities .quality .quality-content h3{font-size:1.5rem;padding-bottom:10px}.home .choose .qualities .quality .quality-content p{font-size:1.3rem}.home .services h2{font-size:1.8rem}.home .services .service-wrap .service{height:40vh;justify-content:center}.home .services .service-wrap .service h3{font-size:1.5rem}.home .services .service-wrap .service p{font-size:1.3rem}}.services .content{display:flex;flex-direction:column;align-items:center}.services .content h1{font-size:3rem;font-family:"Bree Serif",serif;font-weight:100}.services .content p{margin-bottom:30px;width:80%;margin-top:30px;font-size:1.3rem;text-align:center;font-family:Poppins,serif}@media (max-width: 480px){.services .content h1{font-size:2rem;text-align:center}.services .content p{font-size:1rem;width:90%}}@media (min-width: 481px)and (max-width: 768px){.services .content h1{font-size:2.5rem;text-align:center}.services .content p{font-size:1.3rem;width:90%}}.testimonials h1{font-size:3rem;text-align:center;font-family:"Bree Serif",serif;font-weight:100}.testimonials .featured .title{display:flex;align-items:center;gap:30px;margin-top:40px}.testimonials .featured .title h2{font-size:2rem;font-family:"Bree Serif",serif;font-weight:100}.testimonials .featured .title hr{flex-grow:1;align-self:stretch;width:auto;margin:auto;height:4px;background:linear-gradient(to right,#023247,#0578aa);border:none}.testimonials .featured .testimonials-wrap .testimonial{background-color:#fff;margin-left:10vw;margin-right:10vw;margin-top:5vw;padding:30px;border-radius:20px;display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center}.testimonials .featured .testimonials-wrap .testimonial .quote-top{width:42px;margin-right:auto}.testimonials .featured .testimonials-wrap .testimonial .quote-bot{width:42px;margin-left:auto;transform:scaleX(-1)}.testimonials .featured .testimonials-wrap .testimonial .stars{width:200px}.testimonials .featured .testimonials-wrap .testimonial .highlight{font-size:1.8rem}.testimonials .featured .testimonials-wrap .testimonial p{font-size:1.3rem;padding:30px;text-align:justify;text-indent:20px}.testimonials .featured .testimonials-wrap .testimonial h3{font-size:1.8rem;font-family:"Bree Serif",serif;font-weight:100}.testimonials .reddit{display:flex;flex-direction:column;align-items:center}.testimonials .reddit h2{font-size:2rem}.testimonials .reddit .title{display:flex;align-items:center;gap:30px;margin-top:40px;justify-content:center}.testimonials .reddit hr{flex-grow:1;align-self:stretch;width:auto;margin:auto;height:4px;background:linear-gradient(to right,#023247,#0578aa);border:none}.testimonials .reddit .reddit-p{margin-left:10vw;margin-right:10vw;text-align:center;margin-top:4vh;margin-bottom:4vh;font-size:1.3rem}.testimonials .reddit .imgur-embed-pub{margin:auto}.testimonials .survey h2{font-size:2rem}.testimonials .survey .title{display:flex;align-items:center;gap:30px;margin-top:40px;justify-content:center}.testimonials .survey hr{flex-grow:1;align-self:stretch;width:auto;margin:auto;height:4px;background:linear-gradient(to right,#023247,#0578aa);border:none}@media (max-width: 445px){.testimonials h1{font-size:2rem}.testimonials .featured{display:flex;flex-direction:column;align-items:center}.testimonials .featured .title{gap:10px}.testimonials .featured .title hr{display:none}.testimonials .featured .title img{width:32px}.testimonials .featured .title h2{font-size:1.2rem;width:100%}.testimonials .featured .testimonials-wrap .testimonial{margin-left:2vw;margin-right:2vw}.testimonials .featured .testimonials-wrap .testimonial h3{width:100%;text-align:center;padding-left:1.5vw;padding-right:1.5vw}.testimonials .featured .testimonials-wrap .testimonial .highlight{font-size:1.3rem}.testimonials .featured .testimonials-wrap .testimonial .quote-bot,.testimonials .featured .testimonials-wrap .testimonial .quote-top{width:32px;height:24px}.testimonials .featured .testimonials-wrap .testimonial p{padding:1px;font-size:1rem}.testimonials .reddit .title{gap:10px}.testimonials .reddit .title hr{display:none}.testimonials .reddit .title img{width:32px}.testimonials .reddit .title h2{font-size:1.2rem;width:100%}.testimonials .reddit .reddit-p{font-size:1rem}.testimonials .survey{margin:auto}.testimonials .survey .title{gap:10px}.testimonials .survey .title hr{display:none}.testimonials .survey .title img{width:32px}.testimonials .survey .title h2{font-size:1.2rem;width:fit-content}}@media (min-width: 446px)and (max-width: 540px){.testimonials h1{font-size:2rem;margin-bottom:20px}.testimonials .featured{display:flex;flex-direction:column;align-items:center}.testimonials .featured .title{gap:10px}.testimonials .featured .title hr{display:none}.testimonials .featured .title img{width:52px}.testimonials .featured .title h2{font-size:1.5rem;text-align:center}.testimonials .featured .testimonials-wrap .testimonial{margin-left:2vw;margin-right:2vw}.testimonials .featured .testimonials-wrap .testimonial h3{font-size:1.3rem;width:100%;text-align:center;padding-left:2vw;padding-right:2vw}.testimonials .featured .testimonials-wrap .testimonial .quote-bot,.testimonials .featured .testimonials-wrap .testimonial .quote-top{width:32px;height:24px}.testimonials .featured .testimonials-wrap .testimonial p{padding:1px;font-size:1rem}.testimonials .reddit .title hr{display:none}.testimonials .reddit .title img{width:52px}.testimonials .reddit .title h2{font-size:1.5rem}.testimonials .survey .title hr{display:none}.testimonials .survey .title img{width:52px}.testimonials .survey .title h2{font-size:1.5rem}}@media (min-width: 541px)and (max-width: 768px){.testimonials h1{font-size:2.5rem;margin-bottom:20px}.testimonials .featured{display:flex;flex-direction:column;align-items:center}.testimonials .featured .title{gap:10px}.testimonials .featured .title hr{display:none}.testimonials .featured .title img{width:52px}.testimonials .featured .title h2{font-size:1.8rem;text-align:center}.testimonials .featured .testimonials-wrap .testimonial{margin-left:2vw;margin-right:2vw}.testimonials .featured .testimonials-wrap .testimonial h3{font-size:1.5rem;width:100%;text-align:center;padding-left:2vw;padding-right:2vw}.testimonials .featured .testimonials-wrap .testimonial .quote-bot,.testimonials .featured .testimonials-wrap .testimonial .quote-top{width:32px;height:24px}.testimonials .featured .testimonials-wrap .testimonial p{padding:1.3px;font-size:1.3rem}.testimonials .reddit .title hr{display:none}.testimonials .reddit .title img{width:52px}.testimonials .reddit .title h2{font-size:1.8rem}.testimonials .survey .title hr{display:none}.testimonials .survey .title img{width:52px}.testimonials .survey .title h2{font-size:1.8rem}}@media (min-width: 769px)and (max-width: 1200px){.testimonials h1{font-size:2.5rem;margin-bottom:20px}.testimonials .featured{display:flex;flex-direction:column;align-items:center}.testimonials .featured .title{gap:10px}.testimonials .featured .title hr{display:none}.testimonials .featured .title img{width:52px}.testimonials .featured .title h2{font-size:1.8rem;text-align:center}.testimonials .featured .testimonials-wrap .testimonial{margin-left:2vw;margin-right:2vw}.testimonials .featured .testimonials-wrap .testimonial h3{font-size:1.5rem;width:100%;text-align:center;padding-left:2vw;padding-right:2vw}.testimonials .featured .testimonials-wrap .testimonial .quote-bot,.testimonials .featured .testimonials-wrap .testimonial .quote-top{width:32px;height:24px}.testimonials .featured .testimonials-wrap .testimonial p{padding:1.3px;font-size:1.3rem}.testimonials .reddit .title hr{display:none}.testimonials .reddit .title img{width:52px}.testimonials .reddit .title h2{font-size:1.8rem}.testimonials .survey .title hr{display:none}.testimonials .survey .title img{width:52px}.testimonials .survey .title h2{font-size:1.8rem}}.resources{height:fit-content;display:flex;flex-direction:column;align-items:center;min-height:100vh}.resources h1{font-size:3rem;text-align:center;font-family:"Bree Serif",serif;font-weight:100}.resources .blog-list{display:flex;flex-direction:column;font-family:Poppins,serif;font-weight:500;font-size:1.5rem;list-style:none;margin-top:20px;padding:0}.resources .blog-list .resource{display:flex;justify-content:start;align-items:center;gap:15px;padding-top:20px}.resources .blog-list .resource .resource-link{z-index:1000}.resources .blog-list .resource .redirect{width:44px;height:44px}@media (max-width: 480px){.resources h1{font-size:2rem}.resources .resource{font-size:1rem;width:80%;margin:auto}.resources .resource .redirect{width:32px!important;height:32px!important}.resources .resource .resource-link{padding-top:20px;z-index:0!important}}@media (min-width: 481px)and (max-width: 768px){.resources h1{font-size:2.3rem}.resources .resource{font-size:1.2rem;width:80%;margin:auto}.resources .resource .redirect{width:42px!important;height:42px!important}.resources .resource .resource-link{padding-top:20px;z-index:0!important}}@media (min-width: 769px)and (max-width: 1024px){.resources h1{font-size:2.5rem}.resources .resource{font-size:1.5rem;width:90%;margin:auto}.resources .resource .redirect{width:52px!important;height:52px!important}.resources .resource .resource-link{padding-top:20px;z-index:0!important}}.blogs article p{padding-top:20px}.blogs article blockquote{font-style:italic;border-left:4px solid #007bff;margin:20px 0;padding-left:20px;color:#555}.blogs article .logic{font-family:Arial,sans-serif;background-color:#f0f4f8;border-left:4px solid #2c3e50;padding:15px;line-height:1.6;color:#333;max-width:600px;margin:20px auto;box-shadow:0 4px 6px #0000001a;position:relative}.blogs article .end{font-size:1.6rem;font-weight:600}.blogs button{z-index:9999}.blogs .blog-details{display:flex;width:80%;margin:auto auto 80px;flex-direction:row-reverse;gap:10%;justify-content:center}.blogs .blog-details .title{width:fit-content;display:flex;flex-direction:column;gap:10px;margin-top:0}.blogs .blog-details .title .date{padding:0;margin-top:10px}.blogs .blog-details .title .author{display:flex;align-items:center;justify-content:center;gap:10px;font-weight:700}.blogs .blog-details .title .author p{margin-top:-20px}.blogs .blog-details .title .author img{width:62px}.blogs .blog-details .blog-pic{width:40%}.blogs article{width:80%;margin:auto}.blogs article h1{text-align:center;font-size:2.5rem;padding-bottom:30px}.blogs article .sub-heading{text-align:center;margin-bottom:40px}.blogs article h2{padding-top:30px;padding-bottom:30px}.blogs article h3{padding-top:20px;padding-bottom:20px}@media (max-width: 480px){article button{z-index:0!important}article h1{font-size:1.2rem!important}article h2{font-size:1.1rem}article .blog-details{display:flex;flex-direction:column-reverse!important;margin:auto}article .blog-details .title{display:flex;justify-content:center;align-items:center;width:100%;margin:auto}article .blog-details .title .author{justify-content:center!important}article .blog-details .blog-pic{width:200px!important;margin:auto}}@media (min-width: 481px)and (max-width: 768px){article button{z-index:0!important}article h1{font-size:1.6rem!important}article h2{font-size:1.2rem}article .blog-details{display:flex;flex-direction:column-reverse!important;margin:auto}article .blog-details .title{display:flex;justify-content:center;align-items:center;width:100%;margin:auto}article .blog-details .title .author{justify-content:center!important}article .blog-details .blog-pic{width:200px!important;margin:auto}}@media (min-width: 769px)and (max-width: 1024px){article h1{font-size:2rem!important}article button{z-index:0!important}}.max{width:100vw;max-width:1600px}.padding{padding-left:4rem;padding-right:4rem}@media (min-width: 320px)and (max-width: 768px){.padding{padding-left:1.3rem;padding-right:1.3rem}}.spacer{padding-top:60px;padding-bottom:60px}@media (max-width: 780px){.spacer{padding-top:40px;padding-bottom:40px}}.inner-spacer{padding-top:40px;padding-bottom:40px}a{text-decoration:none;color:#023247;position:relative;display:inline-block}a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#023247;transition:width .3s ease}a:hover:after{width:100%}body{display:flex;justify-content:center;width:100%;flex-direction:column;align-items:center;height:fit-content;font-family:Poppins,serif;color:#023247;background-color:#eff2f6}button{background:linear-gradient(to right,#023247,#0578aa);width:fit-content;padding-left:2.4em;padding-right:2.4em;height:2.75rem;border-radius:50px;color:#fff;font-size:1.1rem;cursor:pointer;border:none;transition:all .3s ease-in-out;font-family:Poppins,serif;box-shadow:0 8px 4px #00000040;font-weight:500}button a{color:#fff;text-decoration:none;width:120px}button:hover{background:linear-gradient(to right,#035579,#069bdc);color:#fff;border-color:#023247;transform:translateY(-2px);box-shadow:0 4px 10px #0003}button:active{background:#d4d4d4;transform:scale(.95) translateY(1px);box-shadow:none}button:focus{outline:none;box-shadow:0 0 8px #023247cc}html{font-size:16px}
