@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{padding:0;margin:0;box-sizing:border-box}html{font-size:16px}body{font-family:Inter,sans-serif;background-color:#020002;color:#fff}section{position:relative;padding:150px clamp(20px,8%,8%)}a{color:#ffffff80;font-weight:300;transition:.6s ease}a:hover{color:#fff;transition:.3s ease}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:2rem}h1>b,h2>b,h3>b,h4>b,h5>b,h6>b{color:#8509ba;text-shadow:4px 4px 20px #8509ba80}section h1,section h2,section h3,section h4,section h5,section h6{max-width:800px}p{font-size:1rem;color:#ffffff80}p>ul,p>ol{margin-left:19px}section p{max-width:900px}hr{width:100%;border:0;border-bottom:1px solid #ffffff10}.documentation{display:flex;justify-content:flex-start;align-items:stretch;flex-flow:column;gap:20px;width:100%}.documentation>ul,.documentation>ol{margin-left:19px;font-size:1rem;color:#ffffff80}.documentation>h2{font-size:2rem}.documentation>h3{font-size:1.5rem}.documentation p,.documentation h1,.documentation h2,.documentation h3,.documentation h4,.documentation h5,.documentation h6{max-width:unset}#header{position:relative;display:flex;justify-content:space-between;align-items:center;height:100px;padding:0 clamp(20px,8%,8%)}#header:before{content:"";position:absolute;bottom:0;left:20%;width:60%;height:2px;background:linear-gradient(90deg,#fff0,#ffffff05,#ffffff20,#ffffff05,#fff0)}#header-logo{display:flex;justify-content:flex-start;align-items:center;gap:15px;width:220px;text-decoration:none;opacity:1;color:#fff}#header-logo>img{-webkit-filter:drop-shadow(2px 2px 20px #c745ff80) brightness(1);filter:drop-shadow(2px 2px 20px #c745ff80) brightness(1);width:55px;transition:2s ease}#header-logo:hover>img{-webkit-filter:drop-shadow(2px 2px 20px #c745ff) brightness(1.1);filter:drop-shadow(2px 2px 20px #c745ff) brightness(1.1);transform:scale(1.05);transition:1s ease}#header-logo>span{font-size:1.25rem;font-weight:600}#header-logo>span>b{font-weight:600}#header-logo>span>i{font-weight:500;color:#8509ba;font-style:normal}#header-nav{display:flex;justify-content:center;align-items:center;gap:20px;text-align:center}#header-nav>a{text-decoration:none}#header-nav>a>svg{display:none}.header-nav-dropdown{display:block;position:relative}.header-nav-dropdown>span{display:flex;justify-content:center;align-items:center;gap:3px;padding:5px 0;color:#ffffff80;cursor:pointer;transition:.5s ease}.header-nav-dropdown>span:hover{color:#fff}.header-nav-dropdown>span>svg{width:20px}.header-nav-dropdown>ul{position:absolute;top:calc(100% + 5px);left:0;list-style:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:10px;padding:16px;border:1px solid #ffffff10;border-radius:16px;z-index:1000;min-width:150px;max-width:100%;background-color:#ffffff10;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;transform:scale3d(0,0,0);transform-origin:top left;transition:.5s ease;text-align:left}.header-nav-dropdown:hover>ul{opacity:1;transform:scaleZ(1)}.header-nav-dropdown>ul>li>a{text-decoration:none}.header-nav-dropdown>ul>li>a>svg{display:none}#header-btns{width:220px;display:flex;justify-content:flex-end;align-items:center;gap:15px}.btn_primary{background-color:#8509ba;padding:0 35px;height:45px;text-align:center;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:200px;text-decoration:none;font-weight:400;box-shadow:inset 0 2px 1px #ffffff40,inset 0 -1px 4px #00000080;-webkit-filter:drop-shadow(2px 2px 20px #8500BC80);filter:drop-shadow(2px 2px 20px #8500BC80);transition:.5s cubic-bezier(.455,.03,.515,.955),1s ease filter}.btn_primary:hover{-webkit-filter:drop-shadow(2px 2px 50px #8509ba);filter:drop-shadow(2px 2px 50px #8509ba);transform:scale(1.02);transition:.5s cubic-bezier(.455,.03,.515,.955),1s ease filter}.btn_secondary{padding:0 35px;height:45px;text-align:center;display:flex;justify-content:center;align-items:center;color:#fff;border-radius:200px;text-decoration:none;font-weight:400;border:2px solid #8509ba;-webkit-filter:drop-shadow(2px 2px 20px #8500BC00);filter:drop-shadow(2px 2px 20px #8500BC00);transition:.5s cubic-bezier(.455,.03,.515,.955),1s ease filter}.btn_secondary:hover{-webkit-filter:drop-shadow(2px 2px 50px #8509ba);filter:drop-shadow(2px 2px 50px #8509ba);transform:scale(1.02);transition:.5s cubic-bezier(.455,.03,.515,.955),1s ease filter}.btn_menu{width:45px;height:45px;display:flex;justify-content:flex-end;align-items:center;border:0;background-color:unset;cursor:pointer;display:none}.btn_menu>i{display:block;width:30px;height:30px;background-color:#fff;-webkit-clip-path:polygon(100% 40%,0 40%,0 30%,100% 30%,100% 70%,30% 70%,30% 60%,100% 60%);clip-path:polygon(100% 40%,0 40%,0 30%,100% 30%,100% 70%,30% 70%,30% 60%,100% 60%);transition:.3s cubic-bezier(.175,.885,.32,1.275)}.btn_menu.opened i{-webkit-clip-path:polygon(85% 26%,15% 92%,15% 78%,85% 13%,85% 92%,15% 27%,15% 14%,85% 79%);clip-path:polygon(85% 26%,15% 92%,15% 78%,85% 13%,85% 92%,15% 27%,15% 14%,85% 79%)}.slider-container{width:100%;height:8rem;overflow:hidden}.slider{display:flex;overflow-y:hidden;overflow-x:scroll;width:100vw;height:calc(10rem + 20px);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slider .slider-list{list-style:none;display:flex}.slider .slider-list>li{display:block;flex:none;width:14rem;height:10rem;margin-right:10vw;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}.slider .slider-list>li>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;-webkit-filter:brightness(0) invert(1) opacity(.25);filter:brightness(0) invert(1) opacity(.25)}.card_primary{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:10px;padding:24px;border:1px solid #ffffff10;border-radius:16px}.card_primary>i{position:absolute;top:0;right:20px;font-size:6rem;font-weight:800;font-style:normal;opacity:.2;background:-webkit-linear-gradient(#eeeeee80,#eeeeee10);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;z-index:-1}.card_primary>svg{color:#8509ba;width:50px;height:50px;stroke-width:1px;margin-bottom:7px}.card_primary>span{font-size:1.4rem;font-weight:500}.video-card{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;display:flex;justify-content:center;align-items:center;cursor:pointer}.video-card>svg{position:absolute;width:70px;height:70px;background-color:#000a;padding:15px;border-radius:200px;z-index:-1}.video-card>img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-filter:brightness(.6);filter:brightness(.6);z-index:-2;transition:.5s ease}.video-card .video-card-content{display:none}.video-card:hover>img{-webkit-filter:brightness(1);filter:brightness(1)}.video-card.active>svg{display:none}.video-card.active>img{display:none}.video-card.active .video-card-content{display:block;width:100%;height:100%}.video-card.active .video-card-content iframe{width:100%;height:100%}.video-card.active .video-card-content video{width:100%;height:100%}.testimonial-item{display:grid;grid-template-columns:1fr;border:1px solid #ffffff10;border-radius:16px}.testimonial-item-video>.video-card{width:100%}.testimonial-item-text{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:10px;padding:32px 24px 24px}.testimonial-item-text>span{font-size:2rem}.main{display:flex;justify-content:center;align-items:center;min-height:500px;background:linear-gradient(0deg,#020002,#0000,#020002),url(../images/banner-3.webp);background-size:100% 100%,cover;background-position:center;background-repeat:no-repeat;z-index:-1;margin-top:-100px;padding-top:250px;min-height:80vh}.main-text{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:20px;max-width:900px;text-align:center}.main-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}.main-text>p{max-width:600px}.case-studies-item{display:grid;grid-template-columns:repeat(2,1fr);max-width:1200px;width:100%;border-radius:8px;border:1px solid #ffffff20}.case-studies-item-image{width:100%}.case-studies-item-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.case-studies-item-text{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:16px;padding:24px}.case-studies-item-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}.team-item{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;text-align:center;border-radius:8px;border:1px solid #ffffff20;max-width:500px;width:100%}.team-item>img{width:100%;aspect-ratio:1/1;border-radius:8px}.team-item-text{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:16px;padding:24px}.team-item-text>span{font-size:1.5rem}.team-item-text>i{font-size:1.2rem;font-style:normal;max-width:600px;color:#8509ba}.faq-item{display:flex;justify-content:flex-start;align-items:flex-start;text-align:left;flex-flow:column;width:100%;border-radius:16px;padding:24px;border:1px solid #ffffff20;cursor:pointer}.faq-item-q{position:relative;width:100%;font-size:1.25rem;padding-right:50px}.faq-item-q>svg{width:30px;height:30px;position:absolute;top:calc(50% - 15px);right:0}.faq-item-a{font-size:1.25rem;margin-top:24px;padding-top:24px;border-top:1px solid #ffffff20;color:#ffffff80;display:none}.faq-item.opened{background-color:#8500bc10}.faq-item.opened .faq-item-a{display:block}.faq-item.opened .faq-item-q>svg{transform:rotate(180deg)}#footer{position:relative;display:flex;justify-content:flex-start;align-items:stretch;flex-flow:column;gap:65px;padding:100px clamp(20px,8%,8%);min-height:400px}#footer-logo{display:flex;justify-content:flex-start;align-items:center;gap:15px;text-decoration:none;color:#fff}#footer-logo>img{-webkit-filter:drop-shadow(2px 2px 20px #c745ff40) brightness(1);filter:drop-shadow(2px 2px 20px #c745ff40) brightness(1);width:75px;transition:2s ease}#footer-logo>span{font-size:1.75rem;font-weight:600}#footer-logo>span>b{font-weight:600}#footer-logo>span>i{font-weight:500;color:#8509ba;font-style:normal}#footer-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1000;display:flex;justify-content:flex-end;align-items:flex-end}#footer-background>span{display:block;position:absolute;width:70vw;height:100%;min-height:500px;background:linear-gradient(-45deg,#0015ff80,#8509ba40 20%);-webkit-filter:blur(200px);filter:blur(200px);border-radius:100% 0%/65% 100% 0% 35%}#footer-list{width:100%;display:grid;grid-template-columns:500px 1fr;gap:50px}#footer-profile{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:40px}#footer-profile>span{font-size:1.25rem;max-width:400px;font-weight:200}#footer-socials{display:flex;justify-content:flex-start;align-items:center;gap:8px}#footer-socials>a{-webkit-filter:drop-shadow(2px 2px 10px #c745ff20) brightness(1);filter:drop-shadow(2px 2px 10px #c745ff20) brightness(1);border-radius:100px;width:50px;height:50px;background:linear-gradient(45deg,#8509ba,#c745ff);color:#fff}#footer-socials>a:hover{-webkit-filter:drop-shadow(2px 2px 20px #c745ff80) brightness(1);filter:drop-shadow(2px 2px 20px #c745ff80) brightness(1);transform:translateY(-5px)}#footer-socials>a>svg{width:50px;height:50px;padding:12px}#footer-links{display:flex;justify-content:flex-end;align-items:center;gap:50px}#footer-links>ul{list-style:none}#footer-links>ul>li:nth-child(1){font-size:1.25rem;margin-bottom:8px}#footer-links>ul a{text-decoration:none}#footer-links-cta{position:relative;display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:20px;height:100%;padding-left:30px}#footer-links-cta>span{font-size:1.25rem;max-width:400px;font-weight:200}#footer-links-cta:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:linear-gradient(0deg,#fff0,#ffffff05,#ffffff20,#ffffff05,#fff0)}#footer-copyright{padding-top:75px;position:relative;display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:100%;opacity:.5}#footer-copyright:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#ffffff05,#ffffff20,#ffffff05)}#footer-copyright>span:nth-child(1){text-align:left;display:flex;justify-content:flex-start;align-items:center;gap:8px}#footer-copyright>span:nth-last-child(1){text-align:right;display:flex;justify-content:flex-end;align-items:center;gap:8px}#footer-copyright>span>a{text-decoration:none}@media screen and (max-width: 1280px){#header{padding:0 20px}#footer-list{grid-template-columns:1fr}#footer-links{justify-content:flex-start}}@media screen and (max-width: 1050px){#header-nav{position:fixed;top:0;right:-400px;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;max-width:400px;background:#ffffff10;-webkit-backdrop-filter:blur(20px) brightness(.05);backdrop-filter:blur(20px) brightness(.05);z-index:100;padding:120px 30px 10px;display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:0px;text-align:left;transition:.5s ease}#header:before{display:none}#header-nav.opened{right:0;top:0}#header-nav a{position:relative;width:100%;height:50px;display:flex;justify-content:flex-start;align-items:center;font-size:20px}#header-nav a:hover{padding-left:30px}#header-nav a>svg{display:block;color:#8509ba;position:absolute;width:32px;height:32px;top:9px;left:-5px;opacity:0;transform:scale(.5);transition:.4s ease}#header-nav a:hover>svg{transform:scale(1);opacity:1}.header-nav-dropdown{position:relative;align-items:flex-start!important;flex-flow:column!important;height:unset!important;width:100%}.header-nav-dropdown>span{height:50px;width:100%;justify-content:flex-start;font-size:20px;font-weight:300}.header-nav-dropdown:hover{padding-left:0!important}.header-nav-dropdown>svg{display:none!important}.header-nav-dropdown>ul{display:block;position:relative!important;transform:none!important;z-index:unset;opacity:1!important;top:unset;left:unset;min-width:unset;max-width:unset;width:100%;border:0;background-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;max-height:0px;padding:0 0 0 16px;overflow:hidden}.header-nav-dropdown:hover>ul{background-color:#ffffff05;max-height:150px}#header-btns>a{display:none}.btn_menu{display:flex;z-index:101}}@media screen and (max-width: 700px){html{font-size:14px}#header-logo>span{display:none}.case-studies-item{grid-template-columns:1fr}#footer-links{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:50px}#footer-links-cta{padding-left:0;padding-top:30px}#footer-links-cta:before{display:none}}@media screen and (max-width: 400px){h1{font-size:2.5rem}h2{font-size:1.7rem}h3{font-size:1.2rem}#header-logo{z-index:101}#header-logo>img{width:45px}#header-nav{top:-100%;right:0;padding:120px 20px 10px}#footer-copyright{grid-template-columns:1fr}#footer-copyright>span:nth-last-child(1){text-align:left;justify-content:flex-start}}#loader-window{z-index:2147483647;position:fixed;top:0;left:0;width:100vw;height:100vh;overflow:hidden;box-shadow:0 0 40px #00000040;transition:1s ease}#loader-container{position:relative;display:flex;justify-content:center;align-items:center;background-color:#050505;width:100vw;height:100vh}.loader{position:relative;width:120px;perspective:80px;perspective-origin:50% 50%}.loader>img{width:100%;transform:scale3d(.5,.5,.5) rotateY(-90deg);-webkit-filter:grayscale(1) drop-shadow(2px 2px 50px #8509ba00);filter:grayscale(1) drop-shadow(2px 2px 50px #8509ba00);-webkit-animation:loaderImg1 1.5s .3s cubic-bezier(1,0,0,1) forwards,loaderImg2 1s 1s ease forwards,loaderImg3 3s cubic-bezier(1,0,0,1) infinite;animation:loaderImg1 1.5s .3s cubic-bezier(1,0,0,1) forwards,loaderImg2 1s 1s ease forwards,loaderImg3 3s cubic-bezier(1,0,0,1) infinite}@-webkit-keyframes loaderImg1{to{transform:scaleZ(1) rotateX(0)}}@keyframes loaderImg1{to{transform:scaleZ(1) rotateX(0)}}@-webkit-keyframes loaderImg2{to{-webkit-filter:grayscale(0) drop-shadow(2px 2px 80px #8509ba);filter:grayscale(0) drop-shadow(2px 2px 80px #8509ba)}}@keyframes loaderImg2{to{-webkit-filter:grayscale(0) drop-shadow(2px 2px 80px #8509ba);filter:grayscale(0) drop-shadow(2px 2px 80px #8509ba)}}@-webkit-keyframes loaderImg3{0%{scale:1.1;opacity:1}50%{scale:1;opacity:.7}to{scale:1.1;opacity:1}}@keyframes loaderImg3{0%{scale:1.1;opacity:1}50%{scale:1;opacity:.7}to{scale:1.1;opacity:1}}#main{padding-block:100px;display:flex;justify-content:center;align-items:center;flex-flow:column;gap:30px;text-align:center;min-height:calc(100vh - 100px)}#main-background{position:absolute;top:-100px;left:0;width:100%;height:calc(100% + 100px);z-index:-1000;display:flex;justify-content:center;align-items:center;overflow:hidden;background:linear-gradient(0deg,#020002,#0000,#020002),url(../images/banner-3.webp);background-size:100% 100%,cover;background-position:center;background-repeat:no-repeat}#main-background>span{display:block;position:absolute;top:-15vw;width:50vw;min-width:500px;height:35vw;min-height:500px;background:radial-gradient(#0015ff,#8509ba80 20%);-webkit-filter:blur(200px)!important;filter:blur(200px)!important;border-radius:0 0 2000px 2000px}#why{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.why-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:10px}#process{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px}#process>h2{text-align:center}#process-list{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}#feature{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#feature-image{display:flex;justify-content:flex-start;align-items:center}#feature-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}#feature-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#feature-text>span{font-size:1.5rem;opacity:.5;max-width:600px}#testimonials{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px}#testimonials-text{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:30px;text-align:center}#testimonials-list{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}#article{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#article-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#article-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#article-image{display:flex;justify-content:center;align-items:center}#article-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1050px){#why,#process-list,#testimonials-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 700px){#why{grid-template-columns:repeat(1,1fr)}#banner>span{font-size:3.5rem}#process-list,#feature{grid-template-columns:repeat(1,1fr)}#feature-image{order:2}#testimonials-list,#article{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 400px){#banner>span{font-size:2.5rem}}#features{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:65px}#features-text{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:20px;max-width:900px;text-align:center}#features-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#features-text>p{max-width:600px}#features>img{border-radius:8px;max-width:1200px;width:100%}@supports ((animation-timeline: scroll()) and (animation-range: 0% 100%)){@-webkit-keyframes fade-progress{0%{opacity:0;transform:translateY(200px) scale(.8);-webkit-filter:blur(20px);filter:blur(20px)}to{opacity:1;width:100%;transform:translateY(0) scale(1);-webkit-filter:blur(0px);filter:blur(0px)}}@keyframes fade-progress{0%{opacity:0;transform:translateY(200px) scale(.8);-webkit-filter:blur(20px);filter:blur(20px)}to{opacity:1;width:100%;transform:translateY(0) scale(1);-webkit-filter:blur(0px);filter:blur(0px)}}#features>img{opacity:0;-webkit-filter:blur(20px);filter:blur(20px);max-width:1200px;transform:translateY(-100px) scale(.8);-webkit-animation:fade-progress ease forwards;animation:fade-progress ease forwards;animation-timeline:view();animation-range:cover 0% cover 50%}}#approach{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px}#approach>h2{text-align:center}#approach-list{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}#why{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#why-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#why-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#why-image{display:flex;justify-content:center;align-items:center}#why-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 1050px){#approach-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 700px){#approach-list,#why{grid-template-columns:repeat(1,1fr)}}#cost{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#cost-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#cost-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#cost-image{display:flex;justify-content:center;align-items:center}#cost-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 900px){#package,#cost{grid-template-columns:repeat(1,1fr)}#cost-image{order:2}}#package{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#package-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#package-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#package-image{display:flex;justify-content:center;align-items:center}#package-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}#video{display:flex;justify-content:center;align-items:flex-start}#video .video-card{max-width:1400px}@supports ((animation-timeline: scroll()) and (animation-range: 0% 100%)){@-webkit-keyframes grow-progress{0%{opacity:0;width:160px;border-radius:200px;transform:translateY(-100px)}to{opacity:1;width:100%;border-radius:8px;transform:translateY(0)}}@keyframes grow-progress{0%{opacity:0;width:160px;border-radius:200px;transform:translateY(-100px)}to{opacity:1;width:100%;border-radius:8px;transform:translateY(0)}}#video .video-card{opacity:0;width:160px;border-radius:200px;max-width:1400px;transform:translateY(-100px);-webkit-animation:grow-progress ease forwards;animation:grow-progress ease forwards;animation-timeline:view();animation-range:cover 0% cover 60%}}#tv-examples{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;text-align:center;gap:65px}#tv-examples-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.tv-examples-item{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:32px}.tv-examples-item>img{width:100%;height:100%;max-width:300px;max-height:200px;-o-object-fit:contain;object-fit:contain;opacity:.25;transition:.4s ease}.tv-examples-item:hover>img{opacity:1}.tv-examples-item>span{font-size:1.5rem;max-width:600px}#podcast-examples{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;text-align:center;gap:65px}#podcast-examples-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.podcast-examples-item{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:16px}.podcast-examples-item>img{width:100%;max-width:500px;-o-object-fit:contain;object-fit:contain;transition:.4s ease}.podcast-examples-item>span{font-size:1.5rem;max-width:600px}@media screen and (max-width: 900px){#package{grid-template-columns:repeat(1,1fr)}#banner>span{font-size:3.5rem}}@media screen and (max-width: 600px){#tv-examples-list,#podcast-examples-list{grid-template-columns:repeat(1,1fr)}}#why-panel{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;text-align:center;gap:65px}#why-panel-text{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;text-align:center;gap:16px}#why-panel-list{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.why-panel-item{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:16px}.why-panel-item>svg{width:100%;max-width:80px;height:100%;transition:.4s ease;fill:#8509ba}.why-panel-item>span{font-size:1.5rem;max-width:600px}#benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#benefits-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#benefits-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#benefits-image{display:flex;justify-content:center;align-items:center}#benefits-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}#banner{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:20px;text-align:center}#banner>span{font-size:4.5rem;font-weight:600}#banner:before{content:"";position:absolute;top:20%;left:15%;width:70%;height:60%;z-index:-100000;background:radial-gradient(#0015ff,#8509ba80 20%);border-radius:0 0 2000px 2000px;-webkit-filter:blur(200px);filter:blur(200px)}#panel{display:grid;grid-template-columns:repeat(2,1fr);gap:65px}#panel-text{display:flex;justify-content:center;align-items:flex-start;flex-flow:column;gap:30px}#panel-text>span{font-size:1.5rem;max-width:600px;color:#8509ba}#panel-image{display:flex;justify-content:center;align-items:center}#panel-image>img{width:100%;max-width:700px;max-height:600px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width: 900px){#benefits{grid-template-columns:repeat(1,1fr)}#benefits-image{order:2}#banner>span{font-size:3.5rem}#panel{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 600px){#why-panel-list{grid-template-columns:repeat(1,1fr)}}#case-studies{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:50px}#team{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px;text-align:center}#team-list{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media screen and (max-width: 1050px){#team-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 700px){#team-list{grid-template-columns:1fr}}#faq{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px;text-align:center}#faq-list{display:grid;grid-template-columns:repeat(1,1fr);gap:30px;width:100%;max-width:1200px}#contact-form{max-width:600px;margin:auto;padding:36px;border-radius:16px;border:1px solid #ffffff20}#contact-form>form{display:flex;justify-content:flex-start;align-items:stretch;flex-flow:column;gap:32px}#contact-form>form>h3{text-align:center;margin-bottom:20px}.form-item{display:flex;justify-content:flex-start;align-items:stretch;flex-flow:column;gap:7px}.form-item label.required:after{content:"*";color:#8509ba}.form-item input[type=text],.form-item input[type=email],.form-item input[type=number],.form-item textarea{padding:10px;border-radius:8px;border:0;outline:1px solid #8509ba00;background-color:#1b202a;font-family:Inter,sans-serif;transition:.2s ease outline;color:#fff}.form-item input[type=text]:focus,.form-item input[type=email]:focus,.form-item input[type=number]:focus,.form-item textarea:focus{outline:1px solid #8509ba}.form-item textarea{resize:vertical;height:200px}.form-item-radio{list-style:none;font-size:14px}.form-item-radio li{display:flex;justify-content:flex-start;align-items:flex-start;gap:7px}.form-item-radio li input{margin-top:2px}.form-item-submit{display:flex;justify-content:center;align-items:center}.form-item input[type=submit]{background-color:#8509ba;color:#fff;padding:12px 35px;border-radius:1000px;border:0;cursor:pointer;font-size:16px}@media screen and (max-width: 400px){#contact-form{padding:0;background-color:unset;border:0}}
