.ac {
    border-bottom: 1px solid #EAEAEA;
    box-sizing: border-box
}

.ac .ac-header {
    margin: 0;
    padding: 0
}

.ac .ac-trigger {
    color: #191919;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    padding: 15px 30px 15px 0px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    transition: color .25s ease;
    position: relative;
    text-decoration: none;
    margin: 0;
    border: 0;
}

.ac .ac-trigger::after {
     content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' viewBox='0 0 21 14' fill='none'%3E%3Cpath d='M19.1532 1.5L10.6357 10.587L1.98754 1.70485L1.07031 2.7295L10.7015 12.5L20.0703 2.45646L19.1532 1.5Z' fill='%232F76FF' stroke='%232F76FF' stroke-width='0.8'/%3E%3C/svg%3E");
    text-align: center;
    width: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    right: 10px;
    top: 50%;
}

.ac .ac-trigger:focus {
}

.ac .ac-panel {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease
}

.ac .ac-panel .ac-text {
    color: #191919;
    padding: 0 15px 15px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 300;
}

.ac.js-enabled .ac-panel {
    visibility: hidden
}

.ac.is-active .ac-panel {
    visibility: visible
}

.ac.is-active>.ac-header .ac-trigger::after {
     content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='14' viewBox='0 0 21 14' fill='none'%3E%3Cpath d='M1.98747 12.5L10.5049 3.41298L19.1531 12.2952L20.0703 11.2705L10.4392 1.5L1.07031 11.5435L1.98747 12.5Z' fill='%232F76FF' stroke='%232F76FF' stroke-width='0.8'/%3E%3C/svg%3E");
}
