.animated-circle-container-d2cf8171 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin: 0 auto;
}

.animated-circle-text-wrap-d2cf8171 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform-origin: center center;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.animated-circle-text-wrap-d2cf8171 svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
}

.animated-circle-text-wrap-d2cf8171 svg text {
    fill: currentColor;
}

/* Animations */
@keyframes animated-circle-rotate-cw-d2cf8171 {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes animated-circle-rotate-ccw-d2cf8171 {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

.animated-circle-center-d2cf8171 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-sizing: border-box;
}

.animated-circle-center-d2cf8171 img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.animated-circle-center-d2cf8171 .animated-circle-icon-d2cf8171 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
