.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides {
	padding: 0;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-top {
	gap: 0;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides .slide
 {
	margin-bottom: 60px;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd),
.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even) {
	padding-right: 15px;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd),
.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even) {
	padding-left: 15px;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .img-cont {
	margin-bottom: 30px;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .blog-feed-header,
.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .mini-date-section { display: none;}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide + .slide {
	margin-top: 0;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-title,
.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-title a {
	font-family: var(--font-display-alt);
	font-size: var(--text-3xl-1);
	line-height: calc(40 / 32);
	font-weight: 400;
	text-transform: none;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide p {
	font-size: var(--text-sm);
	line-height: calc(24/ 14);
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .content-section .content-top {
	gap: 30px;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .content-section > .inner {
	gap: var(--space-6);
	max-width: unset;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even) .content-section > .inner,
.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd) .content-section > .inner {
	padding-right: 15px;
}

.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd) .content-section > .inner, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even) .content-section > .inner {
	padding-left: 15px;
}

@media (min-width: 40em) {
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd) .content-section > .inner, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even) .content-section > .inner {
		padding-left: 30px;
		padding-right: 5px;
	}
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even) .content-section > .inner, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd) .content-section > .inner {
		padding-right: 30px;
		padding-left: 5px;
	}
}

@media (min-width: 64em) {
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even)  > .inner,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd)  > .inner  {
		display: grid;
		grid-template-columns: minmax(370px,1fr) 0.77fr;
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd)  > .inner,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even)  > .inner  {
		display: grid;
		grid-template-columns: 0.77fr minmax(370px,1fr);
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .img-cont {
		margin-bottom: 0;
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides .slide {
		margin-bottom: 100px;
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-title,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-title a {
		font-size: var(--text-4xl-1);
		line-height: calc(58 / 42);
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide p {
		font-size: var(--text-base);
		line-height: calc(28/ 16);
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .content-section .content-top {
		max-width: 60ch;
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even) .content-section > .inner,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd) .content-section > .inner {
		padding-left: 0;
		padding-right: min(calc(20px + (100 - 20) * ((100vw - 1024px) / (1440 - 1024))), 100px);
		margin-left: auto;
		place-content: end;
	}
	
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides .slide:nth-child(odd) .content-section > .inner {
		padding-right: 0;
		padding-left: 0;
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd) .content-section,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even) .content-section {
		padding-left: min(calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024))), 100px);
		padding-right: min(calc(40px + (120 - 40) * ((100vw - 1024px) / (1440 - 1024))), 120px);
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even) .content-section,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd) .content-section {
		padding-right: min(calc(40px + (100 - 40) * ((100vw - 1024px) / (1440 - 1024))), 100px);
		padding-left: min(calc(40px + (120 - 40) * ((100vw - 1024px) / (1440 - 1024))), 120px);
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd) .content-section > .inner, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even) .content-section > .inner {
		padding-left: 0;
	}
	
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(odd) .content-section > .inner, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(even) .content-section > .inner,
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-left .slide:nth-child(even) .content-section > .inner, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slides.slide-right .slide:nth-child(odd) .content-section > .inner {
		padding-right: 0;
	}
}

@media (min-width: 105em) {
	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .content-section .content-top {
		max-width: 80ch;
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-title, .ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide .slide-title a {
		font-size: var(--text-6xl);
		line-height: calc(58 / 42);
	}

	.ccl-widget.core-side-by-side.side-by-side-1-across-fullwidth.full-width .slide p {
		font-size: var(--text-xl);
		line-height: calc(28/ 16);
	}

	.ccl-widget .slide a.read-more:not(p *), .ccl-widget .slide .slide-footer a {
		font-size: var(--text-xl);
	}
}