.openlane-buyers-refresh-split-section.auction_keyword-cta-section {
	padding-top: 52px;
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section .divider {
	width: 2px;
	height: 253px;
	background-color: #c3c3c3;
}


.openlane-buyers-refresh-split-section.auction_keyword-cta-section .single_auction_button_wrapper {
	display: flex;
	align-items: center;
	gap: 32px;
	justify-content: left;
}

.button-glow {
    position: relative;
    padding: 2px;
    display: inline-block;
    border-radius: 9999px;
    overflow: hidden;
    background: #0061FF;
    transition: background-color .3s ease-in-out
}

.button-glow:hover {
    background: #0A1B5F
}

.button-glow:before {
    z-index: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: auto;
    padding: 120% 0 0;
    box-shadow: 0 0 5px;
    background-image: conic-gradient(from 0 at 50% 50%,#ffff 0deg,#fff0 60deg,#fff0 310deg,#ffff 360deg);
    transform: translate(-50%,-50%);
    animation: button-glow 5s linear 0s infinite
}

.button-glow:after {
    z-index: -1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%
}

@keyframes button-glow {
    to {
        transform: translate(-50%,-50%) rotate(360deg)
    }
}

@keyframes button-glow-sides {
    0% {
        box-shadow: 10px 0 10px -7px #fff
    }

    25% {
        box-shadow: 10 0 0 -7px #fff
    }

    50% {
        box-shadow: -10px 0 10px -7px #fff
    }

    75% {
        box-shadow: -10 0 0 -7px #fff
    }

    100% {
        box-shadow: 10px 0 10px -7px #fff
    }
}

.button-glow.on-dark:hover {
    background: #fff
}

.button-glow.on-dark:hover a {
    color: #0A1B5F;
    background: #fff
}

.button-glow a {
    z-index: 5;
    position: relative
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section .btn {
	color: white !important
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section:not(.light-background) {
	background-color: #0A1B5F;
	padding: 52px 0 96px;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .universal-body {
	color: white;
	padding-right: 25%;
	margin-top: -16px;
	margin-bottom: 32px;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section li {
	color: white;
	margin-left: 20px;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section li:not(:last-of-type) {
	margin-bottom: 16px;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section:not(.light-background) .universal-body {
	color: #0A1B5F;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section:not(.light-background) li {
	color: #0A1B5F;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .disclaimer a {
	color: var(--Openlane-Primary-Onward-Blue, #0A1B5F) !important;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section .right-content a svg {
	margin-left: 8px;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .right-content a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0061FF;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s ease;
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section .right-content a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .right-content a {
	color: var(--Openlane-Primary-Openlane-Blue, #0061FF);
	text-align: center;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
	position: relative;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .right-content h4 {
	margin: 24px 0;
	color: var(--Openlane-Primary-Onward-Blue, #0A1B5F)
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section h4 {
font-weight: 500;
color: #0061FF;
}
.openlane-buyers-refresh-split-section .left-content {
	max-width: 700px;
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background h3 {
	background: linear-gradient(91deg, #0A1B5F 0.78%, #0061FF 89.7%);
	margin-bottom: 32px;
	font-family: Poppins;
	font-size: var(--Font-H3, 48px);
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	/* 52.8px */
	letter-spacing: -0.48px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background .btn {
	padding: 19px 42px;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background h4 {
	margin-bottom: 1rem;
	line-height: 145%;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background .right-content {
	width: 50%;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background .right-content h4 {
	color: var(--Openlane-Primary-Onward-Blue, #0A1B5F);
  font-family: Poppins;
  font-size: var(--Font-H4, 24px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.24px;
  margin: 24px 0;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background {
	display: flex;
	width: var(--Widths-Container-Width, 1440px);
	justify-content: space-between;
	align-items: flex-start;
	gap: 48px;
	background-color: white;
	display: flex;
	padding: var(--gaps-spaces-vertical-margin, 56px) var(--gaps-spaces-side-margin, 48px);
	align-items: center;
	gap: 64px;
	flex: 1 0 0;
	border-radius: var(--Widths-Corner-radius, 24px);
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #FFF;
	max-width: 100%;
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .white-background {

	background-color: #0A1B5F;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .white-background h4 {
	color: var(--Openlane-Secondary-Blue-200, #99C0FF);
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .right-content path,
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .right-content a,
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .white-background .right-content h4,
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .white-background .disclaimer a {
	color: white !important;
    stroke: white;
}

.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .auction-btn:hover, 
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .auction-btn > a:hover {
	background-color: white;
	color:#0061FF !important;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section.light-background .white-background h3 {
	background: linear-gradient(91deg, white 0.78%, #0061FF 89.7%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


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


	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .universal-body {
		padding-right: 0%;
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background {
		gap: 48px;
	}
	.blue-gradient-section h4,
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background h3,
	.auction-dealers-wrap .auction-dealers-content h3 {
		font-size: 42px;
		line-height: 46px;
	}
	.auction_keyword-cta-section .white-background {
		gap: 48px;
	}

	.blue-gradient-section h4,
	.auction_keyword-cta-section .white-background h3,
	.auction-dealers-wrap .auction-dealers-content h3 {
		font-size: 42px;
		line-height: 46px;
	}
}
@media only screen and (max-width: 1024px) {
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background {
		width: 936px;
	}
}


@media only screen and (max-width: 992px) {
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .universal-body {
		margin-top: 0;
}
.openlane-buyers-refresh-split-section.auction_keyword-cta-section li {
	margin-bottom: 8px;
	margin-left: auto;
	margin-right: auto;
  list-style-type: none
}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .single_auction_button_wrapper {
		justify-content: center;
	}
	.auction_keyword-cta-section .white-background * {
		text-align: center;
	}

	.auction_keyword-cta-section .white-background .right-content {
		width: 100%;
	}

	.auction_keyword-cta-section .white-background .right-content a {
		margin: auto
	}

	.auction_keyword-cta-section .white-background {
		flex-direction: column;
	}


	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background * {
		text-align: center;
	}


	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background .right-content {
		width: 100%;
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background .right-content a {
		margin: auto
	}

	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background {
		flex-direction: column;
	}
	.auction_keyword-cta-section .white-background .left-content .single_auction_button_wrapper { 
		display: flex;
		flex-direction: column-reverse;
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background .divider {
		width: 100%;
		height: 2px;
		background-color: #c3c3c3;
		
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background h3 {
		margin-bottom: 16px;
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .single_auction_button_wrapper {

    gap: 16px;
	}
}
@media only screen and (max-width: 767px) {
	.auction_keyword-cta-section .white-background .left-content {
		position: relative;
	}
	.auction_keyword-cta-section .white-background {
		width: 100%;
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section {
		padding: 64px 16px;
	}
	.wp-theme-openlane2024 .openlane-buyers-refresh-split-section.auction_keyword-cta-section .container {
		padding: 0;
	}
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background {
		width: 100%;
	}

}

@media only screen and (max-width: 576px) {
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .white-background {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.openlane-buyers-refresh-split-section.auction_keyword-cta-section .single_auction_button_wrapper {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}
