.et-bgs{position:relative;width:100%;overflow:hidden;height:480px}.et-bgs__track{position:relative;width:100%;height:100%}.et-bgs__slide{position:absolute;inset:0;width:100%;height:100%;display:block;opacity:0;visibility:hidden;transition:opacity var(--et-bgs-speed,600ms) ease;text-decoration:none;color:inherit}.et-bgs__slide.is-active{opacity:1;visibility:visible;z-index:2}a.et-bgs__slide{cursor:pointer}.et-bgs__pic,.et-bgs__img{position:absolute;inset:0;width:100%;height:100%;display:block}.et-bgs__img{object-fit:cover;object-position:center center}.et-bgs:not(.et-bgs--fade) .et-bgs__track{display:flex;transition:transform var(--et-bgs-speed,600ms) ease;will-change:transform}.et-bgs:not(.et-bgs--fade) .et-bgs__slide{position:relative;inset:auto;flex:0 0 100%;opacity:1;visibility:visible}.et-bgs__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;border:0;border-radius:50%;background:rgb(0 0 0 / .35);color:#fff;font-size:18px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,opacity .2s ease}.et-bgs__arrow:hover{background:rgb(0 0 0 / .6)}.et-bgs__arrow--prev{left:14px}.et-bgs__arrow--next{right:14px}.et-bgs__dots{position:absolute;left:0;right:0;bottom:14px;z-index:5;display:flex;gap:8px;justify-content:center}.et-bgs__dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255 / .55);cursor:pointer;transition:background .2s ease,transform .2s ease}.et-bgs__dot.is-active{background:#fff;transform:scale(1.2)}.et-bgs-empty{padding:40px;text-align:center;background:#f1f1f1;color:#666;border:1px dashed #ccc}@media (max-width:767px){.et-bgs{height:240px}.et-bgs__arrow{width:36px;height:36px;font-size:15px}}