.grid-boxes__container{border:1px solid;border-radius:20px;display:grid}.grid-boxes__box{border-bottom:1px solid;border-right:1px solid;padding:3rem}.grid-boxes__box .box__title-container{align-items:baseline;display:flex;gap:1.5rem}.grid-boxes__box .box__icon{margin-bottom:20px;width:40px}.grid-boxes__box .box__title{color:#fff;font-weight:700}.grid-boxes__box .box__text{color:#b1b8c5;margin-top:.8rem}.grid-boxes__box .box__text--small{font-size:1.4rem;letter-spacing:0}.grid-boxes--style-1 .box__counter{color:cyan;font-size:1.3rem;font-weight:500;letter-spacing:.15em}.grid-boxes--style-3 .box__counter{color:var(--color-secondary);font-weight:1000}.grid-boxes--style-3 .grid-boxes__container,.grid-boxes--style-5 .grid-boxes__container,.grid-boxes--style-6 .grid-boxes__container{border:none;gap:3rem}.grid-boxes--style-3 .grid-boxes__box,.grid-boxes--style-5 .grid-boxes__box,.grid-boxes--style-6 .grid-boxes__box{background-color:#151a33;border:1px solid!important;border-radius:20px;padding:1rem 3rem 3rem;transition:all .2s ease-in-out}.grid-boxes--style-3 .grid-boxes__box:hover,.grid-boxes--style-5 .grid-boxes__box:hover,.grid-boxes--style-6 .grid-boxes__box:hover{border-color:var(--color-secondary)!important}.grid-boxes--style-3 .box__title-container,.grid-boxes--style-5 .box__title-container,.grid-boxes--style-6 .box__title-container{flex-direction:column;gap:2.5rem}.grid-boxes--style-3 .box__counter-container,.grid-boxes--style-5 .box__counter-container,.grid-boxes--style-6 .box__counter-container{align-items:center;display:flex;justify-content:space-between;width:100%}.grid-boxes--style-3 .box__step-text,.grid-boxes--style-5 .box__step-text,.grid-boxes--style-6 .box__step-text{color:#b1b8c5;font-size:1.3rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase}.grid-boxes--style-3 .box__title,.grid-boxes--style-5 .box__title,.grid-boxes--style-6 .box__title{color:#fff;font-weight:700}.grid-boxes--style-4 .grid-boxes__container{border:none!important;gap:3rem}.grid-boxes--style-4 .grid-boxes__box{border:none!important;padding:0}.grid-boxes--style-4 .box__title{font-weight:1000}.grid-boxes--style-4 .box__text{letter-spacing:.2px;margin:0!important}@media (max-width:576px){.grid-boxes--style-4 .grid-boxes__container{grid-template-columns:repeat(2,1fr)}}.grid-boxes--style-5 .grid-boxes__container{gap:1.5rem}.grid-boxes--style-5 .grid-boxes__box{background-color:var(--color-primary-700);padding:2rem}.grid-boxes--style-5 .box__title-container{flex-direction:column;gap:1rem}.grid-boxes--style-5 .box__counter-container{align-items:center;display:flex;justify-content:space-between;width:100%}.grid-boxes--style-5 .box__counter{color:cyan;font-size:1.3rem;font-weight:500;letter-spacing:.15em}.grid-boxes--style-5 .box__title{color:#fff;font-weight:900}.grid-boxes--style-6 .grid-boxes__box{padding:3rem}.grid-boxes--style-6 .box__title-container{flex-direction:column;gap:1rem}.grid-boxes--style-6 .box__counter-container{align-items:center;color:#0ff;display:flex;font-size:1.3rem;font-weight:500;justify-content:space-between;letter-spacing:.15em;text-transform:uppercase}.grid-boxes--style-6 .box__title{color:#fff;font-weight:800}.grid-boxes--style-6 .box__text{padding:1rem 0 1.5rem}.grid-boxes--style-6 .box__quote{border-left:1px solid var(--color-secondary);color:hsla(0,0%,100%,.9);font-style:italic;font-weight:600;padding-left:2rem}.grid-boxes--style-6 .box__stats{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding-top:2rem}.grid-boxes--style-6 .box__stat-box{background-color:var(--color-primary-700);border:1px solid!important;border-radius:10px;display:flex;flex-direction:column;gap:.5rem;padding:1rem;text-align:center}.grid-boxes--style-6 .box__stat-box:first-child .stat__text{color:var(--color-secondary)}.grid-boxes--style-6 .box__stat-box .stat__title{color:#b1b8c5;font-size:1rem;font-weight:400;justify-content:space-between;letter-spacing:.05em;text-transform:uppercase}.grid-boxes--style-6 .box__stat-box .stat__text{color:#fff;font-size:1.4rem;font-weight:700}.grid-boxes--style-6 .box__hr{border-color:var(--color-primary);margin-top:2rem}.grid-boxes--style-6 .box__footer{display:flex;justify-content:space-between;padding-top:2rem;text-decoration:none}@media (max-width:1200px){.grid-boxes--style-6 .grid-boxes__container{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-boxes--style-6 .grid-boxes__container{grid-template-columns:repeat(1,1fr)}}@media (min-width:576px) and (max-width:768px){.grid-boxes__container{grid-template-columns:repeat(2,1fr)}.grid-boxes__box:nth-last-child(-n+2){border-bottom:none}.grid-boxes__box:nth-child(2n){border-right:none}}@media (max-width:576px){.grid-boxes__container{grid-template-columns:repeat(1,1fr)}.grid-boxes__box{border-right:none}.grid-boxes__box:nth-last-child(-n+1){border-bottom:none}}