.fsfc-carousel{width:100%;position:relative;overflow:hidden}.fsfc-viewport{overflow:hidden;width:100%}.fsfc-track{display:flex;will-change:transform;transition-property:transform;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fsfc-slide{flex:0 0 100%;min-width:100%;display:flex;align-items:center;justify-content:center}.fsfc-slide a{display:flex;width:100%;align-items:center;justify-content:center}.fsfc-slide img{display:block;width:100%;height:var(--fsfc-height);object-fit:var(--fsfc-fit);max-width:100%}.fsfc-shape-rounded .fsfc-slide img{border-radius:var(--fsfc-radius)}.fsfc-shape-normal .fsfc-slide img{border-radius:0}.fsfc-shape-circle .fsfc-slide img{width:var(--fsfc-height);max-width:var(--fsfc-height);aspect-ratio:1/1;border-radius:50%;object-fit:cover}.fsfc-dots{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:10px}.fsfc-dot{width:7px;height:7px;border-radius:50%;border:0;padding:0;background:currentColor;opacity:.28;cursor:pointer;transition:transform .25s ease,opacity .25s ease}.fsfc-dot.is-active{opacity:1;transform:scale(1.35)}
