.tc-wrapper-3abf800b {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
.tc-carousel-3abf800b {
    width: 100%;
    overflow: hidden;
}
.tc-track-3abf800b {
    display: flex;
    transition: transform 0.4s ease-in-out;
}
.tc-slide-3abf800b {
    min-width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    padding: 0 40px;
}
.tc-content-wrap-3abf800b {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
}
.tc-quote-3abf800b {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 15px;
    font-style: italic;
}
.tc-name-3abf800b {
    font-size: 1rem;
    font-weight: 600;
}
.tc-nav-3abf800b {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}
.tc-nav-btn-3abf800b {
    pointer-events: auto;
    background: transparent;
    border: 2px solid #ccc;
    color: #333;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.2s;
}
.tc-nav-btn-3abf800b:hover {
    background: rgba(0,0,0,0.05);
}