@import url('https://fonts.googleapis.com/css2?family=Prata:wght@400&family=Inter:wght@600;700&family=Proxima+Nova:wght@500&family=Lato:wght@800&family=Poppins:wght@600&display=swap');

.n37bd78-54587c {
	margin: 32px 0;
}

.r37bd78-ce9c69 {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.z37bd78-a33b7e {
	box-sizing: border-box;
}

.p37bd78-2530b2 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin: 32px 0;
	gap: 67px;
}

.f37bd78-7e1b05 {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	line-height: 25px;
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: end;
	height: 38px;
	cursor: pointer;
	user-select: none;
	text-align: center;
	text-transform: capitalize;
	color: #888787;
}

.f37bd78-7e1b05.d37bd78-0958a3 {
	line-height: 22px;
	position: relative;
	top: -1px;
	text-decoration: underline;
	color: #8b6a45;
}

.f37bd78-7e1b05 img {
	width: 16px !important;
	height: 15px !important;
}

.y37bd78-a7d82d {
	display: grid;
	padding: 20px 62px 34px 52px;
	border: 4px solid #b6b6b6;
	border-radius: 34px;
	background: #c5baba;
	gap: 60px;
	grid-template-areas: 'logo main rating cta';
	grid-template-columns: 185px auto 134px 204px;
	grid-template-rows: auto;
	position: relative;
}

.y37bd78-a7d82d.r37bd78-71882e {
	display: none;
}

.n37bd78-ab4497 {
	font-family: Lato, sans-serif;
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	line-height: 20px;
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 4px 10px;
	color: #f9f9f9;
	border-radius: 50px;
	background: #8b6a45;
}

.m37bd78-2f6fca {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	grid-area: logo;
}

.m37bd78-2f6fca img {
	width: 185px;
	height: 138px;
	object-fit: contain;
}

.w37bd78-996ad2 {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	grid-area: main;
}

.p37bd78-260bc2 {
	font-family: Prata, sans-serif;
	font-size: 21.47px;
	font-weight: 400;
	font-style: normal;
	line-height: 28px;
	margin-left: 6px;
	letter-spacing: -0.429px;
	text-transform: capitalize;
	color: #1e1d1d;
}

.w37bd78-fac4fe {
	font-family: Inter, sans-serif;
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 29px;
	margin-top: 18px;
	padding: 9px 13px 14px 23px;
	text-transform: capitalize;
	color: #010517;
	border-radius: 20px;
	background: #ebebeb;
}

.t37bd78-0d70fc {
	margin: auto;
	padding-right: 24px;
	text-align: center;
	grid-area: rating;
}

.m37bd78-2f0cf3 img {
	height: 18px;
	margin-bottom: 11px;
}

.y37bd78-14a8f1 {
	font-family: 'Proxima Nova', sans-serif;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	line-height: normal;
	text-align: center;
	text-transform: capitalize;
	color: #232323;
}

.t37bd78-208a72 {
	font-family: Lato, sans-serif;
	font-size: 20px;
	font-weight: 800;
	font-style: normal;
	line-height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 204px;
	height: 69px;
	margin: auto;
	text-transform: capitalize;
	color: #f9f9f9;
	border-radius: 50px;
	background: #8b6a45;
	grid-area: cta;
}

.t37bd78-208a72:hover {
	text-decoration: none;
	color: #f9f9f9;
	background: #0a2066;
}

.v37bd78-fbedf6 {
	font-family: Poppins, sans-serif;
	font-size: 17px;
	font-weight: 600;
	font-style: normal;
	line-height: 22px;
	width: max-content;
	margin: 33px auto 0;
	text-align: center;
	text-transform: capitalize;
	color: #8b6a45;
	text-decoration-line: underline;
}

.v37bd78-fbedf6:hover {
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 991px) {
	.r37bd78-ce9c69 {
		gap: 14px;
	}

	.p37bd78-2530b2 {
		overflow-x: scroll;
		flex-wrap: nowrap;
		justify-content: flex-start;
		width: 100vw;
		margin: 0 -16px 33px;
		padding: 0 16px;
		gap: 21.211px;
	}

	.p37bd78-2530b2::-webkit-scrollbar {
		display: none;
	}

	.f37bd78-7e1b05 {
		font-size: 13.053px;
		line-height: 20.395px;
	}

	.f37bd78-7e1b05.d37bd78-0958a3 {
		line-height: 17.947px;
	}

	.f37bd78-7e1b05 img {
		width: 13px !important;
		height: 12px !important;
	}

	.y37bd78-a7d82d {
		padding: 20px 13px 53px 19px;
		gap: 40px 20px;
		grid-template-areas:
			'logo logo'
			'main main'
			'rating cta';
		grid-template-columns: auto 159px;
	}

	.m37bd78-2f6fca img {
		width: 175px;
		height: 120px;
	}

	.w37bd78-996ad2 {
		padding-top: 0;
	}

	.p37bd78-260bc2 {
		margin-left: 11px;
	}

	.w37bd78-fac4fe {
		margin-top: 18px;
	}

	.t37bd78-0d70fc {
		display: flex;
		flex-direction: column;
		margin-left: 0;
		padding-right: 0;
	}

	.t37bd78-208a72 {
		font-size: 16px;
		width: 159px;
		height: 53px;
	}

	.v37bd78-fbedf6 {
		margin-top: 60px;
	}
}
