.stacking-cards__item {
    position: sticky;
}
.stacking-cards__item[data-card-index="0"] { top: calc(0 * 120px); }
.stacking-cards__item[data-card-index="1"] { top: calc(1 * 120px); }
.stacking-cards__item[data-card-index="2"] { top: calc(2 * 120px); }
.stacking-cards__item[data-card-index="3"] { top: calc(3 * 120px); }
.stacking-cards__item[data-card-index="4"] { top: calc(4 * 120px); }
.stacking-cards__item[data-card-index="5"] { top: calc(5 * 120px); }
.stacking-cards__item[data-card-index="6"] { top: calc(6 * 120px); }

.block-services .services-title {
	position: sticky;
    top: 3rem;
    margin-bottom: 6rem !important;
	    text-align: center;
     margin-right: var(--wp--style--root--padding-right);
    margin-left: var(--wp--style--root--padding-left);
}
.block-services .services-title-inner {
  
	margin: auto;
}
.block-services .services-title-inner h2 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
body:not(.home) .block-services .services-title-inner h2 {
	margin-top: 6rem !important
}

.stacking-cards__collection {
  width: 100%;
}

.stacking-cards__list {
  flex-flow: column;
  display: flex;
}

.stacking-cards__item {
  flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 60vh;
    padding: 2rem 0 6rem 0;
    display: flex;
}

.stacking-cards__item:last-of-type:after {
    content: "";
    height: 130px;
    position: absolute;
    bottom: -130px;
    width: 100%;
    background: var(--wp--preset--color--base);
}


.page-id-263 .stacking-cards__item:last-of-type:after {
	background: inherit;
}
.stacking-cards-inner {
    display: flex;
    width: 100%;
    gap: 2rem;
	padding-right: var(--wp--style--root--padding-right);
	padding-left: var(--wp--style--root--padding-left);
	box-sizing: border-box;
	max-width: calc(1500px + var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right));
}

.stacking-cards-left {
    flex: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stacking-cards-top {
    display: flex;
    justify-content: space-between;
        align-items: flex-start;
    margin-bottom: 2rem;
}

.stacking-cards-inner figure {
  position: relative;
  width: 100%;
  padding-bottom: 75%; /* 16:9 ratio (9/16 * 100) */
}

.stacking-cards-inner figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.stacking-cards-right figure.wp-block-video {
    padding-bottom: 0 !important;
}
.stacking-cards-right .video-js.vjs-videopress {
    width: 100% !important;
    height: auto !important;
	background: transparent !important;
}


.stacking-cards-right .video-js .vjs-tech {
    position: relative !important;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.stacking-cards-top h2 {
    margin: 0 !important;
}
.stacking-cards-right {
    flex: 2;
}


.stacking-card__heading-faded {
  opacity: .5;
}

.stacking-cards__item-img {
    width: 100%;
}

.stacking-cards__item-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: 2.5em;
  left: 2.5em;
  right: 2.5em;
}

.stacking-cards-bottom {
    max-width: 75%;
}

.stacking-card__top-span {
  font-size: 1em;
  font-weight: 500;
	white-space: nowrap;
}


.stacking-cards__item[data-card-index="0"] { top: calc(0 * 120px); scroll-margin-top: 0; }
.stacking-cards__item[data-card-index="1"] { top: calc(1 * 120px); scroll-margin-top: calc(1 * 120px); }
.stacking-cards__item[data-card-index="2"] { top: calc(2 * 120px); scroll-margin-top: calc(2 * 120px); }
.stacking-cards__item[data-card-index="3"] { top: calc(3 * 120px); scroll-margin-top: calc(3 * 120px); }
.stacking-cards__item[data-card-index="4"] { top: calc(4 * 120px); scroll-margin-top: calc(4 * 120px); }
.stacking-cards__item[data-card-index="5"] { top: calc(5 * 120px); scroll-margin-top: calc(5 * 120px); }
.stacking-cards__item[data-card-index="6"] { top: calc(6 * 120px); scroll-margin-top: calc(6 * 120px); }

@media (max-width: 900px) {
    .stacking-cards__item[data-card-index="0"] { top: calc(0 * 100px); scroll-margin-top: 0; }
    .stacking-cards__item[data-card-index="1"] { top: calc(1 * 100px); scroll-margin-top: calc(1 * 100px); }
    .stacking-cards__item[data-card-index="2"] { top: calc(2 * 100px); scroll-margin-top: calc(2 * 100px); }
    .stacking-cards__item[data-card-index="3"] { top: calc(3 * 100px); scroll-margin-top: calc(3 * 100px); }
    .stacking-cards__item[data-card-index="4"] { top: calc(4 * 100px); scroll-margin-top: calc(4 * 100px); }
    .stacking-cards__item[data-card-index="5"] { top: calc(5 * 100px); scroll-margin-top: calc(5 * 100px); }
    .stacking-cards__item[data-card-index="6"] { top: calc(6 * 100px); scroll-margin-top: calc(6 * 100px); }
}




@media (max-width: 900px) {
.stacking-cards__item[data-card-index="0"] { top: calc(0 * 100px); }
.stacking-cards__item[data-card-index="1"] { top: calc(1 * 100px); }
.stacking-cards__item[data-card-index="2"] { top: calc(2 * 100px); }
.stacking-cards__item[data-card-index="3"] { top: calc(3 * 100px); }
.stacking-cards__item[data-card-index="4"] { top: calc(4 * 100px); }
.stacking-cards__item[data-card-index="5"] { top: calc(5 * 100px); }
.stacking-cards__item[data-card-index="6"] { top: calc(6 * 100px); }


.stacking-cards-inner {
    flex-direction: column;
}
	
.stacking-cards-bottom {
    max-width: none;
}
	
}