@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);: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}.gpt3__article{background-color:#042c54;color:#fff;display:flex;flex-direction:column;justify-content:flex-start}.gpt3__article-content{display:flex;flex-direction:column;justify-content:space-between;padding:2rem 1.5rem}.gpt3__article img{background:#040c18;height:100%;width:100%}.gpt3__article-content h6:first-child{font-size:11.649px;font-weight:700;line-height:30px}.gpt3__article-content p{font-size:1rem;font-weight:800;line-height:25px;margin-bottom:3rem}.gpt3__article-content h6:last-child{cursor:pointer;font-size:11.649px;font-weight:700;line-height:35px}@media screen and (max-width:550px){.gpt3__article-content p{font-size:18px;line-height:23px}}.gpt3__brand{text-align:center}.gpt3__brand-images{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:0 2rem}@media screen and (max-width:550px){.gpt3__brand-images{gap:.7rem 0}.gpt3__brand-images img{-webkit-transform:scale(.85);transform:scale(.85)}}.gpt3__cta{background:var(--gradient-text);border:1px solid #000;border-radius:9px;box-shadow:0 4px 4px rgba(0,0,0,.25);display:flex;justify-content:space-between;margin:4rem;padding:1rem 2rem}.gpt3__cta-content{flex:1 1}.gpt3__cta-content h1{font-size:21px;font-weight:800;line-height:45px}.gpt3__cta-content p{color:#0e0e0e;font-size:12px;font-weight:500;line-height:30px}.gpt3__cta button{align-self:center;background:#000;border:none;border-radius:40px;color:#fff;font-size:18px;font-weight:700;line-height:30px;margin-left:2rem;outline:none;padding:.5rem 1rem}@media screen and (max-width:650px){.gpt3__cta{flex-direction:column}.gpt3__cta button{margin:2rem 0 1rem}}@media screen and (max-width:450px){.gpt3__cta button{font-size:16px}.gpt3__cta-content h1{font-size:18px}}.gpt3__features{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.gpt3__features-text{color:#81afdd;font-size:14px;font-weight:500;line-height:24px}.gpt3__features-title h1{color:#fff;font-size:20px;font-weight:800;letter-spacing:-.04em;line-height:1.6}.gpt3__features-title div{background:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%),#fff;box-shadow:0 4px 4px rgba(255,81,81,.25);height:3px;margin-bottom:.25rem;width:38px}body{font-family:var(--font-family)}.gpt3__navbar{align-items:center;display:flex;justify-content:space-between;padding:2rem 6rem}.gpt3__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start}.gpt3__navbar-links_logo{margin-right:2rem}.gpt3__navbar-links_logo img{height:16.02px;width:62.56px}.gpt3__navbar-links_container{align-items:center;display:flex;justify-content:center}.gpt3__navbar p{color:#fff;cursor:pointer;font-size:17px;font-weight:500;line-height:25px;margin:0 .8rem;text-transform:capitalize}.gpt3__navbar-sign{align-items:center;display:flex;gap:0 1rem}.gpt3__navbar button{background:#ff4820;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:17px;font-weight:500;line-height:25px;outline:none;padding:.5rem 1rem}.gpt3__navbar-menu{display:none;margin-left:1rem;position:relative}.gpt3__navbar-menu svg{cursor:pointer}.gpt3__navbar-menu_container{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5 rgba(0,0,0,.2);display:flex;flex-direction:column;justify-content:flex-end;margin:1rem 0 0;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.gpt3__navbar-menu_container p{margin:.9rem 0}.gpt3__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.gpt3__navbar-links_container{display:none}.gpt3__navbar-menu{display:flex}}@media screen and (max-width:700px){.gpt3__navbar{padding:2rem 4rem}}@media screen and (max-width:550px){.gpt3__navbar{padding:2rem}.gpt3__navbar-sign{display:none}.gpt3__navbar-menu_container-links-sign{display:block}}.gpt3__blog{display:flex;flex-direction:column}.gpt3__blog-title{margin-bottom:5rem;text-align:left;width:100%}.gpt3__blog-title h1{font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px}.gpt3__blog-articles{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr)}.gpt3__blog-articles .gpt3__article:first-child{grid-row:span 2}@media screen and (max-width:990px){.gpt3__blog-articles{grid-template-columns:repeat(2,1fr)}.gpt3__blog-articles .gpt3__article:first-child{grid-column:span 2;grid-row:1}.gpt3__blog-title h1{font-size:56px;line-height:70px}}@media screen and (max-width:550px){.gpt3__blog-title h1{font-size:50px;line-height:68px}}@media screen and (max-width:450px){.gpt3__blog-articles{grid-template-columns:1fr}}.gpt3__features-container{display:flex;justify-content:space-between;width:100%}.gpt3__features-container_title{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem}.gpt3__features-container_title h1{font-size:34px;font-weight:800;line-height:45px;max-width:450px}.gpt3__features-container_title p{color:#ff8a71;font-size:16px;font-weight:500;line-height:30px;margin-top:1.4rem}.gpt3__features-container_features{align-items:center;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start;width:100%}.gpt3__features-container_features .gpt3__features-text{max-width:20rem}.gpt3__features-container_features .gpt3__features{justify-content:space-between;margin:1rem 0;width:100%}.gpt3__features-container_features .gpt3__features-title{max-width:250px}@media screen and (max-width:1300px){.gpt3__features-container_title{margin-right:3rem}.gpt3__features-container_title h1{font-size:30px}}@media screen and (max-width:1100px){.gpt3__features-container{align-items:center;flex-direction:column}}@media screen and (max-width:810px){.gpt3__features-container_features .gpt3__features-text{max-width:15rem}.gpt3__features-container_features .gpt3__features-title h1{font-size:14px;max-width:150px}}@media screen and (max-width:550px){.gpt3__features-container_title h1{font-size:26px}.gpt3__features-container_title p{font-size:14px;margin-bottom:2em}}.gpt3__footer{background:#031b34;display:flex;flex-direction:column}.gpt3__footer-title{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2rem;justify-content:center}.gpt3__footer-title h1{font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px;text-align:center}.gpt3__footer-title button{background:#031b34;border:1px solid #fff;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:16px;line-height:21px;margin-bottom:5rem;padding:1rem}.gpt3__footer-content{align-items:flex-start;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:left;width:100%}.gpt3__footer-content_copywrite{align-items:flex-end;color:#fff;display:flex;justify-content:center;margin-top:3rem}.gpt3__footer-content_copywrite p{-webkit-font-feature-settings:"liga" off;font-feature-settings:"liga" off;font-size:12px;line-height:14px}.gpt3__footer-content_title{margin-right:3rem}.gpt3__footer-content_title p{font-size:12px;line-height:14px;margin-top:1.5rem}.gpt3__footer-content_links{margin:1rem;width:250px}.gpt3__footer-content_links h4{font-size:14px;line-height:16px}.gpt3__footer-content_links p{cursor:pointer;font-size:12px;line-height:14px;margin:2rem 0}@media screen and (max-width:825px){.gpt3__footer-content_title{margin-bottom:5rem}}.gpt3__header{display:flex}.gpt3__header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:5rem}.gpt3__header-content h1{font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px}.gpt3__header-content p{color:var(--color-text);font-size:20px;font-weight:400;line-height:27px;margin-top:1.5rem}.gpt3__header-content__input{display:flex;margin:2rem 0 1rem;width:100%}.gpt3__header-content__input input{background:#052d56;border:2px solid #052d56;border-radius:5px 0 0 5px;color:#fff;flex:2 1;font-size:20px;min-height:50px;outline:none;padding:0 1rem;width:100%}.gpt3__header-content__input button{background:#ff4820;border:none;border-radius:0 5px 5px 0;color:#fff;cursor:pointer;flex:1 1;font-family:Manrope;font-size:20px;font-weight:700;line-height:27px;outline:none;padding:0 1rem}.gpt3__header-content__people{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:500;gap:0 .5rem;margin-top:1rem;width:100%}.gpt3__header-image{align-items:center;display:flex;flex:1 1;justify-content:center}.gpt3__header-image img{height:100%;width:100%}@media screen and (max-width:1050px){.gpt3__header{flex-direction:column}}@media screen and (max-width:650px){.gpt3__header-content h1{font-size:48px;font-weight:800;line-height:62px}.gpt3__header-content p{font-size:17px;line-height:25px}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:16px}}@media screen and (max-width:490px){.gpt3__header-content h1{font-size:40px;font-weight:800;line-height:60px}.gpt3__header-content p{font-size:14px;line-height:25px}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:14px}}.gpt3__possibility{display:flex}.gpt3__possibility-content{display:flex;flex:1 1;flex-direction:column;gap:1.5rem 0;justify-content:flex-end}.gpt3__possibility-content h1{font-size:34px;font-weight:800}.gpt3__possibility-content p{color:#81afdd;font-size:15px;font-weight:400;line-height:28px}.gpt3__possibility-content h4{color:#ff8a71;font-size:16px;font-weight:500;line-height:30px}.gpt3__possibility-image{align-items:center;display:flex;flex:1 1;justify-content:flex-start;margin-right:2rem}.gpt3__possibility-image img{height:100%;width:100%}.light{background:#07325f;-webkit-filter:blur(282px);filter:blur(282px);height:377px;left:-444px;position:absolute;top:1712px;width:377px}@media screen and (min-width:1450px){.gpt3__possibility-image{flex:0.5 1}}@media screen and (max-width:990px){.gpt3__possibility{flex-direction:column}.gpt3__possibility-image{margin-bottom:2rem}}.gpt3__whatgpt3{background:var(--color-footer);background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);display:flex;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));flex-direction:column;padding:2rem}.gpt3__whatgpt3-title{display:flex}.gpt3__whatgpt3-title .gpt3__features{margin:0}.gpt3__whatgpt3-title .gpt3__features-text{max-width:700px}.gpt3__whatgpt3-mid{align-items:center;display:flex;justify-content:space-between;margin:4rem 0 2rem}.gpt3__whatgpt3-mid p{color:#ff8a71;cursor:pointer;font-size:14px;font-weight:500;line-height:30px}.gpt3__whatgpt3-mid h1{font-size:30px;font-weight:800;line-height:45px}.gpt3__whatgpt3-features{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.gpt3__whatgpt3-features .gpt3__features{display:inline;display:initial;flex:1 1;flex-direction:column;margin:1rem;min-width:210px}.gpt3__whatgpt3-features .gpt3__features-text{margin-top:2rem}@media screen and (max-width:1000px){.gpt3__whatgpt3-title .gpt3__features{flex-direction:column}.gpt3__whatgpt3-title .gpt3__features-text{margin-top:2rem}}*{box-sizing:border-box;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 3% 25%,#002853 0,#040c18 100%)}.gradient__text{-webkit-text-fill-color:transparent;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);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}}
/*# sourceMappingURL=main.16db0a4e.css.map*/