@media (min-width: 992px){
	.theme-hw .col-lg-12 {
    width: 100%;
    flex: none;
	}
	.theme-hw .col-lg-8 {
		width: 66.6667%;
		flex: none;
	}
}
.lp-split-cta-thumbnail {
    background-color: #fff;
}
@media screen and (min-width: 992px){
	.theme-hw .row {
		--bs-gutter-x: 1.5rem;
	}
}
.theme-hw .lp-split-cta-thumbnail .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y) );
    margin-right: calc(-.5 * var(--bs-gutter-x) );
    margin-left: calc(-.5 * var(--bs-gutter-x) );
    flex-wrap: wrap;
    display: flex;
}
@media (min-width: 992px){
	.theme-hw .lp-split-cta-thumbnail .col-lg-6 {
		width: 50%;
		flex: none;
	}
	.theme-hw .lp-split-cta-thumbnail .col-lg-8 {
    width: 66.6667%;
    flex: none;
	}
	.theme-hw .lp-split-cta-thumbnail .col-lg-4 {
    width: 33.3333%;
    flex: none;
	}
}
.theme-hw .lp-split-cta-thumbnail .mb-4 {
    margin-bottom: 1.5rem !important;
}
.theme-hw .lp-split-cta-thumbnail p {
    margin-bottom: 1.75rem;
}
.theme-hw .lp-split-cta-thumbnail .btn-primary, .theme-hw .lp-split-cta-thumbnail .btn-primary:hover {
    background-color: #768ec7;
    border-color: #768ec7;
}
.theme-hw .lp-split-cta-thumbnail .btn {
    padding: 15px 30px;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
}
.theme-hw .lp-split-cta-thumbnail .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}
@media (prefers-reduced-motion: reduce){
	.theme-hw .lp-split-cta-thumbnail .btn {
		transition: none;
	}
}
.lp-split-cta-thumbnail img {
    width: 350px;
}
.lp-split-cta-thumbnail .img-fluid {
    max-width: 100%;
    height: auto;
}
.lp-split-cta-thumbnail img, svg {
    vertical-align: middle;
}
.theme-hw .row {
  --bs-gutter-x: 0;
}
.theme-hw .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-top: calc(-1 * var(--bs-gutter-y) );
  margin-right: calc(-.5 * var(--bs-gutter-x) );
  margin-left: calc(-.5 * var(--bs-gutter-x) );
  flex-wrap: wrap;
  display: flex;
}
@media screen and (min-width: 992px){
	.theme-hw .row {
		--bs-gutter-x: 1.5rem;
	}
}
.theme-hw .lp-split-cta-thumbnail{
	width: 100%;
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
	margin-left: auto;
	margin-right: auto;
}
