.solution-square-bg{background:#f9f9f9;padding-bottom:130px;padding-top:140px;width:100vw}.solution-square-wrap{margin-left:auto;margin-right:auto;max-width:1280px;width:90%}.title-red{color:var(--MN-Coral-Red-500,#e53749)}.solution-sq-header{margin-bottom:70px;width:100%}.solution-sq-header h2{color:var(--MN-Indigo-Blue-500,#28315c);font-family:var(--inter-font-stack);font-size:60px;font-weight:600;letter-spacing:-.03em;line-height:72px;text-align:center}.solution-squares{display:flex;flex-direction:column;gap:20px}.solution-card{background:#fff;border:1px solid #e6e6e6;border-radius:16px;box-shadow:4px 6px 16px 0 #0000000a,17px 25px 30px 0 #00000008,39px 55px 40px 0 #00000005,69px 98px 48px 0 #00000003,107px 154px 52px 0 #00000000;height:auto;padding:32px}.solution-row{display:flex;gap:2%;height:auto;width:100%}.square-1,.square-2{width:49%}.square-3{width:30%}.square-4{display:flex;overflow:hidden;position:relative;width:68%}.square-img-60{height:60%;max-height:600px;min-height:200px;overflow:hidden;padding-bottom:20px;text-align:center}.square-img-60 img{height:auto;max-height:100%;max-width:100%;object-fit:contain;width:100%}.square-txt-40{height:40%}.persona-top h6,.square-txt-40 h6{color:var(--MN-Indigo-Blue-500,#28315c);font-family:var(--inter-font-stack);font-size:32px;font-weight:600;letter-spacing:-.03em;line-height:38.4px;margin-bottom:16px;text-align:left;text-transform:none}.persona-top p,.quote,.square-stat-d,.square-txt-40 p{color:#7f7d83;font-family:var(--inter-font-stack);font-size:14px;font-weight:400;letter-spacing:-.02em;line-height:20px;text-align:left}.square-stat{color:var(--MN-Indigo-Blue-500,#28315c);font-family:var(--inter-font-stack);font-size:48px;font-weight:700;letter-spacing:-.03em;line-height:52.8px;margin:0;text-align:left}.square-stat-d{max-width:28ch}.persona-left{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-between;width:65%}.persona-img{overflow:visible;position:relative;width:35%}.persona-img img{bottom:-35px;height:450px;max-height:500px;max-width:400px;object-fit:cover;position:absolute;right:-35px}.persona-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;margin-bottom:10px}.tag{background:#ffe3e3;border-radius:5px;color:var(--MN-Coral-Red-500,#e53749);font-family:var(--inter-font-stack);font-size:10px;font-weight:500;letter-spacing:.05em;line-height:12px;padding:3px 6px;text-align:left;text-transform:uppercase;width:fit-content}.persona-bottom{width:70%}.quote{font-style:italic;margin-bottom:24px}.quote-details{font-family:var(--inter-font-stack);font-size:14px;font-weight:600;letter-spacing:-.03em;line-height:16.8px;text-align:left}.quote-name{color:var(--MN-Indigo-Blue-500,#28315c)}.quote-title{color:var(--MN-Coral-Red-500,#e53749)}.solution-ctas{display:flex;gap:24px;justify-content:center;margin-top:64px}@media screen and (min-width:801px){.solution-card{opacity:0;transition:transform .4s ease,opacity .4s ease}@keyframes flyInLeft{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes flyInRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes flyInBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.fly-in-left{animation:flyInLeft .7s ease forwards}.fly-in-right{animation:flyInRight .7s ease forwards}.fly-in-bottom{animation:flyInBottom .9s ease forwards}.fly-in-right-delayed{animation:flyInRight 1s ease .5s forwards}}@media screen and (max-width:800px){.solution-row{flex-direction:column}.solution-card{opacity:1}.square-1,.square-2,.square-3,.square-4{margin-bottom:40px;width:100%}.persona-img{display:none}.persona-bottom,.persona-left{width:100%}}@media screen and (max-width:1130px){.solution-card{height:fit-content}}