.ads-brands-section{width:100%;padding:64px 59px 83px;display:flex;flex-direction:column;align-items:center;gap:40px;background:#fff}@media(max-width:1200px){.ads-brands-section{padding:60px 40px}}@media(max-width:768px){.ads-brands-section{padding:48px 24px;gap:32px}}@media(max-width:500px){.ads-brands-section{padding:40px 16px}}.ads-brands-title-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center;gap:4px}.ads-brands-title-line1{width:60%;font-family:Inter,sans-serif;font-size:36px!important;font-weight:500!important;line-height:46px!important;color:#0d0f2c!important}.ads-brands-title-line1 span{background:linear-gradient(270.15deg,#2C52BE 60.24%,#FF822B 99.8%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:768px){.ads-brands-title-line1{font-size:28px!important}}@media(max-width:500px){.ads-brands-title-line1{width:100%;font-size:24px!important;line-height:32px!important}}.ads-brands-title-line2{font-family:Inter,sans-serif;font-size:36px;font-weight:600;line-height:1.3;color:#6b5b73}.ads-brands-title-line2 .ads-brands-title-highlight{color:#2c52be}@media(max-width:768px){.ads-brands-title-line2{font-size:28px}}.ads-brands-grid{width:100%;max-width:1200px;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);background:#fff}@media(max-width:1024px){.ads-brands-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}}@media(max-width:768px){.ads-brands-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(5,1fr)}}.ads-brands-cell{width:100%;min-height:220px;display:flex;align-items:center;justify-content:center;padding:50px 24px;background:#fff;border-right:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;position:relative;overflow:hidden}.ads-brands-cell.animating .ads-brands-image{animation:brandFadeScale 1.2s cubic-bezier(.4,0,.2,1);animation-fill-mode:forwards}.ads-brands-cell:nth-child(5n){border-right:none}.ads-brands-cell:nth-child(n+6):nth-child(-n+10){border-bottom:none}@media(max-width:1024px){.ads-brands-cell:nth-child(5n){border-right:1px solid #e8e8e8}.ads-brands-cell:nth-child(3n){border-right:none}.ads-brands-cell:nth-child(n+6):nth-child(-n+9){border-bottom:1px solid #e8e8e8}}@media(max-width:768px){.ads-brands-cell:nth-child(3n){border-right:1px solid #e8e8e8}.ads-brands-cell:nth-child(2n){border-right:none}.ads-brands-cell:nth-child(n+6):nth-child(-n+9){border-bottom:1px solid #e8e8e8}.ads-brands-cell:nth-child(n+9):nth-child(-n+10){border-bottom:none}}.ads-brands-image{width:154px;height:auto;-o-object-fit:contain;object-fit:contain;transition:opacity .3s ease,transform .3s ease;will-change:opacity,transform}@media(max-width:500px){.ads-brands-image{width:100px}}.ads-brands-placeholder{font-family:Inter,sans-serif;font-size:16px;color:#94a3b8;text-align:center}@keyframes brandFadeScale{0%{opacity:1;transform:scale(1)}45%{opacity:0;transform:scale(.9)}50%{opacity:0;transform:scale(.9)}55%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}