@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.animate-fade-in:first-child{animation-delay:.1s}.animate-fade-in:nth-child(2){animation-delay:.3s}.animate-fade-in:nth-child(3){animation-delay:.5s}.animate-fade-in:nth-child(4){animation-delay:.7s}.addressing-btn{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#0099cc,#007aad);color:#ffffff!important;padding:12px 28px;border-radius:8px;font-size:16px;font-weight:600;width:-moz-fit-content;width:fit-content;transition:all .3s ease;box-shadow:0 4px 16px rgba(0,153,204,.25)}.addressing-btn:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(0,153,204,.4);background:linear-gradient(135deg,#00aadd,#0088bb)}@media (max-width:1345px){.wrap-on-1345{flex-wrap:wrap;justify-content:center}.wrap-reverse-on-1345{flex-wrap:wrap-reverse;justify-content:center}}