.quotes__quote {
    font-family: 'Synonym';
}

.quotes__quote__quote {
    color: #1D1D1B;
    font-size: 24px;
    margin-bottom: 50px;
}

.quotes__quote__persona {
    display: flex;
}

.quotes__quote__persona__avatar {
    margin-right: 20px;
}

.quotes__quote__persona__avatar img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50px;
    object-fit: cover;
}

.quotes__quote__persona__information__name {
    font-weight: bold;
}

.quotes
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

.quotes .slick-list
{
    position: relative;
    width: 100%;
    display: block;
    padding: 0;
    width: 100%;
}

.quotes .slick-list::before{
    z-index: 50;
    content: '';
    height: 100%;
    width: 50vw;
    left: -50vw;
    position: absolute;
    background-color: #fff;
}

.quotes .slick-list:focus
{
    outline: none;
}

.quotes .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.quotes .slick-track
{
    position: relative;
    top: 0;
    display: block;
}

.quotes .slick-track:before,
.quotes .slick-track:after
{
    display: table;

    content: '';
}

.quotes .slick-track:after
{
    clear: both;
}

.quotes .slick-loading .slick-track
{
    visibility: hidden;
}

.quotes .slick-slide
{
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 10px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}
.quotes .slick-slide img
{
    display: block;
    margin-bottom: 40px;
}
.quotes .slick-slide.slick-loading img
{
    display: none;
}

.quotes .slick-slide.dragging img
{
    pointer-events: none;
}

.quotes .slick-initialized .slick-slide
{
    display: block;
}

.quotes .slick-loading .slick-slide
{
    visibility: hidden;
}

.quotes .slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.quotes .slick-arrow.slick-hidden {
    display: none;
}

.quotes .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    bottom: -60px;
}

.quotes .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.quotes .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.quotes .slick-dots li button:hover,.slick-dots li button:focus {
    outline: none
}

.quotes .slick-dots li button:hover:before,.slick-dots li button:focus:before {
    opacity: 1
}

.quotes .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 8px;
    height: 8px;
    content: "";
    opacity: .25;
    color: #fff;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.quotes .slick-dots li.slick-active button:before {
    opacity: .90;
    color: #fff
}

.quotes .slick-prev,
.quotes .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 0px;

    display: block;
    z-index:100;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.quotes .slick-prev:hover,
.quotes .slick-prev:focus,
.quotes .slick-next:hover,
.quotes .slick-next:focus
{
   opacity: 0.6;
   background-color: unset;
   color: transparent;
   outline: none;
}

.quotes .slick-prev:hover:before,
.quotes .slick-prev:focus:before,
.quotes .slick-next:hover:before,
.quotes .slick-next:focus:before
{
    opacity: 1;
}
.quotes .slick-prev.slick-disabled:before,
.quotes .slick-next.slick-disabled:before
{
    opacity: .25;
}

.quotes .slick-prev:before,
.quotes .slick-next:before
{
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    font-weight: bold;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.quotes .slick-prev
{
    right: 57px;
    top: 21px;
    background-image: url(../../../assets/images/arrow-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);

}

.quotes [dir='rtl'] .slick-prev
{
    right: -45px;
    left: auto;
}

.quotes .slick-prev:before
{
    content: '\e93b';
}

.quotes [dir='rtl'] .slick-prev:before
{
    content: '\e93b';
}

.quotes .slick-next
{
    right: 30px;
    background-image: url(../../../assets/images/arrow-right.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 31px;

}

.quotes [dir='rtl'] .slick-next
{
    right: auto;
    left: -35px;
}

.quotes .slick-next:before
{
    content: '\e93c';
}

.quotes [dir='rtl'] .slick-next:before
{
    content: '\e93c';
}

@media (max-width: 772px) {
    .quotes__quote__quote {
        font-size: var(--wp--preset--font-size--medium);
    }

    .quotes__quote__image svg {
        max-width: 30px;
    }

    .quotes__quote__quote p {
        font-size: 12px !important;
    }
}