@import url(https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap);@import url(https://fonts.googleapis.com/css2?family=REM:ital,wght@0,100..900;1,100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);:root{font-size:10px}*{-webkit-user-select:text;user-select:text}::-webkit-scrollbar{background-color:#4d4d4d;height:10px;width:10px}::-webkit-scrollbar-thumb{background-color:#b3b3b3;border-radius:5em}::-webkit-scrollbar-thumb:hover{cursor:pointer}::selection{background-color:#ff4081;color:#fff}.row{display:flex;flex-direction:row}.column{display:flex;flex-direction:column}.grid{display:grid}.bold{font-weight:700}body{background-color:#fff;display:flex;flex-direction:column;font-family:REM;height:100vh;margin:0;padding:0;width:100%}#nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#fffffff2;box-shadow:0 -20px 40px 0 grey;display:grid;font-size:1.5em;grid-template-columns:repeat(7,1fr);height:12.5vh;justify-items:center;margin:0;padding:0 2vw;position:fixed;text-align:center;z-index:100}#nav img{height:auto;width:50%}#nav img:hover{cursor:pointer}#nav .navItem{align-content:center;height:100%;position:relative;transition:color .2s ease}#nav .navItem:after{background-color:#ff4081;bottom:2.5ch;content:"";height:0;left:0;position:absolute;transition:height .2s ease;width:100%}#nav .navItem:hover{color:#ff4081;cursor:pointer}#nav .navItem:hover:after{height:.25ch}#nav .contact{background:none;background-color:#ff4081;border:.2em solid #ff4081;border-radius:.25em;color:#fff;font-family:inherit;margin:0;padding:.5ch 1cqw;transition:all .25s ease;width:fit-content}#nav .contact:hover{background-color:#fff;color:#ff4081;cursor:pointer}#nav [data-link=true]{position:relative;width:fit-content}#nav [data-link=true]:before{aspect-ratio:1;content:url(/static/media/ChevronRightPink1.235875f94b5b789285bd.svg);height:1rem;opacity:0;position:absolute;right:-1.75ch;transition:opacity .25s ease}#nav [data-link=true]:hover:before{opacity:1}#nav .float{background-color:#fff;border-radius:.25em;box-shadow:0 0 10px 0 grey;position:absolute;top:11.5vh}#nav .float .container{display:none;gap:1em;padding:2ch 2cqw;text-align:left}#nav .float .container span{transition:color .25s ease}#nav .float .container span:hover{color:#ff4081;cursor:pointer}#main{flex-grow:1;margin-top:12.5vh}#main .title{font-size:3.5rem;font-weight:700;line-height:2ch}#main .desc{font-size:2.1rem;line-height:2.5ch}#main .descsmall{font-size:1.8rem;line-height:2.75ch}#footer{background-color:#404040;color:#fff;font-size:1.25em;justify-content:center;margin-top:5vh;padding:1.25ch 0}#landing .banner{align-items:center;background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/banner.371776496f49db8db16f.webp);background-position:50%;background-size:cover;gap:1.5em;height:65vh;justify-content:center;text-align:center;width:100%}#landing .banner .desc,#landing .banner .title{color:#fff;margin:0 25%}#landing .big,#landing .small{margin:5vh 10vw}#landing .big{align-items:center;gap:12.5vw;height:72.5vh;justify-content:center}#landing .big img{border-radius:1em;height:auto;width:40%}#landing .big .content{gap:3.5em;max-width:500px}#landing .big .content button{background:none;border:.2em solid #ff4081;border-radius:.25em;color:#ff4081;font-family:inherit;font-size:1.5em;height:5ch;margin:0;padding:0 1.5cqw;transition:all .25s ease;width:fit-content}#landing .big .content button:hover{background-color:#ff4081;color:#fff;cursor:pointer}#landing .small .extra{margin-bottom:.75em}#landing .small .title{position:relative}#landing .small .title:after{background-color:#000;border-radius:1em;bottom:-.5ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#landing .small svg{color:#ff4081;height:2.5rem;width:2.5rem}#landing .small .table1{gap:2.5ch 5cqw;grid-template:repeat(3,1fr)/repeat(3,1fr);padding:5vh 0}#landing .small .table1>*{align-items:center;gap:1cqw}#landing .small .table2{gap:2.5ch 3.5cqw;grid-template:repeat(2,1fr)/repeat(3,1fr);padding:5vh 0}#landing .small .table2 .desc{font-weight:700}#landing .small .table2>*{gap:1.5ch}#landing .small .table2 div:has(>.desc){align-items:center;gap:1em}#landing .small .table3{gap:2.5ch 3.75cqw;grid-template:repeat(2,1fr)/repeat(3,1fr);padding:5vh 0}#landing .small .table3>*{align-items:center;gap:1cqw}#employee-experience .mainTitle{align-self:center;margin:50px 0;position:relative}#employee-experience .mainTitle:after{background-color:#000;border-radius:1em;bottom:-.25ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#employee-experience .big,#employee-experience .small{margin:5vh 10vw}#employee-experience .big{align-items:center;gap:12.5vw;justify-content:center}#employee-experience .big img{border-radius:1em;height:auto;width:40%}#employee-experience .big .content{gap:3em;max-width:500px}#employee-experience .big .content .descsmall{gap:1em}#employee-experience .small .title{position:relative}#employee-experience .small .title:after{background-color:#000;border-radius:1em;bottom:-.5ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#employee-experience .small .content{gap:1em;margin:2em 0}#customer-experience .mainTitle{align-self:center;margin:50px 0;position:relative}#customer-experience .mainTitle:after{background-color:#000;border-radius:1em;bottom:-.25ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#customer-experience .big,#customer-experience .small{margin:5vh 10vw}#customer-experience .big{align-items:center;gap:12.5vw;justify-content:center}#customer-experience .big img{border-radius:1em;height:auto;width:40%}#customer-experience .big .content{gap:3em;max-width:500px}#customer-experience .big .content .descsmall{gap:1em}#customer-experience .small .title{position:relative}#customer-experience .small .title:after{background-color:#000;border-radius:1em;bottom:-.5ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#customer-experience .small .content{gap:1em;margin:2em 0}#secondary-research .mainTitle{align-self:center;margin:50px 0;position:relative}#secondary-research .mainTitle:after{background-color:#000;border-radius:1em;bottom:-.25ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#secondary-research .big,#secondary-research .small{margin:5vh 10vw}#secondary-research .big{align-items:center;gap:12.5vw;justify-content:center}#secondary-research .big img{border-radius:1em;height:auto;width:40%}#secondary-research .big .content{gap:3em;max-width:500px}#secondary-research .big .content .descsmall{gap:1em}#secondary-research .small .title{position:relative}#secondary-research .small .title:after{background-color:#000;border-radius:1em;bottom:-.5ch;content:"";height:.2ch;left:0;position:absolute;width:100%}#secondary-research .small .content{gap:1em;margin:2em 0}.usecase{gap:5vh}.usecase .banner{background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/banner.13fa867f6714c35b18e5.webp);background-position:50%;background-size:cover;height:50vh;justify-content:center;text-align:center;width:100%}.usecase .banner .desc,.usecase .banner .title{color:#fff;margin:0 10vw}.usecase .section{gap:1.5ch;justify-content:center;margin:0 10vw}.usecase .section ul{list-style:none;margin:0}.usecase .section ul li{position:relative}.usecase .section ul li:before{aspect-ratio:1;background-color:#ff4081;border-radius:.1em;content:"";height:.5em;left:-1.5ch;position:absolute;top:1ch}.usecase .section .notTitle{gap:1.5ch;margin-left:5ch}.usecase .section .notTitle .part>.desc{font-weight:700}.usecase .grid{align-self:center;background-color:#ff4081;border:.35ch solid #ff4081;gap:.35ch;margin:2vh 0}.usecase .grid span{align-content:center;background-color:#fff;padding:.25ch 2ch;text-align:center}.usecase .grid span.bold{font-weight:700}.usecase .grid span.left{text-align:left}.usecase .grid span.right{text-align:right}.usecase .grid._5x4{grid-template-columns:repeat(5,auto);grid-template-rows:repeat(4,auto)}.usecase .grid._2x4{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(4,auto)}.usecase .grid._4x4{grid-template-columns:repeat(4,auto);grid-template-rows:repeat(4,auto)}.usecase .grid._3x3{grid-template-columns:repeat(3,auto);grid-template-rows:repeat(3,auto)}.usecase .grid._2x3{grid-template-columns:repeat(2,auto);grid-template-rows:repeat(3,auto)}.usecase .grid._4x5{grid-template-columns:repeat(4,auto);grid-template-rows:repeat(5,auto)}#EJI .banner{background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/banner.ca2baadb0b6dfd69e900.webp);background-position:50%;background-size:cover;height:50vh;justify-content:center;text-align:center;width:100%}#EJI .banner .title{color:#fff;margin:0 37%}#EJI .section{justify-content:center;margin:5vh 10vw}#EJI .section img{align-self:center;height:auto;margin:2.5em 0}#EJI .section .container{align-items:center;margin:1em 0}#EJI .section .container>.column{gap:1em}#EJI .section[data-id="1"] img{width:80%}#EJI .section[data-id="1"] .descsmall{margin:.5ch 0}#EJI .section[data-id="2"] .container{gap:5em}#EJI .section[data-id="2"] .container img{width:50%}#EJI .section[data-id="2"] .container .grid{background-color:#ff8c40;border:.1ch solid #ff8c40;gap:.1ch;grid-template-columns:.7fr .45fr .7fr;grid-template-rows:fit-content(1ch) repeat(3,fit-content(3ch));height:fit-content;margin-top:2.5vh}#EJI .section[data-id="2"] .container .grid span{align-content:center;background-color:#fff;text-align:center}#EJI .section[data-id="2"] .container .grid span.bold{font-weight:700}#EJI .section[data-id="3"] img{width:55%}#EJI .section[data-id="4"] img{width:40%}#EJI .section[data-id="4"] .container{gap:5em}#EJI .section[data-id="5"] img{width:60%}#EJI .section[data-id="5"] .container{gap:2em}#EJI .section[data-id="5"] .grid{background-color:#448aff;gap:.1ch;grid-template-columns:repeat(5,auto);grid-template-rows:repeat(4,auto)}#EJI .section[data-id="5"] .grid span{align-content:center;background-color:#fff;text-align:center}#EJI .section[data-id="5"] .grid span.bold{font-weight:700}#EJI .section[data-id="5"] .grid span.left{padding:0 1em;text-align:left}#CX .banner{background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/banner.ca2baadb0b6dfd69e900.webp);background-position:50%;background-size:cover;height:50vh;justify-content:center;text-align:center;width:100%}#CX .banner .title{color:#fff;margin:0 37%}#CX .section{justify-content:center;margin:5vh 10vw}#CX .section img{align-self:center;height:auto;margin:2.5em 0}#CX .section .container{align-items:center;margin:1em 0}#CX .section .container>.column{gap:1em}#CX .section[data-id="1"] .container{gap:3em}#CX .section[data-id="1"] .container img{width:100%}#CX .section[data-id="1"] .container .grid{background-color:#448aff;border:.1ch solid #448aff;gap:.1ch;grid-template-columns:repeat(6,auto);grid-template-rows:repeat(4,auto);margin-top:2.5vh}#CX .section[data-id="1"] .container .grid span{align-content:center;background-color:#fff;padding:0 .2em;text-align:center}#CX .section[data-id="1"] .container .grid span.bold{font-weight:700}#CX .section[data-id="2"] img{width:50%}#CX .section[data-id="2"] .container{gap:5em}#CX .section[data-id="3"] img{width:55%}#CX .section[data-id="3"] .container{gap:5em}#CX .section[data-id="3"] .container>.column{gap:2em}#CX .section[data-id="3"] .container .grid{background-color:#ff6d00;border:.25ch solid #ff6d00;gap:.25ch;grid-template-columns:repeat(2,auto);grid-template-rows:repeat(4,auto)}#CX .section[data-id="3"] .container .grid span{align-content:center;background-color:#fff;padding:0 .5em;text-align:center}#CX .section[data-id="3"] .container .grid span.bold{font-weight:700}#CX .section[data-id="3"] .container .grid span.left{text-align:left}#MII .banner{background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/banner.ca2baadb0b6dfd69e900.webp);background-position:50%;background-size:cover;height:50vh;justify-content:center;text-align:center;width:100%}#MII .banner .desc,#MII .banner .title{color:#fff}#MII .section{gap:2em;justify-content:center;margin:5vh 10vw}#MII .section img{align-self:center;height:auto}#MII .section[data-id="1"] img[alt=firstImage]{width:35%}#MII .section[data-id="1"] img[alt=secondImage]{width:55%}#MII .section[data-id="1"] .images{gap:5vw;justify-content:center}#MII .section[data-id="1"] img[alt=thirdImage]{width:40%}#MII .section[data-id="1"]>div:last-of-type{gap:10em}#MII .section[data-id="1"]>div:last-of-type .column{gap:1.5em}#MII .section[data-id="2"] img{width:30%}#MII .section[data-id="2"]>div:first-of-type .desc{margin-bottom:1ch}#MII .section[data-id="2"] .row:has(img){gap:5em;justify-content:center}#MII .section[data-id="3"] img{width:90%}#perspective .banner{background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/banner.0cb9de218c05af8e5cd7.webp);background-position:50%;background-size:cover;height:50vh;justify-content:center;text-align:center;width:100%}#perspective .banner .desc,#perspective .banner .title{color:#fff}#perspective .grid{align-items:start;gap:7vh 0;grid-template:repeat(3,1fr)/repeat(3,1fr);justify-items:center;margin:5vh 10vw}#perspective .grid>.column{align-items:center;gap:2vh;justify-content:center;position:relative;width:75%}#perspective .grid>.column *{pointer-events:none}#perspective .grid>.column img{align-self:center;border-radius:1em;height:auto;transition:box-shadow .2s ease;width:100%}#perspective .grid>.column span{text-align:center}#perspective .grid>.column:after{background-color:#ff4081;border-radius:1em;content:"";height:.4em;opacity:0;position:absolute;top:42.5vh;transition:opacity .2s ease;width:100%}#perspective .grid>.column:hover{cursor:pointer}#perspective .grid>.column:hover img{box-shadow:0 1em 1.5em -1.5em #ff4081}#perspective .grid>.column:hover:after{opacity:1}.perspectives{gap:5vh}.perspectives .banner{background:linear-gradient(rgba(0,0,0,.475),rgba(0,0,0,.475)),url(/static/media/perspectivesBanner.197b430c3d620bd8b66e.webp);background-position:50%;background-size:cover;height:50vh;justify-content:center;text-align:center;width:100%}.perspectives .banner .desc,.perspectives .banner .title{color:#fff;margin:0 10vw}.perspectives .section{gap:1.5ch;justify-content:center;margin:0 10vw}.perspectives .section ul{list-style:none;margin:0}.perspectives .section ul li{position:relative}.perspectives .section ul li:before{aspect-ratio:1;background-color:#ff4081;border-radius:.1em;content:"";height:.5em;left:-1.5ch;position:absolute;top:1ch}#pricing{align-items:center;gap:5vh;margin:7vh 0}#pricing .head{text-align:center}#pricing .prices{gap:7vw}#pricing .prices .tier{background-color:#f7f7f7;border:2.5px solid #ff4081;border-radius:1em;gap:2.5vh;padding:2vh 0;width:35vw}#pricing .prices .tier .price{gap:1ch;padding:0 1cqw;text-align:center}#pricing .prices .tier .price .desc{font-weight:700}#pricing .prices .tier .price .cost{font-size:4em;font-weight:700}#pricing .prices .tier .price .descsmall{font-size:1.5em}#pricing .prices .tier .features{gap:2ch;padding:0 2.5cqw}#pricing .prices .tier .features .feature{align-items:center;gap:2em}#pricing .prices .tier .features .feature svg{color:#ff4081;scale:1.5}#contact{align-items:center;gap:7vw;height:100%;margin:0 10vw;padding:5vh 0}#contact .left #emailid{background-color:#ff4081;border:.3ch solid #ff4081;border-radius:.75ch;box-shadow:0 0 1em -.25em #999;color:#fff;display:flex;flex-direction:row;font-family:inherit;gap:2cqw;margin:5vh 0;padding:.5ch 1ch;position:relative;transition:all .2s ease;width:fit-content}#contact .left #emailid *{pointer-events:none}#contact .left #emailid .email{transition:all .2s ease}#contact .left #emailid:after{aspect-ratio:1;bottom:-1.5ch;content:url(/static/media/ChevronRightPink1.235875f94b5b789285bd.svg);height:10px;left:50%;opacity:0;position:absolute;rotate:90deg;transition:opacity .2s ease}#contact .left #emailid:hover{background-color:#fff;color:#000;cursor:pointer}#contact .left #emailid:hover .email{color:#ff4081}#contact .left #emailid:hover .alert,#contact .left #emailid:hover:after{opacity:1}#contact .left #emailid .mailIcon{justify-content:center;margin-left:1cqw}#contact .left #emailid .mailIcon svg{background-color:#fff;border-radius:.15em;color:#ff4081;padding:.2ch .25ch;scale:2}#contact .left #emailid div:has(.email){text-align:left}#contact .left #emailid .alert{align-items:center;bottom:-3.5ch;gap:.25cqw;justify-content:center;left:0;opacity:0;position:absolute;right:0;transition:opacity .2s ease}#contact .left #emailid .alert svg{color:#ff4081}#contact .right{background-color:#ff4081;border-radius:.75em;color:#fff;flex-grow:1;gap:2em;padding:2ch 4ch}#contact .right span{line-height:normal}#contact .right form{display:flex;flex-direction:column;gap:2em;margin-bottom:calc(2em - 2ch)}#contact .right form *{background-color:#fff;border:.15em solid #0000;border-radius:.25em;caret-color:#ff4081;color:#000;font-family:inherit;font-size:1.35em;padding:1ch 2ch;transition:all .2s ease}#contact .right form :focus{outline:none}#contact .right form [name=message]{height:10vh;resize:vertical}#contact .right form [name=message]::-webkit-scrollbar{background-color:#0000;width:.5ch}#contact .right form [name=message]::-webkit-scrollbar-thumb{background-color:#ff4081;border-radius:5em}#contact .right form [name=message]::-webkit-scrollbar-thumb:hover{cursor:pointer}#contact .right form [type=submit]:hover{background-color:#0000;border-color:#fff;color:#fff;cursor:pointer;font-size:1.65em}@keyframes load{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#tool{gap:5vh;justify-content:center;margin:5vh 10vw;min-height:80%}#tool .loader{animation:load .75s ease-in-out infinite;aspect-ratio:1;border-color:currentcolor #0000;border-radius:50%;border-style:solid;border-width:1em;box-sizing:border-box;color:#ff4081;position:absolute}#tool .loader.show{display:flex}#tool .loader.hide{display:none}#tool ol,#tool ul{list-style:none;margin:0}#tool ol li,#tool ul li{position:relative}#tool ol li:before,#tool ul li:before{aspect-ratio:1;background-color:#ff4081;border-radius:.1em;content:"";height:.5em;left:-1.5ch;position:absolute;top:1ch}#tool .upload .steps{width:50%}#tool .upload .buttons{align-items:center;gap:5vh;justify-content:center;position:relative;width:50%}#tool .upload .buttons input{font-family:inherit}#tool .upload .buttons input::file-selector-button{background:none;border:.15em solid #ff4081;border-radius:.25em;color:#ff4081;font-family:inherit;margin-left:20%;margin-right:1em;padding:.25em 1cqw;transition:all .25s ease}#tool .upload .buttons input::file-selector-button:hover{background-color:#ff4081;color:#fff;cursor:pointer}#tool .upload .buttons .loader{border-width:.5em;height:50px;top:70%}#tool .variableContainer{gap:3vh}#tool .variableContainer.show{display:flex}#tool .variableContainer.hide{display:none}#tool .variableContainer .categorical,#tool .variableContainer .numeric,#tool .variableContainer .opentext{gap:1vh}#tool .variableContainer .categorical>.desc,#tool .variableContainer .numeric>.desc,#tool .variableContainer .opentext>.desc{position:relative}#tool .variableContainer .categorical>.desc:after,#tool .variableContainer .numeric>.desc:after,#tool .variableContainer .opentext>.desc:after{background-color:#ccc;bottom:0;content:"";height:.15em;left:0;position:absolute;width:100%}#tool .variableContainer .categorical .grid,#tool .variableContainer .numeric .grid,#tool .variableContainer .opentext .grid{gap:2em;grid-template-columns:repeat(5,auto)}#tool .variableContainer .categorical .grid .variable,#tool .variableContainer .numeric .grid .variable,#tool .variableContainer .opentext .grid .variable{align-items:center}#tool .variableContainer .categorical .grid .variable input[type=checkbox],#tool .variableContainer .numeric .grid .variable input[type=checkbox],#tool .variableContainer .opentext .grid .variable input[type=checkbox]{appearance:none;border:.15em solid grey;border-radius:.2em;height:1.25em;margin-right:1ch;position:relative;transition:background-color .2s ease;width:1.25em}#tool .variableContainer .categorical .grid .variable input[type=checkbox]:after,#tool .variableContainer .numeric .grid .variable input[type=checkbox]:after,#tool .variableContainer .opentext .grid .variable input[type=checkbox]:after{background-color:#ff4081;border-radius:.1em;content:"";height:100%;opacity:0;position:absolute;scale:.55;transition:opacity .2s ease;width:100%}#tool .variableContainer .categorical .grid .variable input[type=checkbox]:hover,#tool .variableContainer .numeric .grid .variable input[type=checkbox]:hover,#tool .variableContainer .opentext .grid .variable input[type=checkbox]:hover{background-color:grey;cursor:pointer}#tool .variableContainer .categorical .grid .variable input[type=checkbox]:checked:after,#tool .variableContainer .numeric .grid .variable input[type=checkbox]:checked:after,#tool .variableContainer .opentext .grid .variable input[type=checkbox]:checked:after{opacity:1}#tool .variableContainer .categorical .grid .variable span,#tool .variableContainer .numeric .grid .variable span,#tool .variableContainer .opentext .grid .variable span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:15ch}#tool .variableContainer .buttons{gap:2em 0;grid-template-columns:repeat(5,auto);justify-content:center}#tool .variableContainer .buttons button{align-self:center;background:none;border:.15em solid #ff4081;border-radius:.25em;color:#ff4081;font-family:inherit;height:100%;margin:0 1em;padding:.1em 1cqw;transition:all .25s ease}#tool .variableContainer .buttons button.show{display:inline-block}#tool .variableContainer .buttons button.hide{display:none}#tool .variableContainer .buttons button:hover{background-color:#ff4081;color:#fff;cursor:pointer}#tool .variableContainer .placeholder .variable{align-items:center}#tool .variableContainer .placeholder .variable input[type=checkbox]{appearance:none;border:.15em solid grey;border-radius:.2em;height:1.25em;margin-right:1ch;position:relative;transition:background-color .2s ease;width:1.25em}#tool .variableContainer .placeholder .variable input[type=checkbox]:after{background-color:#ff4081;border-radius:.1em;content:"";height:100%;opacity:0;position:absolute;scale:.55;transition:opacity .2s ease;width:100%}#tool .variableContainer .placeholder .variable input[type=checkbox]:hover{background-color:grey;cursor:pointer}#tool .variableContainer .placeholder .variable input[type=checkbox]:checked:after{opacity:1}#tool .analysis{gap:5vw}#tool .analysis>*{width:50%}#tool .analysis.show{display:flex}#tool .analysis.hide{display:none}#tool .analysis .insights,#tool .analysis .plot{gap:2vh;min-height:30vh;position:relative}#tool .analysis .insights .loader,#tool .analysis .plot .loader{align-self:center;border-width:.5em;height:75px;top:50%}#tool .analysis .insights .chart,#tool .analysis .plot .chart{min-height:250px}#tool .analysis .insights .chart .bar,#tool .analysis .insights .chart .line,#tool .analysis .plot .chart .bar,#tool .analysis .plot .chart .line{color:#ff4081}#tool .analysis .insights .chart li:before,#tool .analysis .plot .chart li:before{content:none}#tool .analysis .plot{gap:5vh}#tool .analysis .plot *{-webkit-user-select:none;user-select:none}#tool .analysis .plot .wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5vh;height:100%;width:100%}#tool .analysis .plot .wrapper .descsmall{align-self:center}#tool .analysis .plot .wrapper button{align-self:center;background:none;border:.15em solid #ff4081;border-radius:.25em;color:#ff4081;font-family:inherit;margin-top:5vh;padding:.1em 1cqw;transition:all .25s ease;width:fit-content}#tool .analysis .plot .wrapper button:hover{background-color:#ff4081;color:#fff;cursor:pointer}#tool .analysis .plot .wrapper .grid{align-self:center;background-color:#ff4081;border:.35ch solid #ff4081;gap:.35ch}#tool .analysis .plot .wrapper .grid span{align-content:center;background-color:#fff;padding:.25ch .5ch;text-align:center}#tool .analysis .plot .wrapper .grid span.bold{font-weight:700}#tool .analysis .plot .wrapper .grid span.left{text-align:left}#tool .saveImage.show{display:flex}#tool .saveImage.hide{display:none}#tool .saveImage button{align-self:center;background:none;border:.15em solid #ff4081;border-radius:.25em;color:#ff4081;font-family:inherit;padding:.1em 1cqw;transition:all .25s ease;width:fit-content}#tool .saveImage button:hover{background-color:#ff4081;color:#fff;cursor:pointer}#test .wrapper{align-items:center;display:flex;flex-direction:column;gap:1.5vh;height:100%;width:100%}#test .wrapper .descsmall{align-self:center}#test .wrapper button{align-self:center;background:none;border:.15em solid #ff4081;border-radius:.25em;color:#ff4081;font-family:inherit;margin-top:5vh;padding:.1em 1cqw;transition:all .25s ease;width:fit-content}#test .wrapper button:hover{background-color:#ff4081;color:#fff;cursor:pointer}#test .wrapper .grid{align-self:center;background-color:#ff4081;border:.35ch solid #ff4081;gap:.35ch}#test .wrapper .grid span{align-content:center;background-color:#fff;padding:.25ch .5ch;text-align:center}#test .wrapper .grid span.bold{font-weight:700}#test .wrapper .grid span.left{text-align:left}
/*# sourceMappingURL=main.9d5096dd.css.map*/