@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);.gpt3Blog{display:flex;flex-direction:column}.gpt3BlogHeading{margin-bottom:5rem;text-align:left;width:100%}.gpt3BlogHeading h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px}.gpt3BlogContainer{display:flex}.gpt3BlogContainerGroupA{flex:0.75 1;margin-right:2rem}.gpt3BlogContainerGroupB{grid-gap:2rem;display:grid;flex:1 1;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:990px){.gpt3BlogContainer{flex-direction:column-reverse}.gpt3BlogContainerGroupA{margin:2rem 0}.gpt3BlogContainerGroupA .gpt3BlogContainerArticle{width:48%}.gpt3BlogContainerGroupA .gpt3BlogContainerArticleImage{height:250px}}@media screen and (max-width:700px){.gpt3BlogContainerGroupB{grid-template-columns:repeat(1,1fr)}.gpt3BlogContainerGroupA .gpt3BlogContainerArticle{width:100%}.gpt3BlogHeading h1{font-size:45px;line-height:50px}}.gpt3BlogContainerArticle{display:flex;flex-direction:column}.gpt3BlogContainerArticle,.gpt3BlogContainerArticleImage{background:var(--color-footer);height:100%;width:100%}.gpt3BlogContainerArticleImage img{height:100%;width:100%}.gpt3BlogContainerArticleContent{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem 1.5rem}.gpt3BlogContainerArticleContent p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:700;line-height:35px}.gpt3BlogContainerArticleContent h3{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:25px;font-weight:800;line-height:30px;margin-bottom:5rem}.gpt3BlogContainerArticleContent p:last-child{cursor:pointer}@media screen and (max-width:550px){.gpt3BlogContainerArticleContent h3{font-size:18px;line-height:25px}}.gpt3Brand{padding:50px 0;text-align:center}.brandTitle{color:#fff;font-size:2rem;margin-bottom:20px}.brandLogos{align-items:center;animation:floatLogos 20s linear infinite;display:flex;justify-content:center;overflow:hidden;width:100%}.brandLogo{margin:0 30px}.brandLogo img{max-width:120px;transition:transform .3s ease}.brandLogos:hover .brandLogo img{transform:scale(1.1)}@keyframes floatLogos{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}.gpt3Cta{align-items:center;background:var(--gradient-bar);border-radius:1rem;color:#000;display:flex;flex-direction:row;justify-content:space-between;margin:4rem;padding:2rem}.gpt3CtaContent{display:flex;flex:1 1;flex-direction:column}.gpt3CtaContent h3{font-family:var(--font-family);font-size:24px;font-weight:800;line-height:45px}.gpt3CtaContent p{font-size:12px;font-weight:500}.gpt3CtaButton button,.gpt3CtaContent p{font-family:var(--font-family);line-height:30px}.gpt3CtaButton button{background:#000;border:none;border-radius:40px;color:#fff;font-size:18px;font-weight:700;height:59.4px;outline:none;width:189.14px}@media screen and (max-width:950px){.gpt3Cta{flex-direction:column}.gpt3CtaButton button{margin-top:1rem}}@media screen and (max-width:550px){.gpt3CtaContent h3{font-size:20px;font-weight:800;line-height:35px}.gpt3CtaButton button{font-size:15px;font-weight:500;height:50px;width:180px}}.gpt3FeaturesContainerFeature{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;margin:1rem;width:100%}.gpt3FeaturesContainerFeatureInline{align-items:flex-start;column-gap:20%;display:flex;justify-content:flex-start;margin:1rem 1rem 3rem;width:100%}.gpt3FeaturesContainerFeatureTitle{color:#fff;flex:1 1;font-family:var(--font-family);font-size:17px;font-weight:500;letter-spacing:-.04em;line-height:55px;margin-right:2rem;max-width:250px}.gpt3FeaturesContainerFeatureInline .gpt3FeaturesContainerFeatureTitle{color:#fff;font-family:var(--font-family);font-size:14px;font-weight:500;letter-spacing:-.04em;line-height:55px}.gpt3FeaturesContainerFeatureTitle div{background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;height:3px;margin-bottom:.25rem;width:38px}.gpt3FeaturesContainerFeatureText{display:flex;flex:2 1;max-width:392px}.gpt3FeaturesContainerFeatureText p{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px;max-width:85%}@media screen and (max-width:990px){.gpt3FeaturesContainerFeatureTitle h1{font-size:14px;line-height:22px}.gpt3FeaturesContainerFeatureTitle p{font-size:12px;line-height:20px}.gpt3FeaturesContainerFeature{margin:1rem 0}}.gpt3Navbar{padding:2rem 5rem}.gpt3Navbar,.gpt3NavbarLinks{align-items:center;display:flex;justify-content:space-between}.gpt3NavbarLinks{flex:1 1}.gpt3NavbarLinksLogo img{cursor:pointer;height:70px;width:70px}.gpt3NavbarLinksContainer{display:flex}.gpt3NavbarSign{align-items:center;display:flex;justify-content:flex-end}.gpt3NavbarLinksContainer p,.gpt3NavbarMenuContainer p,.gpt3NavbarSign p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;margin:0 1rem;text-transform:capitalize}.gpt3NavbarMenuContainer button,.gpt3NavbarSign button{background:#ff4820;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;outline:none;padding:1rem 2rem}.gpt3NavbarMenu{display:none;margin-left:1rem;position:relative}.gpt3NavbarMenu svg{cursor:pointer}.gpt3NavbarMenuContainer{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5 #0003;display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.gpt3NavbarMenuContainer p{margin:1rem 0}.gpt3NavbarMenuContainerLinksSign{display:none}@media screen and (max-width:1050px){.gpt3NavbarLinksContainer{display:none}.gpt3NavbarMenu{display:flex}}@media screen and (max-width:700px){.gpt3Navbar{display:2rem 4rem}.gpt3NavbarMenu{display:flex}.gpt3NavbarSign{display:none}}.gpt3Features{display:flex;flex-direction:row;justify-content:space-between;width:100%}.gpt3FeaturesHeading{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;margin-right:5rem;text-align:left}.gpt3FeaturesHeading h1{-webkit-background-clip:text;background-clip:text;font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px}.gpt3FeaturesHeading p{color:#ff8a71;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px;margin-top:2rem}.gpt3FeaturesContainer{flex:2 1}@media screen and (max-width:990px){.gpt3Features{flex-direction:column}}@media screen and (max-width:550px){.gpt3FeaturesHeading h1{font-size:28px;line-height:38px}}.gpt3Footer{background:var(--color-footer);flex-direction:column}.gpt3Footer,.gpt3FooterHeading{align-items:center;display:flex;justify-content:center}.gpt3FooterHeading{margin-bottom:3rem;width:75%}.gpt3FooterHeading h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px;text-align:center}.gpt3FooterBtn{align-items:center;border:1px solid #fff;cursor:pointer;display:flex;justify-content:center;padding:1rem}.gpt3FooterBtn p{font-family:var(--font-family);font-size:18px;line-height:21px}.gpt3FooterLinks{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:8rem;text-align:left;width:100%}.gpt3FooterLinks div{margin:1rem;width:170px}.gpt3FooterLinksLogo{align-items:center;display:flex;flex-direction:column}.gpt3FooterLinksLogo img{height:auto;margin-bottom:10px;width:100px}.gpt3FooterLinksLogo p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:14px}.gpt3FooterLinksDiv{display:flex;flex-direction:column;justify-content:flex-start}.gpt3FooterLinksDiv h4{color:#fff;font-family:var(--font-family);font-size:14px;line-height:16px;margin-bottom:1rem}.gpt3FooterLinksDiv p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:12px;line-height:14px;margin:.5rem 0}.gpt3FooterCopyright{width:100%}.gpt3FooterCopyright p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:14px}@media screen and (max-width:850px){.gpt3FooterHeading h1{font-size:45px;line-height:50px}}@media screen and (max-width:550px){.gpt3FooterHeading h1{font-size:35px;line-height:40px}.gpt3FooterLinks div{margin:1rem 0}.gpt3FooterBtn p{font-size:15px;line-height:20px}}@media screen and (max-width:600px){.gpt3FooterLinks{align-items:center;flex-direction:column;text-align:center}}.gpt3FooterSocials{margin-top:2rem;text-align:center}.gpt3FooterSocialLinks{display:flex;gap:1rem;justify-content:center}.gpt3FooterSocialLinks a{color:#fff;transition:color .3s ease-in-out}.gpt3FooterSocialLinks a:hover{color:#ff4c60}.gpt3FooterCopyright{color:#bbb;margin-top:2rem;text-align:center}.gpt3FooterBtn{margin-top:1rem;text-align:center}.gpt3FooterBtn p{color:#fff;cursor:pointer;font-size:16px;text-decoration:underline}.gpt3FooterCopyright p{font-size:14px}.gpt3Header{display:flex}.gpt3HeaderContent{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0 2rem}.gpt3HeaderContent h1{font-size:62px;font-weight:800;line-height:75px}.gpt3HeaderContent h1,.gpt3HeaderContent p{font-family:var(--font-family);letter-spacing:-.04em}.gpt3HeaderContent p{color:var(--color-text);font-size:20px;line-height:27px;margin-top:1.5rem}.gpt3HeaderContentInput{display:flex;margin:2rem 0 1rem;width:100%}.gpt3HeaderContentInput input{background:var(--color-footer);border:2px solid var(--color-footer);border-bottom-left-radius:5px;border-top-left-radius:5px;flex:2 1}.gpt3HeaderContentInput button,.gpt3HeaderContentInput input{color:#fff;font-family:var(--font-family);font-size:20px;line-height:27px;min-height:50px;padding:0 1rem;width:100%}.gpt3HeaderContentInput button{background:#ff4820;border:none;border-bottom-right-radius:5px;border-top-right-radius:5px;cursor:pointer;flex:0.6 1;font-style:normal;font-weight:700;outline:none}.gpt3HeaderContentPeople{align-items:center;display:flex;justify-content:flex-start;margin-top:2rem;width:100%}.gpt3HeaderContentPeople img{height:38px;width:181.79px}.gpt3HeaderContentPeople p{color:#fff;font-family:var(--font-family);font-size:12px;font-style:normal;font-weight:500;line-height:38px;margin:0 0 0 1rem;text-align:center}.gpt3HeaderImage{align-items:center;display:flex;flex:1 1;justify-content:center}.gpt3HeaderImage img{height:100%;width:100%}@media screen and (max-width:1050px){.gpt3Header{display:flex;flex-direction:column}.gpt3HeaderContent{margin:0 0 3rem}}@media screen and (max-width:650px){.gpt3Header h1{font-size:48px;line-height:60px}.gpt3Header p{font-size:16px;line-height:24px}.gpt3HeaderContentPeople{flex-direction:column}.gpt3HeaderContentPeople p{margin:0}.gpt3HeaderContentInput button,.gpt3HeaderContentInput input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.gpt3Header h1{font-size:36px;line-height:48px}.gpt3Header p{font-size:14px;line-height:24px}.gpt3HeaderContentInput button,.gpt3HeaderContentInput input{font-size:12px;line-height:16px}}.gpt3Possibility{align-items:center;column-gap:2rem;display:flex;flex-direction:row}.gpt3PossibilityImage{align-items:center;display:flex;flex:1 1;justify-content:center;margin-right:2rem}.gpt3PossibilityImage img{border-radius:10px;height:auto;max-width:400px;width:100%}.gpt3PossibilityContent{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;row-gap:2%}.gpt3PossibilityContent h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:75%}.gpt3PossibilityContent h4{color:#71e5ff;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3PossibilityContent h4:last-child{color:#ff8a71}.gpt3PossibilityContent p{color:#81afdd;font-family:var(--font-family);font-size:16px;font-weight:400;line-height:30px;max-width:85%}.topInfluencerName{margin-top:1.5rem}.topInfluencerName h3{color:#111;font-size:22px;font-weight:600}.nextButton{background-color:#28a745;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-top:1.5rem;padding:10px 20px;transition:background-color .3s ease}.nextButton:hover{background-color:#218838}@media screen and (max-width:950px){.gpt3Possibility{flex-direction:column}.gpt3PossibilityImage{margin:1rem 0}.gpt3PossibilityContent{margin-top:2rem}}@media screen and (max-width:550px){.gpt3PossibilityContent h1{font-size:30px;margin:1.5rem 0}.gpt3PossibilityContent h4{margin:1.5rem 0}.gpt3PossibilityContent p{font-size:16px}}.whyChooseUs{background:var(--color-footer);background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);display:flex;flex-direction:column;padding:2rem}.whyChooseUsFeature,.whyChooseUsFeaturesContainerFeatures{display:flex}.whyChooseUsFeature .whyChooseUsFeaturesContainerFeatures{margin:0}.whyChooseUsFeature .whyChooseUsFeaturesContainerFeatureText{max-width:700px}.whyChooseUsHeading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:4rem 0 2rem}.whyChooseUsHeading h1{-webkit-background-clip:text;background-clip:text;font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:510px}.whyChooseUsHeading p{color:var(--color-subtext);cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.whyChooseUsContainer{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.whyChooseUsContainerFeatures .whyChooseUsFeaturesContainer{display:inline;display:initial;flex:1 1;flex-direction:column;margin:1rem;min-width:210px}.whyChooseUsContainer .whyChooseUsFeaturesContainerFeatureText{margin-top:.5rem}@media screen and (max-width:850px){.whyChooseUsHeading{align-items:flex-start;flex-direction:column;margin-bottom:0}.whyChooseUsHeading p{margin-top:1rem}}@media screen and (max-width:650px){.whyChooseUsFeaturesContainerFeatures{flex-direction:column}.whyChooseUsFeaturesContainerFeatureText{margin-top:.5rem}.whyChooseUsHeading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.whyChooseUsFeaturesContainerFeatures{margin:1rem 0;min-width:100%}}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}body{background:var(--color-bg)}a{color:inherit;text-decoration:none}.gradientBg{background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%)}.gradientText{-webkit-text-fill-clop:text;-webkit-text-fill-color:#0000;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text}.sectionMargin,.sectionPadding{padding:4rem 6rem}.flip-scale-down-diag-1{animation:flip-scale-down-diag-1 .5s linear both}@keyframes flip-scale-down-diag-1{0%{transform:scale(1) rotate3d(1,1,0,0deg)}50%{transform:scale(.4) rotate3d(1,1,0,-90deg)}to{transform:scale(1) rotate3d(1,1,0,-180deg)}}@media screen and (max-width:700px){.sectionMargin,.sectionPadding{padding:4rem}}@media screen and (max-width:550px){.sectionMargin,.sectionPadding{padding: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.71cde01e.css.map*/