@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";*,:after,:before{margin:0;padding:0;box-sizing:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-moz-user-select:none;user-select:none}html{scroll-behavior:smooth;font-size:62.5%}@media only screen and (min-width:112.5em){html{font-size:62.5%}}@media only screen and (max-width:75em){html{font-size:56.25%}}@media only screen and (max-width:62em){html{font-size:50%}}@media only screen and (max-width:48em){html{font-size:43.75%}}@media only screen and (max-width:37.5em){html{font-size:42%}}@media only screen and (max-width:23.44em){html{font-size:40%}}body{box-sizing:border-box;font-family:GeneralSans,Montserrat,sans-serif;background-color:#0a090d;width:100vw;color:#fff;background-size:cover}*,body{scroll-behavior:smooth}*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}.row{padding:0 9.6rem}@media only screen and (max-width:48em){.row{padding:0 4.8rem}}.sectionPadding{padding-top:9.6rem;padding-bottom:9.6rem}@media only screen and (max-width:48em){.sectionPadding{padding-top:4.8rem;padding-bottom:4.8rem}}.test-container{overflow:scroll}.test-container--icon{height:auto;stroke:#fff;stroke-dasharray:0;stroke-dashoffset:0;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:.5}.btn{padding:.8rem 1.6rem;cursor:pointer;border-radius:10rem;gap:.8rem;line-height:1.4;border:none;font-family:GeneralSans,Montserrat,sans-serif;font-variation-settings:"wght" 570}.btn,.btn__main{display:flex;align-items:center;justify-content:center}.btn__main{background-image:linear-gradient(90.47deg,#ff29c2 -47.95%,#fc0701 37.45%,#ff9500 129.27%);gap:1rem;padding:1.2rem 1rem;border-radius:.8rem;border:none}.btn__primary{background-color:#f9175a;color:#fff;font-size:1.6rem;transition:all .3s ease-in-out;padding:1.2rem 1.6rem}.btn__primary:hover{background-color:#af1543;color:#e8e8e8;box-shadow:0 2px 8px hsla(0,0%,100%,.1);scale:1.03}.btn__primary:disabled{scale:.95;background-color:#5f5f5f;cursor:default;color:#b4b4b4}.btn__secondary{color:#0a090d;background-color:#33ee72;border:none;transition:all .3s ease-in-out}.btn__secondary:hover{background-color:#28ba59;filter:drop-shadow(0 0 5px rgba(255,255,255,.1));scale:1.03}.btn__tertiary{transition:all .3s ease-in-out}.btn__tertiary:hover{scale:1.02}.btn__tertiary__light{color:#2d2c33;background:#fff}.btn__tertiary__light:hover{background:#2d2c33;color:#ebebeb;scale:1.03}.header{position:fixed;left:0;top:0;width:100%;z-index:999;background-color:transparent;cursor:pointer;transition:all .3s ease-in-out;padding:1.6rem 4rem}@media only screen and (max-width:48em){.header{padding:1.6rem}}.header.scrolled{background-color:#0a090d;box-shadow:0 .2rem .8rem rgba(0,0,0,.15)}.header.default-info{box-shadow:0 .1rem .4rem rgba(0,0,0,.1)}.header nav{margin:0 auto;display:flex;align-items:center;justify-content:space-between}.header nav .logo-link{cursor:pointer;padding:1.2rem;z-index:1000}.header nav .nav-links{display:flex;gap:4rem}@media only screen and (max-width:48em){.header nav .nav-links{position:fixed;top:-100vh;left:0;flex-direction:column;background-color:#161616;width:100%;height:100vh;padding-top:75px;padding-left:40px;transition:.3s ease-in-out;z-index:999}.header nav .nav-links.open{top:0}}.header nav .nav-links .nav-link{text-decoration:none;font-size:1.6rem;font-weight:500;cursor:pointer;padding:2px;position:relative}.header nav .nav-links .nav-link:after{position:relative;display:block;content:"";background:#e8e8e8;bottom:0;left:0;width:0;height:2px;transition:width .2s ease-in-out}.header nav .nav-links .nav-link:hover:after{width:100%}@media only screen and (max-width:48em){.header nav .nav-links .nav-link{margin:10px 0;color:#fff}.header nav .nav-links .nav-link.active{color:#33ee72}}.header nav .nav-links .nav-link.active{color:#33ee72}.header nav .nav-links .nav-link:not(.active){color:#fff}.header nav .nav-links .mobile-auth-button{display:none}@media only screen and (max-width:48em){.header nav .nav-links .mobile-auth-button{display:block}}.header nav .auth-buttons{display:flex;justify-content:center;gap:40px;padding-right:12px}@media only screen and (max-width:48em){.header nav .auth-buttons{display:none}}.header nav .menu-icons{display:none;margin-right:10px;z-index:1000}@media only screen and (max-width:48em){.header nav .menu-icons{display:flex;align-items:center;justify-content:center;gap:10px}}.header nav .hamburger-menu{display:none;flex-direction:column;justify-content:space-between;cursor:pointer}@media only screen and (max-width:48em){.header nav .hamburger-menu{display:flex}}.header nav .hamburger-menu span{display:block;width:100%;height:3px;background-color:#fff;border-radius:10px;transition:all .3s ease-in-out}.header nav .hamburger-menu.open span:first-child{transform:translateY(8px) rotate(45deg)}.header nav .hamburger-menu.open span:nth-child(2){opacity:0}.header nav .hamburger-menu.open span:last-child{transform:translateY(-8px) rotate(-45deg)}.header nav .sidebar-menu-icon{display:none;flex-direction:column;justify-content:space-between;cursor:pointer}@media only screen and (max-width:48em){.header nav .sidebar-menu-icon{display:flex}}.header nav .sidebar-menu-icon span{display:block;width:100%;height:3px;background-color:#fff;border-radius:10px;transition:all .3s ease-in-out}.header nav .sidebar-menu-icon.open span:first-child{transform:translateY(8px) rotate(45deg)}.header nav .sidebar-menu-icon.open span:nth-child(2){opacity:0}.header nav .sidebar-menu-icon.open span:last-child{transform:translateY(-8px) rotate(-45deg)}.header .overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.typography__h1{font-size:8rem;line-height:1.2}.typography__h1,.typography__h2{font-family:GeneralSans,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}.typography__h2{font-size:6rem;line-height:1.3}.typography__h3{font-size:4rem;line-height:1.35}.typography__h3,.typography__h4{font-family:GeneralSans,sans-serif;font-weight:400;-webkit-font-smoothing:antialiased}.typography__h4{font-size:3rem;line-height:1.4}.typography__h5{font-size:2.4rem}.typography__h5,.typography__h6{font-family:GeneralSans,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased}.typography__h6{font-size:2rem}.typography__body1{font-size:1.8rem}.typography__body1,.typography__body2{font-family:GeneralSans,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased}.typography__body2{font-size:1.6rem}.typography__subtitle1{font-size:1.4rem}.typography__subtitle1,.typography__subtitle2{font-family:GeneralSans,sans-serif;line-height:1.5;font-weight:400;-webkit-font-smoothing:antialiased}.typography__subtitle2{font-size:1.2rem}@font-face{font-family:GeneralSans;font-style:normal;font-weight:200 700;font-display:swap;src:url(/fonts/general-sans/GeneralSans-Variable.ttf) format("truetype")}.footer{padding:9.6rem 4.8rem 0}.footer,.footer-video{width:100%;position:relative}.footer-video{height:70vh;overflow:hidden;display:flex;justify-content:center;text-align:center;align-items:center;flex-direction:column}.footer-video__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;z-index:-1;filter:blur(2px)}@media only screen and (max-width:62em){.footer-video__video{height:80%;width:100%;object-fit:cover}}.footer-video__content{position:relative;max-width:1200px;width:100%;padding:0 20px;left:0;display:flex;flex-direction:column;align-items:center;gap:24px}.footer-video__title--text{font-weight:550;line-height:1.2;text-align:center;font-weight:570;line-height:110%;letter-spacing:-.16rem;animation:blurIn 2s ease;max-width:800px}.footer-video__title--text span{color:#33ee72}.footer-video__description{color:#e0e0e0;text-align:center;line-height:line-height-loose;max-width:800px;font-weight:500;color:#ebebeb}.footer-video__button-container{display:flex;width:100%;justify-content:center}.footer-video__button{background:linear-gradient(90.47deg,#ff29c2 -47.95%,#fc0701 37.45%,#ff9500 129.27%);font-weight:600;font-size:16px;padding:12px 24px;border:none;cursor:pointer;color:#fff;border-radius:4px}.footer-video__button.login-button{padding:8px 16px}.footer__container{display:flex;justify-content:space-between;padding:2.4rem}@media only screen and (max-width:62em){.footer__container{flex-direction:column;gap:3.2rem}}.footer__logo{margin-top:2.4rem;display:block;max-width:350px;display:flex;flex-direction:column;align-items:start;justify-content:start;width:100%;color:#fff;text-decoration:none;gap:2.4rem}@media only screen and (max-width:62em){.footer__logo{margin-bottom:1.6rem}}.footer__logo-container{position:relative}.footer__logo-container img{width:174px;height:21px;aspect-ratio:58/7;object-fit:contain}.footer__logo-tagline{padding:0 5px}.footer__links{display:flex;width:60%;justify-content:space-between;cursor:pointer}@media only screen and (max-width:62em){.footer__links{width:100%;flex-wrap:wrap;gap:2.4rem}}@media only screen and (max-width:48em){.footer__links{gap:3.2rem}}.footer__links-column{display:flex;flex-direction:column;gap:1.6rem}.footer__links-column h4{font-weight:700}.footer__links-column h5{font-weight:600}.footer__links-column a{font-weight:500;color:#7c7c7c;text-decoration:none;transition:all .3s ease}.footer__links-column a:hover{color:#fff}.footer__copyright{border-top:1px solid hsla(0,0%,100%,.145);margin:3.2rem 2rem 0;padding:3.2rem 0;color:#949494;display:flex;justify-content:space-between;align-items:center}.footer__copyright .social-icons{display:flex;gap:1.6rem;justify-content:center;align-items:center}.footer__copyright .social-icons .social-icon{width:2.4rem;height:auto;color:#67666e;transition:all .2 ease-in}.footer__copyright .social-icons .social-icon:hover{color:#fff}.modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.75);display:flex;justify-content:center;align-items:center;overflow-x:hidden;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.modal-wrapper__content{background-color:transparent;border-radius:16px;margin:0;padding:0;position:relative;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow:hidden;animation:modal-appear .3s ease-out forwards}@keyframes modal-appear{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.dashboard-responsive-sidebar{display:flex;justify-content:space-between}.dashboard-responsive-sidebar__sidebar{max-width:300px;flex-shrink:0;width:28%;z-index:999}.dashboard-responsive-sidebar__content{padding-left:min(28%,300px);z-index:995;flex:1 1;display:flex;flex-direction:column;overflow:hidden;height:100vh}@media only screen and (max-width:37.5em){.dashboard-responsive-sidebar__content{padding-left:0}.dashboard-responsive-sidebar__content .left{display:none}.dashboard-responsive-sidebar__content .right{justify-content:right;padding:.5rem 2rem}}.dashboard-responsive-sidebar__content-inner{overflow-y:auto;height:100vh}.dashboard-responsive-sidebar__sidebar{position:fixed}@media only screen and (max-width:37.5em){.dashboard-responsive-sidebar__sidebar{position:absolute;background-color:#161616;left:-100%;transition:left .3s ease-in-out;width:100%;height:100vh;overflow:hidden;z-index:998}.dashboard-responsive-sidebar__sidebar.open{left:0}}.dashboard-sidebar{height:100svh;background-color:#161616;color:#fff;border-right:1px solid #5f5f5f;padding:14px 32px 14px 16px;width:100%;overflow-x:hidden;overflow-y:hidden}.dashboard-sidebar .middle-section{overflow-x:hidden;overflow-y:auto;height:71%;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}.dashboard-sidebar .middle-section::-webkit-scrollbar{width:4px}.dashboard-sidebar .middle-section::-webkit-scrollbar-track{background:transparent}.dashboard-sidebar .middle-section::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.2);border-radius:4px}.dashboard-sidebar .middle-section::-webkit-scrollbar-thumb:hover{background-color:hsla(0,0%,100%,.4)}@media only screen and (max-width:62em){.dashboard-sidebar{padding-right:16px}}@media only screen and (max-width:37.5em){.dashboard-sidebar{border-right:none}}.dashboard-sidebar__user{background:#0a090d;filter:drop-shadow(0 0 2px rgba(127,127,127,.2));color:#fff;border-radius:12px;height:100px;margin-bottom:12px}.dashboard-sidebar__user-container{display:flex;align-items:center;justify-content:space-between;height:60%;margin:15px 15px 0}.dashboard-sidebar__user-container-user{display:flex;gap:15px;padding-bottom:5px}.dashboard-sidebar__user-container-image img{width:30px;height:30px;border-radius:20%;background-color:#5f5f5f}.dashboard-sidebar__user-container-text{display:flex;flex-direction:column;justify-content:center;gap:2px;max-width:100px}.dashboard-sidebar__user-container-text h1{word-break:break-all}.dashboard-sidebar__user-container-text p{color:#9ca3af;text-transform:capitalize}.dashboard-sidebar__user-container-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease-in-out}.dashboard-sidebar__user-container-icon:hover{background:rgba(95,95,95,.333)}.dashboard-sidebar__user-container-icon:hover .chevronDown{color:#fff}.dashboard-sidebar__user-container-icon .chevronDown,.dashboard-sidebar__user-invite{transition:all .2s ease-in-out;color:#9ca3af}.dashboard-sidebar__user-invite{height:40%;border-top:1px solid #5f5f5f;display:flex;align-items:center;justify-content:center;gap:10px;font-size:12px;cursor:pointer}.dashboard-sidebar__user-invite:hover{color:#fff;background:rgba(95,95,95,.333);border-bottom-left-radius:8px;border-bottom-right-radius:8px}.dashboard-sidebar__menu{margin-top:15px}.dashboard-sidebar__menu-item{display:flex;gap:15px;margin-top:4px;cursor:pointer;transition:all .1s ease-in-out}.dashboard-sidebar__menu-item--active{background-color:#222;border-radius:8px;padding-left:8px;padding-right:8px}.dashboard-sidebar__menu-item:hover{background:rgba(95,95,95,.333);border-radius:8px}.dashboard-sidebar__menu-item:not(.dashboard-sidebar__menu-item--active){padding-left:8px;padding-right:8px}.dashboard-sidebar__menu-item__icon{display:inline-block;position:relative;width:15px}.dashboard-sidebar__menu-item__text{padding:10px 0;font-size:13px}.dashboard-sidebar__menu-item__text--active{color:#fff;font-weight:600}.dashboard-sidebar__menu-item__text:not(.dashboard-sidebar__menu-item__text--active){color:#9ca3af;font-weight:500}.dashboard-sidebar__divider{border-bottom:1px solid #5f5f5f;margin-top:16px}.dashboard-sidebar__section__title{padding:8px;font-size:11px;color:#9ca3af;font-weight:500;margin-top:8px}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 4rem;height:75px;background-color:#121212;color:#fff;border-bottom:1px solid #2c2c2c;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-header-right{display:flex;align-items:center;justify-content:space-evenly;gap:3rem}.header-btn{background:transparent;border:none;color:#e5e5e5;font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.5rem .75rem;border-radius:6px;transition:background-color .2s ease,transform .1s ease}.header-btn:hover{background-color:#1f1f1f}.header-btn:active{background-color:#2c2c2c;transform:scale(.97)}.credit{width:120px;border:1px solid #444;padding:.61em 0}.credit,.notification{display:flex;justify-content:center;align-items:center;gap:1rem}.notification:hover{border-radius:100%;background:hsla(0,0%,50%,.8)}.profile{cursor:pointer;border-radius:50%;transition:transform .1s ease}.profile .avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #444}.profile:hover{transform:scale(1.05)}.profile:active{transform:scale(.95)}.dashboard-page{width:100%;height:-moz-fit-content;height:fit-content}.dashboard-page .dashboard-hero__container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:20px;background-color:#222;padding:40px;border-radius:8px;max-width:90%;margin:3em auto}@media only screen and (max-width:62em){.dashboard-page .dashboard-hero__container{padding:25px}}.dashboard-page .dashboard-hero__content{width:45%}@media only screen and (max-width:75em){.dashboard-page .dashboard-hero__content{width:100%}}.dashboard-page .dashboard-hero__content h1{font-weight:600}.dashboard-page .dashboard-hero__content h4{color:#999;margin-top:20px;line-height:1.5}.dashboard-page .dashboard-hero__buttons{margin-top:48px;display:flex;align-items:center;gap:16px}.dashboard-page .dashboard-hero__image-container{display:flex;justify-content:flex-end;gap:48px;width:50%}@media only screen and (max-width:75em){.dashboard-page .dashboard-hero__image-container{width:100%}}.dashboard-page .dashboard-hero__image-container span{position:relative;display:inline-block;width:100%;height:320px}.dashboard-page .dashboard-hero__image-container span img{border-radius:4px}.dashboard-page .horizontalLine{width:95%;border:none;height:1px;margin:0 auto;background:#222}.dashboard-page__tools{max-width:90%;width:90%;margin:4em auto;height:-moz-fit-content;height:fit-content}.dashboard-page__tools h1{margin:40px 0;text-align:start;font-weight:500}@media only screen and (max-width:23.44em){.dashboard-page__tools{padding-left:10px;width:95%;margin:4em 0}}.dashboard-page__tools__container{margin-top:3em}.dashboard-page__tool{width:300px;height:350px;display:flex;border-radius:12px;flex-direction:column;justify-content:space-evenly;align-items:start;border:1px solid rgba(61,61,61,.789);overflow:hidden;padding:8px;gap:20px;transition:all .15s ease-in-out}.dashboard-page__tool h5{font-size:2.1rem}.dashboard-page__tool p{font-size:1.3rem;color:#999}.dashboard-page__tool__image{width:100%;height:75%}.dashboard-page__tool__image img{border-radius:4px;object-fit:fill;width:100%;height:100%}.dashboard-page__tool:hover{box-shadow:0 2px 6px hsla(0,0%,71%,.51)}.dashboard-page__gallery{max-width:90%;margin:4em auto}.dashboard-page__gallery__title{margin:40px 0;text-align:start;font-weight:500}.dashboard-page__gallery img{border-radius:8px}@keyframes blurIn{0%{filter:blur(10px);transform:translateY(10px)}to{filter:blur(0);transform:translateY(0)}}.heroSection{position:relative;width:100%;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center;text-align:center;flex-direction:column}.heroSection__video{position:absolute;top:0;left:0;width:100%;z-index:-1}@media only screen and (max-width:75em){.heroSection__video{height:100%;width:100%;object-fit:cover}}.heroSection__content{position:relative;max-width:1200px;width:100%;padding:0 2rem;left:0;display:flex;flex-direction:column;align-items:center;gap:2.4rem}.heroSection__content--tagline{width:-moz-fit-content;width:fit-content;border-radius:1.2rem;padding:.8rem 1.6rem;border:1px solid rgba(85,255,142,.12);display:flex;justify-content:center;align-items:center;gap:.8rem;background:hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.heroSection__content--tagline .dot__container{width:16px;height:16px;padding:.4rem;border-radius:100%;display:flex;justify-content:center;align-items:center;background:rgba(85,255,142,.2)}.heroSection__content--tagline--text{font-weight:500;text-transform:capitalize}.heroSection__title--text{font-weight:550;line-height:1.2;text-align:center;font-weight:570;line-height:110%;letter-spacing:-.16rem;animation:blurIn 2s ease}.heroSection__title--text span{color:#33ee72}.heroSection__description{color:#e0e0e0;text-align:center;line-height:line-height-loose;font-weight:500;color:#ebebeb}.feature-section,.heroSection__button-container{display:flex;width:100%;justify-content:center}.feature-section{align-items:center;flex-direction:column;gap:8rem}@media only screen and (max-width:48em){.feature-section{padding:9.6rem 1.6rem;justify-content:space-around}}.feature-section--heading{width:100%;display:flex;justify-content:space-between;align-items:start;flex-wrap:wrap}.feature-section--heading--title{width:50%;display:flex;justify-content:start;align-items:start}.feature-section--heading--title--text{font-size:5.2rem;text-transform:capitalize;font-weight:500}.feature-section--heading--title--text span{color:#33ee72}.feature-section--heading--description{width:30%;height:100%;display:flex;justify-content:space-between;align-items:start;flex-direction:column;gap:2rem}.feature-section--heading--description--text--h5{line-height:150%;color:#ebebeb}@media only screen and (max-width:37.5em){.feature-section--heading--description--text--h5{width:85%}.feature-section--heading{flex-direction:column;align-items:center;gap:3.2rem;padding:4.8rem 1rem 0}.feature-section--heading--title{width:100%}.feature-section--heading--description{width:100%;gap:2rem}}.feature-section--cards{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.feature-section--cards--card{border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.04);width:30%;height:100%;padding:3.2rem 2.4rem;display:flex;justify-content:space-between;align-items:start;flex-direction:column;gap:1.6rem;border-radius:1.2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);transition:all .3s ease-in-out}.feature-section--cards--card:hover{transform:translateY(-5px);box-shadow:3px 4px 24px 0 #000;border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.25)}.feature-section--cards--card:hover .feature-section--cards--card--description--button{background:#fff}@media only screen and (max-width:37.5em){.feature-section--cards--card{width:100%}}.feature-section--cards--card--heading--text{font-weight:550;line-height:120%;text-transform:capitalize}.feature-section--cards--card--description{width:100%;display:flex;justify-content:space-between;align-items:center;color:#ebebeb;font-weight:400;line-height:150%}.feature-section--cards--card--description--button{display:flex;justify-content:center;align-items:center;border-radius:100%;padding:6px;background:hsla(0,0%,100%,.12);transition:all .3s ease-in-out}@media only screen and (max-width:37.5em){.feature-section--cards{padding:0 1rem;gap:10px}}.tools-wrapper{text-align:center;color:#fff;background:#0a090d;position:relative;display:flex;flex-direction:column;align-items:center;overflow-x:hidden;box-sizing:border-box}.tools-wrapper:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:15%;background:url(/images/gradient2.png);background-position:50%;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:75em){.tools-wrapper:before{height:10%}}.tools-wrapper .tools-heading{margin-bottom:2.4rem;font-style:normal;font-weight:550;line-height:120%;letter-spacing:-1.2px;text-transform:capitalize;z-index:2;padding:0 9.6rem;box-sizing:border-box;max-width:1200px}@media only screen and (max-width:48em){.tools-wrapper .tools-heading{padding:0 1.2rem}}.tools-wrapper .tools-tagline{color:#ebebeb;line-height:150%;margin-bottom:6.4rem;z-index:2;width:100%;padding:0 1.2rem;box-sizing:border-box}.tools-wrapper .tools-tab-buttons{display:flex;justify-content:center;max-width:100%;gap:1.2rem;width:max-content;margin-bottom:6.4rem;border-radius:10rem;padding:.8rem;background:#212026;flex-wrap:wrap;box-sizing:border-box}.tools-wrapper .tools-tab-buttons--button{padding:.8rem 1.2rem;border-radius:10rem;border:none;font-weight:570;font-size:1.6rem;font-family:GeneralSans,Montserrat,sans-serif;background:transparent;color:#ccc;cursor:pointer;transition:all .2s ease}.tools-wrapper .tools-tab-buttons--button.active{opacity:1;background:#fff;color:#0a090d}.tools-wrapper .tools-card-grid{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;width:100%;max-width:100%;box-sizing:border-box}.tools-wrapper .tools-card-grid .tools-card{border-radius:1.2rem;border:1px solid hsla(0,0%,100%,.161);background:hsla(0,0%,100%,.039);padding:1.6rem;width:350px;aspect-ratio:7/9;height:auto;max-width:calc(100% - 3.2rem);text-align:left;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;box-sizing:border-box;cursor:pointer;transition:all .3s ease}.tools-wrapper .tools-card-grid .tools-card:hover{border:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.25);transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.2);transition:all .3s ease}.tools-wrapper .tools-card-grid .tools-card-image{width:100%;border-radius:.8rem;margin-bottom:1rem;background:50%/cover no-repeat;aspect-ratio:315/240}.tools-wrapper .tools-card-grid .tools-card--heading{font-weight:550;line-height:normal;text-transform:capitalize;margin-bottom:.5rem;white-space:normal;word-break:break-word}.tools-wrapper .tools-card-grid .tools-card--desc{color:#bbb;margin-bottom:1rem;white-space:normal;word-break:break-word}.tools-wrapper .tools-card-grid .tools-card .tools-explore-btn{background:#fff;color:#000;font-family:GeneralSans,Montserrat,sans-serif;border:none;padding:1.2rem;border-radius:.8rem;cursor:pointer;font-weight:600;transition:background .3s;width:100%}.tools-wrapper .tools-card-grid .tools-card .tools-explore-btn.green{background:#00e676;color:#000}.benefits-wrapper{background:#0a090d;color:#fff;gap:6.4rem}.benefits-heading,.benefits-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}.benefits-heading{margin:0 auto;justify-content:center;gap:2.4rem}.benefits-heading--title{font-weight:550;line-height:120%;letter-spacing:-1.2px;text-transform:capitalize;max-width:1200px}.benefits-heading--tagline{color:#ebebeb}.benefits-row{display:flex;align-items:center;justify-content:center;gap:10rem;max-width:1200px;width:100%;padding:3.2rem 0}.benefits-row .benefits-image{flex:1 1 350px;aspect-ratio:1/1;background-size:contain;background-repeat:no-repeat;background-position:50%;border-radius:12px}.benefits-row .benefits-content{flex:1 1 400px;text-align:left;display:flex;flex-direction:column;justify-content:center}.benefits-row .benefits-content h4{font-weight:550;line-height:120%;letter-spacing:-.64px;text-transform:capitalize;margin-bottom:1.6rem}.benefits-row .benefits-content p{color:#ccc;margin-bottom:24px}.benefits-row .benefits-content .benefits-buttons{display:flex;gap:1.6rem;flex-wrap:wrap}.benefits-row .benefits-content .benefits-buttons .primary-btn{cursor:pointer}.benefits-row .benefits-content .benefits-buttons .secondary-btn{background:#fff;color:#000;padding:1.2rem 2.4rem;border:none;border-radius:.8rem;font-weight:600;cursor:pointer}.benefits-row.reverse{flex-direction:row-reverse}@media only screen and (max-width:48em){.benefits-row,.benefits-row.reverse{flex-direction:column;text-align:center;gap:2.4rem}.benefits-row .benefits-image,.benefits-row.reverse .benefits-image{width:100%;height:240px}.benefits-row .benefits-content,.benefits-row.reverse .benefits-content{align-items:left;text-align:left;padding:1.6rem;border-radius:1.2rem;max-width:320px}.benefits-row .benefits-content h4,.benefits-row .benefits-content p,.benefits-row.reverse .benefits-content h4,.benefits-row.reverse .benefits-content p{margin:0 0 1.6rem}.benefits-row .benefits-content .benefits-buttons,.benefits-row.reverse .benefits-content .benefits-buttons{justify-content:left;flex-direction:column}}@keyframes slide{0%{transform:translateX(-100.5%)}to{transform:translateX(0)}}@keyframes slide-reverse{0%{transform:translateX(0)}to{transform:translateX(-100.5%)}}.gallery-section{position:relative;overflow:hidden;padding:9.6rem 0}.gallery-section:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:15%;background:url(/images/gradient.png);background-position:50%;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:75em){.gallery-section:before{height:10%}}.gallery-section__header{display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:5}.gallery-section__title{font-weight:550;line-height:120%;letter-spacing:-1.2px;text-transform:capitalize;z-index:5}.gallery-section-tagline,.gallery-section__title{text-align:center;margin:0 auto 2.4rem}.gallery-section__button{align-items:center;margin:0 auto 8rem}.gallery-section__sliders{margin-top:6.4rem;display:flex;flex-direction:column;overflow:hidden}.gallery-section__slide__container{display:flex;gap:2rem}.gallery-section__slide{position:relative;margin-bottom:1.6rem;display:flex;animation:slide 40s linear infinite;gap:2rem}.gallery-section__slide img{border-radius:.8rem;object-fit:cover;object-position:top}.gallery-section .reverse__move{animation:slide-reverse 40s linear infinite}.testimonial-container{margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem}@media only screen and (max-width:48em){.testimonial-container{max-width:90vw}}.testimonial-container .testimonial-title{text-align:center;position:relative;display:flex;justify-content:space-between;align-items:center;text-align:start;gap:4rem;margin-bottom:4rem}.testimonial-container .testimonial-title--text{text-align:center;font-weight:550;line-height:120%;letter-spacing:-1.2px;text-transform:capitalize;margin:0 auto 2.4rem;color:#fff}.testimonial-container .testimonial-title--desc{max-width:360px;color:#ebebeb}.testimonial-container .testimonial-box{position:relative;overflow:hidden;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);transition:all .3s ease-in-out;border-radius:16px;padding:104px 24px 40px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.testimonial-container .testimonial-box .description{font-size:14px;color:#ebebeb;margin-bottom:32px}.testimonial-container .testimonial-box .person{display:flex;align-items:center;flex-direction:column;align-items:flex-start;gap:16px}.testimonial-container .testimonial-box .person .logo{width:48px;height:48px;background:url(/images/zomato.png);background-position:50%;background-repeat:no-repeat;background-size:130%;border-radius:50%;color:#fff;font-weight:700;font-size:12px;display:flex;justify-content:center;align-items:center}.testimonial-container .testimonial-box .person .name{font-weight:400;color:#fff}.testimonial-container .testimonial-box .person .title{font-weight:500;color:#ebebeb}.testimonial-container .testimonial-box:hover{border-radius:12px;border:1px solid hsla(0,0%,100%,.1);background:linear-gradient(180deg,#141217,#0e0c12),hsla(0,0%,100%,.04);box-shadow:3px 4px 24px 0 #000}.testimonial-container .testimonial-box:hover:before{background:url(/images/testimonials.svg) no-repeat 50%;background-size:70%}.testimonial-container .testimonial-box:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;background:radial-gradient(circle at var(--x,50%) var(--y,50%),hsla(0,0%,100%,.05),transparent 40%);transition:background .1s ease;z-index:0;filter:blur(20px)}.testimonial-container .testimonial-box:before{content:"";position:absolute;top:-27px;left:2%;width:150px;z-index:166;height:125px;background:url(/images/quote.svg);background-size:70%;background-repeat:no-repeat;background-position:50%}.testimonial-container .testimonial-row{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;position:relative}.testimonial-container .testimonial-row.top-row .testimonial-box.small{position:relative;width:350px;height:400px}.testimonial-container .testimonial-row.bottom-row .testimonial-box.large{position:relative;width:530px;height:400px;min-height:-moz-fit-content;min-height:fit-content}@media only screen and (max-width:48em){.testimonial-container .testimonial-title{flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0}.testimonial-container .testimonial-title--text{width:96vw}.testimonial-container .testimonial-row{flex-direction:column;align-items:center}.testimonial-container .testimonial-row .testimonial-box{width:100%!important;max-width:488px}}.faq-section{margin-top:32px;display:flex;justify-content:center;align-items:center;width:100%;padding:9.6rem 1.6rem}.faq-section__container{display:flex;justify-content:center;align-items:baseline;gap:32px;width:80%}@media only screen and (max-width:62em){.faq-section__container{flex-wrap:wrap;gap:16px}}.faq-section__header-container{padding:0 0 6.4rem;width:100%;height:100%}.faq-section__title{font-weight:500;line-height:120%;letter-spacing:-.8px;text-transform:capitalize;margin-bottom:16px}@media only screen and (max-width:62em){.faq-section__title{text-align:center;margin-top:64px}}.faq-section--desc{display:flex;flex-direction:column;justify-content:center}.faq-section--desc div{color:#33ee72}@media only screen and (max-width:48em){.faq-section--desc{align-items:center}}.faq-section__accordion-container{min-height:85vh;display:flex;align-items:center;justify-content:center;width:100%;height:100%}@media only screen and (max-width:62em){.faq-section__accordion-container{min-height:55vh}}.accordion{display:flex;flex-direction:column;gap:3.2rem;width:100%;cursor:pointer}.accordion__item{border-top:1px solid #5f5f5f;margin-bottom:0 24px}.accordion__item:first-child{border:0}.accordion__header{display:flex;justify-content:space-between;align-items:center;width:100%;text-align:left;padding:2.4rem 0 0}.accordion__header:focus{outline:none}.accordion__title{font-weight:500;color:#fafafa;padding:0 8px 0 0}.accordion__icon-container{padding:12px}.accordion .accordion__icon{width:16px;height:16px;color:#fff;transition:transform .2s,color .2s;transform:rotate(0deg)}.accordion .accordion__icon--open{transform:rotate(45deg);color:#33ee72}.accordion__content{padding:24px 24px 0 0;border-radius:4px}.accordion__content-text{color:#fff;font-weight:500}.contact-form{display:flex;flex-direction:column;align-items:center;margin-top:32px}.contact-form__title{font-weight:600;text-align:center;width:60%}@media only screen and (max-width:37.5em){.contact-form__title{width:90%}}.contact-form__title .text-gradient{background:linear-gradient(90.47deg,#ff29c2 -47.95%,#fc0701 37.45%,#ff9500 129.27%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-form .form-container{display:flex;align-items:center;justify-content:center;gap:32px;width:100%}.contact-form .form-container .form-wrapper{border:1px solid #7c7c7c;padding:16px;margin-top:32px;border-radius:8px;width:60%}@media only screen and (max-width:75em){.contact-form .form-container .form-wrapper{width:90%}}.contact-form .form-container .form-wrapper .form-group{margin-bottom:16px;display:flex;flex-direction:column;gap:16px}.contact-form .form-container .form-wrapper .form-group input,.contact-form .form-container .form-wrapper .form-group textarea{border:1px solid #5f5f5f;background-color:transparent;padding:12px;border-radius:4px;outline:none;color:#e0e0e0}.contact-form .form-container .form-wrapper .form-group input::placeholder,.contact-form .form-container .form-wrapper .form-group textarea::placeholder{font-size:14px}@media(min-width:768px){.contact-form .form-container .form-wrapper .form-group input,.contact-form .form-container .form-wrapper .form-group textarea{width:100%}}.contact-form .form-container .form-wrapper .form-group textarea{height:200px}.contact-form .form-container .form-wrapper .button-container{margin-top:16px}@media only screen and (max-width:37.5em){.gallery{height:60vh}}.gallery__video{right:0;bottom:0;height:100%;object-fit:cover;z-index:1}.gallery__content{position:relative;z-index:2;padding:6.4rem;max-width:1280px}.gallery__content--title{color:#fff;margin-top:8rem;margin-bottom:4rem;font-size:3.5rem;font-weight:700}@media only screen and (max-width:37.5em){.gallery__content--title{font-size:2rem;margin-top:4.8rem}}.gallery__content--subtitle{color:#fff;text-align:center;max-width:800px;margin:4rem auto;font-size:1.2rem;line-height:1.6}@media only screen and (max-width:37.5em){.gallery__content--subtitle{font-size:1rem}}.gallery__content--searchContainer{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:.8rem;padding:.8rem 1.6rem;max-width:600px;margin:0 auto}.gallery__content--searchContainer--searchType{display:flex;align-items:center;gap:.8rem;padding-right:1.6rem;border-right:1px solid #e5e7eb}.gallery__content--searchContainer--text{margin:0}.gallery__content--searchInput{flex:1 1;border:none;outline:none;padding:1.2rem 1.6rem;font-size:1rem}.gallery__title{margin:6.4rem 0 3.2rem;color:#fafafa}@media only screen and (max-width:37.5em){.gallery__title{font-size:1.75rem;margin:4rem 0 2.4rem}}.gallery__grid .image-gallery-container{margin-bottom:6.4rem}.gallery__grid [style*=height]{height:auto!important}.gallery__grid .custom-gallery-grid{margin-bottom:6.4rem}.gallery__image-container{border-radius:.8rem;cursor:pointer;line-height:0;background:rgba(0,0,0,.05);page-break-inside:avoid;break-inside:avoid;margin-bottom:0;height:auto}.gallery__image-container:hover .gallery__overlay{opacity:1}.gallery__image-container:hover .gallery__image{transform:scale(1.05)}.gallery__image-wrapper{height:auto}.gallery__image{height:auto;transition:transform .3s ease;border-radius:.8rem;object-fit:contain}.gallery__overlay{background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 50%,transparent);padding:1.6rem;opacity:0;transition:opacity .3s ease;border-radius:.8rem;z-index:2}.gallery__overlay-actions{display:flex;justify-content:flex-end;gap:.8rem;pointer-events:auto;z-index:3;position:relative}@media only screen and (max-width:37.5em){.gallery__overlay-actions{gap:.4rem}}.gallery__share-options{top:100%;background:rgba(0,0,0,.8);border-radius:.8rem;padding:1.2rem;margin-top:.8rem;display:flex;flex-direction:column;gap:.8rem;z-index:4;min-width:220px}.gallery__share-options:before{right:12px;border-bottom:8px solid rgba(0,0,0,.8)}.gallery__share-option-title{color:#fff;font-size:14px;font-weight:500;margin-bottom:.8rem;text-align:center}.gallery__share-buttons{gap:1.2rem}.gallery__share-button-item{cursor:pointer!important;transition:transform .2s ease!important}.gallery__share-button-item:hover{transform:scale(1.1)!important}.gallery__action-button{width:40px;height:40px;border-radius:50%;background:rgba(0,0,0,.5);transition:background .2s ease}@media only screen and (max-width:37.5em){.gallery__action-button{width:32px;height:32px}.gallery__action-button svg{width:18px;height:18px}}.gallery__action-button:hover{background:rgba(0,0,0,.8)}.gallery__overlay-info{display:flex;justify-content:space-between;align-items:center;pointer-events:auto;z-index:3;width:100%;gap:.8rem}.gallery__creator-info{gap:.8rem}@media only screen and (max-width:37.5em){.gallery__creator-info{gap:.4rem}}.gallery__avatar{width:32px;height:32px}@media only screen and (max-width:37.5em){.gallery__avatar{width:24px;height:24px}}.gallery__creator-details{color:#fff;min-width:0;max-width:150px}.gallery__creator-name{font-weight:600;font-size:.9rem;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:37.5em){.gallery__creator-name{font-size:.8rem}}.gallery__created-time{font-size:.8rem;margin:0;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media only screen and (max-width:37.5em){.gallery__created-time{font-size:.7rem}}.gallery__likes{gap:.4rem;transition:transform .2s ease;background:none;padding:0}.gallery__likes:hover{transform:scale(1.1)}.gallery__likes-count{font-size:.95rem}@media only screen and (max-width:37.5em){.gallery__likes-count{font-size:.85rem}}.gallery__heart-icon{margin-top:2px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}@media only screen and (max-width:37.5em){.gallery__heart-icon{width:16px;height:16px}}.api-responsive-sidebar{display:flex;justify-content:space-between}.api-responsive-sidebar__sidebar{margin-top:80px;position:fixed}@media only screen and (max-width:37.5em){.api-responsive-sidebar__sidebar{position:absolute;background-color:#161616;left:-100%;transition:left .3s ease-in-out;width:100%;height:100vh;overflow:hidden;z-index:998}.api-responsive-sidebar__sidebar.open{left:0}}.api-responsive-sidebar__content{margin-top:96px;padding-left:300px;width:100%;padding-right:24px;padding-bottom:32px}@media only screen and (max-width:62em){.api-responsive-sidebar__content{padding-left:270px}}@media only screen and (max-width:37.5em){.api-responsive-sidebar__content{padding-left:30px}}.api-responsive-sidebar__content-inner{height:100svh}.apiHomeGround__header{position:relative;display:flex;flex-direction:column;gap:1.6rem;align-items:flex-start}.apiHomeGround__header--title{font-weight:500}.apiHomeGround__header--description{color:#999}.apiHomeGround__contentSection{margin-top:9.6rem}.apiHomeGround__contentSection--tabs{border:1px solid #5f5f5f;border-radius:.8rem}.apiHomeGround__contentSection--tabs--nav{display:flex;gap:3.2rem;border-bottom:.1rem solid #5f5f5f;padding:1.6rem}.apiHomeGround__contentSection--tabs--item{font-weight:500;cursor:pointer}.apiHomeGround__contentSection--tabs--item--active{color:#fff}.apiHomeGround__contentSection--tabs--item--inactive{color:#7c7c7c}.apiHomeGround__examples{margin-top:9.6rem}.apiHomeGround__examples-title{font-weight:500;margin-bottom:3.2rem}.apiHomeGround__examples-container{display:flex;gap:3.2rem;justify-content:space-between;cursor:pointer}@media only screen and (max-width:75em){.apiHomeGround__examples-container{flex-wrap:wrap}}.apiHomeGround__examples-item{display:flex;justify-content:space-between;gap:6.4rem}.apiHomeGround__examples-item-content{border:.1rem solid #5f5f5f;border-radius:.4rem}.apiHomeGround__examples-item-content-prompt{background-color:#222;border-radius:.4rem;padding:1.6rem}.apiHomeGround__examples-item-content-prompt p{color:#fff;padding:4.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%}.apiHomeGround__examples-item-content-image img{width:100%;height:100%;object-fit:cover}.apiHomeGround__use-cases{margin-top:20rem}.apiHomeGround__use-cases-title{font-size:4rem;font-weight:500}.apiHomeGround__use-cases-item{padding-top:6.4rem}.apiHomeGround__pricing{margin-top:20rem}.apiHomeGround__pricing-title{font-size:4rem;font-weight:500}.apiHomeGround__pricing-container{display:flex;justify-content:space-between;align-items:center;border-radius:.4rem;margin-right:6.4rem}.apiHomeGround__pricing-label{border:.1rem solid #5f5f5f;padding:3.2rem;width:100%;border-radius:.4rem;border-top-right-radius:0;border-bottom-right-radius:0}.apiHomeGround__pricing-value{border:.1rem solid #5f5f5f;padding:3.2rem;width:100%;border-radius:.4rem;border-top-left-radius:0;border-bottom-left-radius:0}.apiHomeGround__faq{margin-top:20rem}.api-sidebar{height:100svh;background-color:transparent;color:#fff;border-right:1px solid #5f5f5f;padding:16px 32px 16px 16px;overflow:hidden}@media only screen and (max-width:62em){.api-sidebar{padding-right:16px}}@media only screen and (max-width:37.5em){.api-sidebar{border-right:none}}.api-sidebar__back-button{border:1px solid #5f5f5f;color:#fff;border-radius:4px;padding:12px 16px}.api-sidebar__back-button button{background-color:transparent;border:none;font-size:16px;color:#fff;cursor:pointer}.api-sidebar__menu{margin-top:24px}.api-sidebar__menu-item{display:flex;gap:8px;padding:4px;cursor:pointer}.api-sidebar__menu-item--active{background-color:#222;border-radius:8px;padding-left:8px;padding-right:8px}.api-sidebar__menu-item:not(.api-sidebar__menu-item--active){padding-left:4px;padding-right:4px}.api-sidebar__menu-item__icon{display:inline-block;position:relative;width:18px}.api-sidebar__menu-item__text{padding:12px 0;font-size:16px}.api-sidebar__menu-item__text--active{color:#fff;font-weight:600}.api-sidebar__menu-item__text:not(.api-sidebar__menu-item__text--active){color:#9ca3af;font-weight:500}.api-sidebar__divider{border-bottom:1px solid #5f5f5f;margin-top:16px}.api-sidebar__section{margin-top:24px}.api-sidebar__section__title{padding:12px 0;margin:2px 0;font-size:14px;color:#9ca3af;font-weight:500}.api-contact{margin-top:48px;padding-top:24px}.api-contact__card{background-color:#222;padding:32px;border-radius:8px;width:100%}.api-contact__card--title{font-weight:600}.api-contact__card-description{color:#e0e0e0;line-height:1.5;margin-top:16px}.api-contact__card-button{margin-top:32px}.api-hero__container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;gap:20px;background-color:#222;padding:40px;border-radius:8px}@media only screen and (max-width:62em){.api-hero__container{padding:25px}}.api-hero__content{width:45%}@media only screen and (max-width:75em){.api-hero__content{width:100%}}.api-hero__content h1{font-weight:600}.api-hero__content h4{color:#999;margin-top:20px;line-height:1.5}.api-hero__buttons{margin-top:48px;display:flex;align-items:center;gap:16px}.api-hero__image-container{display:flex;justify-content:flex-end;gap:48px;width:50%}@media only screen and (max-width:75em){.api-hero__image-container{width:100%}}.api-hero__image-container span{position:relative;display:inline-block;width:100%;height:320px}.api-hero__image-container span img{border-radius:4px}.api-details{margin-top:64px;padding-top:24px}.api-details h2{font-weight:700}.api-details h2 .text-gradient{background:linear-gradient(90.47deg,#ff29c2 -47.95%,#fc0701 37.45%,#ff9500 129.27%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.api-details__container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:32px;margin-top:40px;cursor:pointer}.api-details__item{background-color:#222;width:550px;padding:16px;border-radius:8px}.api-details__item-header{display:flex;justify-content:space-between}.api-details__item-icon{display:inline-block;position:relative;width:32px;height:32px}.api-details__item-title-container{margin-top:32px}.api-details__item-title-container h4{font-weight:600}.api-details__item-description{color:#f5f5f5;line-height:24px;margin-top:16px}.apis{padding-top:24px;cursor:pointer}.apis__title{display:flex;width:100%;font-size:32px;font-weight:500}.apis__container{display:flex;flex-wrap:wrap;gap:32px;margin-top:32px;cursor:pointer}.apis__item{padding-top:10px}.apis__card{width:350px;border-radius:8px;padding:4px;border:1px solid #282828;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer}.apis__card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.apis__card-image-wrapper{position:relative;display:inline-block;width:100%;height:256px}.apis__card-image{border-radius:8px}.apis__card-content{padding:12px}.apis__card-title{font-weight:600}.apis__card-description{margin-top:16px}.apis__card-description-text{color:#b4b4b4}.customer-support__heading{font-size:48px;font-weight:500}.customer-support__container{display:flex;align-items:center;gap:32px;width:100%}.customer-support__form-container{border:1px solid #5f5f5f;padding:16px;border-radius:8px}.customer-support__form-container h3{margin-bottom:8px}.customer-support__form-container input,.customer-support__form-container textarea{background-color:#222;padding:12px;border-radius:4px;border:none;font-size:16px}@media(min-width:768px){.customer-support__form-container input,.customer-support__form-container textarea{width:90%}}.customer-support__form-container textarea{height:200px}.customer-support__form-container .button-container{margin-top:16px}.customer-support .showContactForm{justify-content:normal}.customer-support__info-container{margin-right:16px}.customer-support__info-container .info-card{border:1px solid #5f5f5f;padding:16px;border-radius:8px;margin-bottom:16px}.customer-support__info-container .info-card:not(:first-child){margin-top:16px}.customer-support__info-container .info-card h4{font-size:32px;margin:0}.customer-support__info-container .info-card p{font-size:16px;color:#7c7c7c}.apiKey__actions{display:flex;justify-content:flex-end}.apiKey__table{margin-top:2rem;border-radius:.25rem;border:1px solid #5f5f5f}.apiKey__table__header{border-bottom:1px solid #5f5f5f}.apiKey__table__header--row{display:flex;padding:1.6rem 0}.apiKey__table__header--row--cell{padding:.125rem 0;font-weight:500;text-align:center}.apiKey__table__header--row--cell--name{width:30%}.apiKey__table__header--row--cell--secret{width:50%}.apiKey__table__header--row--cell--created,.apiKey__table__header--row--cell--status{width:30%}.apiKey__table__header--row--cell--actions{width:12%}.apiKey__table__body--row{display:flex;padding:1rem 0;margin-top:1rem;cursor:pointer}.apiKey__table__body--row--cell{padding:.125rem 0}.apiKey__table__body--row--cell--name{width:30%}.apiKey__table__body--row--cell--name--text{font-weight:500;text-align:center}.apiKey__table__body--row--cell--secret{width:50%;display:flex;justify-content:center}.apiKey__table__body--row--cell--created,.apiKey__table__body--row--cell--status{width:30%;display:flex;justify-content:center}.apiKey__table__body--row--cell--status .status-badge{border:1px solid;padding:.4rem;border-radius:.4rem;color:#55ff73;width:max-content;text-align:center}.apiKey__table__body--row--cell--actions{width:12%;text-align:center;color:#999;cursor:pointer}.apiPlayground__container{display:flex;gap:2rem;padding:1.6rem}@media only screen and (max-width:75em){.apiPlayground__container{flex-wrap:wrap}}.apiPlayground__container__section{width:100%}.apiPlayground__container__section__heading{font-weight:500}.apiPlayground__container__section__card{border:1px solid #5f5f5f;border-radius:.4rem;padding:1rem;margin:1.6rem 0;position:relative}.apiPlayground__container__section__card__tabs{display:flex;border-bottom:1px solid #5f5f5f;gap:2rem;margin-bottom:1.6rem;padding:.8rem}.apiPlayground__container__section__card__tabs--tab{font-weight:500;cursor:pointer}.apiPlayground__container__section__card__tabs--tab--active{color:#fff}.apiPlayground__container__section__card__tabs--tab--inactive{color:#7c7c7c}.apiPlayground__container__section__card__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #5f5f5f;padding:.8rem}.apiPlayground__container__section__card__header__credit,.apiPlayground__container__section__card__header__heading{font-weight:500}.apiPlayground__playgroundContainer{overflow:auto;max-height:45rem}.apiPlayground__playgroundContainer__inputSection{margin:.8rem}.apiPlayground__playgroundContainer__inputSection__inputLabel{font-weight:500;margin-top:1.6rem}.apiPlayground__playgroundContainer__inputSection__inputLabel-type{font-weight:300;color:#7c7c7c}.apiPlayground__playgroundContainer__inputSection__inputField{margin-top:1.6rem;border-radius:.25rem;height:10rem;padding:.8rem;color:#fff;background-color:#222;outline:none;width:100%;border:1px solid #5f5f5f}.apiPlayground__playgroundContainer__inputSection__inputField--medium,.apiPlayground__playgroundContainer__inputSection__inputField--small{width:10rem;height:5rem}.apiPlayground__playgroundContainer__inputSection__inputField--large{width:100%;height:5rem}.apiPlayground__playgroundContainer__inputSection__inputHint{color:#b4b4b4;margin-top:.8rem}.apiPlayground__playgroundContainer__buttonContainer{padding:1rem 0;margin-bottom:1rem}.apiPlayground__image{width:100%;border-radius:.25rem}.apiPlayground__loading-container{flex-direction:column;background-color:var(--gray-700);margin-top:.5rem}.apiPlayground__empty-state,.apiPlayground__loading-container{display:flex;height:35rem;border-radius:.25rem;justify-content:center;align-items:center}.apiPlayground__empty-state{background-color:#222;margin-top:3.2rem}.apiPlayground__empty-text{color:#999}.apiPlayground__actions{display:flex;gap:.75rem;margin-top:1.5rem;padding:1rem 0}.gallery{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;justify-content:center;text-align:center;flex-direction:column}@media only screen and (max-width:62em){.gallery{height:80vh}}.gallery__video{position:absolute;top:0;left:0;width:100%;z-index:-1}@media only screen and (max-width:62em){.gallery__video{height:80%;object-fit:cover}}.gallery__content--title{text-align:center;font-weight:600;margin:16px}.gallery__title{margin:6.4rem 0;font-weight:600}.our-gallery-hero{position:relative;width:100%;height:85vh;overflow:hidden}.our-gallery-hero .our-gallery-video-bg{position:absolute;top:75px;left:0;width:100%;height:560px;object-fit:cover;z-index:0}.our-gallery-hero .our-gallery-overlay{position:relative;z-index:1;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;height:100%}.our-gallery-hero .our-gallery-content{max-width:80%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2.4rem;margin:0 auto}@media only screen and (max-width:37.5em){.our-gallery-hero .our-gallery-content{max-width:100%}}.our-gallery-hero .our-gallery-heading{margin-bottom:1rem;font-weight:550;filter:drop-shadow(2px 4px 6px black)}.our-gallery-hero .our-gallery-description{color:hsla(0,0%,100%,.8);margin-bottom:2rem;filter:drop-shadow(2px 4px 6px black)}.our-gallery-hero .our-gallery-description span{color:#fff}.our-gallery-hero .our-gallery-searchbar{max-width:80%;margin:0 auto 2rem;display:flex;align-items:center;justify-content:center;padding:2rem}@media only screen and (max-width:37.5em){.our-gallery-hero .our-gallery-searchbar{max-width:100%}}.our-gallery-hero .our-gallery-searchbar .our-gallery-search-inner{display:flex;height:4rem;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:9999px;padding:2.4rem;width:80vw;border-radius:100px;border:1px solid hsla(0,0%,100%,.08);background:#0a090d}@media only screen and (max-width:62em){.our-gallery-hero .our-gallery-searchbar .our-gallery-search-inner{padding:3.2rem 2rem;width:80vw}}.our-gallery-hero .our-gallery-searchbar .our-gallery-search-inner .our-gallery-search-icon{display:flex;justify-content:center;align-items:center;margin-right:1rem;font-size:1.2rem;opacity:.8;margin-top:-.3rem}.our-gallery-hero .our-gallery-searchbar .our-gallery-search-inner .our-gallery-input{flex:1 1;background:transparent;border:none;outline:none;color:#fff;width:100%}.our-gallery-hero .our-gallery-searchbar .our-gallery-search-inner .our-gallery-input::placeholder{color:#ebebeb;font-family:GeneralSans,Montserrat,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:130%}.our-gallery-hero .our-gallery-filter-wrapper{overflow:hidden;max-width:90%;position:relative}@media only screen and (max-width:37.5em){.our-gallery-hero .our-gallery-filter-wrapper{max-width:100%}}.our-gallery-hero .our-gallery-filter-wrapper:after{content:"";position:absolute;right:0;top:25%;width:16px;height:16px;background-image:url(/icons/down.svg);background-repeat:no-repeat;transform:rotate(-90deg);background-size:cover;filter:brightness(100);margin-left:.4rem;display:inline}.our-gallery-hero .our-gallery-filter-wrapper .our-gallery-filter-scroll{display:inline-flex;gap:1rem;padding:0 1rem;white-space:nowrap;width:95%;overflow:scroll}.our-gallery-hero .our-gallery-filter-wrapper .our-gallery-filter-btn{padding:.8rem 1.6rem;font-family:GeneralSans,Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:460;line-height:130%;cursor:pointer;border-radius:100px;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.04);color:#fff;transition:all .3s ease}.our-gallery-hero .our-gallery-filter-wrapper .our-gallery-filter-btn.active{background:#fff;color:#0a090d;font-weight:550}.our-gallery-hero .our-gallery-filter-wrapper .our-gallery-filter-btn:hover{background:hsla(0,0%,100%,.4)}.custom-gallery-grid{column-count:4;column-gap:20px;margin-bottom:3rem;padding:9.6rem}@media only screen and (max-width:75em){.custom-gallery-grid{column-count:3}}@media only screen and (max-width:62em){.custom-gallery-grid{column-count:2;padding:9.6rem 6.4rem}}@media only screen and (max-width:37.5em){.custom-gallery-grid{column-count:1;column-gap:12px;padding:9.6rem 3.2rem}}@media only screen and (max-width:23.44em){.custom-gallery-grid{column-count:1;column-gap:10px}}.custom-gallery-grid>*{margin-bottom:20px;page-break-inside:avoid;break-inside:avoid}@media only screen and (max-width:37.5em){.custom-gallery-grid>*{margin-bottom:12px}}.expanded-modal{display:flex;flex-direction:column;background-color:#222;color:#fff;width:80vw;height:100%;max-width:100%;max-height:90vh;border-radius:1.6rem;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.4);position:relative}@media only screen and (max-width:75em){.expanded-modal{width:100vw}}.expanded-modal__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:1.6rem 2.4rem;position:absolute;z-index:5}.expanded-modal__logo{display:flex;align-items:center;gap:.8rem;font-size:14px}.expanded-modal__logo-img{height:2.4rem;width:auto}.expanded-modal__logo p{font-weight:500;font-size:1.5rem}.expanded-modal__actions{display:flex;gap:.8rem}.expanded-modal__action-button{background:#444;border:none;border-radius:10rem;height:44px;cursor:pointer;transition:all .25s ease;color:#fff;display:flex;justify-content:center;align-items:center;gap:.8rem;padding:.8rem 1.6rem}@media only screen and (max-width:37.5em){.expanded-modal__action-button{height:auto}}.expanded-modal__action-button p{font-weight:550}.expanded-modal__action-button:active,.expanded-modal__action-button:hover{background-color:#fff;color:#000}.expanded-modal__content{flex:1 1;display:flex;align-items:center;justify-content:center;position:relative;background-color:rgba(0,0,0,.3);overflow:hidden;min-height:400px}.expanded-modal__image-container{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:20px}.expanded-modal__image{max-width:100%;max-height:70vh;object-fit:contain;border-radius:4px}.expanded-modal__nav-button{position:absolute;top:50%;transform:translateY(-50%);border-radius:4px;background:hsla(0,0%,100%,.25);border:none;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;z-index:10;display:flex;width:32px;height:32px;padding:2px;aspect-ratio:1/1}.expanded-modal__nav-button:hover{background-color:#fff;color:#000;transform:translateY(-50%) scale(1.01)}.expanded-modal__nav-button--prev{left:20px}.expanded-modal__nav-button--next{right:20px}@media only screen and (max-width:37.5em){.expanded-modal__nav-button{width:40px;height:40px}}.expanded-modal__footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;position:absolute;bottom:0;left:0;width:100%}.expanded-modal__creator-info{display:flex;align-items:center;gap:12px}.expanded-modal__avatar{width:36px;height:36px;border-radius:50%;overflow:hidden}.expanded-modal__avatar-img{width:100%;height:100%;object-fit:cover}.expanded-modal__creator-details{display:flex;flex-direction:column}.expanded-modal__creator-name{margin:0;font-weight:600;font-size:14px}.expanded-modal__created-time{margin:0;font-size:12px;opacity:.7}.expanded-modal__likes{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff;cursor:pointer}.expanded-modal__likes-count{font-weight:600;font-size:16px;font-family:GeneralSans,Montserrat,sans-serif}.expanded-modal__heart-icon{transition:transform .3s ease}.expanded-modal__heart-icon:hover{transform:scale(1.2)}.expanded-modal__share-options{position:absolute;top:70px;right:24px;background-color:rgba(0,0,0,.8);border-radius:12px;padding:16px;z-index:50;border:1px solid hsla(0,0%,100%,.1)}.expanded-modal__share-options:before{content:"";position:absolute;top:-8px;right:24px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(0,0,0,.8)}.expanded-modal__share-buttons{display:flex;flex-wrap:wrap;gap:12px}.expanded-modal__share-button-item{transition:transform .2s ease}.expanded-modal__share-button-item:hover{transform:scale(1.15)}.gallery__image-container{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 6px 16px rgba(0,0,0,.12);transition:all .35s cubic-bezier(.25,.46,.45,.94)}.gallery__image-container:hover{transform:translateY(-7px);box-shadow:0 12px 24px rgba(0,0,0,.18)}.gallery__image-container:hover .gallery__creator-info,.gallery__image-container:hover .gallery__top-actions{opacity:1}.gallery__image-container:hover .gallery__image{transform:scale(1.08)}.gallery__image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.gallery__image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.215,.61,.355,1)}.gallery__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.65) 0,rgba(0,0,0,.15) 30%,rgba(0,0,0,.15) 70%,rgba(0,0,0,.75));display:flex;flex-direction:column;justify-content:space-between;padding:20px;opacity:1;transition:opacity .4s ease;color:#fff;pointer-events:none}.gallery__overlay>*{pointer-events:auto}.gallery__top-actions{display:flex;justify-content:flex-end;gap:14px;position:relative;z-index:6;opacity:0;transition:opacity .3s ease}.gallery__action-button{background-color:rgba(0,0,0,.5);border:none;border-radius:100px;width:100px;height:44px;cursor:pointer;transition:all .25s ease;color:#fff;display:flex;justify-content:center;align-items:center;gap:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:8px 16px}.gallery__action-button p{font-weight:550}.gallery__action-button:active,.gallery__action-button:hover{background-color:#fff;color:#000}.gallery__download-button{width:44px!important;padding:0!important}.gallery__bottom-info{display:flex;justify-content:space-between;align-items:center;z-index:5;position:relative;width:100%;gap:10px}.gallery__creator-info{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0;opacity:0;transition:opacity .3s ease}.gallery__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;border:2px solid #fff;box-shadow:0 3px 6px rgba(0,0,0,.25);flex-shrink:0}.gallery__avatar-img{width:100%;height:100%;object-fit:cover}.gallery__creator-info--details{display:flex;flex-direction:column}.gallery__likes{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 14px;transition:all .25s ease;border:none;color:#fff;opacity:1;font-family:inherit;font-size:inherit}.gallery__likes:hover{transform:translateY(-3px)}.gallery__likes:active{transform:translateY(-1px)}.gallery__likes-count{font-weight:600;font-size:16px}.gallery__heart-icon{transition:transform .25s ease}.gallery__heart-icon:hover{transform:scale(1.2)}.gallery__share-options{position:absolute;top:10px;right:0;background-color:hsla(0,0%,8%,.85);border-radius:16px;padding:18px;z-index:10;min-width:260px;box-shadow:0 8px 24px rgba(0,0,0,.35);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.1)}.gallery__share-options:before{content:"";position:absolute;top:-8px;right:20px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid hsla(0,0%,8%,.85)}.gallery__share-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}.gallery__share-button-item{transition:all .25s ease!important}.gallery__share-button-item:hover{transform:scale(1.18)!important;box-shadow:0 6px 12px rgba(0,0,0,.3)!important}.gallery__content{max-width:1480px;margin:0 auto;padding:0 2rem 9.6rem}.gallery__title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700}@media only screen and (max-width:37.5em){.gallery__title{margin-bottom:2rem;font-size:2rem}}.gallery__grid{width:100%}.gallery__button{margin:3.2rem auto}.contact-container,.gallery__button{display:flex;justify-content:center;align-items:center}.contact-container{gap:48px;margin-top:30px;padding-top:9.6rem;padding-bottom:9.6rem;width:100%;height:-moz-fit-content;height:fit-content}@media only screen and (max-width:62em){.contact-container{flex-wrap:wrap}}.contact-container .contact-content{flex:1 1 400px}.contact-container .contact-content-title{font-style:normal;font-weight:500;line-height:120%;letter-spacing:-1.04px;margin-bottom:4rem}.contact-container .contact-content-desc{max-width:100%}.contact-container .contact-content-desc .colored-text{color:#33ee72;text-decoration:none}@media only screen and (max-width:62em){.contact-container .contact-content{width:100%}}.contactPage-container{position:relative;padding-top:9.6rem;padding-bottom:9.6rem;background:#0a090d;color:#fff;max-width:100%}.contactPage-container:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:30%;background:url(/images/gradient2.png);background-position:50%;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:75em){.contactPage-container:before{height:20%}}.contactPage-title{position:relative;font-weight:550;line-height:120%;letter-spacing:-1.2px;text-transform:capitalize;margin-bottom:2.4rem;z-index:5}.contactPage-tagline{position:relative;margin-bottom:8rem;color:#ebebeb;z-index:5}.contactPage-form{display:flex;flex-direction:column;gap:32px;z-index:5}.contactPage-row{display:flex;flex-wrap:wrap;gap:24px}.contactPage-field{display:flex;flex-direction:column;flex:1 1;max-width:368px}.contactPage-field.fullWidth{flex:100% 1;max-width:100%}.contactPage-field label{font-size:14px;margin-bottom:8px;color:hsla(0,0%,92%,.8)}.contactPage-field label span{color:red}.contactPage-field input,.contactPage-field textarea{background:transparent;font-family:GeneralSans,Montserrat,sans-serif;border:none;border-bottom:1px solid hsla(0,0%,100%,.4);padding:8px 0;font-size:16px;color:#fff;transition:all .2s ease-in-out}.contactPage-field input::placeholder,.contactPage-field textarea::placeholder{color:hsla(0,0%,91%,.522);font-family:GeneralSans,Montserrat,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contactPage-field input:focus,.contactPage-field textarea:focus{outline:none;border-bottom:1px solid hsla(0,0%,100%,.785)}.contactPage-submit{width:100px;height:30px}.about-main,.about-navbar{background:#040507}.about-main .aboutPage-hero{position:relative;background:url(/images/about-vivid.png) 100%/contain no-repeat;height:80vh;color:#fff;margin-top:8rem}@media only screen and (max-width:48em){.about-main .aboutPage-hero{margin-top:4rem;height:100vh}}.about-main .aboutPage-hero .aboutPage-hero-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:flex-start}@media only screen and (max-width:48em){.about-main .aboutPage-hero .aboutPage-hero-overlay{inset:unset;bottom:0}}@media only screen and (max-width:37.5em){.about-main .aboutPage-hero .aboutPage-hero-overlay{bottom:-30px}}@media only screen and (max-width:23.44em){.about-main .aboutPage-hero .aboutPage-hero-overlay{bottom:-80px}}.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-content{width:50%;padding-left:4rem}@media only screen and (max-width:62em){.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-content{width:70%}}@media only screen and (max-width:48em){.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-content{width:100%;padding-left:1.6rem}}.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-content .aboutPage-hero-title{font-weight:550;margin-bottom:1rem}.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-content .aboutPage-hero-title span{color:#33ee72}.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-content .aboutPage-hero-tagline{color:#ebebeb;font-weight:450;line-height:150%;max-width:100%}.about-main .aboutPage-hero .aboutPage-hero-overlay .aboutPage-hero-image{display:none}.about-main .aboutPage-info{color:#fff;padding-top:9.6rem;padding-bottom:9.6rem}.about-main .aboutPage-info .aboutPage-info-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;max-width:100%;gap:11rem;margin:0 auto}@media only screen and (max-width:62em){.about-main .aboutPage-info .aboutPage-info-wrapper{gap:3.2rem}}@media only screen and (max-width:37.5em){.about-main .aboutPage-info .aboutPage-info-wrapper{flex-direction:column-reverse;max-width:100%;margin-top:6.4rem}}@media only screen and (max-width:23.44em){.about-main .aboutPage-info .aboutPage-info-wrapper{margin-top:12.8rem}}.about-main .aboutPage-info .aboutPage-info-wrapper .aboutPage-info-image{display:flex;flex:1 1;align-items:center;justify-content:center}.about-main .aboutPage-info .aboutPage-info-wrapper .aboutPage-info-image-img{width:400px;max-width:100%;height:auto;mix-blend-mode:lighten;border-radius:1.2rem}.about-main .aboutPage-info .aboutPage-info-wrapper .aboutPage-info-content{flex:1 1;width:400px;max-width:100%}.about-main .aboutPage-info .aboutPage-info-wrapper .aboutPage-info-content-title{font-weight:550;margin-bottom:1rem}.about-main .aboutPage-info .aboutPage-info-wrapper .aboutPage-info-content-desc{line-height:1.8;color:#ebebeb}.about-main .aboutPage-vision-mission{color:#fff;padding-top:9.6rem;padding-bottom:9.6rem;text-align:center}.about-main .aboutPage-vision-mission--section-heading{font-weight:550;margin-bottom:6.4rem;display:flex;justify-content:start}.about-main .aboutPage-vision-mission .aboutPage-card-container{display:flex;align-items:center;gap:2.4rem;flex-wrap:wrap}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card{border-radius:1.2rem;border:1px solid hsla(0,0%,100%,.04);background:linear-gradient(180deg,#141217,#0e0c12);box-shadow:0 2px 8px hsla(0,0%,6%,.755);display:flex;padding:4rem;justify-content:space-between;align-items:center;text-align:left;width:48%;height:300px;max-width:100%;gap:2rem;transition:transform .3s ease}@media only screen and (max-width:62em){.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card{width:100%}}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card-content{width:70%;display:flex;flex-direction:column;overflow-y:auto;max-height:280px}@media only screen and (max-width:62em){.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card-content{width:100%}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card{flex-direction:column}}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card:hover{transform:translateY(-4px)}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card .aboutPage-card-image{margin-bottom:1.2rem}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card .aboutPage-card-image-img{width:240px;aspect-ratio:1/1;height:auto;max-width:100%;object-fit:cover;mix-blend-mode:lighten}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card-h4{text-align:left;margin-bottom:1.2rem}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card .vision-subtitle1{color:#ebebeb;line-height:1.6}.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card-vision-mission{height:350px;width:48%;padding:2.4rem}@media only screen and (max-width:62em){.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card-vision-mission{height:480px}}@media only screen and (max-width:48em){.about-main .aboutPage-vision-mission .aboutPage-card-container .aboutPage-card-vision-mission{height:auto;width:100%}}.about-main .aboutPage-beliefs{color:#fff;padding-top:9.6rem;padding-bottom:9.6rem;text-align:center}.about-main .aboutPage-beliefs--section-heading{font-weight:550;margin-bottom:6.4rem;display:flex;justify-content:start}.about-main .aboutPage-beliefs--card-container{display:flex;justify-content:start;align-items:center;gap:2.4rem;flex-wrap:wrap}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card{border-radius:1.2rem;border:1px solid hsla(0,0%,100%,.04);background:linear-gradient(180deg,#141217,#0e0c12);box-shadow:0 2px 8px hsla(0,0%,6%,.755);display:flex;padding:4rem;justify-content:space-between;align-items:center;text-align:left;width:48%;max-height:80%;max-width:100%;transition:transform .3s ease;gap:2rem}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card-content{width:70%;display:flex;flex-direction:column;overflow-y:auto;max-height:230px}@media only screen and (max-width:75em){.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card{flex-direction:column;align-items:start;height:auto;min-height:350px}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card-content{width:100%}}@media only screen and (max-width:48em){.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card{width:100%;min-height:300px}}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card:hover{transform:translateY(-4px)}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card .aboutPage-beliefs-card-image{margin-bottom:1.2rem}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card .aboutPage-beliefs-card-image-img{width:240px;aspect-ratio:1/1;height:auto;max-width:100%;object-fit:cover;mix-blend-mode:lighten}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card-h4{text-align:left;margin-bottom:1.2rem}.about-main .aboutPage-beliefs--card-container .aboutPage-beliefs-card-desc{color:#ebebeb;line-height:1.6}.about-main .aboutPage-teamSection{padding-top:9.6rem;padding-bottom:9.6rem;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:left;gap:6.4rem;position:relative}@media only screen and (max-width:62em){.about-main .aboutPage-teamSection{padding:6.4rem}}.about-main .aboutPage-teamSection:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:30%;background:url(/images/gradient.png);background-position:50%;background-size:cover;background-repeat:no-repeat}@media only screen and (max-width:75em){.about-main .aboutPage-teamSection:before{height:10%}}.about-main .aboutPage-teamSection .heading{font-weight:550;line-height:120%;letter-spacing:-1.2px;text-transform:capitalize;z-index:5}@media only screen and (max-width:48em){.about-main .aboutPage-teamSection .heading{text-align:center}}.about-main .aboutPage-teamSection .tagline{color:#fff;font-weight:520;z-index:5}@media only screen and (max-width:48em){.about-main .aboutPage-teamSection .tagline{text-align:center}}.about-main .aboutPage-teamSection .desc{max-width:100%;z-index:5}.about-main .aboutPage-teamSection .team-list{display:flex;gap:2.4rem;align-items:center;justify-content:start;flex-wrap:wrap;overflow-x:hidden;height:-moz-fit-content;height:fit-content;z-index:5}@media only screen and (max-width:62em){.about-main .aboutPage-teamSection .team-list{justify-content:center}}.about-main .aboutPage-teamSection .team-member{display:flex;flex-direction:column;align-items:center;gap:2.4rem;max-width:192px;width:192px;height:272px}.about-main .aboutPage-teamSection .team-member img{border-radius:50%;object-fit:cover;object-position:center}.about-main .aboutPage-teamSection .team-member .member-details{display:flex;flex-direction:column;align-items:center;justify-content:center}.about-main .aboutPage-teamSection .team-member .member-position{font-weight:500;color:#ebebeb}.legal-container{min-height:100vh;background:linear-gradient(135deg,#0a090d,#161616);color:#fff;font-family:GeneralSans,Montserrat,sans-serif;position:relative}.legal-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(51,238,114,.03) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(51,238,114,.02) 0,transparent 50%);pointer-events:none}.legal-nav{background:hsla(0,0%,9%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:0 2rem;border-bottom:1px solid rgba(40,40,40,.8);display:flex;gap:2rem;overflow-x:auto;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 20px rgba(0,0,0,.1)}@media(max-width:768px){.legal-nav{padding:0 1rem;gap:1rem}}.legal-content{max-width:900px;margin:0 auto;padding:4rem 2rem;position:relative;z-index:1}@media(max-width:768px){.legal-content{padding:2.5rem 1rem}}.nav-tab{background:none;border:none;color:#b4b4b4;padding:1.8rem 0;font-size:1.4rem;font-weight:500;cursor:pointer;position:relative;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:8px 8px 0 0}.nav-tab:hover{color:#fff;background:hsla(0,0%,100%,.05)}.nav-tab.active{color:#fff;font-weight:600;background:rgba(51,238,114,.1)}.nav-tab.active:after{height:3px;background:linear-gradient(90deg,#33ee72,#55ff73);border-radius:2px 2px 0 0;box-shadow:0 0 10px rgba(51,238,114,.3)}.nav-tab.active:after,.nav-tab.active:before{content:"";position:absolute;bottom:0;left:0;right:0}.nav-tab.active:before{top:0;background:linear-gradient(180deg,rgba(51,238,114,.1),transparent);border-radius:8px 8px 0 0;pointer-events:none}@media(max-width:768px){.nav-tab{font-size:1.2rem;padding:1.4rem 0}}.privacy-content{line-height:1.7;background:hsla(0,0%,9%,.3);border-radius:16px;padding:3rem;border:1px solid hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px rgba(0,0,0,.2)}@media(max-width:768px){.privacy-content{padding:2rem 1.5rem;border-radius:12px}}.date-info{margin-bottom:3rem;font-size:1.2rem;color:#b4b4b4;background:rgba(51,238,114,.05);padding:1.5rem;border-radius:12px;border-left:4px solid #33ee72}.date-info p{margin:.4rem 0;font-weight:500}.contact-info{background:linear-gradient(135deg,hsla(0,0%,9%,.8),rgba(40,40,40,.6));padding:2rem;border-radius:12px;margin:2rem 0;border:1px solid rgba(51,238,114,.2);position:relative;overflow:hidden}.contact-info:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#33ee72,#55ff73)}.contact-info p{margin:.6rem 0;font-weight:500}h1{font-size:3.6rem;font-weight:700;margin:0 0 2rem;text-align:center;color:#fff;background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}h1:after{content:"";position:absolute;bottom:-1rem;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#33ee72,#55ff73);border-radius:2px}@media(max-width:768px){h1{font-size:2.6rem}h1:after{width:60px}}h2{font-size:2.6rem;font-weight:600;margin:3rem 0 1.5rem;color:#fff;position:relative;padding-left:1.5rem}h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:2rem;background:linear-gradient(180deg,#33ee72,#55ff73);border-radius:2px}@media(max-width:768px){h2{font-size:2.2rem;padding-left:1.2rem}}h3{font-size:2rem;font-weight:600;margin:2rem 0 1rem;color:#fff;position:relative}@media(max-width:768px){h3{font-size:1.8rem}}p{font-size:1.5rem;margin:1.5rem 0;color:#e0e0e0;line-height:1.7}@media(max-width:768px){p{font-size:1.4rem}}ul{margin:1.5rem 0;padding-left:2.5rem;list-style:none}ul li{font-size:1.5rem;margin:1rem 0;color:#e0e0e0;position:relative;padding-left:1.5rem}ul li:before{content:"•";position:absolute;left:0;color:#33ee72;font-weight:700;font-size:1.8rem;line-height:1}@media(max-width:768px){ul li{font-size:1.4rem;padding-left:1.2rem}}a{color:#33ee72;text-decoration:none;transition:all .3s ease;position:relative;font-weight:500}a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#33ee72,#55ff73);transition:width .3s ease}a:hover{color:#55ff73}a:hover:after{width:100%}strong{color:#fff;font-weight:600}.legal-container::-webkit-scrollbar{width:8px}.legal-container::-webkit-scrollbar-track{background:hsla(0,0%,9%,.5)}.legal-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#33ee72,#55ff73);border-radius:4px}.legal-container::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#55ff73,#33ee72)}.privacy-content{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.legal-nav{padding:0 .5rem;gap:.5rem}.nav-tab{font-size:1.1rem;padding:1.2rem .5rem}.privacy-content{padding:1.5rem 1rem}h1{font-size:2.2rem}h2{font-size:1.8rem}h3{font-size:1.6rem}li,p{font-size:1.3rem}}.api-documentation__container{display:flex;align-items:center;padding:1.6rem}.api-documentation__content-wrapper{display:flex;gap:8px;width:100%}.api-documentation__table-of-content{border:1px solid #5f5f5f;width:20%;padding:16px;border-radius:4px;height:512px;overflow:auto}@media(min-width:768px){.api-documentation__table-of-content{width:20%}}.api-documentation__header{display:flex;gap:32px}.api-documentation__language-select{border:1px solid #5f5f5f;background:transparent;padding:0 8px;color:#fff;outline:none;border-radius:4px}.api-documentation__content-list{margin-top:40px;cursor:pointer}.api-documentation__section-header{background:#222;padding:12px;border-radius:4px;margin-bottom:8px}.api-documentation__section-item,.api-documentation__section-item-with-padding{color:#9ca3af;padding:12px;font-weight:500}.api-documentation__section-item-with-padding{padding:12px 8px}.api-documentation__markup-details{border:1px solid #5f5f5f;width:80%;padding:16px;border-radius:4px;height:512px;overflow:auto}@media(min-width:768px){.api-documentation__markup-details{width:80%}}.api-documentation__section{border-bottom:.5px solid #5f5f5f;padding:1.6rem 0}.api-documentation__param-item{display:flex;gap:48px;align-items:center;margin-top:16px}.api-documentation__param-name{background:#222;padding:4px;border-radius:4px}.api-documentation__param-type{display:flex;align-items:center;gap:8px}.api-documentation__required-tag{color:#0ea5e9}.api-documentation__font-regular{font-weight:400}.api-documentation__font-medium{font-weight:500}.api-documentation__pt-16{padding-top:1rem}.api-documentation__pt-24{padding-top:1.5rem}.api-documentation__pt-32{padding-top:2rem}.api-documentation__mt-16{margin-top:1rem}.api-documentation__mt-32{margin-top:2rem}.api-documentation__p-2{padding:.5rem}.api-documentation__text-gray-40{color:#9ca3af}@media(min-width:768px){.api-documentation__pt-32{padding-top:2rem}.api-documentation__pt-24{padding-top:1.5rem}}.create-api-modal__header{display:flex;justify-content:space-between;align-items:center;width:400px}.create-api-modal__header h2{font-size:24px;font-weight:700}.create-api-modal__input-container{margin-top:32px}.create-api-modal__input-container input{width:400px;border:1px solid #d1d5db;outline:none;padding:12px;border-radius:4px;background-color:#222;font-size:16px;color:#f5f5f5}.create-api-modal__button-container{margin-top:16px;margin-left:32px;display:flex;justify-content:flex-end}.api-faq{display:flex;align-items:center}.api-faq .container{display:flex;gap:100px;width:100%}@media only screen and (max-width:75em){.api-faq .container{flex-wrap:wrap}}.api-faq .container .title-section{padding:.5rem}.api-faq .container .title-section h1{font-weight:500}.api-faq .container .content-section{width:100%}.api-faq .container .content-section .contact-box{background-color:#222;padding:.25rem;margin-top:16px;border-radius:4px}.api-faq .container .content-section .contact-box .contact-content{padding:16px}.api-faq .container .content-section .contact-box .contact-content h1{font-size:36px;font-weight:500}.api-faq .container .content-section .contact-box .contact-content p{color:#9ca3af;margin-bottom:32px}.markdown-container{max-width:none;overflow:auto;position:relative;font-size:14px;color:#9ca3af}.copy-button-container{position:absolute;top:12px;right:16px;margin-top:16px;cursor:pointer}.copy-icon{cursor:pointer}.hljs{padding:16px;margin-top:16px;border-radius:4px}.calendlyWrapper{flex:1 1 450px;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.2);margin:2rem auto;width:100%;height:600px;overflow-x:auto;overflow-y:hidden}.calendlyWrapper .calendly-inline-widget{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.calendlyWrapper .calendly-inline-widget iframe>html{overflow:hidden}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup,.popup-container{display:flex;max-width:900px;border-radius:12px;overflow:hidden;color:#fff}.popup-container{width:100%;height:100%;box-shadow:0 0 30px rgba(0,0,0,.5);position:relative;overflow:visible;animation:blurIn .5s ease-in-out}.popup-left{flex:1 1;position:relative;background:url(/popup.jpg);background-position:50%;background-size:cover}@media only screen and (max-width:37.5em){.popup-left{display:none}}.popup-left video{object-fit:cover;width:100%;height:100%;z-index:2;mix-blend-mode:screen}.popup-right{flex:1 1;padding:3.2rem;background:hsla(0,0%,8%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;justify-content:center;align-items:start;width:100%;gap:2.4rem}@media only screen and (max-width:37.5em){.popup-right{width:90vw}}.popup-right .popup-title{display:flex;align-items:center;justify-content:center;gap:2px;color:#ebebeb}.popup-right hr{border:0;height:1px;background:hsla(0,0%,100%,.2);margin:1rem 0;width:100%}.popup-right .scroll-form{display:flex;flex-direction:column;text-align:left;gap:.9rem;width:100%;max-height:100vh;overflow-y:auto;padding-right:.5rem}.popup-right .scroll-form .form-label span{color:#f9175a}.popup-right .scroll-form input,.popup-right .scroll-form select{margin-bottom:1rem;padding:1.6rem 1.2rem;background:rgba(11,11,13,.4);border:1px solid hsla(0,0%,100%,.102);border-radius:4px;color:#fff;font-size:1.6rem;font-family:GeneralSans,Montserrat,sans-serif}.popup-right .scroll-form input:focus,.popup-right .scroll-form select:focus{outline:none;border-color:#33ee72}.popup-right .scroll-form input option,.popup-right .scroll-form select option{background:#222226;border:none}.popup-right .scroll-form textarea{color:#fff;outline:none;font-size:1.6rem;font-family:GeneralSans,Montserrat,sans-serif;margin-bottom:1rem;padding:1.6rem .2rem;resize:none;min-height:100px;border:0;background:transparent;border-bottom:2px solid hsla(0,0%,100%,.4)}.popup-right .scroll-form .phone-input{display:flex;align-items:center;background:rgba(11,11,13,.4);border:1px solid #333;border-radius:6px;color:#fff;margin-bottom:1rem;padding:1.6rem 1.2rem;gap:1rem}.popup-right .scroll-form .phone-input .prefix{font-size:1.6rem;white-space:nowrap}.popup-right .scroll-form .phone-input-box{border:none;margin-bottom:0;padding:0;width:100%}.popup-right .scroll-form .phone-input-box:focus{outline:none;border-color:none}.popup-right .scroll-form .spin{animation:spin .6s ease-in-out infinite}.popup-right .thank-you{text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%;gap:2.4rem;animation:blurIn .4s ease-in-out}.popup-right .thank-you svg{color:#33ee72}.popup-right .thank-you h4{font-weight:600;color:#33ee72}.popup-right .thank-you p{color:#ebebeb}