@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.brand-container{display:flex;justify-content:center;margin-top:4rem;padding:2rem 0;width:100%}.brand-container>div{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.brand-container img{height:auto;object-fit:contain;opacity:1;width:clamp(40px,10vw,100px)}@media (max-width:600px){.brand-container>div{gap:1.5rem}.brand-container img{width:clamp(50px,20vw,90px)}}.container{align-items:center;background:linear-gradient(90deg,#ae67fa,#f49867);border-radius:1rem;box-shadow:0 10px 30px #ae67fa4d;color:#fff;display:flex;justify-content:space-between;margin:4rem auto;max-width:1000px;padding:2.5rem 3rem}.left{text-align:left}.sm-title{margin-bottom:.75rem}.sm-title p{color:#000000e6;font-size:.75rem;font-weight:500;margin:0;text-transform:capitalize}.cta-title h1{color:#0e0e0e;font-size:clamp(1.25rem,2.5vw,2rem);font-weight:800;line-height:1.3;margin:0}.right{flex-shrink:0}.right button{background:#000;border:none;border-radius:2rem;box-shadow:0 4px 15px #0000004d;color:#fff;cursor:pointer;font-size:clamp(.9rem,1.2vw,1.125rem);font-weight:600;padding:clamp(.875rem,1.5vw,1.25rem) clamp(1.5rem,3vw,2.5rem);transition:all .3s ease;white-space:nowrap}.right button:hover{background:#ebebeb;box-shadow:0 6px 20px #0006;color:#000}.right button:active{transform:translateY(0)}@media screen and (min-width:1400px){.container{max-width:1200px;padding:3rem 4rem}}@media screen and (min-width:1800px){.container{max-width:1400px;padding:3.5rem 5rem}}@media screen and (max-width:768px){.container{flex-direction:column;padding:2rem 1.5rem}.container,.left{text-align:center}.left{margin-bottom:1.5rem;max-width:100%}.right{justify-content:center;width:100%}.right button{max-width:300px;width:100%}.cta-title h1{font-size:1.25rem}}@media screen and (max-width:480px){.container{margin:2rem auto;padding:1.5rem 1rem}.cta-title h1{font-size:1.1rem}.sm-title p{font-size:.7rem}.right button{font-size:.9rem;padding:.875rem 1.5rem}}.gpt3_navbar{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1.6rem 4.5rem;position:relative;width:100%;z-index:50}.gpt3_navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start}.gpt3_navbar-links_logo{margin-right:clamp(3rem,6vw,10rem)}.gpt3_navbar-links_logo img{height:auto;object-fit:contain;width:70px}.gpt3_navbar-links_container{display:flex;gap:2.4rem}.gpt3_navbar-sign{align-items:center;display:flex;gap:1.2rem;justify-content:flex-end}.gpt3_navbar-links_container p,.gpt3_navbar-sign button,.gpt3_navbar-sign p{color:#fff;cursor:pointer;font-size:17px;font-weight:500}.gpt3_navbar-menu_container button,.gpt3_navbar-sign button{background:#ff4820;border:none;border-radius:8px;color:#fff;font-size:16px;padding:.55rem 1.2rem;transition:.2s}.gpt3_navbar-sign button:hover{background:#e03818;transform:translateY(-1px)}.gpt3_navbar-menu{cursor:pointer;display:none;margin-left:1rem}.gpt3_navbar-menu svg{fill:#fff;height:30px;transition:.3s;width:30px}.gpt3_navbar-menu:hover svg{opacity:.7}.gpt3_navbar-menu_container{align-items:flex-start;animation:slideDown .25s ease forwards;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f1b3cbf;border-radius:12px;box-shadow:0 6px 20px #00000040;display:flex;flex-direction:column;padding:1.8rem;position:absolute;right:30px;top:70px;width:240px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gpt3_navbar-menu_container-links{width:100%}.gpt3_navbar-menu_container-links p{border-radius:6px;color:#fff;cursor:pointer;font-size:17px;padding:.6rem 0;transition:.2s}.gpt3_navbar-menu_container-links p:hover{background:#ffffff1a;padding-left:8px}.gpt3_navbar-menu_container-links-sign{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem;width:100%}.gpt3_navbar-menu_container-links-sign p{margin-bottom:.7rem}@media screen and (max-width:1200px){.gpt3_navbar-links_container{display:none}.gpt3_navbar-menu{display:flex}}@media screen and (max-width:768px){.gpt3_navbar{padding:1.6rem 2.5rem}}@media screen and (max-width:550px){.gpt3_navbar{padding:1.5rem}.gpt3_navbar-sign{display:none}.gpt3_navbar-menu_container{right:10px;width:210px}}.blog-section{margin:0 auto;max-width:1400px;min-height:100vh;padding:4rem 2rem}.blog-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ae67fa,#f49867);background-clip:text;-webkit-background-clip:text;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;line-height:1.2;margin-bottom:3rem}.blog-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr 1fr;grid-template-rows:repeat(2,1fr);width:100%}.blog-featured{display:flex;grid-row:span 2}.featured-card{height:100%}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-column:span 2;grid-row:span 2;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.blog-card{background:#042c54;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.blog-image{background:#021b34;height:200px;overflow:hidden;width:100%}.featured-card .blog-image{height:350px}.blog-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-card:hover .blog-image img{transform:scale(1.1)}.blog-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.blog-date{color:#fff;font-size:.875rem;margin-bottom:1rem}.blog-title{color:#fff;flex:1 1;font-size:1.25rem;font-weight:800;line-height:1.4;margin-bottom:3rem}.blog-link{background:none;border:none;color:#fff;font-size:.875rem;text-align:left;text-decoration:none;transition:color .3s ease}.blog-link:hover{color:#ff4820;cursor:pointer}@media screen and (max-width:1024px){.blog-container{grid-template-columns:1fr;grid-template-rows:auto}.blog-featured,.blog-grid{grid-row:auto}.blog-grid{grid-column:1;grid-template-columns:repeat(2,1fr);grid-template-rows:auto}}@media screen and (max-width:768px){.blog-section{padding:2rem 1rem}.blog-header h1{margin-bottom:2rem}.blog-container,.blog-grid{grid-template-columns:1fr}.blog-grid{gap:1.5rem}.blog-title{font-size:1.1rem}}@media screen and (max-width:480px){.blog-section{padding:1.5rem .75rem}.blog-container{gap:1rem}.blog-content{padding:1rem}.blog-image{height:150px}}@media screen and (min-width:1400px){.blog-section{max-width:1600px;padding:5rem 3rem}.blog-container{gap:2.5rem;grid-template-columns:1fr 1fr 1fr}.blog-grid{gap:2.5rem}}.features-container{align-items:flex-start;box-sizing:border-box;color:#fff;display:flex;font-family:Arial,sans-serif;gap:4rem;justify-content:space-between;margin:6rem auto 0;max-width:1300px;padding:4rem 6rem}.features-left{flex:1 1;max-width:500px}.features-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ae67fa,#f49867);-webkit-background-clip:text;font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:800;line-height:1.3;margin-bottom:1.5rem}.features-left .cta-text{color:#ff8a71;cursor:pointer;font-weight:500}.features-right{display:flex;flex:1 1;flex-direction:column;gap:2rem}.feature-item h3{color:#fff;flex-shrink:0;font-size:1.1rem;font-weight:700;margin-bottom:.5rem;max-width:200px}.feature-item p{color:#81afdd;font-size:.875rem;line-height:1.6}@media (max-width:900px){.features-container{flex-direction:column;gap:2rem;padding:3rem}.features-left{max-width:100%;text-align:center}.features-right{gap:1.5rem}}@media (max-width:420px){.features-container{padding:2rem 1rem}.features-left h1{font-size:1.5rem}.feature-item h3{font-size:1rem}.feature-item p{font-size:.8rem}}.footer{align-items:center;background:#031b34;color:#fff;display:flex;flex-direction:column}.footer-heading{margin-bottom:3rem;text-align:center;width:100%}.footer-heading h1{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;line-height:1.3;margin:0 auto;max-width:600px}.gradient__text{background:linear-gradient(90deg,#ae67fa,#f49867)}.footer-btn{margin-bottom:4rem}.footer-btn p{border:1px solid #fff;border-radius:0;color:#fff;cursor:pointer;font-size:clamp(.875rem,1.5vw,1rem);font-weight:500;margin:0;padding:1rem 2rem;text-align:center;transition:all .3s ease}.footer-btn p:hover{background:#fff;box-shadow:0 8px 20px #fff3;color:#031b34;transform:translateY(0)}.footer-links{align-items:flex-start;border-bottom:1px solid #ffffff1a;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem;padding:3rem 0;width:100%}.footer-links_logo{flex:1 1;min-width:250px}.footer-links_logo h2{color:#fff;font-size:clamp(1.25rem,2vw,1.5rem);font-weight:800;margin-bottom:1rem}.footer-links_logo p{color:#ffffffb3;font-size:clamp(.75rem,1.2vw,.875rem);line-height:1.6;margin:0}.footer-links_div{display:flex;flex:0.5 1;flex-direction:column;gap:1rem;min-width:150px}.footer-links_div h4{color:#fff;font-size:clamp(.875rem,1.5vw,1rem);font-weight:700;margin-bottom:.5rem}.footer-links_div p{color:#ffffffb3;cursor:pointer;font-size:clamp(.75rem,1.2vw,.875rem);margin:0;transition:all .3s ease}.footer-links_div p:hover{color:#0036c9}.footer-copyright{padding-top:1rem;text-align:center;width:100%}.footer-copyright p{color:#fff9;font-size:clamp(.75rem,1.2vw,.875rem);margin:0}@media screen and (min-width:1440px){.section__padding{padding:5rem 8rem}.footer-links{margin-left:auto;margin-right:auto;max-width:1400px}}@media screen and (min-width:1024px) and (max-width:1439px){.section__padding{padding:4rem 5rem}}@media screen and (max-width:1024px){.section__padding{padding:3rem}.footer-links{gap:2rem}.footer-links_logo{flex:1 1 100%;margin-bottom:1rem;min-width:100%}.footer-links_div{flex-basis:calc(33.333% - 2rem);flex-grow:1;flex-shrink:1;min-width:150px}}@media screen and (max-width:768px){.section__padding{padding:2rem 1.5rem}.footer-heading{margin-bottom:2rem}.footer-btn{margin-bottom:3rem;width:100%}.footer-btn p{padding:1rem 1.5rem}.footer-links{align-items:flex-start;flex-direction:column;gap:2rem;padding:2rem 0}.footer-links_div,.footer-links_logo{flex:1 1 100%;min-width:100%}.footer-links_div h4{margin-bottom:.75rem}}@media screen and (max-width:480px){.section__padding{padding:2rem 1rem}.footer-heading h1{font-size:1.5rem}.footer-btn p{font-size:.875rem;padding:.875rem 1.25rem}.footer-links{gap:1.5rem;padding:1.5rem 0}.footer-links_div{gap:.75rem}}.footer-btn p:focus,.footer-links_div p:focus{outline:2px solid #ae67fa;outline-offset:4px}.footer-links_div p[href]{scroll-behavior:smooth}.main-header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:2rem 6rem}.left{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;max-width:600px}.main-title{-webkit-text-fill-color:#0000;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;color:#0000;display:inline-block;font-size:clamp(1.8rem,4vw,3.5rem);font-weight:700;letter-spacing:-.04em;line-height:1.2;margin-bottom:2rem}.main-subtitle{color:var(--color-text);font-size:clamp(1rem,2vw,1.1rem);line-height:1.6;margin-bottom:2.5rem;max-width:500px}.input-container{align-items:stretch;display:flex;gap:0;margin:0;max-width:500px;width:100%}.email-input{background:#f9f9f9;border:none;border-radius:5px 0 0 5px;box-sizing:border-box;flex:1 1;font-size:1rem;padding:1rem 1.5rem;transition:all .3s ease}.email-input:focus{background:#fff;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.email-input::placeholder{color:#999}.get-started-button{background:#ff4820;border:none;border-radius:0 5px 5px 0;color:#fff;cursor:pointer;flex-shrink:0;font-size:1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease;white-space:nowrap}.get-started-button:hover{background:#ff4820;box-shadow:0 4px 12px #667eea4d}.right{align-items:center;display:flex;flex:1 1;justify-content:flex-end}.header-img{height:auto;max-height:700px;max-width:100%}.people{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;margin-top:1rem}.people img{height:auto;object-fit:contain;width:clamp(4rem,8vw,8rem)}.people p{color:var(--color-text);font-size:clamp(.4rem,1vw,.75rem);line-height:1.4;margin:0;text-align:center}@media (max-width:1200px){.main-header{padding:0 4rem}.main-title{font-size:3rem}}@media (max-width:968px){.main-header{flex-direction:column;gap:3rem;margin:0 auto;padding:4rem 2rem;text-align:center}.left{align-items:center;max-width:100%;text-align:center}.main-title{font-size:2.5rem}.main-subtitle{margin-left:auto;margin-right:auto}.input-container{justify-content:center;margin:0 auto}.email-input{flex:2 1}.get-started-button{flex:1 1}.right{justify-content:center}.header-img{max-height:400px}.people{gap:.5rem;justify-content:center;text-align:center}.people img{height:auto;width:150px}.get-started-button{border-radius:0 5px 5px 0}}@media (max-width:768px){.main-header{padding:3rem 1.5rem}.main-title{font-size:2rem}.input-container{gap:0;max-width:80%;width:100%}.email-input{flex:2 1;font-size:.95rem}.get-started-button{border-radius:0 5px 5px 0;flex:1 1;font-size:.95rem}.people{align-items:center;flex-direction:column;gap:.5rem}.people img{width:120px}}@media (max-width:480px){.main-header{padding:2rem 1rem}.main-title{font-size:1.8rem}.main-subtitle{font-size:1rem}.people img{width:clamp(3rem,15vw,4rem)}.people p{font-size:clamp(.6rem,2vw,.75rem)}.input-container{max-width:80%;width:100%}.email-input{flex:2 1;font-size:.85rem}.get-started-button{flex:1 1;font-size:.85rem}}.feature-container{padding:4rem 2rem;width:100%}.feature-top{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px}.feature-image{flex:1 1;min-width:300px;position:relative}.feature-image img{display:block;height:auto;width:100%}.my-apps-btn{background:linear-gradient(90deg,#ff4820,#ff8b66);border:none;border-radius:25px;box-shadow:0 4px 15px #ff48204d;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:.75rem 1.5rem;position:absolute;right:10%;top:15%;transition:transform .3s ease,box-shadow .3s ease}.my-apps-btn:hover{box-shadow:0 6px 20px #ff482066;transform:translateY(-2px)}.feature-text{color:#fff;flex:1 1}.feature-small-text{color:#71e5ff;font-size:.875rem;font-weight:500;margin-bottom:1rem;text-transform:capitalize}.feature-title{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ae67fa,#f49867);background-clip:text;-webkit-background-clip:text;font-size:2.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.feature-description{color:#81afdd;font-size:1rem;line-height:1.8;margin-bottom:2rem}@media screen and (max-width:768px){.feature-container{padding:2rem 1rem}.feature-top{flex-direction:column;gap:2rem}.feature-title{font-size:1.8rem}.my-apps-btn{font-size:.8rem;padding:.6rem 1.2rem}.feature-description{font-size:.9rem}}@media screen and (max-width:480px){.feature-title{font-size:1.5rem}.my-apps-btn{right:5%;top:10%}}.wgpt3{background:radial-gradient(ellipse at 35% 0,#042c54 7%,#042c54 93%,#0eacc1 100%);box-sizing:border-box;margin:6rem auto 0;max-width:1300px;padding:4rem 6rem;width:100%}.wgpt3-feature{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:4rem}.wgpt3-feature-title{max-width:300px}.wgpt3-line{background:linear-gradient(90deg,#ae67fa,#f49867);height:4px;margin-bottom:.5rem;width:38px}.wgpt3-feature-title h1{color:#fff;font-size:22px;font-weight:700;margin-bottom:4rem}.wgpt3-feature-text p{color:#81afdd;font-size:14px;line-height:1.7;max-width:650px}.wgpt3-heading{align-items:center;display:flex;justify-content:space-between;margin:7rem 0}.wgpt3-heading h1{font-size:clamp(1.8rem,3.5vw,3rem);font-weight:800;line-height:1.2;max-width:600px}.wgpt3-heading p{color:#ff8a71;cursor:pointer;font-weight:500}.wgpt3-container{display:flex;gap:3rem;justify-content:space-between;margin-top:10rem}.wgpt3-item{max-width:300px}.wgpt3-item h1{color:#fff;font-size:18px;margin-bottom:1rem}.wgpt3-item p{color:#81afdd;font-size:14px;line-height:1.7}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#ae67fa,#f49867);-webkit-background-clip:text}@media (max-width:1280px){.wgpt3{max-width:1100px;padding:3.5rem 3rem}}@media (max-width:1024px){.wgpt3{max-width:800px;padding:3rem 2rem}.wgpt3-heading .wgpt3-feature-text p{max-width:100%}}@media (max-width:900px){.wgpt3-container,.wgpt3-feature{flex-direction:column;gap:2rem;text-align:center}.wgpt3-heading{flex-direction:column;gap:1.5rem;text-align:center}.wgpt3-item{max-width:100%}}@media (max-width:768px){.wgpt3{max-width:650px;padding:2.5rem 1.8rem}.wgpt3-heading h1{font-size:1.9rem}.wgpt3-feature-title h1{font-size:20px}}@media (max-width:650px){.wgpt3{max-width:500px;padding:2rem 1.5rem}}@media (max-width:500px){.wgpt3{max-width:430px;padding:1.8rem 1.2rem}.wgpt3-heading h1{font-size:1.7rem}}@media (max-width:420px){.wgpt3{max-width:360px;padding:1.5rem 1rem}.wgpt3-feature-title h1,.wgpt3-item h1{font-size:16px}.wgpt3-feature-text p,.wgpt3-item p{font-size:13px}}@media (max-width:360px){.wgpt3{max-width:300px;padding:1.2rem .8rem}.wgpt3-heading h1{font-size:1.5rem}}*{box-sizing:border-box;font-family:var(--font-family);margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 0 0,#002853 0,#0000 50%),radial-gradient(circle at 100% 0,#042c54cc 0,#0000 50%),radial-gradient(circle at 0 50%,#21245499 0,#0000 40%),radial-gradient(circle at 100% 50%,#172b4d80 0,#0000 45%),radial-gradient(circle at 0 100%,#0f2341b3 0,#0000 50%),radial-gradient(circle at 100% 100%,#0a1e3c99 0,#0000 50%),linear-gradient(180deg,#040c18,#040c18);background-attachment:fixed;background-color:#040c18}.gradient__text{-webkit-text-fill-color:#0000;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text}.section__margin,.section__padding{padding:4rem 6rem}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--color-bg:#040c18;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71}
/*# sourceMappingURL=main.a477bc34.css.map*/