@import url(https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{border:none;box-sizing:border-box;margin:0;outline:none;padding:0}:root{--darkBlue:#2d314d;--limeGreen:#31d35c;--brightCyan:#2bb7da;--black:#000;--grayishBlue:#9698a6;--lightGrayishBlue:#f3f4f6;--veryLightGray:#fafafa;--white:#fff;--boxShadow:15px 15px 15px 10px rgba(0,0,0,.5)}body{font-family:Public Sans,sans-serif;overflow-x:hidden}.app--container{background-color:#f0f8ff;height:100vh;width:100vw}a{text-decoration:none}.header{align-items:center;background-color:#fff;background-color:var(--white);box-shadow:10px 10px 10px 10px rgba(0,0,0,.5);display:flex;justify-content:space-between;left:0;min-height:10vh;padding:0 1rem;position:fixed;right:0}.navbar a{color:#000;color:var(--black);padding-left:1rem}.navbar a:hover{color:blue;text-decoration:underline}.request{background:linear-gradient(90deg,#31d35c,#2bb7da);background:linear-gradient(90deg,var(--limeGreen),var(--brightCyan));border-radius:20px;padding:.5rem 1rem}.request a{color:#fff;color:var(--white);font-weight:700}.toggle{color:#000;color:var(--black);display:none}@media only screen and (max-width:700px){.request{display:none}.toggle{display:block}.app--container{z-index:-1}.navbar{align-items:center;background-color:#fff;background-color:var(--white);border-bottom:1px solid #2bb7da;border-bottom:1px solid var(--brightCyan);border-top:1px solid #2bb7da;border-top:1px solid var(--brightCyan);-webkit-clip-path:polygon(0 0,100% 0,100% 0,0 0);clip-path:polygon(0 0,100% 0,100% 0,0 0);display:flex;flex-direction:column;justify-content:center;left:0;margin-top:1rem;position:absolute;right:0;top:100%;z-index:1000}.navbar a{font-size:20px;margin:.7rem 0}.active{align-items:center;background-color:#fff;background-color:var(--white);border-bottom:1px solid #2bb7da;border-bottom:1px solid var(--brightCyan);border-top:1px solid #2bb7da;border-top:1px solid var(--brightCyan);-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%);display:flex;flex-direction:column;justify-content:center;left:0;margin-top:1rem;position:absolute;right:0;top:100%;z-index:1000}.active a{font-size:20px;margin:.7rem 0}}.header--grid{background-color:#fff;background-color:var(--white);display:flex;height:700px}.left--container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:1rem}.left__container--content{width:400px}.left__container--content h1{color:#2d314d;color:var(--darkBlue);font-weight:300;margin-block:1rem}.left__container--content p{color:#2d314d;color:var(--darkBlue);font-size:1.2rem;line-height:1.4;padding-bottom:1rem}.requestbtn{align-items:center;background:linear-gradient(90deg,#31d35c,#2bb7da);background:linear-gradient(90deg,var(--limeGreen),var(--brightCyan));border-radius:20px;display:flex;font-size:1.4rem;height:50px;justify-content:center;text-align:center;transition:all .3s ease-in}.btn--hover{opacity:.8;-webkit-transform:scale(1.2);transform:scale(1.2)}.requestbtn a{color:#fff;color:var(--white);font-weight:700;padding:.5rem 1rem}.requestbtn a:hover{background-color:initial}.right--container{align-items:center;background-image:url(/static/media/bg-intro-desktop.8be308fd4ce79bd32a09.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex:1 1;justify-content:center}.image{height:500px;width:80%}.image img{height:100%;object-fit:cover;object-position:left;width:100%}@media only screen and (max-width:768px){.header--grid{flex-direction:column-reverse;height:700px}.left--container,.right--container{flex-basis:50%}}.choose{align-items:center;background-color:#f0f8ff;display:flex;flex-direction:column;justify-content:center}.choose--headings{margin-top:3rem;max-width:1200px;width:90%}.choose--headings h2{color:#000;color:var(--black);font-size:2rem;font-weight:400;margin-block:1.4rem}.choose--headings p{color:#9698a6;color:var(--grayishBlue)}.choose--grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-block:2rem;max-width:1200px;width:90%}.choose--item .image{height:100px;margin:1rem 0;width:100px}.choose--item .image img{height:100%;object-fit:cover;width:100%}.item--content h3{padding-top:1rem}.item--content h3,.item--content p{color:#9698a6;color:var(--grayishBlue)}.item--content p{padding:1rem 0}@media only screen and (max-width:573px){.choose--headings h2,.choose--headings p,.item--content h3,.item--content p{text-align:center}.choose--item .image{margin:0 auto}}.articles{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:500px;padding:2rem}.articles--heading{color:#2d314d;color:var(--darkBlue);height:100px;margin-block:1rem;max-width:1200px;width:90%}.articles--heading h1{font-weight:400}.articles--grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem;max-width:1200px;width:90%}.article{border-radius:5px;box-shadow:4px 4px 4px 1px rgba(0,0,0,.5)}.article--hover{box-shadow:20px 20px 20px 10px rgba(0,0,0,.5);cursor:pointer;margin-inline:1rem;-webkit-transform:scale(1.1);transform:scale(1.1)}.article .image{border-radius:5px;height:200px;width:100%}.article .image img{border-radius:5px;height:100%;object-fit:cover;width:100%}.article--content{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:1rem}.article--content p.author{align-self:flex-start;color:#9698a6;color:var(--grayishBlue);font-size:.8rem}.article--content h4.article--heading{font-weight:600}.article--content .desc{color:#9698a6;color:var(--grayishBlue);font-size:1rem;line-height:1.5}.footer{align-items:center;background-color:#2d314d;background-color:var(--darkBlue);display:flex;justify-content:center;min-height:250px}.footer--content{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));height:80%;max-width:1200px;width:90%}.socials{justify-content:space-between}.logo--socials .logo,.socials{align-items:center;display:flex}.logo--socials .logo{background-color:#fff;background-color:var(--white);border-radius:10px;height:45px;justify-content:center}.logo--socials{gap:2rem;padding:1rem}.footer--links,.logo--socials{display:flex;flex-direction:column;justify-content:center}.footer--links{align-items:center;gap:1rem}.footer--links a{color:#fff;color:var(--white)}.footer--requestbtn{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:2rem}.footer--requestbtn p{color:#9698a6;color:var(--grayishBlue)}
/*# sourceMappingURL=main.86766d22.css.map*/