.testimonials{width:100%;position:relative;display:flex;flex-direction:column;background:var(--secondary-color-500);z-index:40;padding:2.5rem 0}.testimonials:before{content:"";position:absolute;top:-2.7rem;left:0;width:0;height:0;border-left:100vw solid rgba(0,0,0,0);border-right:0 solid rgba(0,0,0,0);border-bottom:2.79rem solid var(--secondary-color-500)}.testimonials__title{font-weight:700;font-size:2rem;color:var(--color-text-light-600)}.testimonials__testimonials-corusel{margin:.8rem;border:3px solid var(--primary-color-500);border-radius:.5rem}:where(.css-dev-only-do-not-override-6olpwr).ant-carousel .slick-dots li.slick-active{background:orange!important}.testimonials .ant-carousel .slick-dots li{background:var(--primary-color-800)}:global(.ant-carousel .slick-next),:global(.ant-carousel .slick-prev){width:48px;height:48px;z-index:1;color:rgba(0,0,0,0)!important}:global(.ant-carousel .slick-prev:before){content:"";background-image:url(/icons/icon-arrow-double-left.png);background-size:contain;background-repeat:no-repeat;display:block;width:100%;height:100%}:global(.ant-carousel .slick-next:before){content:"";background-image:url(/icons/icon-arrow-double-right.png);background-size:contain;background-repeat:no-repeat;display:block;width:100%;height:100%}