h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

.product-category {
	color: #52BAFF;
	font-size: 28px;
	font-weight: 300;
	line-height: 125%;
}

.gpu-banner-desc {
	font-size: 22px;
	font-weight: 300;
	line-height: 125%;
}

.disclaimer {
	color: #A5AFB8;
	display: flex;
	font-size: 14px;
	font-style: italic;
	line-height: 16px;
	margin: 15px 0;
}

.btn {
	border-radius: 0px;
}

.section__title {
	font-weight: 300;
	line-height: 125%;
}

.btn--outline {
	border-radius: 0px;
}

.btn--outline:hover {
	border: 1px solid #51B9FF;
	color: #51B9FF;
	cursor: pointer;
}

.section__actions .btn {
	min-width: auto;
}

.arrow-btn {
	width: 210px;
	justify-content: left;
}

.arrow-btn::after {
	content: url("data:image/svg+xml,%3Csvg%20width%3D%2223%22%20height%3D%2219%22%20viewBox%3D%220%200%2023%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_31_6539)%22%3E%3Cpath%20d%3D%22M12.376%200.801025L21.345%209.50004L12.376%2018.1804%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22/%3E%3Cpath%20d%3D%22M21.4025%209.5H0%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_31_6539%22%3E%3Crect%20width%3D%2223%22%20height%3D%2219%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	position: absolute;
	right: 0;
	padding-right: 20px;
	padding-top: 5px;
}

.arrow-btn:hover {
	background-color: #031059;
	font-weight: 500;
}

.arrow-link-blue::after {
	content: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2211%22%20viewBox%3D%220%200%2013%2011%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_251_18132)%22%3E%3Cpath%20d%3D%22M6.60547%200.929932L11.1597%205.59993L6.60547%2010.2599%22%20stroke%3D%22%23007BFC%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22/%3E%3Cpath%20d%3D%22M11.1888%205.59998H0.321289%22%20stroke%3D%22%23007BFC%22%20stroke-width%3D%221.5%22%20stroke-miterlimit%3D%2210%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_251_18132%22%3E%3Crect%20width%3D%2213%22%20height%3D%2210%22%20fill%3D%22white%22%20transform%3D%22translate(0%200.5)%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	padding-left: 8px;
	padding-top: 5px;
}

@media (min-width: 1232px) {
	.arrow-btn {
		width: 265px;
	}
}

.section__darker {
	background-color: #142149;
}

.text-blue {
	color: #007BFC;
}

.text-lite-blue {
	color: #52BAFF;
}

.section__background-gradient {
	background: linear-gradient(180deg, #1E308C 0%, #142149 100%);
}


@media (max-width: 768px) {
	.section__background-gradient {
		background: #142149;
	}
}

.color-white {
	color: #eaeaea !important;
}
