.pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}.services-skeleton-container{width:100%;margin:0 auto;padding:8px}.services-skeleton-breadcrumb{display:flex;align-items:center;margin-bottom:24px}.services-skeleton-breadcrumb-item{height:16px;width:60px;background-color:#eaeaea;border-radius:4px}.services-skeleton-breadcrumb-separator{width:16px;height:16px;margin:0 8px;position:relative}.services-skeleton-breadcrumb-separator:after{content:"/";position:absolute;top:0;left:5px;color:#999}.services-skeleton-title{height:40px;width:150px;background-color:#eaeaea;border-radius:4px;margin-bottom:16px}.services-skeleton-description{height:20px;width:80%;background-color:#eaeaea;border-radius:4px;margin-bottom:100px}.services-skeleton-search{display:flex;margin-bottom:80px}.services-skeleton-search-input{height:40px;flex:1 1;max-width:500px;background-color:#eaeaea;border-radius:4px 0 0 4px}.services-skeleton-search-button{height:40px;width:80px;background-color:#eaeaea;border-radius:0 4px 4px 0}.services-skeleton-section{margin-bottom:40px}.services-skeleton-section-title{height:24px;width:150px;background-color:#eaeaea;border-radius:4px;margin-bottom:24px}.services-skeleton-suggested-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-bottom:40px}.services-skeleton-card-large{height:100px;background-color:#eaeaea;border-radius:8px}.services-skeleton-services-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.services-skeleton-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:24px;display:flex;justify-content:space-between;align-items:flex-start}.services-skeleton-card-content{display:flex;flex-direction:column;gap:12px;flex:1 1}.services-skeleton-card-title{height:24px;width:180px;background-color:#eaeaea;border-radius:4px}.services-skeleton-card-description{height:16px;width:90%;background-color:#eaeaea;border-radius:4px}.services-skeleton-card-icon{height:24px;width:24px;background-color:#eaeaea;border-radius:4px;margin-left:16px}@media (max-width:768px){.services-skeleton-services-grid,.services-skeleton-suggested-grid{grid-template-columns:1fr;gap:16px}.services-skeleton-search{max-width:100%}.services-skeleton-description{width:100%}}