.scrolling_features {
    --position: 0;
    --header-gap: 3.5rem + 0.75rem;
    --top-gap: 2rem
}

.scrolling_features .container>.row,
.scrolling_features .container>.row>[class^=col] {
    position: static
}

.scrolling_features__row--center {
    flex-direction: column
}

.scrolling_features_wrapper {
    --gap: 1rem;
    position: static;
    display: grid;
    gap: var(--gap);
    grid-gap: var(--gap)
}

.scrolling_features__background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(180deg, #98c4ec, #ffffff);
}

.scrolling_features_section {
    --section-count: 0;
    border-radius: 2.5rem;
    position: sticky;
    top: calc(var(--section-count) * var(--top-gap) + var(--header-gap));
    margin-top: calc(-1 * ((var(--bottom-count)) * var(--top-gap) + var(--gap)));
    margin-bottom: calc(var(--bottom-count) * var(--top-gap) - var(--gap));
    transition: padding .5s ease;
    overflow: hidden;
    padding: 2rem;
    min-height: 31.25rem;
    background-color: #003D7F;
    border: 2px solid rgb(255 255 255);
    border-radius: 54px;
	border: none;
}

.scrolling_features_section:first-of-type {
    margin-top: 0 !important
}
.scrolling_features__col {
    display: flex;
    gap: 40px;
}
.scrolling_features_section .row .has-color:after {
    content: "";
    height: 65%;
    background: #a3d4ff;
    width: 1px;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    border: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: 1px;
}

.scrolling_features__col .has-color {
    width: 50%;
}
.scrolling_features_section .row {
    position: relative
}

.scrolling_features_section .row [class^=col] {
    position: static
}

.scrolling_features_section .text_header__description,
.scrolling_features_section .text_header__title {
    opacity: 1;
    color: #00649a
}

.scrolling_features_section .text_header__title {
    -webkit-hyphens: auto;
    hyphens: auto
}

.scrolling_features_section .brightcove_player,
.scrolling_features_section .scrolling_features__image,
.scrolling_features_section .text_header__description,
.scrolling_features_section .text_header__title {
    transition: opacity .5s ease, transform .3s ease
}
.scrolling_features_section .text_header__title {
    font-size: 21px;
    font-weight: 600;
}
.scrolling_features_section .text_header__title.top-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transform: translateY(0);
    height: var(--top-gap);
    line-height: var(--top-gap);
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: none;
    margin: 0 !important
}

.scrolling_features_section.is-sticky:not(:last-of-type) {
    padding-top: 0
}

.scrolling_features_section.is-sticky:not(:last-of-type) .text_header__title.top-title {
    animation: opacityWithTransform .5s ease forwards;
    pointer-events: auto
}

.scrolling_features_section.is-sticky:not(:last-of-type) .brightcove_player,
.scrolling_features_section.is-sticky:not(:last-of-type) .inview,
.scrolling_features_section.is-sticky:not(:last-of-type) .scrolling_features__image,
.scrolling_features_section.is-sticky:not(:last-of-type) .text_header,
.scrolling_features_section.is-sticky:not(:last-of-type) .text_header__description,
.scrolling_features_section.is-sticky:not(:last-of-type) .text_header__title:not(.top-title) {
    opacity: 0 !important;
    pointer-events: none
}

.scrolling_features_section.is-sticky:not(:last-of-type) .text_header__title:not(.top-title) {
    opacity: 1 !important;
    padding-top: 15px;
}
.scrolling_features_section.is-sticky:not(:last-of-type) .text_header {
    opacity: 1 !important;
}
.scrolling_features__col {
    margin-top: 1.5rem
}

@media screen and (max-width:37.4375rem) {
    .scrolling_features__col.no_media {
        margin-top: 0
    }
	.scrolling_features__col {
		flex-direction: column;
		        margin: 0;
	}
	
	.scrolling_features__col .has-color {
		width: 100%;
	}
	
	.scrolling_features_section {
		min-height: 8.75rem;
	}
	.scrolling_features_section .row .has-color:after {
		display: none
	}
	.scrolling_features__col {
		gap: 20px;
	}
	.scrolling_features_section.is-sticky:not(:last-of-type) .text_header__title:not(.top-title) {
		padding-top: 5px;	
	}
	.text_header__description ul {
		margin: 0;
	}
	
	
}


@media screen and (min-width:37.5rem) {
    .scrolling_features {
        --top-gap: 3.375rem
    }

    .scrolling_features_section {
        min-height: 25.5rem;
        padding: 3rem;
        border-radius: 3.5625rem
    }

    .scrolling_features_section.is-sticky:not(:last-of-type) .text_header__title.top-title {
        font-size: 1.5rem
    }
	
}

@media screen and (min-width:56.25rem) {
    .scrolling_features_wrapper {
        --gap: 2rem
    }

    .scrolling_features_section {
        padding: 4rem
    }
}

@media screen and (min-width:75rem) {
    .scrolling_features {
        --header-gap: 4.5rem + 0.75rem
    }

    .scrolling_features__col {
        margin-top: 0
    }

    .scrolling_features_section {
        padding: 2rem 5.375rem
    }

    .scrolling_features__row--center .with_media {
        margin-top: 1.5rem
    }
}

@keyframes rotateAnimation {
    0% {
        opacity: 0;
        transform: rotateX(180deg) translateY(0)
    }

    100% {
        opacity: 1;
        transform: rotateX(360deg) translateY(0)
    }
}

body.hidden-header .scrolling_features {
    --header-gap: 0.75rem
}