label.sz-checkbox{cursor:pointer}label.sz-checkbox input[type=checkbox]{display:none}label.sz-checkbox input[type=checkbox]+span{display:flex;gap:8px;align-items:center}label.sz-checkbox input[type=checkbox]+span::before{content:"";display:inline-block;width:20px;height:20px;background-repeat:no-repeat;background-size:contain}label.sz-checkbox input[type=checkbox]:checked+span::before{background-image:url("../img/checkbox-checked.svg")}label.sz-checkbox input[type=checkbox]:not(:checked)+span::before{background-image:url("../img/checkbox-empty.svg")}@keyframes fadeIn{0%{max-height:unset;position:unset;opacity:0}0.01%{opacity:0}100%{opacity:1}}@keyframes fadeOut{0%{opacity:1}99.99%{opacity:0}100%{opacity:0;max-height:0;overflow:hidden;position:absolute}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.sz-scroll-behavior{transition:all .5s ease-in-out}.sz-scroll-behavior--background-fade-in{background-color:var(--background-color)}.sz-scroll-behavior--background-fade-out{background-color:rgba(0,0,0,0) !important}.sz-bundle-list{display:flex;gap:96px;flex-direction:column;color:#29293a;width:min(335px,100%);margin-left:auto;margin-right:auto;align-items:center}@media(max-width: 687px){.sz-bundle-list{--bundle-column-count: 1!important}}.sz-bundle-list .szbl__dynamic-filter{display:flex;flex-direction:column;padding:17px 0 32px 0;gap:32px;align-items:flex-start}.sz-bundle-list .szbl__headline{font-family:"SZvText";font-style:italic;font-size:27px;font-weight:900;line-height:1.5em;letter-spacing:.24px;margin-bottom:16px;text-align:center}.sz-bundle-list .szbl-filter-label{width:100%;font-family:"SZvText";font-style:italic;font-size:21px;font-weight:500;line-height:1.5em;letter-spacing:.24px}.sz-bundle-list .szbl-filter__general{display:flex;gap:32px;align-items:baseline;justify-content:center;width:100%}.sz-bundle-list .szbl-filter__general .szbl-filter-btn{display:flex;gap:10px;align-items:center;font-size:12px;letter-spacing:1px;color:#29293a;line-height:18px;--border-bottom: 1px;border-bottom:1px solid currentColor;transition:border-color .3s ease-in-out}.sz-bundle-list .szbl-filter__general .szbl-filter-btn:after{content:"";display:inline-block;background-image:url("../img/arrows.svg");width:8px;height:4px;background-repeat:no-repeat;background-size:contain;transition:transform .3s ease-in-out;transform:rotate(-90deg)}.sz-bundle-list .szbl-filter__general .szbl-filter-btn.opened:after{transform:rotate(0)}.sz-bundle-list .szbl-filter__general .szbl-filter-btn:hover{border-bottom-color:transparent}.sz-bundle-list .szbl-separator{width:275px;height:1px;background-color:#e0e0e3;margin-top:16px}.sz-bundle-list .szbl-filter__additional{display:flex;width:100%;flex-direction:column;gap:48px;align-items:center;justify-content:flex-end;transition:max-height .3s ease-in;max-height:0;overflow:hidden}.sz-bundle-list .szbl-filter__additional .szbl-filter-label{text-align:center}.sz-bundle-list .szbl-filter__additional.opened{max-height:400px;transition-duration:.5s;transition-timing-function:ease-out}.sz-bundle-list .szbl-filter__additional .szbl-filter__wrapper{display:flex;width:100%;gap:12px;flex-wrap:wrap;justify-content:center}.sz-bundle-list .szbl__bundles{margin-top:18px;display:grid;grid-template-columns:repeat(var(--bundle-column-count), fit-content(335px));justify-items:center;justify-content:center;gap:calc(var(--bundle-gap) - 126px);animation:fadeIn .5s ease-in-out both;animation-delay:0s}.sz-bundle-list .szbl__bundles--init{display:none}.sz-bundle-list .szbl__bundles>div{max-width:335px;display:flex;width:100%;animation:fadeIn .5s ease-in-out both;animation-delay:0s}.sz-bundle-list .szbl__bundles>div>div{display:flex;width:100%}.sz-bundle-list .szbl__bundles .sz-grey-out{background-color:#b8b8b8}.sz-bundle-list .szbl__bundles .sz-grey-out>*{opacity:.3}.sz-bundle-list .szbl__bundles div.hide-by-filter{animation:fadeOut 0s ease-in-out both;animation-delay:0s}.sz-bundle-list .szbl__empty-message.hide-by-filter{opacity:0;max-height:0;position:absolute}@media(min-width: 688px){.sz-bundle-list{width:628px}.sz-bundle-list .szbl__bundles{gap:calc(var(--bundle-gap) - 126px) 32px;grid-template-columns:repeat(var(--bundle-column-count), fit-content(298px))}.sz-bundle-list .szbl__bundles>div{width:298px}}@media(min-width: 1020px){.sz-bundle-list{gap:0;width:auto}.sz-bundle-list .szbl__dynamic-filter{padding:30px 0 30px 0;gap:48px;align-items:center}.sz-bundle-list .szbl__headline{margin-bottom:0}.sz-bundle-list .szbl-filter-label{width:auto}.sz-bundle-list .szbl-filter__general{gap:48px;justify-content:center}.sz-bundle-list .szbl-filter__general .sz-select{width:254px}.sz-bundle-list .szbl-separator{margin-top:0}.sz-bundle-list .szbl-filter__additional.opened{max-height:250px}.sz-bundle-list .szbl-filter__additional .szbl-filter__wrapper{align-items:center;justify-content:center}.sz-bundle-list .szbl__bundles{margin-top:66px;gap:var(--bundle-gap)}}.sz-live-search{display:grid;grid-template-columns:1fr auto;grid-template-areas:"input cancel" "results leer";align-items:center;gap:2px 12px;width:335px}.sz-live-search__input-wrapper{display:flex;align-items:center;grid-area:input;padding:0 16px;gap:8px;width:335px;background-color:#fff;border:2px solid #f2f2f3;border-radius:3px;transition:all .3s ease-in-out}.sz-live-search input[type=text]{border:0;padding:10px 0;width:100%;font-size:14px;line-height:1.5em;color:#71737f}.sz-live-search__icon{background-image:url("../img/search.svg");width:19.92px;height:19.92px;background-repeat:no-repeat;background-size:contain}.sz-live-search__cancel-icon{display:none;background-image:url("../img/x.svg");width:12px;height:12px;background-repeat:no-repeat;background-size:contain;cursor:pointer}.sz-live-search__cancel-icon:hover{opacity:.5}.sz-live-search__cancel-btn{display:none;grid-area:cancel;animation:fadeOut .3s ease-in-out both;animation-delay:0s}.sz-live-search__cancel-btn a{--border-bottom: 1px;--border-bottom--hover: 0px;font-size:12px;line-height:1.5em;letter-spacing:1px;color:#29293a}.sz-live-search__results-wrapper{display:none;grid-area:results;animation:fadeOut .3s ease-in-out both;animation-delay:0s;background-color:#fff;border:1px solid #f2f2f3;border-radius:3px;position:absolute;top:100%;left:0;z-index:10;overflow:auto;max-height:315px;box-shadow:10px 10px 30px rgba(0,0,0,.19)}.sz-live-search__search-details,.sz-live-search__result{display:flex;align-items:center;justify-content:space-between;height:60px;width:100%;padding-left:40px;padding-right:20px;border-bottom:1px solid #f2f2f3;font-size:14px;line-height:1.5em;color:#29293a}.sz-live-search__keyword{display:flex;gap:10px}.sz-live-search__keyword-label{color:#71737f}.sz-live-search__count{color:#c0c1c6;font-size:10px;letter-spacing:.15px;text-align:right}.sz-live-search__result{display:flex}.sz-live-search__result-tags,.sz-live-search__result-parent-title{color:#c0c1c6;font-size:10px;line-height:1.5em;letter-spacing:.15px}.sz-live-search__result-link a{--border-bottom: 1px;--border-bottom--hover: 0px;font-size:12px;line-height:1.5em;letter-spacing:1px;color:#29293a}.sz-live-search__result--template{display:none}.sz-live-search__waiter{border:1px solid #f3f3f3;border-bottom:2px solid #c0c1c6;width:15px;height:15px;border-radius:50%;animation:spin 1s linear infinite;display:none;vertical-align:text-bottom}.sz-live-search--running .sz-live-search__waiter{display:inline-block}.sz-live-search--active .sz-live-search__cancel-icon,.sz-live-search--active .sz-live-search__cancel-btn,.sz-live-search--active .sz-live-search__results-wrapper{display:block}.sz-live-search--active .sz-live-search__input-wrapper{border-color:#d8efec;width:255px}.sz-live-search--active .sz-live-search__cancel-btn{width:66px;animation:fadeIn .3s ease-in-out both;animation-delay:.3s}.sz-live-search--active .sz-live-search__results-wrapper{width:255px;animation:fadeIn .3s ease-in-out both;animation-delay:.3s}.sz-live-search--active input[type=text]{color:#29293a}@media(min-width: 1020px){.sz-live-search{width:540px}.sz-live-search__input-wrapper{width:540px}.sz-live-search--active .sz-live-search__results-wrapper,.sz-live-search--active .sz-live-search__input-wrapper{width:462px}}.sz-count-down{color:var(--text-color, #29293A);display:flex;flex-direction:row;gap:7.71px}.sz-count-down__timer{font-size:68.51px;font-weight:900;line-height:.7em}.sz-count-down__timer-text{font-size:14.237px;font-weight:900;line-height:1.35em}.sz-count-down__timer-item{display:flex;flex-direction:column;align-items:center;padding:8px 12px;width:130px}@media(min-width: 1020px){.sz-count-down__timer{font-size:82.212px}.sz-count-down__timer-text{font-size:17.127px}}.sz-sticky-popup{position:fixed;background:#34344d;width:calc(100% - 20px);max-width:540px !important;margin:0 auto;left:0;right:0;border-radius:15px;padding:20px 32px;color:#fff;text-align:center;bottom:70px;transition:transform .5s ease-out,opacity .5s ease-out,visibility 1s}.sz-sticky-popup.fadeIn{visibility:visible;opacity:1;z-index:10000 !important}.sz-sticky-popup.fadeIn.hidden,.sz-sticky-popup.slideUp.hidden{opacity:0;visibility:hidden;z-index:-1 !important}.sz-sticky-popup.slideUp{visibility:visible;opacity:1;z-index:10000 !important;transform:translateY(0)}.sz-sticky-popup.slideUp.hidden{transform:translateY(200%)}@media(min-width: 540px){.sz-sticky-popup{text-align:left}}.sz-sticky-popup p{color:#fff;font-size:21px;font-weight:900;line-height:1.3em;font-family:"SZSansDigital",sans-serif}.sz-sticky-popup p i{font-size:15px;font-weight:500;line-height:1.3em;font-style:italic;font-family:"SZvText",serif;margin:0 5px}.sz-sticky-popup__button-close svg{width:12px;height:12px;position:absolute;right:15px;top:15px;cursor:pointer;z-index:1}.sz-sticky-popup__button-close svg path{fill:#fff !important}.sz-sticky-popup__wrapper{display:block}@media(min-width: 540px){.sz-sticky-popup__wrapper{display:flex;align-items:flex-end;justify-content:space-around;gap:20px}}.sz-sticky-popup__wrapper p{margin-bottom:18px !important}@media(min-width: 540px){.sz-sticky-popup__wrapper p{margin-bottom:2px !important}}.sz-sticky-popup__button-wrapper{display:flex;align-items:center;justify-content:center;gap:20px}@media(min-width: 540px){.sz-sticky-popup__button-wrapper{margin-bottom:2px !important}}.sz-sticky-popup__cta{font-family:"SZSansDigital",sans-serif;font-size:14px;line-height:1.5em;font-weight:700;letter-spacing:.085em}.sz-sticky-popup__cta .elementor-button-link{padding:12px 30px !important}.sz-sticky-popup__link-students a{font-family:"SZSansDigital",sans-serif;color:#fff !important;display:block !important;font-weight:400;font-size:12px;line-height:18px;letter-spacing:.085em;border-bottom:1px solid #fff;padding-bottom:1px}.sz-video,.elementor-widget-sz_video{line-height:1px}.sz-video--darken .elementor-widget-container,.elementor-widget-sz_video--darken .elementor-widget-container{background-color:rgba(0,0,0,.2)}.sz-video--darken .elementor-widget-container video,.elementor-widget-sz_video--darken .elementor-widget-container video{position:relative;z-index:-1}.sz-edit-button{position:fixed;width:40px;height:40px;left:20px;bottom:20px;z-index:999999;background-repeat:no-repeat;background-position:center;border-radius:50%;border:1px solid #ccc;background-size:22px;background-color:#fff;transition:all .5s ease;cursor:pointer;box-shadow:0 2px 4px rgba(0,0,0,.2)}.sz-edit-button:hover,.sz-edit-button:focus{background-color:#333;border-color:#333;color:#fff}.sz-edit-button.elementor-edit{background-image:url("../img/edit-elementor.svg")}.sz-edit-button.elementor-edit:hover{background-image:url("../img/edit-elementor-white.svg")}.sz-edit-button.wordpress-edit{background-image:url("../img/edit-default.svg");background-size:12px;width:32px;height:32px;left:70px}.sz-edit-button.wordpress-edit:hover{background-image:url("../img/edit-default-white.svg")}.sz-abo-list{gap:0 !important}.sz-abo-select-company,.sz-abo-select{margin:40px 0;width:300px !important}.is-employee-pricing-form-label{cursor:pointer}.sz-elementor-form__notice{padding-left:10px}.is-employee-pricing-form{display:flex;flex-direction:column;align-items:center}.is-employee-pricing-form-select{width:90%;margin:8px;padding:calc(.5rem + 1px) calc(1rem + 1px);transition:padding 0s ease-in-out}.is-employee-pricing-form-select:focus{padding:.5rem 1rem}.is-employee-pricing-form-price{display:flex}.is-employee-pricing-form-label{border:2px solid var(--text-color, #29293A);padding:10px 30px;margin-top:20px;color:var(--text-color, #29293A)}.is-selected-bundle .is-selected-bundle-flag,.elementor-editor-active .is-selected-bundle-flag{display:flex !important}.is-selected-bundle .is-employee-pricing-form-label{background-color:var(--text-color, #29293A);color:var(--text-color, #FFFFFF)}.is-selected-bundle-flag{display:none !important}.is-form-heading{font-family:"SZvText";font-style:italic;font-size:27px;font-weight:900;line-height:1.5em;letter-spacing:.24px;text-align:center;padding-top:96px}.is-form-heading-secondary{text-align:center;font-size:16px;display:block;padding:10px 20px 30px}.is-form-info{color:var(--text-color, #71737F)}.sz-bundle-list input[name=is-bundle-radio]{display:none}form[name=SZ-EmployeeAbo] .elementor-field-group,form[name=SZ-EmployeeBundle] .elementor-field-group{align-content:flex-start}
