.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: 32px 0 0;
    overflow-x: auto;
}
.nutshell__slide{
    position: relative;
}
/*@media screen and (min-width: 1024px) {*/
/*    .nutshell__titles{*/
/*        align-items: end;*/
/*    }*/
/*}*/
.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: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*@media screen and (min-width: 1024px) {*/
/*    .nutshell__title{*/
/*        white-space: unset;*/
/*    }*/
/*}*/

.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); /*rgba(24, 24, 24, 0.25);*/
    height: 4px;
}
.nutshell__box > span{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    transform: translate(-110%, 0);
    /*transition: all 0.3s ease-out;*/
    background: var(--n_bar_color);
}
/*.nutshell__slide.is-playing .nutshell__btn.is-active .nutshell__box > span{*/
/*    transition: all 0.3s linear;*/
/*}*/
.nutshell__btn.is-active .nutshell__box > span{
    animation: var(--nutshell_duration, 12s) 1 linear nutshell-grow;
    animation-fill-mode: forwards;
}
/*.can-play .nutshell__btn.btn-has-video.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: 999.5px){
    .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);
    }
    /*.nutshell__titles .slick-track {
        width: 450px !important;
    }*/
}
.nutshell-styles__nav{
	display: block;
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
}
.nutshell-styles__nav li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	cursor: pointer;
	color: #555;
	min-height: 48px;
	margin-bottom: 8px;
	position: relative;
	padding: 0 0;
	padding-left: 17px;
}
.nutshell-styles__nav li:last-child{
	margin-bottom: 0;
}
.nutshell-styles__nav li.is-active {
	color: #181818;
}
.nutshell-styles__nav li strong {
	font-weight: 700;
	display: block;
	margin-bottom: 0;
}
.nutshell-styles__nav li.is-active strong {
	margin-bottom: 1px;
}
.nutshell-styles__description{
	display: none;
}
.nutshell-styles__nav li.is-active .nutshell-styles__description {
	display: block;
}
.nutshell-styles__nav li:before {
	content: '';
	position: absolute;
	width: 4px;
	background: #181818;
	top: 5px;
	bottom: 5px;
	left: 0;
	opacity: 0.25;
	transition: all 0.3s ease-out;
}
.nutshell-styles__nav li.is-active:before{
	opacity: 1;
}
@media only screen and (max-width: 768px){
    .nutshell__descriptions{
        margin-top: 0;
    }
    .nutshell__descriptions p {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1000px){
	.nutshell--vertical .nutshell__titles,
	.nutshell--vertical .nutshell__descriptions{
		display: none;
	}
}
@media only screen and (min-width: 1000px){
	.nutshell__vertical{
		display: none;
	}
    .nutshell__descriptions{
        width: 50%;
        margin-top: 18px;
    }
	.nutshel-580 .nutshell__descriptions{
		width: 580px;
	}
    .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{
        margin-bottom: 33px;
    }
    .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;
    }
}
@media only screen and (min-width: 1480px){
	/*.the-verge-difference .nutshell__slider,*/
	/*.the-verge-difference .nutshell__img,*/
	/*.the-verge-difference .nutshell__video{*/
	/*	height: 850px;*/
	/*}*/
}
@keyframes nutshell-grow {
    0% {
        transform: translate(-100%, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

