.primary-navigation-buttons{position:absolute;top:100%;margin-top:32px;font-size:0;line-height:0;border:0;width:45px;height:45px;z-index:2}
.navigation-prev-button{background:url('../clientlib-site/resources/images/previous.png') no-repeat center;right:55px;width:45px;height:45px;background-size:contain;border:0}
.navigation-prev-button:hover{background:url('../clientlib-site/resources/images/previous-hover.png') no-repeat center;background-size:45px 45px}
.navigation-next-button{background:url('../clientlib-site/resources/images/next.png') no-repeat center;right:0;width:45px;height:45px;background-size:contain;border:0}
.navigation-next-button:hover{background:url('../clientlib-site/resources/images/next-hover.png') no-repeat center;background-size:45px 45px}
.pause-button{border:0;background:url('../clientlib-site/resources/images/pause_white.svg') no-repeat center;width:42px;height:43px}
.play-button{border:0;background:url('../clientlib-site/resources/images/play_white.svg') no-repeat center;width:42px;height:43px}
.pause-button-animated{position:relative;width:45px;height:45px;border:0;background:url('../clientlib-site/resources/images/pause-icon.svg') no-repeat center;background-size:contain}
.pause-button-animated svg{position:absolute;top:0;left:0;width:45px;height:45px;transform:rotate(-90deg);pointer-events:none}
.pause-button-animated .progress-circle{fill:none;stroke:var(--white);stroke-width:2.5;stroke-linecap:round;transition:none}
.swiper-pagination-bullet{border-radius:8px;height:8px;border:0;opacity:1;padding:0;background:var(--white);width:8px}
.swiper-pagination-bullet-active{width:24px;background:var(--accent-primary);box-shadow:none}
@keyframes spin{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}
.cmp-testimonial{position:relative;width:100%;max-width:var(--component-global-max-width);height:fit-content;margin:0 auto;color:var(--text-body-on-dark);background:var(--surface-page-blue)}
.cmp-testimonial.light-theme-primary{color:var(--text-body-on-light);background:var(--surface-page-white)}
.cmp-testimonial.light-theme-secondary{color:var(--text-body-on-light);background:var(--surface-page-off-white)}
.cmp-testimonial.dark-theme-primary{color:var(--text-body-on-dark);background:var(--surface-page-black)}
.cmp-testimonial.dark-theme-secondary{color:var(--text-body-on-dark);background:var(--surface-page-blue)}
.cmp-testimonial.height-fixed{height:693px}
@media(min-width:768px){.cmp-testimonial.height-fixed{height:866px}
}
.cmp-testimonial.height-fixed .testimonial-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.cmp-testimonial.height-auto .testimonial-content{position:relative;padding-block:var(--spacing-md)}
@media(min-width:768px){.cmp-testimonial.height-auto .testimonial-content{padding-block:var(--spacing-4xl)}
}
.cmp-testimonial .testimonial-inner{position:relative;margin:0 auto;height:100%;width:100%;max-width:var(--component-content-max-width)}
.cmp-testimonial .testimonial-content{display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;text-align:center;width:100%;padding:0 var(--padding-x-mobile)}
@media(min-width:768px){.cmp-testimonial .testimonial-content{padding:0 var(--padding-x-desktop)}
}
@media(min-width:1440px){.cmp-testimonial .testimonial-content{max-width:calc(var(--component-content-max-width) - 2 * var(--padding-x-desktop))}
}
.cmp-testimonial .testimonial-content .description p,.cmp-testimonial .testimonial-content .author p{font-family:inherit}
.cmp-testimonial .testimonial-content .description p:first-of-type,.cmp-testimonial .testimonial-content .author p:first-of-type{margin-top:0}
.cmp-testimonial .testimonial-content .description p:last-of-type,.cmp-testimonial .testimonial-content .author p:last-of-type{margin-bottom:0}
.cmp-testimonial .testimonial-content .description p,.cmp-testimonial .testimonial-content .description h1,.cmp-testimonial .testimonial-content .description h2,.cmp-testimonial .testimonial-content .description h3,.cmp-testimonial .testimonial-content .description h4,.cmp-testimonial .testimonial-content .description h5,.cmp-testimonial .testimonial-content .description h6{font-family:var(--font-racing);font-size:1.25rem;line-height:1.75rem}
@media(min-width:768px){.cmp-testimonial .testimonial-content .description p,.cmp-testimonial .testimonial-content .description h1,.cmp-testimonial .testimonial-content .description h2,.cmp-testimonial .testimonial-content .description h3,.cmp-testimonial .testimonial-content .description h4,.cmp-testimonial .testimonial-content .description h5,.cmp-testimonial .testimonial-content .description h6{font-size:3rem;line-height:3.625rem}
}
.cmp-testimonial .testimonial-content .description p span,.cmp-testimonial .testimonial-content .description h1 span,.cmp-testimonial .testimonial-content .description h2 span,.cmp-testimonial .testimonial-content .description h3 span,.cmp-testimonial .testimonial-content .description h4 span,.cmp-testimonial .testimonial-content .description h5 span,.cmp-testimonial .testimonial-content .description h6 span{font-family:var(--font-racing)}
.cmp-testimonial .testimonial-content .author{margin-top:var(--spacing-56)}
@media(min-width:768px){.cmp-testimonial .testimonial-content .author{margin-top:var(--spacing-88)}
}
.cmp-testimonial .testimonial-content .author p{font-size:var(--font-size-body-2);line-height:var(--line-height-body-2);font-weight:var(--font-weight-regular)}
@media(min-width:768px){.cmp-testimonial .testimonial-content .author p{font-size:var(--font-size-body-1);line-height:var(--line-height-body-1)}
}