.q-gartner-hero {
	background-image: url(https://ik.imagekit.io/qualys/image/2024/gartner/gartner-page-hero-bg-mobile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 70px 0 40px;
	min-height: 560px;
}
@media (min-width: 768px) {
	.q-gartner-hero {
		padding: 70px 0;
		background-image: url(https://ik.imagekit.io/qualys/image/2024/gartner/gartner-page-hero-bg2.jpg);
	}
}
.q-bg-wave-1::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url(https://ik.imagekit.io/qualys/image/2024/gartner/bg-waves.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	opacity: 0.45;
	z-index: -1;
}
.q-timeline-dot {
	display: block;
	width: 16px;
	height: 16px;
	background-color: white;
	border: 1px solid #D8160D;
	border-radius: 100%;
	position: relative;
	z-index: 3;
}
.q-timeline-dot::after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #D8160D;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}
.q-timeline-stroke::before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% + 40px);
	top: 0;
	left: 50%;
	background-color: #D8160D;
	z-index: 1;
	transform: translateX(-50%);
}
@media (min-width: 768px) {
	.q-timeline-stroke::before {
		top: 32px;
		height: calc(100% + 40px);
	}
}
.q-timeline-container > .flex:last-child .q-timeline-stroke::before {
	display: none;
}

/*# sourceMappingURL=index.css.map */