.expertise-section h2{font-size:2.2rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary-dark);margin-bottom:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.expertise-section h2:after{content:"";display:block;width:60px;height:3px;background-color:var(--color-primary-light);margin-top:15px;border-radius:40%}.expertise-section{margin-top:100px;padding:5rem 1.5rem;background-color:#f9fafb}.expertise-section .container{max-width:80rem;margin:0 auto;text-align:center}@media(min-width:768px){.expertise-section h2{font-size:2.25rem}}.expertise-section p.description{color:#4b5563;margin-bottom:3rem;max-width:40rem;margin-left:auto;margin-right:auto}.expertise-section .grid{display:grid;gap:2rem;text-align:left}@media(min-width:768px){.expertise-section .grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.expertise-section .grid{grid-template-columns:repeat(3,1fr)}}.expertise-section .expertise-card{background-color:#fff;padding:1.5rem;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:box-shadow .3s ease}.expertise-section .expertise-card:hover{box-shadow:0 10px 15px #0000001a}.expertise-section .expertise-card h3{font-size:1.25rem;font-weight:600;color:var(--color-primary);margin-bottom:.5rem}.expertise-section .expertise-card p{color:#4b5563}.hero__section .hero__container,.hero__section .hero__container .hero__button__container,.hero__section .hero__container .hero__button__container .hero__button{display:flex;justify-content:center;align-items:center}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.hero__fade-up{opacity:0;animation:hero-fade-up .7s ease-out forwards}.hero__fade-up--1{animation-delay:.2s}.hero__fade-up--2{animation-delay:.45s}.hero__fade-up--3{animation-delay:.7s}.hero__section{width:100%;height:90vh;position:relative;overflow:hidden}.hero__section .hero__bg{z-index:0}.hero__section .hero__overlay{position:absolute;inset:0;background:linear-gradient(#00000080,#0006);z-index:1}.hero__section .hero__container{flex-direction:column;height:100%;color:#fff;text-align:center;padding:0 2rem;position:relative;z-index:2}.hero__section .hero__container h1{font-size:3rem;margin-bottom:1rem;text-shadow:0 .2rem .8rem #fff6}.hero__section .hero__container p{font-size:1rem;margin-bottom:1rem;text-shadow:0 .2rem .8rem #fff9}.hero__section .hero__container .hero__button__container{gap:1rem;margin-top:50px;width:auto}.hero__section .hero__container .hero__button__container .hero__button{width:auto;height:50px;color:#fff;font-family:var(--font-secondary);font-weight:500;padding:.8rem 2rem;border:none;border-radius:5px;background:var(--color-primary);font-size:1.1rem;cursor:pointer;box-shadow:0 .2rem .8rem #fff3;transition:all .3s ease-in-out}.hero__section .hero__container .hero__button__container .hero__button:hover{transform:translateY(-.2rem)}@media(max-width:1200px){.hero__section .hero__container h1{font-size:2.5rem}.hero__section .hero__container p{font-size:.9rem}.hero__section .hero__container .hero__button__container .hero__button{font-size:1rem;padding:.7rem 1.8rem}}@media(max-width:992px){.hero__section .hero__container h1{font-size:2.8rem}.hero__section .hero__container p{font-size:1rem}.hero__section .hero__container .hero__button__container .hero__button{font-size:.95rem;padding:.6rem 1.6rem}}@media(max-width:768px){.hero__section .hero__container h1{font-size:1.8rem}.hero__section .hero__container p{font-size:.8rem}.hero__section .hero__container .hero__button__container{flex-direction:column;gap:.8rem}.hero__section .hero__container .hero__button__container .hero__button{font-size:.9rem;padding:.5rem 1.4rem}}@media(max-width:576px){.hero__section .hero__container{padding:0 1rem}.hero__section .hero__container h1{font-size:1.8rem}.hero__section .hero__container p{font-size:.75rem}.hero__section .hero__container .hero__button__container .hero__button{font-size:.85rem;padding:.4rem 1.2rem}}@media(max-width:480px){.hero__section .hero__container{padding:10px;margin-top:20px}.hero__section .hero__container h1{font-size:2rem}.hero__section .hero__container p{font-size:.8rem}.hero__section .hero__container .hero__button__container{margin-top:15px}.hero__section .hero__container .hero__button__container .hero__button{font-size:.8rem;padding:0 1rem}}@media screen and (max-width:425px){.hero__section .hero__container h1{font-size:2rem}.hero__section .hero__container p{font-size:1rem}.hero__section .hero__container .hero__button__container{margin-top:25px}.hero__section .hero__container .hero__button__container .hero__button{font-size:.8rem}}@media screen and (max-width:355px){.hero__section{height:100vh}.hero__section .hero__container{margin-top:50px}.hero__section .hero__container h1{font-size:1.2rem}.hero__section .hero__container p{font-size:.8rem}.hero__section .hero__container .hero__button__container .hero__button{font-size:.75rem;padding:.3rem 1rem}}.services .services__container .services__subtitle{font-size:1.3rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary-light);margin-bottom:10px;text-transform:uppercase}.services .services__container .services__title{font-size:2.2rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary-dark);margin-bottom:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.services .services__container .services__title:after{content:"";display:block;width:60px;height:3px;background-color:var(--color-primary-light);margin-top:15px;border-radius:40%}.services .services__container .services__description{font-size:1rem;font-family:var(--font-primary);color:var(--color-text);text-align:center;margin-bottom:20px}.services{width:100%;margin-top:100px}.services .services__container{display:flex;flex-direction:column;flex-wrap:wrap;align-items:center;margin-top:50px}.services .services__container .services__content{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:30px;padding:0 50px}.services .services__container .services__content .services__content-item{display:flex;flex-direction:column;align-items:flex-start;row-gap:15px;padding:30px 25px;border:1px solid #1b74eb33;border-radius:10px;background-color:#fffefe}.services .services__container .services__content .services__content-item .services__content-item-icon{margin:0 auto}.services .services__container .services__content .services__content-item .services__content-item-title{font-size:1.1rem;font-weight:600;color:var(--color-primary-dark);margin-top:15px}.services .services__container .services__content .services__content-item .services__content-item-text{font-size:1rem;font-weight:400;font-family:var(--font-primary);color:var(--color-text)}.services .services__container .services__content .services__content-item .services__content-item-link{font-size:1rem;font-weight:600;color:var(--color-primary-light);margin-top:15px;text-decoration:none;transition:all .3s ease-in-out}.services .services__container .services__content .services__content-item .services__content-item-link:hover{color:var(--color-primary-dark)}@media(max-width:1200px){.services .services__container .services__content{padding:0 30px;grid-template-columns:repeat(2,1fr)}}@media(max-width:992px){.services .services__container{margin-top:30px}.services .services__container .services__subtitle{font-size:1.1rem}.services .services__container .services__content{padding:0 20px;grid-template-columns:repeat(2,1fr);gap:20px}}@media(max-width:640px){.services .services__container{margin-top:20px}.services .services__container .services__subtitle{font-size:1rem}.services .services__container .services__content{grid-template-columns:1fr;padding:0 15px;gap:15px}.services .services__container .services__content .services__content-item{padding:20px}.services .services__container .services__content .services__content-item-link,.services .services__container .services__content .services__content-item-text{font-size:.9rem}}@keyframes trust-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.trust-strip{width:100%;background-color:var(--color-primary-dark);padding:18px 40px}.trust-strip .trust-strip__list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;align-items:center;gap:48px;flex-wrap:wrap}.trust-strip .trust-strip__item{display:flex;align-items:center;gap:10px;color:#fff;position:relative;opacity:0;animation:trust-fade-up .5s ease-out forwards}.trust-strip .trust-strip__item--1{animation-delay:.9s}.trust-strip .trust-strip__item--2{animation-delay:1s}.trust-strip .trust-strip__item--3{animation-delay:1.1s}.trust-strip .trust-strip__item:not(:last-child):after{content:"";position:absolute;right:-24px;top:50%;transform:translateY(-50%);width:1px;height:20px;background-color:#ffffff40}.trust-strip .trust-strip__icon{display:flex;align-items:center;color:var(--color-primary-light);flex-shrink:0}.trust-strip .trust-strip__label{font-size:.95rem;font-weight:600;font-family:var(--font-primary);letter-spacing:.02em;white-space:nowrap}@media(max-width:600px){.trust-strip{padding:16px 20px}.trust-strip .trust-strip__list{gap:24px}.trust-strip .trust-strip__item:not(:last-child):after{display:none}.trust-strip .trust-strip__label{font-size:.88rem}}.why-us .why-us__container .why-us__left__side .why-us__left__side__button a{font-size:17px;font-weight:600;letter-spacing:.5px;font-family:var(--font-primary);padding:13px 28px;border-radius:5px;color:var(--color-white);cursor:pointer;transition:background-color .3s}.why-us .why-us__container .why-us__left__side .why-us__left__side__button a:hover{background-color:var(--color-primary-dark)}.why-us{width:100%;padding:50px;margin-top:100px;background-color:#f9f9f9;will-change:transform,opacity;box-shadow:10px 0 20px #0000000d}.why-us .why-us__container{width:100%;display:flex;justify-content:space-between;align-items:center;column-gap:30px}.why-us .why-us__container .why-us__left__side{display:flex;flex-direction:column;row-gap:10px}.why-us .why-us__container .why-us__left__side .why-us__eyebrow{font-size:1rem;font-weight:500;font-family:var(--font-secondary);color:var(--color-primary);text-transform:uppercase;text-shadow:0 0 10px #0000001a}.why-us .why-us__container .why-us__left__side h2{color:#0e2b3d;font-size:2.5rem;font-weight:700;font-family:var(--font-primary)}.why-us .why-us__container .why-us__left__side p{font-size:1.1rem;font-weight:400;font-family:var(--font-primary);color:#000c}.why-us .why-us__container .why-us__left__side .why-us__left__side__list{margin-left:20px;text-align:left}.why-us .why-us__container .why-us__left__side .why-us__left__side__list li{position:relative;padding-left:20px}.why-us .why-us__container .why-us__left__side .why-us__left__side__list li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:var(--color-primary);border-radius:50%}.why-us .why-us__container .why-us__left__side .why-us__left__side__button{margin-top:25px}.why-us .why-us__container .why-us__left__side .why-us__left__side__button a{background-color:var(--color-primary)}.why-us .why-us__container .why-us__right__side .why-us__right__side__items{display:flex}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne{display:flex;flex-direction:column;row-gap:20px}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item{width:400px;height:280px;display:flex;flex-direction:column;align-items:center;margin:10px;padding:10px 20px;border-radius:10px;cursor:pointer;box-shadow:0 0 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item:first-child{background:linear-gradient(90deg,#086ad8,#0a3c74);color:var(--color-white)}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item:first-child .why-us__right__side__item__text p{color:#ffffffe6}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item:nth-child(2){transition:transform .3s ease,box-shadow .3s ease}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item .why-us__right__side__item__text h3{font-size:1.3rem;font-weight:500;font-family:var(--font-secondary);margin:10px 0}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item .why-us__right__side__item__text p{font-size:1rem;font-weight:400;font-family:var(--font-primary);color:#000000e6}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo{display:flex;flex-direction:column;row-gap:20px}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item{width:400px;height:280px;display:flex;flex-direction:column;align-items:center;margin:10px;padding:10px 20px;border-radius:10px;cursor:pointer;box-shadow:0 0 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item:hover{transform:translateY(-6px);box-shadow:0 8px 24px #0000001f}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item:nth-child(2){background:linear-gradient(90deg,#086ad8,#0a3c74);color:var(--color-white)}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item:nth-child(2) .why-us__right__side__item__text p{color:#ffffffe6}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item .why-us__right__side__item__text h3{font-size:1.3rem;font-weight:500;font-family:var(--font-secondary);margin:10px 0}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item .why-us__right__side__item__text p{font-size:1rem;font-weight:400;font-family:var(--font-primary);color:#000000e6}@media(max-width:1235px){.why-us{padding:40px}.why-us .why-us__container{flex-direction:column;align-items:center;column-gap:20px}.why-us .why-us__container .why-us__left__side{align-items:center;text-align:center}.why-us .why-us__container .why-us__left__side h2{font-size:2rem}.why-us .why-us__container .why-us__left__side .why-us__eyebrow,.why-us .why-us__container .why-us__left__side p{font-size:16px}.why-us .why-us__container .why-us__right__side .why-us__right__side__items{flex-direction:column;margin-top:20px}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne,.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo{flex-direction:row;flex-wrap:wrap;justify-content:center;column-gap:20px}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item,.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item{width:90%;max-width:400px;height:auto;margin:10px 0}}@media(max-width:992px){.why-us{padding:30px}.why-us .why-us__container .why-us__left__side h2{font-size:1.8rem}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item,.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item{width:100%;max-width:370px}}@media(max-width:768px){.why-us{padding:20px}.why-us .why-us__container .why-us__left__side h2{font-size:1.5rem}.why-us .why-us__container .why-us__left__side .why-us__eyebrow,.why-us .why-us__container .why-us__left__side p{font-size:15px;line-height:1.5;text-align:start}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item,.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item{width:100%;max-width:400px}}@media(max-width:576px){.why-us{padding:30px 2px}.why-us .why-us__container .why-us__left__side h2{font-size:1.5rem}.why-us .why-us__container .why-us__left__side .why-us__eyebrow,.why-us .why-us__container .why-us__left__side p{font-size:16px;padding:0 10px}.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupOne .why-us__right__side__item,.why-us .why-us__container .why-us__right__side .why-us__right__side__items .why-us__right__side__items__groupTwo .why-us__right__side__item{width:100%;max-width:350px;margin:10px 0}}.work .work__container .work__subtitle{font-size:1.3rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary-light);margin-bottom:10px;text-transform:uppercase}.work .work__container .work__title{font-size:2.2rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary-dark);margin-bottom:20px;display:flex;flex-direction:column;align-items:center;text-align:center}.work .work__container .work__title:after{content:"";display:block;width:60px;height:3px;background-color:var(--color-primary-light);margin-top:15px;border-radius:40%}.work{width:100%;margin:150px 0}.work .work__container{flex-direction:column}.work .work__container,.work .work__container .work__content{display:flex;justify-content:space-between;align-items:center}.work .work__container .work__content{min-width:100%;margin-top:50px;padding:0 50px;flex-wrap:wrap}.work .work__container .work__content .work__item{width:23%;height:350px;display:flex;flex-direction:column;justify-content:center;row-gap:20px;margin:0 10px;padding:20px;border:1px solid #1b74eb33;border-radius:10px;position:relative;overflow:hidden}.work .work__container .work__content .work__item .work__icon span{font-size:6rem;font-weight:700;font-family:var(--font-third);letter-spacing:.5px;position:absolute;top:-8px;right:20px;-webkit-text-fill-color:#0000;-webkit-text-stroke-width:1.5px;-webkit-text-stroke-color:#1b74eb33}.work .work__container .work__content .work__item .work__item-title{font-size:1.1rem;font-weight:700;font-family:var(--font-primary);color:var(--color-primary);letter-spacing:.5px;text-transform:uppercase}.work .work__container .work__content .work__item .work__item-text{font-size:1rem;font-weight:400;font-family:var(--font-secondary);color:#0009}.work .work__container .work__content .work__item:after,.work .work__container .work__content .work__item:before{content:"";position:absolute;width:0;height:0;border-style:solid;border-radius:10px;transition:all .5s ease}.work .work__container .work__content .work__item:before{top:0;left:0;border-width:2px 0 0 2px;border-color:#1b74ebcc #0000 #0000 #1b74ebcc}.work .work__container .work__content .work__item:after{bottom:0;right:0;border-width:0 2px 2px 0;border-color:#0000 #1b74ebcc #1b74ebcc #0000}.work .work__container .work__content .work__item:hover:after,.work .work__container .work__content .work__item:hover:before{width:100%;height:100%}@media(max-width:1200px){.work{margin:100px 0}.work .work__container .work__title{font-size:1.8rem}.work .work__container .work__content{justify-content:center;padding:0 30px}.work .work__container .work__content .work__item{width:46%;margin:15px}}@media(max-width:768px){.work{margin:80px 0}.work .work__container .work__title{font-size:1.5rem}.work .work__container .work__content{padding:0 20px}.work .work__container .work__content .work__item{width:100%;max-width:350px;margin-bottom:20px}}@media(max-width:576px){.work{margin:50px 0}.work .work__container .work__title{font-size:1.2rem}.work .work__container .work__content{justify-content:center;padding:0 10px}.work .work__container .work__content .work__item{width:100%;margin-bottom:15px}}