@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-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: 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-333.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}#videos{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px}#videos-text{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:30px;text-align:center}#videos-list{display:flex;justify-content:space-between;align-items:center}#videos-list video{width:20%}#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%}}#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)}#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}#comparison{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:65px}#comparison>h2{text-align:center}#comparison-table{display:grid;grid-template-columns:1fr 1fr;gap:50px;width:100%}#comparison-table>div{display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:20px}#comparison-table>div ul{font-size:1.25rem;display:flex;justify-content:flex-start;align-items:center;flex-flow:column;gap:20px;list-style-type:none;padding:50px 20px;max-width:600px;width:100%;border:1px solid #ffffff80;border-radius:10px}#comparison-table>div ul li{display:flex;justify-content:flex-start;align-items:center;gap:20px;text-align:center}#comparison-table>div ul li svg{width:32px;height:32px;stroke-width:4px}#comparison-table>div:first-child ul li svg{color:red}#comparison-table>div:last-child ul{border:2px solid #0015ff}#comparison-table>div:last-child ul li svg{color:green}#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}#calculator{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:30px}#calculator-head{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:20px;text-align:center}#calculator-head>p{max-width:600px}#calculator-form{position:relative;padding:35px 50px;width:100%;max-width:800px;border-radius:10px;display:flex;justify-content:center;align-items:center;flex-flow:column;gap:10px;overflow:hidden}#calculator-form:after{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:#020202;border-radius:10px;z-index:-10}#calculator-form:before{content:"";position:absolute;width:170%;aspect-ratio:1/1;background:linear-gradient(135deg,#000 40%,#0015ff);border-radius:1000px;z-index:-100;animation:gradientSpin 10s linear infinite}@keyframes gradientSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#calculator-form>span{font-size:1.5rem;font-style:italic;text-align:center}#calculator-form input[type=number]{font-family:Inter,sans-serif;display:inline;padding:10px 15px;background:linear-gradient(135deg,#00000080,#00000040);border:1px solid #ffffff20;color:#fff;border-radius:5px;font-size:1.5rem;font-weight:600;text-align:right;width:100px}#calculator-form>span:last-of-type{background:linear-gradient(135deg,#0015ff80,#0015ff40);border:1px solid #ffffff20;padding:20px;border-radius:8px;width:100%;font-style:normal}#calculator-form>div{position:relative;display:grid;grid-template-columns:1fr auto;gap:50px;padding:50px 0 20px}#calculator-form>div:before{content:"";position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#fff0,#ffffff05,#ffffff20,#ffffff05,#fff0)}#calculator-form>div>span:first-child{display:flex;justify-content:flex-start;align-items:flex-start;flex-flow:column;gap:10px;padding-right:20px}#calculator-form>div>span:first-child>b{font-size:1.2rem}#calculator-form>div>span:first-child>ul{margin-left:20px;color:#fffa}#calculator-form>div>span:last-child{position:relative;display:flex;justify-content:center;align-items:flex-end;flex-flow:column;text-align:right;padding-left:20px}#calculator-form>div>span:last-child:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%;background:linear-gradient(0deg,#fff0,#ffffff05,#ffffff20,#ffffff05,#fff0)}#calculator-form>div>span:last-child i{font-size:1.5rem;color:#7b86ff}#calculator-form>div>span:last-child b{font-size:2rem;font-style:normal;color:#fff}@media screen and (max-width: 1050px){#why,#process-list,#testimonials-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 850px){#comparison-table{grid-template-columns:1fr}}@media screen and (max-width: 700px){#why{grid-template-columns:repeat(1,1fr)}#videos-list{grid-template-columns:repeat(2,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: 550px){#calculator-form>div{grid-template-columns:1fr}#calculator-form>div:last-child>span:last-child:before{display:none}}@media screen and (max-width: 400px){#calculator-form{padding:10px;justify-content:flex-start;align-items:flex-start;text-align:left}#calculator-form:before{display:none}#calculator-form>span{text-align:left}#banner>span{font-size:2.5rem}}
