.link {	position: relative;	display: inline-block;}.link-inherit {	color: inherit;}.link-inherit:hover {	color: #1c54e2;}.text-secondary .link-inherit {	color: inherit;}.text-secondary .link-inherit:hover {	color: #1c54e2;}.link-underline, .link-underline:hover {	text-decoration: underline;}.link-btn {	font-weight: 500;	font-size: 1.125rem;	line-height: 1.25;	color: #1c54e2;	transition: all 0.2s ease-in-out;}.link-btn:hover {	color: #264555;}.link-sm {	font-size: 1rem;}.link-arrow {	font-weight: 500;}.link-arrow::after {	margin-left: 0.3125rem;	content: '>';}.link-icon {	margin-right: 0.5rem;	font-size: 1.5625rem;	font-weight: 600;	vertical-align: middle;}* + .link-offset-1 {	margin-top: 0.9375rem;}* + .link-offset-2 {	margin-top: 1.8125rem;}@media (min-width: 992px) {	* + .link-offset-1 {		margin-top: 1.3125rem;	}	* + .link-offset-2 {		margin-top: 2.5375rem;	}}@media (min-width: 1600px) {	* + .link-offset-1 {		margin-top: 1.875rem;	}	* + .link-offset-2 {		margin-top: 3.625rem;	}}