.ha-testimonial-carousel .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.ha-testimonial-carousel.ha-equal-height-yes .ha-testimonial-carousel__wrap:not(.slick-vertical) .slick-list,
.ha-testimonial-carousel.ha-equal-height-yes .ha-testimonial-carousel__wrap:not(.slick-vertical) .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -ms-flex-align: stretch
}

.ha-testimonial-carousel.ha-equal-height-yes .ha-testimonial-carousel__wrap:not(.slick-vertical) .ha-testimonial-carousel__content,
.ha-testimonial-carousel.ha-equal-height-yes .ha-testimonial-carousel__wrap:not(.slick-vertical) .ha-testimonial-carousel__item {
    height: 100%
}

.ha-testimonial-carousel .slick-vertical .slick-track {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.ha-testimonial-carousel--basic.ha-testimonial-carousel--bottom .ha-testimonial-carousel__content {
    margin-top: 2.5em
}

.ha-testimonial-carousel--basic.ha-testimonial-carousel--top .ha-testimonial-carousel__content {
    margin-top: 0;
    margin-bottom: 2.5em
}

.ha-testimonial-carousel--basic .ha-testimonial-carousel__item {
    overflow: hidden
}

.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content {
    position: relative;
    padding: 2rem;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px -4px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 20px -4px rgba(0, 0, 0, .3);
    line-height: 1.6rem
}

.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content:after {
    position: absolute;
    bottom: -14px;
    color: #fff;
    content: "\e911";
    font-style: normal;
    font-size: 36px;
    font-family: "Happy Icons";
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.ha-testimonial-carousel--bubble.ha-testimonial-carousel--bottom .ha-testimonial-carousel__content {
    margin-top: 1.5rem;
    margin-bottom: 0
}

.ha-testimonial-carousel--bubble.ha-testimonial-carousel--top .ha-testimonial-carousel__content {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.ha-testimonial-carousel--left.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content:after {
    left: 15px
}

.ha-testimonial-carousel--center.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content:after {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-180deg);
    -ms-transform: translateX(-50%) rotate(-180deg);
    transform: translateX(-50%) rotate(-180deg)
}

.ha-testimonial-carousel--right.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content:after {
    right: 15px
}

.ha-testimonial-carousel--bottom.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content:after {
    top: -14px;
    bottom: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.ha-testimonial-carousel--bottom.ha-testimonial-carousel--center.ha-testimonial-carousel--bubble .ha-testimonial-carousel__content:after {
    left: 50%;
    -webkit-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    transform: rotate(0deg) translateX(-50%)
}

.ha-testimonial-carousel .slick-vertical .ha-testimonial-carousel__item {
    padding: 12px
}

.ha-testimonial-carousel-slick-slide {
    outline: 0
}

.ha-testimonial-carousel__item,
.ha-testimonial-carousel__reviewer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.ha-testimonial-carousel__item {
    padding: 20px
}

.ha-testimonial-carousel__reviewer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ha-testimonial-carousel__reviewer-thumb {
    width: 65px;
    height: 65px
}

.ha-testimonial-carousel__reviewer-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover
}

.ha-testimonial-carousel__reviewer-name {
    margin-bottom: .3rem;
    color: #562dd4;
    font-weight: 700;
    font-size: 18px
}

.ha-testimonial-carousel__reviewer-title {
    color: #8c8c8c;
    font-size: 16px
}

.ha-testimonial-carousel--left .ha-testimonial-carousel__reviewer-thumb {
    margin-right: 1em
}

.ha-testimonial-carousel--center .ha-testimonial-carousel__reviewer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.ha-testimonial-carousel--center .ha-testimonial-carousel__reviewer .ha-testimonial-carousel__reviewer-thumb {
    margin-bottom: 1em
}

.ha-testimonial-carousel--right .ha-testimonial-carousel__reviewer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ha-testimonial-carousel--right .ha-testimonial-carousel__reviewer .ha-testimonial-carousel__reviewer-thumb {
    margin-left: 1em
}

.ha-testimonial-carousel--left {
    text-align: left
}

.ha-testimonial-carousel--right {
    text-align: right
}

.ha-testimonial-carousel--center {
    text-align: center
}

.ha-testimonial-carousel .slick-next,
.ha-testimonial-carousel .slick-prev {
    z-index: 999;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 50%;
    background-color: rgba(234, 234, 234, .8);
    color: #8c8c8c;
    text-align: center;
    font-size: 12px
}

.ha-testimonial-carousel .slick-next:focus,
.ha-testimonial-carousel .slick-next:hover,
.ha-testimonial-carousel .slick-prev:focus,
.ha-testimonial-carousel .slick-prev:hover {
    background-color: #fff;
    color: #222
}

.ha-testimonial-carousel .slick-next:before,
.ha-testimonial-carousel .slick-prev:before {
    content: ""
}

.ha-testimonial-carousel .slick-disabled {
    opacity: .7
}

.ha-testimonial-carousel .slick-prev {
    left: -25px
}

.ha-testimonial-carousel .slick-next {
    right: -25px
}

.ha-testimonial-carousel .slick-dots {
    bottom: -35px
}

.ha-testimonial-carousel .slick-dots li {
    margin-right: 2px;
    margin-left: 2px
}

.ha-testimonial-carousel .slick-dots li button:focus,
.ha-testimonial-carousel .slick-dots li button:hover {
    background-color: transparent
}

.ha-testimonial-carousel .slick-dots li button:before {
    color: #1b1b1b;
    opacity: 1
}

.ha-testimonial-carousel .slick-dots .slick-active button:before,
.ha-testimonial-carousel .slick-dots li button:hover:before {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.ha-testimonial-carousel .slick-next,
.ha-testimonial-carousel .slick-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 1
}

.ha-testimonial-carousel .slick-next i,
.ha-testimonial-carousel .slick-prev i {
    display: block;
    width: 1em;
    height: 1em
}

.ha-testimonial-carousel .slick-next i:before,
.ha-testimonial-carousel .slick-prev i:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.ha-testimonial-carousel.ha-arrow-sync-yes .slick-next,
.ha-testimonial-carousel.ha-arrow-sync-yes .slick-prev {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(calc(50% - 70px));
    -ms-transform: translateX(calc(50% - 70px));
    transform: translateX(calc(50% - 70px))
}

.ha-testimonial-carousel.ha-arrow-sync-yes .slick-next {
    margin-left: 60px
}

.ha-toggle .ha-toggle__item-content:after {
    display: block;
    clear: both;
    content: ""
}

.ha-toggle .ha-toggle__wrapper {
    color: #2b2b2b
}

.ha-toggle .ha-toggle__item {
    overflow: hidden;
    border: 1px solid #e8e8e8;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ha-toggle .ha-toggle__item:not(:first-child) {
    margin-top: -1px
}

.ha-toggle .ha-toggle__item-title {
    margin: 0;
    padding: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.ha-toggle .ha-toggle__item-title-icon {
    margin-right: 15px
}

.ha-toggle .ha-toggle__item .ha-toggle__icon svg,
.ha-toggle .ha-toggle__item-title-icon svg {
    width: 1em;
    height: auto;
    fill: currentColor
}

.ha-toggle .ha-toggle__item-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #e8e8e8
}

.ha-toggle .ha-toggle__item .ha-toggle__icon {
    display: inline-block;
    font-size: .8em;
    line-height: 1.2em
}

.ha-toggle .ha-toggle__item .ha-toggle__icon--opened,
.ha-toggle .ha-toggle__item--active>span>.ha-toggle__icon--closed {
    display: none
}

.ha-toggle .ha-toggle__item--active>span>.ha-toggle__icon--opened {
    display: inline-block
}

.ha-toggle--icon-left .ha-toggle__icon {
    float: left;
    margin-right: 15px
}

.ha-toggle--icon-right .ha-toggle__icon {
    float: right;
    margin-left: 15px
}

/** Widgets: testimonial-carousel, toggle **/