/* ------- CO CAROUSEL ------- */
.co-carousel {
    position: relative;
}
.co-carousel-item .container {
    width: auto !important;
}
.slick-dots li.slick-active button:before {
    color: #000000 !important;
    font-size: 11px !important;
}
.slick-dots li button:before {
    color: #9a9a9a !important;
    font-size: 11px !important;
}

.slick-dots {
    bottom: -25px !important;
}

.slick-prev,
.slick-next {
    width: 31px !important;
    height: 59px !important;
    background-repeat: no-repeat;
    background-position: center;
}
.slick-prev:before,
.slick-next:before {
    content: "" !important;
}
.slick-prev {
    /* background-image: url("img/left-arrow.svg") !important; */
    left: -50px !important;
}
.slick-next {
    /* background-image: url("img/right-arrow.svg") !important; */
    right: -50px !important;
}

.slick-dots li button:before {
    opacity: 0.95 !important;
}

.slick-list {
    overflow: hidden;
}

/* Carousel HOME */
.co-carousel-home .co-carousel-item > div:first-child {
    z-index: 1;
}
.co-carousel-home .co-carousel-item .co-ch-hashtag {
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 15px 0;
    padding: 0;
}
.co-carousel-home .co-carousel-item .co-ch-title {
    font-size: 35px;
    font-weight: 800;
    line-height: 35px;
    letter-spacing: 0.6px;
    color: #000000;
    margin: 0 0 15px 0;
    padding: 0;
    text-shadow: 1px 1px 3px #ffffff;
}
.co-carousel-home .co-carousel-item .co-ch-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #000000;
    margin: 0 0 15px 0;
    padding: 0;
}
.co-carousel-home .co-carousel-item .co-ch-subtitle {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0.6px;
    color: #8d8c8c;
    margin: 0;
    padding: 0;
}
.co-carousel-home .co-carousel-item .co-ch-image {
    max-width: 100%;
    min-width: 100%;
}

/* Carousel PORTRAIT */
.co-carousel-portrait .slick-list {
    margin: 0 -15px;
}
.co-carousel-portrait .slick-slide {
    margin: 0 15px;
}
.co-carousel-portrait .co-carousel-item .co-cp-image {
    max-width: 100%;
    min-width: 100%;
}

/* Carousel DOCUMENTS */
.co-carousel-documents .slick-list {
    margin: 0 -15px;
}
.co-carousel-documents .slick-slide {
    margin: 0 15px;
}

.co-carousel-documents .co-carousel-item .co-cd-wrapper {
    display: table;
}
.co-carousel-documents .co-carousel-item .co-cd-left {
    display: table-cell;
    width: 110px;
}
.co-carousel-documents .co-carousel-item .co-cd-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
}
.co-carousel-documents .co-carousel-item .co-cd-right p {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 19px;
    letter-spacing: 0.6px;
}

.co-carousel-documents .co-carousel-item .co-cd-image {
    width: 100%;
}

.slick-track {
    display: flex !important;
    align-items: center;
}
button.slick-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 30L2 16L16 2' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
button.slick-next {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='32' viewBox='0 0 18 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L16 16L2 30' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
}
button.slick-prev,
button.slick-next {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px !important;
    height: 28px !important;
}

.slick-dots li.slick-active button:before {
    color: #000000 !important;
}
.slick-dots li button:before {
    color: #9a9a9a !important;
}

/* ------- CO TESTIMONIAL ------- */

.co-testimonial-wrapper {
    max-width: 890px;
    margin: 0 auto;
}

.co-testimonial-comment,
.co-testimonial-comment p {
    font-family: "Merriweather", "Times", "Times New Roman" !important;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: -2%;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 0;
    color: #333333;
}
.co-testimonial-comment p {
    margin-top: 28px;
}

.co-testimonial-name {
    font-family: "Lato";
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    margin: 20px 0 0 0;
    color: #000000;
}
.co-testimonial-job {
    font-family: "Lato";
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    color: #000000;
}
