.openlane-easy-mode-two-column-with-four-blocks.features-slider .media-aside .features-slider-container {
	padding: 0;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider {
	background-color: #2C3749;
	color: var(--Text-Default, #fff);
	padding: 96px 0;
}

.openlane-easy-mode-two-column-with-four-blocks .right-content {
	width: 50%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
    padding: 0 0 0 0;
}
.features-slider-image {
    position: relative;
    width: 682px;
    max-width: 100%;
    aspect-ratio: 638 / 477;
    border-radius: 16px;
    overflow: hidden;
}
.features-slider-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.features-slider-container .slide {
    flex: 0 0 calc((100% - 48px) / 3);
    min-width: 0;
    max-width: 100%;
    scroll-snap-align: start;
}
.features-slider-container .slide {
    opacity: 0.34;
    transition: opacity 0.25s ease;
}
.openlane-easy-mode-two-column-with-four-blocks .featured-slider-wrap .container {
    display: grid;
    grid-template-columns: auto;
    gap: 32px;
}
.featured-slider-wrap {
    padding: 45px 0 0 0;
}
.openlane-easy-mode-two-column-with-four-blocks .benefit-tab {
  opacity: 0.34;
  transition: opacity 0.25s ease;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab--active {
  opacity: 1;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab__bar {
  display: block;
  height: 4px;
  margin-bottom: 26px;
  background: rgba(129, 223, 58, 0.25);
  overflow: hidden;
  border-radius: 2px;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab__bar-fill {
  display: block;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  transform: scaleX(0);
  background: var(--green, #81df3a);
  border-radius: inherit;
}

.openlane-easy-mode-two-column-with-four-blocks .benefit-tab--active .benefit-tab__bar-fill {
  will-change: transform;
}

@keyframes benefit-bar-fill {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.features-slider-container .slide {
    opacity: 0.34;
    transition: opacity 0.25s ease;
    cursor: pointer;
}
.features-slider-container .slide .mobile-slide-content h3 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 28.8px;
	letter-spacing: -0.24px;
    margin: 0 0 0 0;
}
.features-slider-container .slide .mobile-slide-content p {
	color: #FFF;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 12px 0 0 0;
    padding: 0 21px 0 0px;
}

.features-slider-container .slide.benefit-tab--active {
    opacity: 1;
}
.featured__arrows {
    display: flex;
    gap: 26px;
    align-self: end;
    padding-left: 26px;
    padding-bottom: 11px;
    color: #ffffff;
    font-size: 39px;
    line-height: 1;
    margin: -47px 0 0 0;
}
.featured__arrow {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}


.attachment-extralarge {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.attachment-extralarge.is-active {
    opacity: 1;
}

.openlane-easy-mode-two-column-with-four-blocks .left-content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0 0 0 15px;
	width: 46%;
}
.openlane-easy-mode-two-column-with-four-blocks .left-content > div {
    max-width: 615px;
    width: 100%;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: var(--Font-H3, 48px);
    font-style: normal;
    font-weight: 600;
    line-height: 110%; /* 52.8px */
    letter-spacing: -0.48px;
    margin-bottom: 32px;
    max-width: 510px;
    width: 100%;
}

.openlane-easy-mode-two-column-with-four-blocks .left-content p {
    color: #FFF;
    font-family: Montserrat;
    font-size: var(--Font-Body-Large, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin: 0;
}

/*.openlane-easy-mode-two-column-with-four-blocks .container {
	flex-direction: row;
	display: flex;
	gap: 48px;
	align-items: stretch;
}*/


.openlane-easy-mode-two-column-with-four-blocks.features-slider .media-aside {
	width: 100% !important;
	margin: 0 !important;
	float: none;
	padding: 0 17px;
}

.openlane-easy-mode-two-column-with-four-blocks h3 {
	color: var(--Text-Default, #0A1B5F);
	max-width: var(--width-of-content);
	margin-bottom: 0px;
}

.openlane-easy-mode-two-column-with-four-blocks p {
	max-width: var(--width-of-content);
	text-align: left;
	margin: 24px 0;
}

.openlane-easy-mode-two-column-with-four-blocks .block p {
	color: var(--Text-Default, #0A1B5F);
	font-family: Poppins;
	font-size: var(--Font-Body-Default, 16px);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

.openlane-easy-mode-two-column-with-four-blocks .block h4 {
	max-width: 90%;
}

.openlane-easy-mode-two-column-with-four-blocks .block h4,
.openlane-easy-mode-two-column-with-four-blocks .block p {
	margin: 8px 0 0 0;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .inner-column {
	max-width: 100%;
	width: 100%;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slick-dots {
	display: none !important;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .inner-column .featured-slides-nav {
	display: flex;
	max-width: 100%;
	gap: 32px;
}


.openlane-easy-mode-two-column-with-four-blocks.slide-nav-item:not(.active) p {
	display: inline;
	color: var(--Text-Default, #0A1B5F);
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider h1,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h2,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h3,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h4,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h5,
.openlane-easy-mode-two-column-with-four-blocks.features-slider h6 {
	color: var(--Text-Default, #ffffff);
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-progress-bar.bar {
	background: #0061FF;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-progress-bar {
	height: 4px;
	background: rgba(0, 97, 255, 0.30);
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item {
	width: 25%;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item+.slide-nav-item {
	margin-top: 0;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item:not(.active) * {
	display: block !important;
	opacity: 0.5;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .slide-nav-item {
	opacity: 1;
}

.openlane-easy-mode-two-column-with-four-blocks.features-slider .bar {
	background-color: #0061FF !important;
}

.openlane-easy-mode-two-column-with-four-blocks .bottom-button {
	display: none;
}

.openlane-easy-mode-two-column-with-four-blocks .img-wrapper {
	min-height: 48px;
    display: flex;
    align-items: center;;
}
.openlane-easy-mode-two-column-with-four-blocks .container {
	/*display: grid;
	grid-template-columns: repeat(2, calc(50% - 24px));
	gap: 14px;*/
	max-width: 1405px;
}
.openlane-easy-mode-two-column-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.features-slider-image img {
    display: none;
}
img.benefits__photo-layer.is-active {
    display: block;
}

.openlane-easy-mode-two-column-with-four-blocks .bottom-container {
	display: grid;
	grid-template-rows: repeat(1, 1fr);
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.features-slider-image:before {
    content: "";
    border-radius: 16px;
    background: linear-gradient(194deg, rgba(24, 38, 51, 0.05) 21.08%, rgba(24, 38, 51, 0.25) 60.09%, rgba(24, 38, 51, 0.95) 105.71%);
    backdrop-filter: blur(0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.mobile-slide-content .mobile-icon { display: none; }

@media only screen and (max-width: 1280px) {
    .openlane-easy-mode-two-column-with-four-blocks .right-content {
        width: 49%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 0 0 0 0;
    }
}
@media only screen and (max-width: 1199px) {
    .features-slider-image { aspect-ratio: 538 / 477; }
}
@media only screen and (max-width: 1024px) {
    .openlane-easy-mode-two-column-with-four-blocks.features-slider { padding: 80px 0; }
    .openlane-easy-mode-two-column-with-four-blocks.features-slider h3 {
        font-size: 40px;
        line-height: 52px;
        max-width: 420px;
        width: 100%;
    }

    .featured__arrows {
        margin: -15px 0 0 0;
        padding-bottom: 0;
    }
    .features-slider-image { aspect-ratio: 738 / 567; width: 100%; }
}

@media only screen and (max-width: 991px) {
	.openlane-easy-mode-two-column-with-four-blocks .bottom-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
    .mobile-slide-content .mobile-icon { display: block; margin-bottom: 24px; }
    .openlane-easy-mode-two-column-wrapper {
        gap: 18px;
        max-width: 620px;
        margin: 0 auto;
        width: 100%;
    }
    .openlane-easy-mode-two-column-with-four-blocks .left-content {
        width: 100%;
        padding: 0;
    }

    .openlane-easy-mode-two-column-with-four-blocks .right-content {
        width: 100%;
        padding: 0;
    }

    .features-slider-container .slide {
        flex: auto;
        width: 100%;
        opacity: 1;
        padding: 0;
    }
    .features-slider-container .slide:last-child .slide-mobile-container {
        padding-bottom: 0;
    }
    .slide-mobile-container {
        padding: 24px 0;
        border-bottom: 1px solid #C3C3C3;
    }
    .openlane-easy-mode-two-column-with-four-blocks.features-slider h3 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 16px;
        max-width: 340px;
    }

    .openlane-easy-mode-two-column-with-four-blocks .left-content p {
        font-size: 18px;
        line-height: 28px;
        padding: 0;
    }

    .featured__arrows {
        display: none;
    }

    .featured-slider-wrap {
        padding: 30px 0 0 0;
    }

    .openlane-easy-mode-two-column-with-four-blocks .benefit-tab__bar {
        margin-bottom: 20px;
        display: none;
    }

    .features-slider-container .slide .mobile-slide-content h3 {
        font-size: 24px;
        line-height: 28.8px;
    }

    .features-slider-container {
        gap: 0;
        flex-wrap: wrap;
    }

    .openlane-easy-mode-two-column-with-four-blocks.features-slider .media-aside {
        padding: 0;
        max-width: 620px;
        margin: 0 auto !important;
        width: 100%;
    }
    .features-slider-container .slide:last-child .slide-mobile-container { border: 0; }
    .features-slider-image img { height: 100%; }
}

@media only screen and (max-width: 767px) {

	.openlane-easy-mode-two-column-with-four-blocks .right-content,
	.openlane-easy-mode-two-column-with-four-blocks .right-content img {
		max-width: 100%;
	}

	.openlane-easy-mode-two-column-with-four-blocks .container:not(.bottom-container) {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(2, auto);
	}

	.openlane-easy-mode-two-column-with-four-blocks .bottom-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(4, 1fr);

	}

	.openlane-easy-mode-two-column-with-four-blocks .top-button {
		display: none;
	}

	.openlane-easy-mode-two-column-with-four-blocks .bottom-button {
		display: inline-block;
		width: 100%;
		text-align: center;
	}
    .openlane-easy-mode-two-column-with-four-blocks .left-content p {
        font-size: 20px;
        line-height: 30px;
        padding: 0;
    }

}
@media only screen and (max-width: 390px) {
    .openlane-easy-mode-two-column-with-four-blocks.features-slider { padding: 64px 0; }
}