.btn-default{display:inline-flex;align-items:stretch;margin-block:.5rem;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all 250ms ease-in-out;background-color:transparent;padding:0}.btn-default .btn-label{padding:.5rem 1rem;background-color:#1e42e3;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:.35rem;transition:all 250ms ease-in-out;z-index:2;font-size:.9rem}@media screen and (max-width:767px){.btn-default .btn-label{font-size:1rem}}.btn-default .btn-icon{width:2.25rem;height:2.25rem;background-color:#1e42e3;background-image:url(/images/arrow-right.svg);background-repeat:repeat-x;background-size:2rem .75rem;background-position:0;border-radius:.35rem;transition:all .3s ease-in-out;overflow:hidden}.btn-default:hover .btn-label,.btn-default:hover .btn-icon{filter:brightness(110%)}.btn-default:hover .btn-label{border-radius:.25rem 0 0 .25rem}.btn-default:hover .btn-icon{border-radius:0 .25rem .25rem 0;background-position:2rem}.btn-light{display:inline-flex;align-items:stretch;margin-block:.5rem;border-radius:.25rem;overflow:hidden;cursor:pointer;transition:all 250ms ease-in-out;background-color:transparent;padding:0}.btn-light .btn-label{padding:.5rem 1rem;background-color:#1e42e3;color:#fff;display:inline-flex;align-items:center;line-height:1rem;border-radius:.35rem;transition:all 250ms ease-in-out;z-index:2;font-size:.9rem}@media screen and (max-width:767px){.btn-light .btn-label{font-size:1rem}}.btn-light .btn-icon{width:2.25rem;height:2.25rem;background-color:#1e42e3;background-image:url(/images/arrow-right.svg);background-repeat:repeat-x;background-size:2rem .75rem;background-position:0;border-radius:.35rem;transition:all .3s ease-in-out;overflow:hidden}.btn-light:hover .btn-label,.btn-light:hover .btn-icon{filter:brightness(110%)}.btn-light:hover .btn-label{border-radius:.25rem 0 0 .25rem}.btn-light:hover .btn-icon{border-radius:0 .25rem .25rem 0;background-position:2rem}.btn-light .btn-label{background-color:#fff;color:#0c0c0c}.btn-light .btn-icon{background-color:#fff;background-image:url(/images/arrow-right-black.svg)}@keyframes slideInUp{0%{opacity:0;transform:translateY(50%)}100%{opacity:1;transform:translateY(0%)}}#clients{display:grid;grid-template-columns:25rem auto;padding-bottom:5rem}@media screen and (max-width:998px){#clients{grid-template-columns:1fr;gap:1rem;padding-bottom:3rem}}#clients .media{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;padding-block:1rem}#clients .media figure{background-color:#f7f7f7;padding:1rem}#clients .media figure img{object-fit:contain;max-height:2rem}#clients .media figure .animated{animation-iteration-count:1;animation-duration:750ms;animation-fill-mode:forwards;animation-name:slideInUp}@media screen and (max-width:480px){#clients .media{display:flex;flex-wrap:wrap;justify-content:center}#clients .media figure{width:31%}}#related-projects{display:grid;grid-template-columns:25rem auto;gap:2rem;align-items:end;padding-block:2rem 4rem}@media screen and (max-width:998px){#related-projects{grid-template-columns:1fr}}#related-projects .content a{margin-block:2rem 0}#related-projects .list{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}#related-projects .list a{max-height:25rem}#related-projects .list li:only-child{grid-column:2}@media screen and (max-width:480px){#service{padding-bottom:3rem}}#testimonial{display:none}