@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}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-thumb{background-color:#fff}a{color:inherit;text-decoration:none}.gradient_bg{background:radial-gradient(circle at 5% 16%,#014d95 0,#020518 100%,violet 0)}.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}.scrollable-element{scrollbar-color:red #ff0}.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}}.gpt3__blog-container_article{background:#042c54;color:#f0f8ff;display:flex;flex-direction:column}.gpt3__blog-container_article-img img{flex:1 1;max-width:300px}.gpt3__blog-container_article-container-info{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;width:200px}.gpt3__blog-container_article-container{display:flex;flex:1 1;flex-direction:column;justify-content:space-between;margin:1rem .25rem}.gpt3__brand{flex-wrap:wrap;gap:2rem;justify-content:center}.gpt3__brand,.gpt3__cta{align-items:center;display:flex}.gpt3__cta{background:var(--gradient-bar);border-radius:1rem;flex-direction:row;justify-content:space-between;margin:5rem 2rem;padding:2rem}.gpt3__cta-container p{font-family:var(--font-family);font-size:12px;font-weight:500;line-height:30px}.gpt3__cta-container h4{color:#000;font-family:var(--font-family);font-size:24px;font-weight:800;line-height:45px}.gpt3__cta button{background-color:#000;border:none;border-radius:50px;color:#faebd7;cursor:pointer;min-width:150px;outline:none;padding:1rem}.gpt3__features-container__feature{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;margin:1rem;width:100%}.gpt3__features-container__feature-title{flex:1 1;margin:2rem 2rem 2rem 0;max-width:180px}.gpt3__features-container__feature-title h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:24px}.gpt3__features-container__feature-title div{background:var(--gradient-bar);box-shadow:0 4px 4px rgba(0,0,0,.25);height:3px;margin-bottom:.25rem;width:38px}.gpt3__features-container__feature-text{color:var(--color-text);display:flex;flex:2 1;font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px;max-width:290px}.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:16px;width:60px}.gpt3__navbar-signs{align-items:center;display:flex;justify-content:center}.gpt3__navbar-links_container span,.gpt3__navbar-menu_container span,.gpt3__navbar-sign span{color:#faebd7;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;height:16px;line-height:25px;margin:0 1rem;text-transform:capitalize;width:60px}.gpt3__navbar-menu_container button,.gpt3__navbar-sign button{background-color:#cb580b;border:0;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;height:3rem;outline:none;width:6rem}.gpt3__navbar-menu{display:none;margin-left:1rem;position:relative}.gpt3__navbar-menu svg{cursor:pointer}.gpt3__navbar-menu_container{align-items:center;background-color:var(--color-footer);border-radius:5px;box-shadow:0 0 5 rgb(0,0,0,.2);display:flex;flex-direction:column;justify-content:center;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.gpt3__navbar-menu_container span{margin:1rem 0;width:-webkit-max-content;width:max-content}.gpt3__navbar-menu_container-links-sign{display:none}.gpt3__navbar-menu_container-links{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end}@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{top:20px}.gpt3__navbar-menu_container-links-sign{display:block;margin:1rem 0}.gpt3__navbar-menu_container-links-sign button{margin-top:1rem}}.gpt3__blog-container{display:flex;flex-direction:row;gap:3rem;margin-bottom:5rem}.gpt3__blog-container-secA .gpt3__blog-container_article{max-width:300px;min-height:600px}.gpt3__blog-container-secB{display:flex;flex-wrap:wrap;gap:2rem}.gpt3__blog-heading h1{font-size:62px;font-weight:800;line-height:75px;margin-bottom:1rem;max-width:75%}@media (max-width:550px){.gpt3__blog-heading h1{font-size:35px;line-height:50px;margin-left:1rem}.gpt3__blog-container{align-items:center;flex-direction:column;justify-content:center}.gpt3__blog-container-secA .gpt3__blog-container_article{min-height:300px}.gpt3__blog-container .gpt3__blog-container-secB{align-items:center;justify-content:center}}.gpt3__features{align-items:flex-end;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;margin-bottom:6rem}.gpt3__features-image{display:flex;flex:1 1;justify-content:flex-start;margin-right:1rem}.gpt3__features-image img{height:100%;width:100%}.gpt3__features-content{display:flex;flex:1 1;flex-direction:column;gap:1rem;margin-right:5rem}.gpt3__features-content h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px}.gpt3__features-content h4{color:#71e5ff;font-weight:500}.gpt3__features-content h4,.gpt3__features-content p{font-family:var(--font-family);font-size:16px;line-height:30px}.gpt3__features-content p{color:#81afdd;font-weight:400;max-width:500px}.gpt3__features-content span{color:#ff8a71;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}@media (max-width:1050px){.gpt3__features{display:flex;flex-direction:column;margin-right:1rem}}.gpt3__footer{background:#031b34;flex-direction:column;width:100%}.gpt3__footer-header{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.gpt3__footer-header h1{flex:1 1;font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px;text-align:center}.gpt3__footer-header span{border:1px solid #fff;color:#fff;cursor:pointer;flex:1 1;font-family:Gilroy-Medium;font-size:18px;line-height:21px;padding:1rem;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.gpt3__fotter-container-head{display:flex;flex-direction:column;margin:5rem}.gpt3__fotter-container-head h4{color:#fff;font-size:40px;font-weight:bolder}.gpt3__fotter-container-head p{color:#fff;font-size:15px;width:200px}.gpt3__fotter-container{display:flex;gap:5rem;margin-top:5rem}.gpt3__fotter-container-list-link{color:#fff}.gpt3__fotter-container-list-link h5{font-size:18px}.gpt3__fotter-container-list-link ul{display:flex;flex-direction:column;gap:1rem;list-style:none}.gpt3__fotter-container-list{align-items:flex-end;display:flex;gap:5rem}.gpt3__footer{color:#fff;display:flex}.gpt3__footer span{margin-top:5rem;text-align:center}@media (max-width:850px){.gpt3__fotter-container-list{display:none}.gpt3__fotter-container-head{margin-left:6rem}}.gpt3__header{display:flex}.gpt3__header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center}.gradient__text{color:var(--gradient-text);font-family:var(--font-family);font-size:50px;font-weight:800;line-height:75px}.gpt3__header-content p{color:var(--color-text);font-family:var(--font-family);font-size:20px;font-style:normal;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:var(--color-footer);border:2px solid var(--color-footer);border-radius:5px 0 0 5px;color:#faebd7;flex:2 1;min-height:50px;outline:none;width:100%}.gpt3__header-content__input button{background-color:#ff4820;border:0;border-radius:0 5px 5px 0;color:#faebd7;cursor:pointer;flex:0.6 1;min-height:50px;outline:none;padding:0 1rem;width:100%}.gpt3__header-content__people{align-items:center;color:#faebd7;display:flex;gap:10px;height:40px;margin-top:1rem}.gpt3__header-image{align-items:center;display:flex;flex:1 1;justify-content:center}.gpt3__header-image img{height:100%;width:100%}@media (max-width:1050px){.gpt3__header{flex-direction:column}.gpt3__header-content{margin:0 0 3rem}}@media (max-width:700px){.gpt3__header h1{font-size:48px;line-height:60px}.gpt3__header p{font-size:16px;line-height:24px}.gpt3__header-content__people{flex-direction:column}.gpt3__header-content__people p{margin:0}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:16px;line-height:24px}}@media (max-width:550px){.gpt3__header h1{font-size:36px;line-height:48px}.gpt3__header p{font-size:14px;line-height:24px}}.gpt3__possibility-main{display:flex;justify-content:space-between;width:100%}.gpt3__possibility-poster{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem;text-align:left}.gpt3__possibility-poster h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;margin-bottom:2rem}.gpt3__possibility-poster p{color:#ff8a71;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__possibility-feature{flex:1.5 1}.gpt3__possibility-feature .gpt3__features-container__feature{display:flex;flex-direction:row;justify-content:left}@media (max-width:1050px){.gpt3__possibility-main{flex-direction:column}.gpt3__possibility-feature .gpt3__features-container__feature{display:flex;justify-content:space-between}.gpt3__possibility-feature{align-items:center;justify-content:center}}.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-feature{display:flex;flex-direction:row}.gpt3__whatgpt3-feature .gpt3__features-container__feature{align-items:center;display:flex;flex-direction:row;margin:0}.gpt3__whatgpt3-feature .gpt3__features-container__feature-text{max-width:700px}.gpt3__whatgpt3-heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:4rem 0 2rem}.gpt3__whatgpt3-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:500px}.gpt3__whatgpt3-heading p{color:var(--color-subtext);cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__whatgpt3-container{display:flex;flex-direction:row;margin-top:2rem}@media screen and (max-width:700px){.gpt3__whatgpt3-container,.gpt3__whatgpt3-feature .gpt3__features-container__feature{flex-direction:column}.gpt3__whatgpt3-container .gpt3__features-container__feature-title{margin-left:7rem}.gpt3__whatgpt3-feature .gpt3__features-container__feature-text{margin-top:.5rem}.gpt3__whatgpt3-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:550px){.gpt3__whatgpt3-container .gpt3__features-container__feature{margin:1rem 0;min-width:100%}}
/*# sourceMappingURL=main.289f2031.css.map*/