.principles .flickity-page-dots{height:fit-content;position:absolute;display:flex;align-items:center;justify-content:center;gap:5px;left:50%;top:95%;transform:translateX(-50%)}.principles .flickity-page-dots .dot{padding:0;margin:0;width:50px;height:7px;border-radius:150px;background-color:#0a18db}.animate-expandWidth{animation:expandWidth 4s ease-in-out infinite alternate}.animate-expandHeight{animation:expandHeight 2s ease-in-out infinite alternate}.features .flickity-page-dots{height:fit-content;position:absolute;display:flex;align-items:center;justify-content:center;gap:5px;left:50%;top:95%;transform:translateX(-50%)}.features .flickity-page-dots .dot{padding:0;margin:0;width:50px;height:7px;border-radius:150px;background-color:#0a18db}@keyframes expandWidth{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes expandHeight{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.animate-expandWidth{animation:expandWidth 6s ease-in-out infinite both;transform-origin:right;animation-delay:4s}.animate-expandHeight{animation:expandHeight 6s ease-in-out infinite both;transform-origin:top}.animate-expandHeight:first-child,.animate-expandHeight:nth-child(2){animation-delay:2s}