.footer-container {
	background: #3b3b3b;
	font-family: 'Bariol', 'Trebuchet MS', Trebuchet, sans-serif;
	margin-top: 70px;
	padding: 70px 0;
}

.footer-container .obal {
	flex-direction: column;
	overflow: visible;
}

.footer-primary {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	font-family: inherit;
	font-size: 15px;
	gap: 20px;
	margin: 0 auto;
	padding: 0 20px;
	text-rendering: optimizeLegibility;
	width: 100%;
}

.footer-box {
	flex: 1 1 calc(20% - 20px);
	line-height: 1.3;
	min-width: 200px;
}

.footer-box .footer-box-title {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
}

.footer-item {
	margin-bottom: 10px;
}

.footer-item-link {
	align-items: center;
	display: flex;
	gap: 10px;
}

.footer-item-icon {
	flex-shrink: 0;
	height: 18px;
	width: 18px;
}

.footer-box a {
	color: #f0f0f0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2px;
	line-height: 1.3;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-box a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-box-logo {
	height: 30px;
	margin-top: 50px;
}

.footer-box-text {
	line-height: 1.5;
	margin-top: 25px;
}

.footer-box-social-icons {
	margin-top: 25px;
}

.footer-box-social-icons a {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.footer-box-social-icons a:last-child {
	margin-right: 0;
}

.footer-box-social-icons img {
	display: inline-block;
	height: 20px;
}

.footer-container .footer-copyright {
	color: #fff;
	font-size: 15px;
	justify-content: center;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 1100px) {
	.footer-container {
		padding: 50px 0;
	}

	.footer-box {
		flex: 1 1 calc(33.333% - 20px);
	}
}

@media screen and (max-width: 768px) {
	.footer-container {
		margin-top: 50px;
		padding: 40px 0;
	}

	.footer-primary {
		gap: 30px;
		padding: 0 15px;
	}

	.footer-box {
		flex: 1 1 100%;
	}

	.footer-box .footer-box-title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-container .footer-copyright {
		font-size: 14px;
		margin-top: 40px;
	}
}

@media screen and (max-width: 480px) {
	.footer-container {
		padding: 30px 0;
	}

	.footer-box a {
		font-size: 14px;
	}

	.footer-box .footer-box-title {
		font-size: 17px;
	}
}

.footer-container,
.footer-container * {
	box-sizing: border-box;
}

.footer-container {
	clear: both;
	width: 100%;
}

.footer-container > .obal {
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-container .footer-primary {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	width: 100%;
}

.footer-container .footer-box {
	min-width: 0;
}

@media screen and (max-width: 1199px) {
	.footer-container .footer-primary {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media screen and (max-width: 768px) {
	.footer-container .footer-primary {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 480px) {
	.footer-container > .obal {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer-container .footer-primary {
		grid-template-columns: minmax(0, 1fr);
	}
}

.mb20:has(.rp-homepage-v2-cta) + .footer-container {
	margin-top: 0;
}
