body,html{padding:0;margin:0;scroll-behavior:smooth}a{color:inherit;text-decoration:none}*{padding:0;margin:0;box-sizing:border-box}:root{--primary-color:#2A3337;--secondary-color:#2A3337;--font-color:#000a0f;--bg-color:#FFFFFF;--heading-color:#000000;--border-color:#EAEAEB;--input-color:#F1F1F2}[data-theme=dark]{--primary-color:#AAADAF;--secondary-color:#CCCECF;--font-color:#FFFFFF;--bg-color:#000a0f;--heading-color:#FFFFFF;--border-color:#2A3337;--input-color:#1D2225}body{background-color:var(--bg-color);color:var(--primary-color);transition:all .3s ease-in-out;font-weight:400}body,button{font-family:Inter,sans-serif}@keyframes spin{to{transform:rotate(1turn)}}.App{display:flex;flex-direction:column;min-height:100vh}.loader{border:5px solid #c5c1c1;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:spin 2s linear infinite}.scroll-btn__wrapper{overflow-y:hidden}.toggle-mode__wrapper{position:fixed;left:92%;bottom:20px;height:40px;width:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 4px rgba(128,132,135,.6);border-radius:800px;font-size:3rem;z-index:1;cursor:pointer;background:var(--heading-color);color:var(--bg-color)}.toggle-mode__wrapper svg{height:20px}@media screen and (max-width:1350px){.toggle-mode__wrapper{left:91%}}@media screen and (max-width:1152px){.toggle-mode__wrapper{left:89.5%}}@media screen and (max-width:960px){.toggle-mode__wrapper{left:88%}}@media screen and (max-width:850px){.toggle-mode__wrapper{left:85%}}@media screen and (max-width:720px){.toggle-mode__wrapper{left:84%}}@media screen and (max-width:576px){.toggle-mode__wrapper{left:80%}}.error-page__wrapper{display:flex;align-items:center;justify-content:center;width:40%;margin:0 auto;padding-top:98px;height:calc(100vh - 98px)}.error-image{height:24rem;width:auto}.error-image img{width:100%;height:100%}.error-page__cta{margin-top:20px;display:flex;justify-content:center}.error-page__cta a{color:#fff;background-color:#E6145B;border-radius:6px;padding:12px 14px;border:1px solid #e6145b;cursor:pointer;transition:all .2s ease-in-out}.error-page__cta a:hover{color:#E6145B;background-color:#fff}@media screen and (max-width:770px){.error-page__wrapper{width:60%}.error-image{height:20rem}}@media screen and (max-width:576px){.error-page__wrapper{width:80%;padding-top:81px;height:calc(100vh - 81px)}.error-image{height:20rem}}@media screen and (max-width:450px){.error-page__wrapper{width:90%}}.sharethis-inline-share-buttons{width:300px}.page-header__wrapper{position:fixed;width:100%;z-index:94035}.page-header__wrapper.is-sticky{background-color:var(--bg-color);border-bottom:1px solid #eaeaeb}.page-header__content{padding:25px 80px;display:flex;align-items:center;justify-content:space-between}.page-logo__wrapper{display:flex;align-items:center;column-gap:10px;cursor:pointer}.page-logo__wrapper img{width:48px;height:48px}.logo-name{font-size:28px;color:var(--heading-color);font-weight:300}.logo-name span{font-weight:700}.menu-dropdown__content,.mobile-menu__section{display:none}.page-header__actions{display:flex;align-items:center}.page-header__actions .action-item:last-of-type{display:flex;column-gap:16px}.page-header__actions .action-item:not(:last-of-type){margin-right:40px}.action-item .login-btn,.action-item p{color:#808487;cursor:pointer}.action-item .login-btn{border:1px solid #808487;box-sizing:border-box;border-radius:8px;background-color:transparent;height:40px;width:70px;transition:all .3s ease-in-out}.action-item .login-btn:hover{background-color:#808487;border:none;color:#FFFFFF}.action-item .signup-btn{height:40px;width:100px;box-sizing:border-box;border-radius:8px;background:#E6145B;color:#FFFFFF;border:none;cursor:pointer;transition:all .3s ease-in-out}.action-item .signup-btn:hover{background-color:transparent;border:1px solid #e6145b;color:#E6145B}@media screen and (max-width:960px){.page-header__wrapper{position:fixed;background:var(--bg-color);width:100%}.page-header__wrapper.is-sticky{border-bottom:none}.page-logo__wrapper img{width:40px;height:40px}.logo-name{font-size:24px}.page-header__content{border-bottom:1px solid var(--border-color)}.page-header__actions{display:none}.menu-dropdown__content,.mobile-menu__section{display:block}.menu-btn{position:relative;display:flex;justify-content:center;align-items:center;width:20px;height:20px;cursor:pointer;transition:all .5s ease-in-out}.menu-icon,.menu-icon:after,.menu-icon:before{width:18px;height:2px;border-radius:5px;background:var(--heading-color);transition:all .5s ease-in-out}.menu-icon:after,.menu-icon:before{content:"";position:absolute}.menu-icon:before{transform:translateY(-6px)}.menu-icon:after{transform:translateY(6px)}.menu-btn.open .menu-icon{transform:translateX(-20px);background:transparent}.menu-btn.open .menu-icon:before{transform:rotate(45deg) translate(15px,-15px)}.menu-btn.open .menu-icon:after{transform:rotate(-45deg) translate(15px,15px)}.menu-dropdown__content{height:calc(100vh - 100px);display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;width:100%;background:var(--bg-color);padding:20px 0}.page-mobile__actions{display:flex;flex-direction:column;width:60%;margin:0 auto}.mobile-item:not(:last-of-type,:nth-child(3)){margin-bottom:40px;width:100%;text-align:center}.mobile-item button{width:100%}.mobile-item .login-btn,.mobile-item p{color:#808487;cursor:pointer}.mobile-item .login-btn{margin-bottom:20px;border:1px solid #808487;box-sizing:border-box;border-radius:8px;background-color:transparent;height:40px;transition:all .3s ease-in-out}.mobile-item .login-btn:hover{background-color:#808487;border:none;color:#FFFFFF}.mobile-item .signup-btn{height:40px;box-sizing:border-box;border-radius:8px;background:#E6145B;color:#FFFFFF;border:none;cursor:pointer;transition:all .3s ease-in-out}.mobile-item .signup-btn:hover{background-color:transparent;border:1px solid #e6145b;color:#E6145B}}@media screen and (max-width:576px){.page-header__content{padding:20px 40px}.menu-dropdown__content{height:calc(100vh - 96px)}.page-mobile__actions{width:80%}}@media screen and (max-width:450px){.page-header__content{padding:20px 30px}}@media screen and (max-width:320px){.page-header__content{padding:20px}}.page-hero__wrapper{background:#FEF9FA;padding-top:150px}.page-body__section{padding:20px 80px;display:flex;align-items:center}.page-content{width:70%}.page-content h1{font-size:48px;line-height:56px;font-weight:900;background:linear-gradient(54.1deg,#E6145B 16.87%,#2974E2 101.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.page-content p{line-height:32px;color:#808487}.page-content__actions{margin-top:20px;display:flex;column-gap:20px;align-items:center}.page-image__section{height:560px}.page-image__section img{height:100%}.page-content button{border-radius:12px;padding:12px 0;height:45px;width:170px;cursor:pointer}.page-content .signup-btn{color:#FFFFFF;background:#E6145B;border-radius:12px;border:none;display:flex;align-items:center;justify-content:center;transition:.3s}.page-content .signup-btn:hover{color:#E6145B;background-color:var(--bg-color);border:.5px solid #e6145b}.page-content .video-btn{border:1px solid #e6145b;color:#E6145B;display:flex;align-items:center;justify-content:center;column-gap:5px;background-color:transparent}.page-content .video-btn:hover{background-color:#E6145B;border:none;color:#FFFFFF}.video-btn svg{height:16px}.input-group{display:flex;flex-direction:column}.input-group input{background:var(--input-color);border-radius:12px;padding:13px 24px;border:none;width:100%;height:56px}.input-group input:focus-visible{outline:none}.username-container{display:flex;align-items:center;background-color:var(--input-color);padding-left:20px;border-radius:12px}.username-container p{background-color:var(--input-color);color:var(--secondary-color);font-weight:600;font-size:14px;line-height:20px}.username-container input{padding-left:5px}small{color:#E6145B;font-size:12px;margin-top:5px}@media screen and (max-width:1350px){.page-content{width:80%}}@media screen and (max-width:1200px){.page-content{width:90%}.page-content h1{font-size:40px}.page-image__section,.page-image__section img{width:100%}}@media screen and (max-width:1096px){.page-body__section{padding:30px 80px;row-gap:20px;flex-direction:column-reverse}.page-content{width:100%}.page-image__section{width:auto}.page-content__actions{width:100%;flex-direction:column}.page-content__actions button{width:100%}.page-content__actions .signup-btn{margin-bottom:20px}.input-group{width:100%;margin-bottom:10px}}@media screen and (max-width:768px){.page-image__section{height:450px}}@media screen and (max-width:576px){.page-body__section{padding:30px 40px}.page-content h1{font-size:36px;line-height:48px}.page-image__section{height:420px;width:100%}.page-image__section img{width:100%}}@media screen and (max-width:480px){.page-body__section{padding:20px 30px}}@media screen and (max-width:450px){.page-body__section{padding:20px}}@media screen and (max-width:360px){.page-content h1{font-size:30px;line-height:42px}}@media screen and (max-width:320px){.page-body__section{padding:30px}}.creators-section__wrapper{padding:120px 80px 80px}.creators-section__section{display:flex;align-items:center;column-gap:50px}.creators-image{background:url(/_next/static/media/waitlist.963df4b5.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:500px;width:100%}.creators-content{width:100%}.creators-content h4{color:var(--primary-color);font-weight:900;font-size:48px;line-height:56px}.creators-content h4 span{background:linear-gradient(54.1deg,#E6145B 16.87%,#2974E2 101.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.creators-content h4:last-of-type{margin-bottom:10px}.creators-content p{line-height:32px;color:#808487}.creators-content .create-btn{background-color:#E6145B;margin-top:30px;border:none;color:#FFFFFF;column-gap:5px;border-radius:12px;padding:12px 0;height:45px;width:170px;cursor:pointer;transition:.3s}.creators-content .create-btn:hover{background-color:transparent;border:1px solid #e6145b;color:#E6145B}@media screen and (max-width:1200px){.creators-section__section{column-gap:30px}.creators-image{width:80%}.creators-content h4{font-size:40px}}@media screen and (max-width:960px){.creators-section__section{flex-direction:column}.creators-image{width:100%;height:600px}.creators-content{margin-top:20px}.creators-content .create-btn{width:100%}}@media screen and (max-width:576px){.creators-section__wrapper{padding:100px 40px 40px}.creators-content h4{font-size:28px;line-height:36px}}@media screen and (max-width:450px){.creators-section__wrapper{padding:90px 30px 30px}}@media screen and (max-width:320px){.creators-section__wrapper{padding:70px 20px 20px}}.why-section__wrapper{padding:0 80px 120px}.why-section__section{display:flex;align-items:center;column-gap:50px;width:100%}.why-content{width:100%}.why-content h4{font-weight:900;font-size:32px;line-height:48px;background:linear-gradient(34.1deg,#E6145B 6.87%,#2974E2 51.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.content-items{display:grid;grid-column-gap:20px;column-gap:20px;grid-row-gap:20px;row-gap:20px;margin-top:40px}.content-item{padding:15px 0;border-bottom:1px solid #eaeaeb}hr:first-of-type{margin-right:20px}hr{height:1px;background-color:#EAEAEB;border:none}.content-item .item-title{display:flex;align-items:center;column-gap:15px;margin-bottom:10px}.item-icon{height:40px;width:40px;background:#FEF7F9;border-radius:8px;display:flex;justify-content:center;align-items:center}.item-icon svg{height:20px;color:#E6145B}.item-title p{font-weight:800;font-size:18px;line-height:24px;color:#2A3337}.content-item>p{line-height:32px;color:#AAADAF}.why-image{background:url(/_next/static/media/why.0c396d14.jpeg);background-size:cover;background-repeat:no-repeat;background-position:50%;height:750px;width:100%}@media screen and (max-width:1350px){.why-image{height:640px;width:90%}}@media screen and (max-width:1200px){.why-image{height:600px;width:80%}}@media screen and (max-width:960px){.why-section__section{flex-direction:column-reverse}.why-image{width:100%;margin-bottom:30px;height:700px}.content-item>p{padding-right:40px}}@media screen and (max-width:576px){.why-section__wrapper{padding:0 40px 100px}.why-content h4{font-size:28px;line-height:36px}.content-item .item-title{flex-direction:column;align-items:flex-start;row-gap:10px}.content-item>p{padding-right:10px}}@media screen and (max-width:450px){.why-section__wrapper{padding:0 30px 90px}.why-image{height:500px}}@media screen and (max-width:320px){.why-section__wrapper{padding:0 20px 70px}}.blog-section__section{padding:120px 80px}.blog-page__section{padding:0 0 120px}.blog-hero__wrapper{padding-top:120px;background:#FEF9FA;padding-bottom:80px}.blog-page__section h4,.blog-section__section h4,.subscribe-content h4{text-align:center;font-size:32px;line-height:48px;font-weight:900;background:linear-gradient(82.1deg,#E6145B 44.87%,#2974E2 56.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:40px}.blog-content{display:flex;justify-content:center;column-gap:20px;margin-bottom:40px}.blog-content.all-items{padding:80px 80px 0;flex-wrap:wrap;row-gap:20px}.blog-item{width:40%;cursor:pointer;box-shadow:none;transition:all .3s}.blog-item:hover{box-shadow:4px 3px 5px 2px #80808024;border-radius:20px}.blog-item .item-image{width:100%;height:250px;background-size:cover;background-repeat:no-repeat;background-position:50%;border-radius:14px}.blog-content .item-content{margin-top:20px}.blog-title{margin-bottom:10px;padding:0 10px}.blog-view{display:flex;justify-content:center;align-items:center}.articles-btn{border:1px solid #e6145b;color:#E6145B;column-gap:5px;background-color:transparent;border-radius:12px;padding:12px 0;height:45px;width:170px;cursor:pointer;transition:.3s}.articles-btn:hover{background-color:#E6145B;border:none;color:#FFFFFF}@media screen and (max-width:1024px){.blog-item .item-image{height:160px}}@media screen and (max-width:850px){.blog-content,.blog-content.all-items{flex-wrap:wrap;row-gap:30px}.blog-content.all-items{padding:40px 30px 0}.blog-item{width:48%}.blog-content.all-items .blog-item .item-image{height:340px}.blog-content.all-items .blog-item{width:90%}}@media screen and (max-width:576px){.blog-section__section{padding:100px 40px}.blog-item{width:80%}.blog-content.all-items .blog-item .item-image,.blog-item .item-image{height:200px}}@media screen and (max-width:480px){.blog-item .item-image{background-size:contain}}@media screen and (max-width:450px){.blog-section__section{padding:0 30px 80px}.blog-content{margin-top:20px}.blog-content.all-items .blog-item,.blog-item{width:100%}}@media screen and (max-width:320px){.blog-section__section{padding:70px 20px}}.blog-item__wrapper{padding-top:150px}.blog-item__container{width:60%;margin:0 auto 150px}.blog-item__image-container{height:450px;width:100%}.blog-item__image{background-repeat:no-repeat;background-position:50%;background-size:cover;height:100%}.blog-item__title{margin:30px 0}.blog-item__title h1{font-weight:900;font-size:48px;line-height:56px}.blog-item__content{text-align:justify}.social-media__section{border-top:1px solid #eaeaeb;border-bottom:1px solid #eaeaeb;display:flex;justify-content:space-between;padding:20px 0;margin-bottom:20px}.share-items__section,.social-icons{display:flex;align-items:center}.share-items__section{column-gap:20px}.date__section p,.share-items__section p{font-weight:800;font-size:20px;line-height:28px}.social-icons{column-gap:10px}.social-icon{background:#E6145B;height:40px;min-width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.social-icon svg{color:#FFFFFF;height:16px}.date__section{display:flex;align-items:center;column-gap:10px}.date__section span{color:#AAADAF}.blog-item__content>p{margin-top:20px;margin-bottom:20px}.blog-item__content>p:first-of-type{margin-bottom:70px}.blog-item__content h5{font-weight:700;font-size:18px;line-height:26px;margin-bottom:10px}.blog-item__content .content{margin-bottom:20px}.content.one>p{word-break:break-word;line-height:28px}.content.two ul{list-style-position:inside}.content.two li{font-weight:700;font-size:18px;line-height:26px;margin-bottom:10px}.content.two ul p{margin-bottom:15px}.blog-item__content .other-content p{margin-top:40px}@media screen and (max-width:1150px){.blog-item__container{width:70%}}@media screen and (max-width:850px){.blog-item__image{background-size:contain}}@media screen and (max-width:540px){.social-media__section{flex-direction:column;row-gap:20px}.blog-item__image-container{height:250px}.blog-item__title h1{font-size:36px;line-height:48px}.blog-item__content{text-align:initial}}@media screen and (max-width:480px){.blog-item__container{width:80%;margin-bottom:70px}.blog-item__title h1{font-size:25px;line-height:36px}}@media screen and (max-width:380px){.blog-item__container{width:100%;padding:0 30px}.share-items__section{flex-direction:column}}@media screen and (max-width:340px){.share-items__section{flex-direction:column;row-gap:10px}.blog-item__image-container{height:200px}}.faq-section__wrapper{padding:50px 150px}.blog-section__section h4,.faq-section__section h4,.subscribe-content h4{text-align:center;font-size:32px;line-height:48px;font-weight:900;background:linear-gradient(82.1deg,#E6145B 44.87%,#2974E2 56.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:40px}.faq-accordion__item{border-top:1px solid #eaeaeb;padding:30px 0;cursor:pointer}.faq-accordion__item:last-of-type{border-bottom:1px solid #eaeaeb}.accordion-title{display:flex;justify-content:space-between}.accordion-title svg{color:var(--primary-color);height:16px}.accordion-title p,.blog-title{color:#2A3337;font-weight:800;font-size:18px;line-height:24px}.accordion-body{padding-top:20px}.accordion-body p,.blog-snippet,.subscribe-content p{color:#AAADAF;line-height:32px}@media screen and (max-width:960px){.faq-section__wrapper{padding:50px 80px}}@media screen and (max-width:576px){.faq-section__wrapper{padding:30px 40px}}@media screen and (max-width:450px){.faq-section__wrapper{padding:20px 30px}}@media screen and (max-width:320px){.faq-section__wrapper{padding:20px}}.subscribe-section__wrapper{padding:120px 180px}.subscribe-section__section{background:#FEF9FA;border-radius:32px;padding:40px}.subscribe-content__section{display:flex;justify-content:space-between;align-items:center}.subscribe-content{width:50%}.subscribe-content h4{text-align:left;background:linear-gradient(54.1deg,#E6145B 16.87%,#2974E2 101.93%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subscribe-image{background-image:url(/_next/static/media/subscribe.3b375c89.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:200px;min-width:200px;border-radius:12px}.subscribe-content form{margin-top:30px;display:flex}.subscribe-content form input{background:var(--input-color);border-radius:12px;padding:13px 24px;border:none;width:340px;margin-right:10px;height:56px}.subscribe-content form input:focus-visible{outline:1px solid #E6145B}.subscribe-content form button{color:#FFFFFF;background:#E6145B;border-radius:12px;padding:12px 0;height:56px;width:140px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s}.subscribe-content form button:hover{color:#E6145B;background-color:var(--bg-color);border:.5px solid #e6145b}@media screen and (max-width:1200px){.subscribe-content form input{width:300px;height:50px}.subscribe-content form button{width:120px;height:50px}}@media screen and (max-width:960px){.subscribe-content{width:100%}.subscribe-image{display:none}.subscribe-content form{display:grid}.subscribe-content form input{width:100%;margin-bottom:10px}.subscribe-content form button{width:100%}}@media screen and (max-width:576px){.subscribe-section__wrapper{padding:50px 30px}.subscribe-section__section{padding:60px}}@media screen and (max-width:450px){.subscribe-section__wrapper{padding:40px 30px}.subscribe-section__section{padding:40px}.subscribe-content h4{font-size:24px;line-height:32px;margin-bottom:30px}}.footer-section__wrapper{background-color:#000a0f}.footer-section__section{padding:60px 80px 0;display:flex;justify-content:space-between}.footer-content{width:40%}.footer-content .page-logo__wrapper{margin-bottom:30px}.footer-content .logo-name{color:#FFFFFF}.page-footer__social{display:block}.page-footer__social a svg{color:#808487;width:20px;height:20px}.page-footer__social a{padding:0 20px}.page-footer__social a:first-of-type{padding-left:0}.page-footer__social a:last-of-type{padding-right:0}.page-footer__content{margin-top:20px;padding:30px 80px}.page-footer__content p{color:#808487;font-size:14px}.footer-menu__item{display:flex;column-gap:40px}@media screen and (max-width:850px){.footer-section__section{flex-direction:column;row-gap:40px}.footer-menu__item{flex-direction:column;row-gap:30px}.page-footer__content{margin-top:20px}}@media screen and (max-width:576px){.footer-section__section{padding:30px 40px 0}.footer-content{width:100%}.page-footer__content{padding:30px 40px}}@media screen and (max-width:450px){.footer-section__section{padding-top:50px;padding-right:30px;padding-left:30px}.page-footer__content{padding:20px 30px}}@media screen and (max-width:320px){.footer-section__section{padding-right:20px;padding-left:20px}.page-footer__content{padding:20px}}.scroll-btn__wrapper{position:fixed;width:100%;left:90%;bottom:40px;height:50px;font-size:3rem;z-index:1;cursor:pointer;color:#fff}.scroll-btn{width:50px;height:50px;padding:0 18px;background-color:#E6145B;display:flex;align-items:center;justify-content:center;border-radius:6px}.scroll-btn svg{min-width:30px}@media screen and (max-width:576px){.scroll-btn__wrapper{left:82%}}