.growfast-schedule-table{
	border-radius: 10px;
	overflow: hidden;
	min-height: 1rem;
}
.growfast-schedule-table__item{
	display: flex;
	flex-wrap: wrap;
}

.growfast-schedule-table__item--expired{
	display: none !important;
}

.growfast-schedule-table__item:last-child{
	border-bottom: none !important;
}
.growfast-schedule-table__item>*{
	padding: 2rem;
}
.growfast-schedule-table__item__details{
	flex-basis: 33.3%
}
@media (max-width: 992px) {
	.growfast-schedule-table__item__details{
		flex-basis: 40%;
	}	
}
@media (max-width: 768px) {
	.growfast-schedule-table__item__details{
		flex-basis: 100%;
		padding-top: 1rem;
	}	
}
.growfast-schedule-table__item__about{
	flex-basis: 66.6%
}
@media (max-width: 992px) {
	.growfast-schedule-table__item__about{
		flex-basis: 60%;
	}	
}
@media (max-width: 768px) {
	.growfast-schedule-table__item__about{
		flex-basis: 100%;
		order: -1;
		padding-bottom: 0;
	}	
}
.growfast-schedule-table__item__details--additional-info{
	list-style: none;
	padding: 0;
	margin: 0;
}
.growfast-schedule-table__item__details--additional-info li{
	display: flex;
}
.growfast-schedule-table__item__details--additional-info li svg{
	width: 12px;
	height: 12px;
}
.growfast-schedule-table__item__details--additional-info li .hs_cos_wrapper_type_icon{
	margin-right: 0.75rem;
	display: flex;
}
.growfast-schedule-table__item__about--title{
	line-height: 1.2;
	margin-bottom: 1rem;
}

.growfast-schedule-table__item__details--date{
	margin-bottom: 1rem;
}

.growfast-schedule-table__item__details--date-only{
	margin-bottom: 1rem;
}

.growfast-schedule-table__item__about--button-wrapper{
	display: flex;
	justify-content: flex-start;
}
.growfast-schedule-table__item__about--button{
	display: inline-flex;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transform: translateY(0);
	align-self: flex-start;
}
.growfast-schedule-table__item__about--button svg{
	width: 12px;
	height: 12px;
}
.growfast-schedule-table__item__about--button svg path{
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.growfast-schedule-table__item__about--button .hs_cos_wrapper_type_icon{
	margin-left: 0.5rem;
	margin-right: -0.5rem;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon {
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-reveal .growfast-button--text {
	transition: transform .5s;
	transition-timing-function: ease;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-reveal .growfast-button--text,
.growfast-schedule-table__item__about--button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon svg {
	transition-timing-function: cubic-bezier(0, .71, .4, 1);
}

.growfast-schedule-table__item__about--button.growfast-button--effect-reveal:hover .growfast-button--text {
	transform: translateX(-0.5rem);
}

.growfast-schedule-table__item__about--button.growfast-button--effect-reveal .hs_cos_wrapper_type_icon svg {
	opacity: 0;
	transform: translateX(0);
	transition: opacity .25s, transform .5s;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-reveal:hover .hs_cos_wrapper_type_icon svg {
	opacity: 1;
	transform: translateX(0.125rem);
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	margin-left: 0;
	margin-right: 0;
	width: 0;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap .growfast-button--text {
	transition: transform .6s .125s cubic-bezier(.1, .75, .25, 1);
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap:hover .growfast-button--text {
	transition-delay: .1s;
	transform: translateX(1rem);
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap .hs_cos_wrapper_type_icon {
	transition: opacity .4s .25s, transform .6s .25s;
	transition-timing-function: ease, ease;
	transition-delay: 0.25s, 0.25s;
	transition-timing-function: cubic-bezier(.1, .75, .25, 1);
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap .hs_cos_wrapper_type_icon:first-child {
	opacity: 0;
	transform: translateX(-0.75rem);
	transition-delay: 0s;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap:hover .hs_cos_wrapper_type_icon:first-child {
	opacity: 1;
	transform: translateX(-0.25rem);
	transition-delay: .225s;
}

.growfast-schedule-table__item__about--button.growfast-button--effect-swap:hover .hs_cos_wrapper_type_icon:last-child {
	transition-delay: 0s;
	transform: translateX(0.5rem);
	opacity: 0;
}