/*
|--------------------------------------------------------------------------|
|                     Place your custom styles here                        |
|--------------------------------------------------------------------------|
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


.inter-regular {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
  }
.inter-medium {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.inter-semibold {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
}
.inter-bold {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

ol li {
	line-height: 160%;
}

ul, ol {
	margin-left: 1em;
}

@media only screen and (max-width: 767px) {
	img.responsive {
		width: 75px;
		height: auto;
	}
}
@media only screen and (min-width: 768px) {
	img.responsive {
		width: 90px;
		height: auto;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	img.responsive {
		width: 100px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	img.partnership-responsive {
		width: 150px;
		height: auto;
	}
}
@media only screen and (min-width: 768px) {
	img.partnership-responsive {
		width: 175px;
		height: auto;
	}
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
	img.partnership-responsive {
		width: 180px;
		height: auto;
	}
}

.text-white {
	color: white;
}

.font-medium {
	font-size: medium !important;
}

.font-larger {
	font-size: larger !important;
}