@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);box-shadow:0 8px 32px 0 rgba(31,38,135,.37);justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start}.app__navbar-logo img{height:20px;width:90px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:transparent;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--gray-color);flex-direction:column;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}span{color:var(--secondary-color)}.quick-brand-check__button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:9999px;bottom:2rem;box-shadow:0 8px 20px rgba(37,99,235,.25),0 4px 8px rgba(37,99,235,.15),inset 0 2px 4px hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.75rem;padding:1.25rem 2rem;position:fixed;right:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:100}.quick-brand-check__button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 12px 30px rgba(37,99,235,.35),0 6px 12px rgba(37,99,235,.2),inset 0 2px 4px hsla(0,0%,100%,.2);-webkit-transform:translateY(-3px);transform:translateY(-3px)}.quick-brand-check__button:active{box-shadow:0 5px 15px rgba(37,99,235,.2);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.quick-brand-check__button .icon{color:#fff;-webkit-filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));font-size:1.5rem}.quick-brand-check__form-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.75rem;box-shadow:0 4px 12px rgba(37,99,235,.15),inset 0 2px 4px hsla(0,0%,100%,.1);color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;gap:.75rem;justify-content:center;padding:1rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.quick-brand-check__form-button:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 6px 16px rgba(37,99,235,.25),inset 0 2px 4px hsla(0,0%,100%,.2);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.quick-brand-check__form-button:disabled{background:#94a3b8;box-shadow:none;cursor:not-allowed;-webkit-transform:none;transform:none}.quick-brand-check__form-button .icon{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;font-size:1.25rem}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.quick-brand-check__modal{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(15,23,42,.8);inset:0;overflow-y:auto;position:fixed;z-index:999}.quick-brand-check__modal-container{align-items:flex-start;display:flex;justify-content:center;min-height:100vh;padding:2rem}.quick-brand-check__modal-content{-webkit-animation:modalSlideIn .3s ease-out;animation:modalSlideIn .3s ease-out;background:#fff;border-radius:1.5rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);margin:2rem auto;max-width:900px;padding:3rem;position:relative;width:100%}.quick-brand-check__modal-close{align-items:center;background:#f1f5f9;border:none;border-radius:9999px;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.75rem;position:absolute;right:1.5rem;top:1.5rem;transition:all .2s ease}.quick-brand-check__modal-close:hover{background:#e2e8f0;color:#1e293b;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@-webkit-keyframes modalSlideIn{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes modalSlideIn{0%{opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.quick-brand-check__title{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:2rem;text-align:center}.quick-brand-check__form{grid-gap:2rem;display:grid;gap:2rem;padding:1rem}.quick-brand-check__form-limit{background:#f1f5f9;border-radius:.5rem;color:#64748b;font-size:.875rem;margin-bottom:1rem;padding:.5rem;text-align:center}.quick-brand-check__form-fields{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.quick-brand-check__form-fields{grid-template-columns:repeat(2,1fr)}}.quick-brand-check__form-group{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.quick-brand-check__form-group.full-width{grid-column:1/-1}}.quick-brand-check__form-group label{color:#1e293b;font-size:.9rem;font-weight:500}.quick-brand-check__form-group input,.quick-brand-check__form-group select,.quick-brand-check__form-group textarea{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;color:#1e293b;font-size:.95rem;padding:1rem;transition:all .2s ease}.quick-brand-check__form-group input:focus,.quick-brand-check__form-group select:focus,.quick-brand-check__form-group textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1);outline:none}.quick-brand-check__form-group input::-webkit-input-placeholder,.quick-brand-check__form-group select::-webkit-input-placeholder,.quick-brand-check__form-group textarea::-webkit-input-placeholder{color:#94a3b8}.quick-brand-check__form-group input::placeholder,.quick-brand-check__form-group select::placeholder,.quick-brand-check__form-group textarea::placeholder{color:#94a3b8}.quick-brand-check__form-group textarea{min-height:120px;resize:vertical}.quick-brand-check__form-group select{-webkit-appearance:none;appearance:none;background-image:url(data:image/svg+xml,...);background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.quick-brand-check__submit{background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:2rem;padding:1rem;transition:all .3s ease;width:100%}.quick-brand-check__submit:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.quick-brand-check__submit:disabled{cursor:not-allowed;opacity:.7}.quick-brand-check__section{background:#fff;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);margin:clamp(.5rem,3vw,1.5rem) 0;padding:clamp(1rem,5vw,2rem)}.quick-brand-check__section-header{align-items:center;display:flex;gap:1rem;margin-bottom:2rem;padding:0 1rem}.quick-brand-check__section-header-content h3{color:#1e293b;font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;margin-bottom:.25rem}.quick-brand-check__section-header-content p{color:#64748b;font-size:clamp(.875rem,2vw,1rem)}.quick-brand-check__section-header .icon{color:#3b82f6;font-size:clamp(1.25rem,3vw,1.5rem)}@media(max-width:640px){.quick-brand-check__section{padding:1rem}}.quick-brand-check__metrics-grid{grid-gap:clamp(1rem,4vw,2rem);gap:clamp(1rem,4vw,2rem);grid-template-columns:1fr}@media(min-width:768px){.quick-brand-check__metrics-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.quick-brand-check__metrics-cards{grid-gap:clamp(.5rem,2vw,1rem);display:grid;gap:clamp(.5rem,2vw,1rem);grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}@media(max-width:480px){.quick-brand-check__metrics-scroll{-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto;padding:.5rem 0;scroll-snap-type:x mandatory}.quick-brand-check__metrics-scroll::-webkit-scrollbar{height:4px}.quick-brand-check__metrics-scroll>*{flex:0 0 auto;margin-right:.75rem;scroll-snap-align:start;width:85%}.quick-brand-check__metrics-scroll>:last-child{margin-right:0}}.quick-brand-check__metrics-table{overflow-x:auto}@media(max-width:640px){.quick-brand-check__metrics-table{font-size:.875rem}.quick-brand-check__metrics-table-header,.quick-brand-check__metrics-table-row{display:grid;grid-template-columns:1fr;padding:.75rem}.quick-brand-check__metrics-table-header>*,.quick-brand-check__metrics-table-row>*{border-bottom:1px solid #e2e8f0;padding:.5rem 0}.quick-brand-check__metrics-table-header>:last-child,.quick-brand-check__metrics-table-row>:last-child{border-bottom:none}}.quick-brand-check__metric-card{background:#f8fafc;text-align:center}.quick-brand-check__metric-card span{display:block;margin-bottom:.5rem}.quick-brand-check__financial{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.quick-brand-check__financial{grid-template-columns:1fr 1.5fr}}.quick-brand-check__financial-metrics{grid-gap:1rem;display:grid;gap:1rem}.quick-brand-check__financial-card{background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__financial-card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quick-brand-check__financial-card-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.quick-brand-check__financial-card-header .icon{font-size:1.25rem}.quick-brand-check__financial-card-header .icon--success{color:#10b981}.quick-brand-check__financial-card-header .icon--primary{color:#3b82f6}.quick-brand-check__financial-card-header .icon--info{color:#6366f1}.quick-brand-check__financial-card-header h4{color:#1e293b;font-size:1rem;font-weight:600}.quick-brand-check__financial-value{display:flex;flex-direction:column;gap:.25rem}.quick-brand-check__financial-value strong{color:#1e293b;font-size:1.5rem;font-weight:600}.quick-brand-check__financial-value span{color:#64748b;font-size:.875rem}.quick-brand-check__financial-chart{background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem}.quick-brand-check__financial-chart-header{margin-bottom:1.5rem}.quick-brand-check__financial-chart-header h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.quick-brand-check__financial-chart-header span{color:#64748b;font-size:.875rem}.quick-brand-check__financial-chart-container{height:300px;position:relative}.quick-brand-check__metric-large{background:#f8fafc;border-left:4px solid #3b82f6;border-radius:.75rem;padding:1.5rem}.quick-brand-check__metric-large span{color:#64748b;display:block;font-size:.875rem;margin-bottom:.5rem}.quick-brand-check__metric-large strong{color:#1e293b;display:block;font-size:1.5rem;font-weight:600}.quick-brand-check__trends-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media(min-width:768px){.quick-brand-check__trends-grid{grid-template-columns:1fr 1fr}}.quick-brand-check__trends-list h4{color:#1e293b;font-size:1.125rem;font-weight:500;margin-bottom:1rem}.quick-brand-check__trends-list ul{list-style:none;margin:0;padding:0}.quick-brand-check__trends-list ul li{background:#f8fafc;border-radius:.5rem;color:#475569;font-size:.875rem;margin-bottom:.75rem;padding:.75rem}.quick-brand-check__prediction{background:#f8fafc;border-radius:.75rem;margin-bottom:1rem;padding:1.25rem}.quick-brand-check__prediction span{color:#3b82f6;display:block;font-weight:500;margin-bottom:.5rem}.quick-brand-check__prediction p{color:#475569;font-size:.875rem;line-height:1.5}@media(max-width:480px){.quick-brand-check__prediction{font-size:.875rem;padding:1rem}}.quick-brand-check__grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.quick-brand-check__card{background:#f8fafc;border-radius:.75rem;padding:1.5rem}.quick-brand-check__card h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.quick-brand-check__card ul{list-style:none;margin:0 0 1rem;padding:0}.quick-brand-check__card ul li{align-items:center;color:#475569;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:.5rem}.quick-brand-check__card ul li:before{color:#3b82f6;content:"•"}.quick-brand-check__timeline{grid-gap:1.5rem;display:grid;gap:1.5rem}.quick-brand-check__phase{background:#f8fafc;border-radius:.75rem;margin-bottom:1rem;padding:1.5rem}.quick-brand-check__phase-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.quick-brand-check__phase-number{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;font-weight:600;height:2rem;justify-content:center;width:2rem}.quick-brand-check__phase-timeline{color:#6b7280;font-size:.875rem}.quick-brand-check__results{grid-gap:2rem;display:grid;gap:2rem}.quick-brand-check__metrics-core-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.quick-brand-check__metrics-core-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.quick-brand-check__metrics-core-grid-item{background:#f8fafc;border-radius:.5rem;padding:1rem}.quick-brand-check__metrics-core-grid-item-label{color:#64748b;font-size:.875rem;margin-bottom:.5rem;text-transform:capitalize}.quick-brand-check__metrics-core-grid-item-value{color:#1e293b;font-size:1.5rem;font-weight:600}.quick-brand-check__chart-container{background:#fff;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);height:clamp(250px,50vh,400px);margin-bottom:1.5rem;padding:clamp(.75rem,3vw,1.5rem)}.quick-brand-check__chart-container-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1.5rem}.quick-brand-check__chart-container-header .icon{font-size:1.25rem}.quick-brand-check__chart-container-header .icon--purple{color:#8b5cf6}.quick-brand-check__chart-container-header .icon--blue{color:#3b82f6}.quick-brand-check__chart-container-header h3{color:#1e293b;font-size:1.125rem;font-weight:600}.quick-brand-check__chart-container-content{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto}@media(max-width:480px){.quick-brand-check__chart-container{height:300px}}.quick-brand-check__chart-doughnut{margin:0 auto;width:clamp(160px,30vw,200px)}.quick-brand-check__chart-stats{grid-gap:1rem;display:grid;gap:1rem}.quick-brand-check__stat{background:#f8fafc;border-radius:.5rem;padding:1rem;text-align:center}.quick-brand-check__stat span{color:#64748b;display:block;font-size:.875rem;margin-bottom:.25rem}.quick-brand-check__stat strong{color:#1e293b;font-size:1.25rem;font-weight:600}.quick-brand-check__case-studies{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.quick-brand-check__case-studies{grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}}.quick-brand-check__case-study{background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__case-study:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quick-brand-check__case-study-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.quick-brand-check__case-study-info h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.quick-brand-check__case-study-badge{background:#ecfdf5;border-radius:999px;color:#059669;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.quick-brand-check__case-study-timeline{color:#64748b;font-size:.875rem}.quick-brand-check__case-study-content{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:1.5rem}.quick-brand-check__case-study-section h5{color:#475569;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.quick-brand-check__case-study-section p{color:#334155;font-size:.875rem;line-height:1.5}.quick-brand-check__case-study-results{grid-gap:1rem;border-top:1px solid #e2e8f0;display:grid;gap:1rem;padding-top:1.5rem}@media(min-width:640px){.quick-brand-check__case-study-results{grid-template-columns:repeat(3,1fr)}}.quick-brand-check__case-study-metric{align-items:center;display:flex;gap:.75rem}.quick-brand-check__case-study-metric .icon{font-size:1.25rem}.quick-brand-check__case-study-metric .icon--success{color:#10b981}.quick-brand-check__case-study-metric .icon--primary{color:#3b82f6}.quick-brand-check__case-study-metric .icon--info{color:#6366f1}.quick-brand-check__case-study-metric div{display:flex;flex-direction:column;gap:.25rem}.quick-brand-check__case-study-metric span{color:#64748b;font-size:.75rem}.quick-brand-check__case-study-metric strong{color:#1e293b;font-size:1rem}.quick-brand-check__collaboration{display:flex;flex-direction:column;gap:1.5rem}.quick-brand-check__collaboration-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.quick-brand-check__collaboration-grid{grid-template-columns:1fr}}.quick-brand-check__collaboration-card{background:#fff;border-radius:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:2rem;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.quick-brand-check__collaboration-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quick-brand-check__collaboration-card.results{background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.quick-brand-check__collaboration-icon-wrapper{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.quick-brand-check__collaboration-icon-wrapper.primary{background:linear-gradient(135deg,#3b82f6,#2563eb)}.quick-brand-check__collaboration-icon-wrapper.primary .icon{color:#fff}.quick-brand-check__collaboration-icon-wrapper.success{background:linear-gradient(135deg,#10b981,#059669)}.quick-brand-check__collaboration-icon-wrapper.success .icon{color:#fff}.quick-brand-check__collaboration-icon-wrapper.info{background:linear-gradient(135deg,#6366f1,#4f46e5)}.quick-brand-check__collaboration-icon-wrapper.info .icon{color:#fff}.quick-brand-check .benefit-card{background:#f8fafc;border-radius:1rem;padding:1.25rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check .benefit-card:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.quick-brand-check .benefit-card .benefit-icon{align-items:center;background:#fff;border-radius:8px;display:flex;height:32px;justify-content:center;width:32px}.quick-brand-check .benefit-card .benefit-icon .icon{color:#10b981}.quick-brand-check__roi-milestone{background:#fff;border-left:4px solid #3b82f6;border-radius:1rem;padding:1.25rem}.quick-brand-check__roi-period,.quick-brand-check__roi-timeline{display:flex;flex-direction:column}.quick-brand-check__roi-period{gap:.25rem}.quick-brand-check__roi-period strong{color:#1e293b;font-size:.875rem}.quick-brand-check__roi-period span{color:#64748b;font-size:.75rem}.quick-brand-check__roi-value{color:#10b981;font-size:1.125rem;font-weight:600}.quick-brand-check__framework{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.quick-brand-check__framework{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.quick-brand-check__approach{color:#475569;margin-bottom:1.5rem}.quick-brand-check__lists{grid-gap:1.5rem;display:grid;gap:1.5rem}.quick-brand-check__list h5{color:#1e293b;font-size:1rem;font-weight:500;margin-bottom:.75rem}.quick-brand-check__roi-timeline{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.quick-brand-check__roi-timeline{grid-template-columns:repeat(3,1fr)}}.quick-brand-check__roi-item{background:#f1f5f9;border-radius:.5rem;padding:1rem;text-align:center}.quick-brand-check__roi-item span{color:#64748b;display:block;font-size:.875rem;margin-bottom:.5rem}.quick-brand-check__roi-item strong{color:#1e293b;font-size:1.25rem;font-weight:600}.quick-brand-check__roi-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:1rem}@media(min-width:640px){.quick-brand-check__roi-grid{grid-template-columns:repeat(3,1fr)}}.quick-brand-check__tools{margin-top:1.5rem}.quick-brand-check__tools h5{color:#1e293b;font-size:1rem;font-weight:500;margin-bottom:.75rem}.quick-brand-check__metrics-container{background:#f8fafc;border-radius:.75rem;margin-top:2rem;padding:1.5rem}.quick-brand-check__metrics-table{background:#fff;border-radius:.5rem;margin-top:1rem;overflow:hidden}.quick-brand-check__metrics-header{background:#f1f5f9;color:#1e293b;font-weight:500}.quick-brand-check__metrics-header,.quick-brand-check__metrics-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;padding:.75rem 1rem}.quick-brand-check__metrics-row{border-bottom:1px solid #e2e8f0}.quick-brand-check__metrics-row:last-child{border-bottom:none}.quick-brand-check__risk-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.quick-brand-check__risk-list li{background:#fff;border-left:3px solid #3b82f6;border-radius:.5rem;color:#475569;font-size:.875rem;margin-bottom:.75rem;padding:.75rem}.quick-brand-check__outcomes{background:#f8fafc;border-radius:.75rem;margin-top:1.5rem;padding:1.5rem}.quick-brand-check__outcome{margin-bottom:1.5rem}.quick-brand-check__outcome h5{color:#3b82f6;font-weight:500;margin-bottom:.75rem}.quick-brand-check__communication{margin-top:1.5rem}.quick-brand-check__communication ul{grid-gap:.75rem;display:grid;gap:.75rem}.quick-brand-check__progress-container{background:#fff;border-radius:1rem;box-shadow:0 1px 3px rgba(0,0,0,.1);margin-bottom:1.5rem;padding:1.5rem}.quick-brand-check__progress-container h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.quick-brand-check__progress-grid{grid-gap:1.25rem;display:grid;gap:1.25rem}.quick-brand-check__progress-item{background:#f8fafc;border-radius:.5rem;padding:1rem}.quick-brand-check__progress-header{color:#64748b;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.5rem}.quick-brand-check__progress-bar{background:#e2e8f0;border-radius:999px;height:.5rem;overflow:hidden}.quick-brand-check__progress-fill{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:999px;height:100%;transition:width .3s ease}.quick-brand-check__market-metrics{grid-gap:1.5rem;display:grid;gap:1.5rem}.quick-brand-check__market-metric-header{align-items:center;display:flex;gap:1rem;margin-bottom:.75rem}.quick-brand-check__market-metric-header .icon{background:#f8fafc;border-radius:.5rem;font-size:1.5rem;padding:.75rem}.quick-brand-check__market-metric-header .icon--primary{color:#3b82f6}.quick-brand-check__market-metric-header .icon--success{color:#10b981}.quick-brand-check__market-metric-header .icon--warning{color:#f59e0b}.quick-brand-check__market-metric-header .icon--info{color:#6366f1}.quick-brand-check__market-metric-header div{flex:1 1}.quick-brand-check__market-metric-header div h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:.25rem}.quick-brand-check__market-metric-header div span{color:#64748b;font-size:.875rem}.quick-brand-check__market-metric-header strong{color:#1e293b;font-size:1.125rem;font-weight:600}.quick-brand-check__market-metric-progress{background:#f1f5f9;border-radius:999px;height:.5rem;overflow:hidden}.quick-brand-check__market-metric-progress-bar{background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:999px;height:100%;transition:width .6s ease}.quick-brand-check__analysis-container{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.quick-brand-check__analysis-container{grid-template-columns:repeat(2,1fr)}}.quick-brand-check__tag-container{display:flex;flex-wrap:wrap;gap:.5rem}.quick-brand-check__tag{background:#f1f5f9;transition:all .2s ease}.quick-brand-check__tag:hover{background:#e2e8f0;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.quick-brand-check__competitive-container{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.quick-brand-check__competitive-container{grid-template-columns:repeat(3,1fr)}}.quick-brand-check__competitive-section h4{align-items:center;color:#1e293b;display:flex;font-size:1rem;gap:.5rem;margin-bottom:1rem}.quick-brand-check__competitive-section h4 .icon--small{color:#3b82f6;font-size:1rem}.quick-brand-check__list-container{display:flex;flex-direction:column;gap:.75rem}.quick-brand-check__list-item{background:#f8fafc;border-radius:.5rem;font-size:.875rem;line-height:1.4;padding:.75rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__list-item:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.quick-brand-check__list-item span{color:#334155}.quick-brand-check__blueprint{display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.quick-brand-check__blueprint-phase{background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__blueprint-phase:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quick-brand-check__blueprint-phase-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.quick-brand-check__blueprint-phase-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:999px;color:#fff;display:flex;font-size:1.125rem;font-weight:600;height:2.5rem;justify-content:center;width:2.5rem}.quick-brand-check__blueprint-phase-info h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.quick-brand-check__blueprint-phase-info span{color:#64748b;font-size:.875rem}.quick-brand-check__blueprint-content{grid-gap:1.5rem;display:grid;gap:1.5rem}@media(min-width:768px){.quick-brand-check__blueprint-content{grid-template-columns:1.5fr 1fr}}.quick-brand-check__blueprint-actions{display:flex;flex-direction:column;gap:.75rem}.quick-brand-check__blueprint-action{align-items:flex-start;background:#f8fafc;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__blueprint-action:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.quick-brand-check__blueprint-action .icon--success{color:#10b981;font-size:1rem;margin-top:.125rem}.quick-brand-check__blueprint-action span{color:#334155;font-size:.875rem;line-height:1.4}.quick-brand-check__blueprint-outcomes h5{color:#1e293b;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.quick-brand-check__blueprint-outcomes-list{display:flex;flex-direction:column;gap:.75rem}.quick-brand-check__blueprint-outcome{align-items:flex-start;background:#f1f5f9;border-radius:.5rem;display:flex;gap:.75rem;padding:.75rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__blueprint-outcome:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.quick-brand-check__blueprint-outcome .icon--info{color:#3b82f6;font-size:1rem;margin-top:.125rem}.quick-brand-check__blueprint-outcome span{color:#475569;font-size:.875rem;line-height:1.4}.quick-brand-check__market-intelligence{grid-gap:2rem;display:grid;gap:2rem}@media(min-width:768px){.quick-brand-check__market-intelligence{grid-template-columns:1fr 1fr}}.quick-brand-check__market-radar{background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem}.quick-brand-check__market-radar-header{margin-bottom:1rem}.quick-brand-check__market-radar-header h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.quick-brand-check__market-radar-header span{color:#64748b;font-size:.875rem}.quick-brand-check__market-radar-container{height:300px;margin:1rem 0;position:relative}.quick-brand-check__market-radar-container canvas{height:100%!important;width:100%!important}.quick-brand-check__market-metrics{background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);padding:1.5rem}.quick-brand-check__market-metrics-header{margin-bottom:1.5rem}.quick-brand-check__market-metrics-header h4{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.25rem}.quick-brand-check__market-metrics-header span{color:#64748b;font-size:.875rem}.quick-brand-check__market-metrics-grid{grid-gap:1rem;display:grid;gap:1rem}@media(min-width:480px){.quick-brand-check__market-metrics-grid{grid-template-columns:repeat(2,1fr)}}.quick-brand-check__market-metric-card{align-items:flex-start;background:#f8fafc;border-radius:.75rem;display:flex;gap:1rem;padding:1rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__market-metric-card:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quick-brand-check__market-metric-card .icon{background:#fff;border-radius:.5rem;font-size:1.5rem;padding:.75rem}.quick-brand-check__market-metric-card .icon--primary{color:#3b82f6}.quick-brand-check__market-metric-card .icon--success{color:#10b981}.quick-brand-check__market-metric-card .icon--warning{color:#f59e0b}.quick-brand-check__market-metric-card .icon--info{color:#6366f1}.quick-brand-check__market-metric-card div{display:flex;flex-direction:column;gap:.25rem}.quick-brand-check__market-metric-card span{color:#64748b;font-size:.875rem}.quick-brand-check__market-metric-card strong{color:#1e293b;font-size:1.25rem;font-weight:600}.quick-brand-check__market-metric-card small{color:#94a3b8;font-size:.75rem}.quick-brand-check__market-overview{display:flex;flex-direction:column;gap:2rem}.quick-brand-check__metrics-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}@media(max-width:768px){.quick-brand-check__metrics-grid{grid-template-columns:repeat(2,1fr)}}.quick-brand-check__metric-card{background:#fff;border-radius:.75rem;box-shadow:0 2px 4px rgba(0,0,0,.05);display:flex;flex-direction:column;gap:.5rem;padding:1.25rem}.quick-brand-check__metric-card span{color:#64748b;font-size:.875rem}.quick-brand-check__metric-card strong{color:#1e293b;font-size:1.25rem;font-weight:600}.quick-brand-check__groups{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.quick-brand-check__groups{grid-template-columns:1fr}}.quick-brand-check__group h4{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:1rem}.quick-brand-check__tags{display:flex;flex-wrap:wrap;gap:.5rem}.quick-brand-check__tag{background:#f8fafc;border-radius:9999px;color:#475569;font-size:.875rem;padding:.5rem 1rem}.quick-brand-check__analysis{grid-gap:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 2px 4px rgba(0,0,0,.05);display:grid;gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.quick-brand-check__analysis-section h4{align-items:center;color:#1e293b;display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.quick-brand-check__analysis-section h4 .icon--small{color:#64748b;font-size:1rem}.quick-brand-check__list{display:flex;flex-direction:column;gap:.75rem}.quick-brand-check__list-item{align-items:flex-start;display:flex;gap:.75rem}.quick-brand-check__list-item .icon{font-size:1rem;margin-top:.125rem}.quick-brand-check__list-item .icon--success{color:#10b981}.quick-brand-check__list-item .icon--warning{color:#f59e0b}.quick-brand-check__list-item .icon--info{color:#6366f1}.quick-brand-check__list-item span{color:#475569;font-size:.875rem;line-height:1.4}.quick-brand-check__benefits-list,.quick-brand-check__steps-list{display:flex;flex-direction:column;gap:1.25rem}.quick-brand-check__benefits-list li,.quick-brand-check__steps-list li{align-items:flex-start;display:flex;gap:1rem}.quick-brand-check__benefits-list li .icon,.quick-brand-check__benefits-list li .step,.quick-brand-check__steps-list li .icon,.quick-brand-check__steps-list li .step{align-items:center;background:#f0f9ff;border-radius:50%;color:#3b82f6;display:flex;flex-shrink:0;height:24px;justify-content:center;width:24px}.quick-brand-check__benefits-list li .step,.quick-brand-check__steps-list li .step{font-size:.875rem;font-weight:600}.quick-brand-check__benefits-list li div strong,.quick-brand-check__steps-list li div strong{color:#1e293b;display:block;font-size:1rem;margin-bottom:.25rem}.quick-brand-check__benefits-list li div p,.quick-brand-check__steps-list li div p{color:#64748b;font-size:.875rem;line-height:1.4}.quick-brand-check__opportunity-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.quick-brand-check__opportunity-grid{grid-template-columns:1fr}}.quick-brand-check__opportunity-card{background:#fff;border-radius:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:2rem;transition:box-shadow .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease}.quick-brand-check__opportunity-card:hover{box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.quick-brand-check__opportunity-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.quick-brand-check__opportunity-header h4{color:#1e293b;font-size:1.125rem;font-weight:600}.quick-brand-check__opportunity-icon-wrapper{align-items:center;border-radius:12px;display:flex;height:48px;justify-content:center;width:48px}.quick-brand-check__opportunity-icon-wrapper.warning{background:linear-gradient(135deg,#f59e0b,#d97706)}.quick-brand-check__opportunity-icon-wrapper.success{background:linear-gradient(135deg,#10b981,#059669)}.quick-brand-check__opportunity-icon-wrapper .icon{color:#fff;font-size:1.25rem}.quick-brand-check__challenges-list{display:flex;flex-direction:column;gap:1rem}.quick-brand-check__challenges-list .challenge-item{align-items:flex-start;background:#f8fafc;border-radius:.75rem;display:flex;gap:.75rem;padding:1rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__challenges-list .challenge-item:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.quick-brand-check__challenges-list .challenge-item .challenge-marker{background:#f59e0b;border-radius:50%;height:8px;margin-top:.5rem;width:8px}.quick-brand-check__challenges-list .challenge-item span{color:#475569;font-size:.875rem;line-height:1.5}.quick-brand-check__impact-metric{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:1rem;margin-top:1.5rem;padding-top:1.5rem}.quick-brand-check__impact-metric .impact-icon-wrapper{align-items:center;background:#fee2e2;border-radius:10px;display:flex;height:40px;justify-content:center;width:40px}.quick-brand-check__impact-metric .impact-icon-wrapper .icon{color:#ef4444}.quick-brand-check__impact-metric .impact-content span{color:#64748b;display:block;font-size:.75rem;margin-bottom:.25rem}.quick-brand-check__impact-metric .impact-content strong{color:#ef4444;font-size:1.25rem;font-weight:600}.quick-brand-check__metrics-container{grid-gap:1rem;display:grid;gap:1rem}.quick-brand-check__metrics-container .metric-card{align-items:center;background:#f8fafc;border-radius:.75rem;display:flex;gap:1rem;padding:1rem;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.quick-brand-check__metrics-container .metric-card:hover{-webkit-transform:translateX(4px);transform:translateX(4px)}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:center;width:40px}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper.primary{background:#dbeafe}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper.primary .icon{color:#3b82f6}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper.info{background:#e0e7ff}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper.info .icon{color:#6366f1}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper.success{background:#d1fae5}.quick-brand-check__metrics-container .metric-card .metric-icon-wrapper.success .icon{color:#10b981}.quick-brand-check__metrics-container .metric-card .metric-content span{color:#64748b;display:block;font-size:.75rem;margin-bottom:.25rem}.quick-brand-check__metrics-container .metric-card .metric-content strong{color:#1e293b;font-size:1.125rem;font-weight:600}.review-slider{display:flex;flex-direction:column;width:100%}@media(min-width:576px){.review-slider{flex-direction:column}}@media(min-width:768px){.review-slider{flex-direction:column}}@media(min-width:992px){.review-slider{flex-direction:column}}@media(min-width:1200px){.review-slider{flex-direction:column}}.review-slider__left,.review-slider__right{flex:1 1}.review-slider__left,.review-slider__right{align-items:center;display:flex;justify-content:center}.review-slider__right .review-slider__video{border-radius:15px;height:100%;min-height:50vh;width:100%}@media(min-width:344px){.review-slider__right .review-slider__video{min-height:20vh;min-width:20vh}}@media(min-width:360px){.review-slider__right .review-slider__video{min-height:20vh;min-width:40vh}}@media(min-width:414px){.review-slider__right .review-slider__video{min-height:30vh;min-width:40vh}}@media(min-width:430px){.review-slider__right .review-slider__video{min-height:30vh;min-width:40vh}}@media(min-width:576px){.review-slider__right .review-slider__video{min-height:40vh;min-width:50vh}}@media(min-width:768px){.review-slider__right .review-slider__video{min-height:40vh;min-width:50vh}}@media(min-width:853px){.review-slider__right .review-slider__video{min-height:30vh;min-width:50vh}}@media(min-width:912px){.review-slider__right .review-slider__video{min-height:30vh;min-width:50vh}}@media(min-width:992px){.review-slider__right .review-slider__video{min-height:60vh;min-width:100vh}}@media(min-width:1024px){.review-slider__right .review-slider__video{min-height:30vh;min-width:50vh}}@media(min-width:1200px){.review-slider__right .review-slider__video{min-height:70vh;min-width:100vh}}@media(min-width:1280px){.review-slider__right .review-slider__video{min-height:60vh;min-width:100vh}}.head-text{font-size:2rem;margin-bottom:4rem}@media(max-width:576px){.head-text{font-size:1.5rem;margin-bottom:2rem}}@media(max-width:768px){.head-text{font-size:1.75rem;margin-bottom:2rem}}@media(min-width:992px){.head-text{font-size:2rem;margin-bottom:2rem;text-align:left}}.head-text span{color:#333}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background:#f7f7f7;border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{color:#000;text-align:right;text-transform:uppercase;width:100%}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,.1);height:100px;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:first-child{height:100px;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}.app__header-circles div:nth-child(3){height:70px;width:70px}@media screen and (min-width:2000px){.app__header-circles div:nth-child(2){height:400px;width:400px}.app__header-circles div:nth-child(3){height:170px;width:170px}.app__header-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{border-radius:100%;object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}em{color:var(--gray-color);font-size:.75rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){em{font-size:.75rem}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:#fef4f5;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.05);margin:0 auto;max-width:1200px;overflow:hidden;width:90%}@media screen and (min-width:1024px){.app__testimonial-item{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr;padding:2rem}}.app__testimonial-header{width:100%}@media screen and (min-width:1024px){.app__testimonial-header{grid-column:1}}.app__testimonial-header img{border-radius:15px;height:auto;object-fit:contain;width:100%}.app__testimonial-header .client-info{background:linear-gradient(180deg,rgba(0,0,0,.02),transparent);padding:1.5rem;text-align:center}.app__testimonial-metrics-container{padding:1.5rem}@media screen and (min-width:1024px){.app__testimonial-metrics-container{display:flex;flex-direction:column;grid-column:2;justify-content:center}}.app__testimonial-metrics-container .metrics-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}@media screen and (min-width:1024px){.app__testimonial-metrics-container .metrics-row{grid-template-columns:1fr;max-width:400px}}@media screen and (max-width:550px){.app__testimonial-metrics-container .metrics-row{grid-template-columns:1fr}}.app__testimonial-metrics-container .metrics-row .metric-box{background:rgba(147,51,234,.05);border-radius:12px;padding:1.5rem;text-align:left}@media screen and (min-width:1024px){.app__testimonial-metrics-container .metrics-row .metric-box{align-items:center;display:flex;justify-content:space-between}}.app__testimonial-metrics-container .metrics-row .metric-box .metric-value{color:var(--secondary-color);font-size:1.25rem;font-weight:700}.app__testimonial-metrics-container .metrics-row .metric-box .metric-label{color:var(--gray-color);font-size:.9rem}.app__testimonial-metrics-container .metrics-row .metric-box .metric-desc{color:var(--gray-color);display:block;font-size:.8rem;margin-top:.25rem}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{-webkit-filter:grayscale(1);filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{-webkit-filter:grayscale(0);filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.app__testimonial-quote{margin-bottom:2rem}.app__testimonial-quote .quote-author{margin-top:1rem}.app__testimonial-quote .industry-tag{background:var(--secondary-color);border-radius:20px;color:#fff;display:inline-block;font-size:.8rem;margin-top:.5rem;padding:.3rem .8rem}.testimonial-slide{display:none;width:100%}.testimonial-slide.active{display:block}.head-subtext{color:var(--gray-color);font-size:1.1rem;margin-bottom:3rem;text-align:center}.metrics-header,.testimonial-header{margin-bottom:1.5rem}.metrics-header h3,.testimonial-header h3{color:var(--black-color);font-size:1.3rem;margin-bottom:.5rem}.metrics-header p,.testimonial-header p{color:var(--gray-color);font-size:.9rem}.sub-text{color:var(--gray-color);font-size:1.1rem;margin-bottom:2rem;text-align:center}.metrics-title{color:var(--black-color);font-size:1.5rem;margin-bottom:.5rem}.metrics-subtitle{color:var(--gray-color);font-size:.9rem;margin-bottom:1.5rem}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem!important}}@media screen and (max-width:450px){.head-text{font-size:2rem!important}}.typewriter-text{color:#fff!important;font-size:.75rem!important;font-weight:700;text-align:left;text-transform:capitalize}.p-text{color:var(--gray-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation{display:none}.app__social{height:15px;width:15px}.copyright{padding:2rem}}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#6b7688;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.ef3e7493.css.map*/