.reviewsPage{padding:70px 0 50px}.reviewsPage .navPagesWrapper{display:flex;justify-content:space-between;margin-bottom:50px}.reviewsPage .pricingWraper{max-width:800px;width:100%}.reviewsPage .pricingContent h1{font-weight:600;font-size:30px;line-height:38px;color:#01305c;padding-bottom:30px}.reviewsPage .reviewWraper{display:flex;width:100%;justify-content:space-between;flex-wrap:wrap}.reviewsPage .reviewBox{width:47%;box-sizing:border-box;padding:20px;margin-bottom:40px;box-shadow:0 4px 60px hsla(0,0%,55%,.15);border-radius:3px}.reviewsPage .reviewBox:last-child,.reviewsPage .reviewBox:nth-last-child(2){margin-bottom:0}.reviewsPage .user__info{display:flex;align-items:flex-start;margin-bottom:10px;width:100%;justify-content:space-between;padding-bottom:15px;border-bottom:2px solid #ebebec}.reviewsPage .user-desc{margin-left:10px}.reviewsPage .user-desc .user-name{font-size:20px;line-height:28px;padding-bottom:0;font-weight:500;color:#255394}.reviewsPage .user-desc .user-city{font-size:14px;line-height:22px;color:#575e62;padding-bottom:0}.reviewsPage .reviewBox .rev-title{font-weight:500;font-size:16px;line-height:28px;color:#255394;padding-bottom:7px}.reviewsPage .reviewBox .rev-desc{padding-bottom:20px;min-height:188px;font-weight:300;font-size:14px;line-height:24px;color:#575e62}.reviewsPage .grades-matter-wrapper{padding:50px 0;border-radius:8px;background-color:#117bd4;background-image:url(/_next/static/media/our-average-bg.dc6e2982.webp);background-repeat:no-repeat;background-position:100% 100%;position:relative}.reviewsPage .grades-matter-inner{display:flex;align-items:center;justify-content:space-evenly}.reviewsPage .grades-matter-wrapper p{font-weight:500;font-size:30px;line-height:40px;color:#fff;text-align:center}.reviewsPage .newCtas{background-color:#fff;border-radius:100px;padding:13px 0;max-width:190px;width:100%;text-align:center;color:#117bd4;font-weight:500;font-size:21px;display:block;line-height:20px;position:relative;transition:all .1s ease}.reviewsPage span.grades-matte-vector{position:absolute;bottom:-26px;left:-30px}.reviewsPage .newCtas:before{position:absolute;content:"";width:100%;height:100%;border-radius:100px;animation-name:whiteAnimation;animation-duration:2s;animation-timing-function:ease;animation-fill-mode:forwards;animation-iteration-count:infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.reviewsPage .newCtas:hover{scale:1.03}@keyframes whiteAnimation{0%{box-shadow:0 0 0 0 #fff}to{box-shadow:0 0 0 15px transparent}}@media (max-width:991px){.reviewsPage{padding:50px 0}.reviewsPage .reviewBox{width:100%}.reviewsPage .grades-matter-inner{flex-wrap:wrap;gap:25px}}