.nutshell{--n_title_color:#555;--n_bar_color:#181818;--n_description_color:#181818;--n_title_active_color:#000;--n_box_color:rgba(24, 24, 24, 0.25)}.nutshell--white{--n_title_color:#f8f8f8;--n_bar_color:#fff;--n_description_color:#f8f8f8;--n_box_color:rgba(248, 248, 248, 0.25);--n_title_active_color:#fff}.nutshell__img,.nutshell__video{object-fit:cover;width:100%;height:100%}.nutshell__titles{display:flex;align-items:center;justify-content:space-between;margin:28px 0 0;overflow-x:auto}.nutshell__slide{position:relative}.block-editor__container .nutshell__titles{overflow:hidden}.nutshell__btn{cursor:pointer;flex:1 1 auto;padding:0 8px}.nutshell__title{color:var(--n_title_color);font-weight:700;font-size:16px;line-height:1.3;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nutshell__btn.is-active .nutshell__title,.nutshell__btn:hover .nutshell__title{color:var(--n_title_active_color)}.nutshell__box{overflow:hidden;position:relative;background:var(--n_box_color);height:4px}.nutshell__box>span{content:'';position:absolute;top:0;left:0;bottom:0;width:100%;height:10px;transform:translate(-110%,0);background:var(--n_bar_color)}.nutshell__btn.is-active .nutshell__box>span{animation:var(--nutshell_duration,12s) 1 linear nutshell-grow;animation-fill-mode:forwards}.nutshell__descriptions{margin-top:24px}.nutshell__descriptions p{color:var(--n_description_color);font-size:16px;line-height:1.5}@media only screen and (max-width:1000px){.nutshell__slide--desktop{display:none!important}.nutshell__titles{padding-bottom:17px;margin-top:21px}.nutshell__titles .nutshell__btn:first-child{padding-left:0}.nutshell__box{width:calc(100% + 8px)}}@media only screen and (max-width:768px){.nutshell__descriptions{margin-top:0}.nutshell__descriptions p{margin-bottom:20px}}@media only screen and (min-width:1000px){.nutshell__descriptions{margin-top:34px}.nutshell__descriptions p{color:var(--n_description_color);font-size:16px;line-height:1.5}.nutshell__titles .slick-list{width:100%}.nutshell__img--mobile{display:none!important}.nutshell__slider{height:698px}.nutshell__img,.nutshell__video{height:698px}.nutshell__btn{width:calc(100% / var(--nutshell_count))!important;flex:1 0 calc(100% / var(--nutshell_count));padding:0 11px}.nutshell__titles{margin-left:-11px;margin-right:-11px}}@keyframes nutshell-grow{0%{transform:translate(-100%,0)}100%{transform:translate(0,0)}}