:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}:root{--breakpoint-tablet: 991px;--breakpoint-mobile-landscape: 767px;--breakpoint-mobile-portrait: 479px}:root{--layout-content-border: 1rem;--layout-grid-column-gap: 12px;--layout-grid-row-gap: 12px}@media screen and (min-width:992px){:root{--layout-content-border: 2rem;--layout-grid-column-gap: 16px;--layout-grid-row-gap: 16px}}:root{--slider-gap: 16px}.slider__navigation{display:flex;align-items:center;gap:1rem;margin-top:1.5rem}.slider__navigation-arrow[role=button]{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;padding:0;color:#1c2950;background:#1c29501a;opacity:1}.slider__navigation-arrow svg{width:15px}.slider__navigation-arrow:hover:not(.swiper-button-disabled){color:#fff;background:#1c2950}.slider__navigation-arrow.swiper-button-disabled{opacity:.5;cursor:not-allowed}.slider__navigation-arrow.swiper-button-disabled:hover{background:#1c29501a}.slider__navigation-scrollbar{position:relative;width:100%}.slider__navigation-scrollbar .swiper-scrollbar{width:100%;inset:0}.slider__navigation-scrollbar .swiper-scrollbar .swiper-scrollbar-drag{background:#1c2950}.slider__navigation.hidden{display:none}.learning-path__module-card{position:relative;height:auto;min-height:500px;padding:1.25rem;border-radius:8px;scroll-snap-align:start}@media(max-width:991px){.learning-path__module-card{min-height:0}}.learning-path__module-card h4{font-weight:700}.learning-path__module-card .button{margin-bottom:0}.learning-path__module-card-tags{margin-block:1.5rem}.learning-path__module-card-tags span{display:inline-block}.learning-path__module-card-content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.learning-path__module-card--required,.learning-path__module-card--selected{background-color:#fff}.learning-path__module-card--required .learning-path__card-button>svg,.learning-path__module-card--selected .learning-path__card-button>svg{display:none}.learning-path__module-card--required .learning-path__card-button .button--add,.learning-path__module-card--selected .learning-path__card-button .button--add{display:none}.learning-path__module-card--main,.learning-path__module-card-wrap--summary{position:relative;z-index:10;grid-column:span 2}@media(max-width:991px){.learning-path__module-card--main,.learning-path__module-card-wrap--summary{grid-column:-1/1}}.learning-path__module-card--main:before,.learning-path__module-card--main:after,.learning-path__module-card-wrap--summary:before,.learning-path__module-card-wrap--summary:after{content:"";position:absolute;top:0;z-index:-1;width:100%;height:100%}@media(max-width:991px){.learning-path__module-card--main:before,.learning-path__module-card--main:after,.learning-path__module-card-wrap--summary:before,.learning-path__module-card-wrap--summary:after{content:none}}.learning-path__module-card--main{background:#edf0f5;border-radius:0;padding:0}.learning-path__module-card--main:before{left:-100%;background:#edf0f5}.learning-path__module-card--main:after{width:35px;right:-25px;background:linear-gradient(270deg,#edf0f500,#edf0f5)}.learning-path__module-card--main .learning-path__module-card-tags{margin-block:.9rem}.learning-path__module-card--main .learning-path__module-card-tags span{border:1px solid #9C9FB1;border-radius:4px;padding:.25rem .5rem;line-height:1;background:#fff}.learning-path__module-card--optional:not(.learning-path__module-card--selected){border:1px dashed #BFC1CD;text-align:center;background:transparent}.learning-path__module-card--optional:not(.learning-path__module-card--selected) .learning-path__card-button{height:55%}.learning-path__module-card--optional:not(.learning-path__module-card--selected) .learning-path__card-button svg{display:block;margin-inline:auto;margin-bottom:.5rem}.learning-path__module-card--optional:not(.learning-path__module-card--selected) .learning-path__card-button .button{margin-inline:auto}.learning-path__module-card--optional:not(.learning-path__module-card--selected) .learning-path__card-button .button--change{display:none}@media(max-width:991px){.learning-path__module-card--optional:not(.learning-path__module-card--selected){text-align:left}.learning-path__module-card--optional:not(.learning-path__module-card--selected) .learning-path__module-card-content{display:flex;flex-direction:row}.learning-path__module-card--optional:not(.learning-path__module-card--selected) .learning-path__card-button svg{display:none}}.learning-path__module-card-arrow{position:absolute;top:50%;right:2px;transform:translateY(-50%) translate(100%)}@media(max-width:991px){.learning-path__module-card-arrow{display:none}}.learning-path__module-card:last-child .learning-path__module-card-arrow{display:none}[data-learning-path-module-select-drawer] .learning-path__drawer-module{display:grid;gap:1rem}[data-learning-path-module-select-drawer] .learning-path__drawer-product{position:relative;border:1px dashed #BFC1CD;border-radius:8px;padding:1rem}[data-learning-path-module-select-drawer] .learning-path__drawer-product .learning-path__meta{margin-block:.9rem 1.35rem}[data-learning-path-module-select-drawer] .learning-path__drawer-product .learning-path__drawer-actions{position:relative;width:100%}[data-learning-path-module-select-drawer] .learning-path__drawer-product .learning-path__drawer-actions .button{position:absolute;top:0}[data-learning-path-module-select-drawer] .learning-path__drawer-product .accordion{border:0}[data-learning-path-module-select-drawer] .learning-path__drawer-product .accordion__header{z-index:10;display:flex;justify-content:flex-end;padding-block:var(--theme-form-element-spacing-vertical);line-height:1}[data-learning-path-module-select-drawer] .learning-path__drawer-product .accordion__header:after{order:-1}[data-learning-path-module-select-drawer] .learning-path__drawer-product .accordion__content{margin-top:1rem;border-top:1px solid #1C2950;padding-top:1rem}[data-learning-path-module-select-drawer] .learning-path__drawer-product .button--remove{display:none}[data-learning-path-module-select-drawer] .learning-path__drawer-product--selected{border-style:solid}[data-learning-path-module-select-drawer] .learning-path__drawer-product--selected .button--remove{display:block}[data-learning-path-module-select-drawer] .learning-path__drawer-product--selected .button--add{display:none}.learning-path__module-card-wrap--summary{height:100%}.learning-path__module-card-wrap--summary:before{width:35px;left:-25px;background:linear-gradient(90deg,#edf0f500,#edf0f5)}.learning-path__module-card-wrap--summary:after{right:-100%;background:#edf0f5}.learning-path__module-card--summary{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;height:100%;padding:1.5rem;text-align:center;background:#14d;color:#fff}.learning-path__module-card--summary>div{display:flex;flex-direction:column;align-items:center;gap:.9rem}.learning-path__module-card--summary .learning-path__price{display:flex;align-items:center;gap:.5rem}.learning-path__module-card--summary .button{width:100%;justify-content:center;margin:0}@media(max-width:991px){.learning-path__module-card--summary{text-align:left;align-items:flex-start}.learning-path__module-card--summary>div{align-items:flex-start}.learning-path__module-card--summary>div>svg{display:none}}.learning-path{--learning-path-card-width: 260px;padding-block:2.5rem;background:#edf0f5;color:#1c2950}.learning-path .learning-path__slider{grid-column:1/-1}@media(max-width:991px){.learning-path .learning-path__slider{display:block}}.learning-path .swiper-wrapper{height:auto}@media(max-width:991px){.learning-path .swiper-wrapper{display:grid;grid-row-gap:1rem}}.learning-path .slider__navigation{position:relative;z-index:20;margin-top:.5rem}@media(max-width:991px){.learning-path .slider__navigation{display:none}}.learning-path .slider__navigation.hidden{display:none}.learning-path.grid__container>*{grid-column:1/-1}.learning-path__section-label{border-bottom:1px solid currentColor;padding-bottom:.5rem;font-weight:700;font-size:var(--size-font-small)}.learning-path__header{max-width:42rem;margin-block:1.75rem 2.5rem}.learning-path__header h2,.learning-path__header p{margin-bottom:.5rem}.learning-path__main-card,.learning-path__module-card,.learning-path__summary,.learning-path__drawer-product{border-radius:16px}.learning-path__image{width:90px;margin:0 0 1rem;overflow:hidden;border-radius:4px;aspect-ratio:1/1;background:#e1e3e8}.learning-path__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.learning-path__image--small{margin-bottom:.75rem}.learning-path .learning-path__slider{grid-column:span 8}.learning-path__module-status{display:flex;align-items:center;gap:.5rem}.learning-path__meta{display:grid;gap:.2rem}.learning-path__price{margin-top:.9rem}.learning-path__selected-module[hidden],.learning-path [hidden]{display:none!important}.learning-path--cart{margin-top:1rem;padding:1rem;border:1px solid #BFC1CD;border-radius:8px;background:#fff}.learning-path--cart.grid__container{width:100%;max-width:none;margin-inline:0}.learning-path--cart .learning-path__section-label,.learning-path--cart .learning-path__header,.learning-path--cart .learning-path__module-card--main,.learning-path--cart .learning-path__navigation{display:none}.learning-path--cart .learning-path__track{grid-auto-columns:minmax(180px,1fr);grid-auto-flow:column;gap:1rem;min-height:auto}.learning-path--cart .learning-path__module-card{min-height:180px}.learning-path--cart .learning-path__module-card:after{content:none}.learning-path--cart .learning-path__summary{min-height:auto;padding:1rem}@media(max-width:991px){.learning-path{--learning-path-card-width: 82vw}.learning-path__main-card,.learning-path__summary{min-height:auto}.learning-path__track{gap:1.25rem}.learning-path__module-card:after{content:none}}
