.courses-carousel-wrapper{position:relative;width:100%}.courses-carousel-container{position:relative;overflow:hidden;padding:0 50px}.courses-carousel__card{height:100%;display:flex;flex-direction:column;overflow:hidden;background:var(--bb-content-background-color);border:1px solid var(--bb-content-border-color);border-radius:var(--bb-block-radius);box-shadow:none;transition:box-shadow .2s ease;container-type:inline-size}.courses-carousel__card:hover{box-shadow:0 6px 24px 0 rgba(18,43,70,.12)}.courses-carousel-wrapper .swiper-slide{height:auto}.courses-carousel-wrapper .swiper-slide .courses-carousel__card{height:100%}.courses-carousel__thumb{display:block;position:relative;padding-top:56.25%;overflow:hidden;border-bottom:1px solid var(--bb-content-border-color)}.courses-carousel__thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:var(--bb-block-radius) var(--bb-block-radius) 0 0}.courses-carousel__no-thumb{position:absolute;top:0;left:0;width:100%;height:100%;background:#f0f0f0}.courses-carousel__body{flex:1;display:flex;flex-direction:column;gap:6px;padding:16px}.courses-carousel__title{font-size:16px;line-height:24px;text-align:center;margin:0;padding:0 8px}.courses-carousel__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.courses-carousel__title a:hover{color:var(--bb-primary-color)}.courses-carousel__author{font-size:13px;line-height:1.3;color:#7f7f7f;text-align:center}.courses-carousel__author a{color:inherit;text-decoration:none}.courses-carousel__author a:hover{color:var(--bb-primary-color)}.courses-carousel__info{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:6px 16px;margin-top:auto;font-size:13px;color:#7f7f7f}.courses-carousel__info-rating{display:flex;align-items:center;gap:3px}.courses-carousel__stars{display:flex;gap:1px;line-height:1}.courses-carousel__stars svg{display:block}.courses-carousel__stars-compact{display:none;line-height:1}.courses-carousel__stars-compact svg{display:block}.courses-carousel__info-dim{opacity:.8}.courses-carousel__info-item{display:flex;align-items:center;gap:3px}.courses-carousel__meta-icon{font-size:14px;line-height:1}.courses-carousel__price{font-size:16px;font-weight:500;color:var(--bb-primary-color);white-space:nowrap;text-align:center;margin-top:auto}.courses-carousel__info+.courses-carousel__price{margin-top:0}.courses-carousel__price del{font-weight:400;font-size:13px;color:#c8cbcf;opacity:1}.courses-carousel__price ins{text-decoration:none;font-weight:500}.courses-carousel__price-free{color:inherit;font-weight:500}.courses-carousel__footer{padding:0;margin-top:auto}.courses-carousel__cta{width:100%}.courses-carousel__cta .courses-carousel__btn,.courses-carousel__cta a,.courses-carousel__cta button{display:flex;align-items:center;justify-content:center;width:100%;white-space:nowrap;font-size:12px;font-weight:400;line-height:2.5;text-transform:uppercase;padding:.618em 1em;background:var(--bb-content-background-color);color:var(--bb-primary-color);border:none;border-top:1px solid var(--bb-content-border-color);border-radius:0 0 var(--bb-block-radius) var(--bb-block-radius);text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease;box-sizing:border-box;margin:0;min-height:auto}.courses-carousel__cta .courses-carousel__btn:hover,.courses-carousel__cta a:hover,.courses-carousel__cta button:hover{background:var(--bb-primary-color);color:#fff;border:none;border-top:1px solid var(--bb-primary-color);outline:none;padding:.618em 1em}.courses-carousel__cta .loading,.courses-carousel__cta .loading:hover,.courses-carousel__cta .loading:focus{pointer-events:none;outline:none;animation:courses-carousel-pulse 1.2s ease-in-out infinite}@keyframes courses-carousel-pulse{0%,100%{background:var(--bb-primary-color);color:#fff}50%{background:color-mix(in srgb,var(--bb-primary-color) 50%,#fff);color:#fff}}.courses-carousel__cta .added,.courses-carousel__cta .added:hover,.courses-carousel__cta .added:focus{pointer-events:none;opacity:.6;background:var(--bb-content-background-color);color:var(--bb-primary-color);outline:none}.courses-carousel__cta .added_to_cart{display:none}.courses-carousel-wrapper .swiper-button-prev,.courses-carousel-wrapper .swiper-button-next{width:40px;height:40px;background:#fff;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);transition:all .2s ease}.courses-carousel-wrapper .swiper-button-prev:after,.courses-carousel-wrapper .swiper-button-next:after{font-size:20px;color:#333;font-weight:700}.courses-carousel-wrapper .swiper-button-prev:hover,.courses-carousel-wrapper .swiper-button-next:hover{background:#f5f5f5;border-color:#999}.courses-carousel-wrapper .swiper-button-disabled{opacity:.35}.courses-carousel-wrapper .swiper-pagination{bottom:-36px}.courses-carousel-wrapper .carousel-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.courses-carousel-wrapper .spinner{display:inline-block;width:40px;height:40px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top-color:rgba(0,0,0,.25);animation:courses-carousel-spin 1s ease-in-out infinite}@keyframes courses-carousel-spin{to{transform:rotate(360deg)}}.courses-carousel-empty{padding:40px 20px;text-align:center;color:#999;font-size:14px}@container (max-width:280px){.courses-carousel__stars{display:none}.courses-carousel__stars-compact{display:flex}}.courses-carousel-wrapper[data-desktop="4"] .courses-carousel__stars,.courses-carousel-wrapper[data-desktop="5"] .courses-carousel__stars{display:none}.courses-carousel-wrapper[data-desktop="4"] .courses-carousel__stars-compact,.courses-carousel-wrapper[data-desktop="5"] .courses-carousel__stars-compact{display:flex}@media (max-width:1024px){.courses-carousel-container{padding:0 40px}.courses-carousel-container:not(.swiper-initialized) .courses-carousel__card:nth-child(n+3){visibility:hidden;position:absolute;pointer-events:none}.courses-carousel-wrapper[data-desktop="4"] .courses-carousel__stars,.courses-carousel-wrapper[data-desktop="5"] .courses-carousel__stars{display:flex}.courses-carousel-wrapper[data-desktop="4"] .courses-carousel__stars-compact,.courses-carousel-wrapper[data-desktop="5"] .courses-carousel__stars-compact{display:none}}@media (max-width:640px){.courses-carousel-container{padding:0 30px}.courses-carousel-container:not(.swiper-initialized) .courses-carousel__card:nth-child(n+2){visibility:hidden;position:absolute;pointer-events:none}.courses-carousel-wrapper .swiper-button-prev,.courses-carousel-wrapper .swiper-button-next{width:32px;height:32px}.courses-carousel-wrapper .swiper-button-prev:after,.courses-carousel-wrapper .swiper-button-next:after{font-size:16px}}