	.nl-footer {
		--green: #4ba731;
		padding: 92px 0 43px;
		background: #fff;
		font-family: "Inter", Arial, sans-serif;
	}

	.nl-footer *,
	.nl-footer *:before,
	.nl-footer *:after {
		box-sizing: border-box;
	}

	.nl-footer .nl-wrap {
		width: 1444px;
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.nl-footer a {
		text-decoration: none;
	}
    .nl-legal a{
        margin-left:15px;
    }
	.nl-footer-grid {
		display: grid;
		grid-template-columns: 240px 1px 310px 1px 1fr 1px;
		gap: 80px;
		align-items: start;
	}

	.nl-footer-divider {
		width: 2px;
		height: 166px;
		background: #d8dce0;
	}

	.nl-footer-menu a {
		display: block;
		color: #8a949f;
		font-size: 24px;
		font-weight: 800;
		line-height: 1.15;
	}

	.nl-footer-center h3 {
		margin: 0 0 22px;
		color: #929ba5;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.05;
		text-align: left;
	}

	.nl-footer-center h3 strong {
		display: block;
		color: #5c6670;
		font-size: 18px;
		font-weight: 900;
	}

	.nl-footer-center p {
		margin: 0 0 14px;
		color: #202831;
		font-size: 15px;
		line-height: 1.35;
	}

	.nl-footer-center a {
		color: var(--green);
	}

	.nl-footer-geneve {
		display: flex;
		align-items: center;
		gap: 28px;
		padding-top: 23px;
	}

	.nl-footer-geneve img {
		width: 115px;
	}

	.nl-footer-geneve span {
		max-width: 180px;
		color: #6d747c;
		font-size: 12px;
		font-weight: 700;
		line-height: 1.2;
	}

	.nl-footer-bottom {
		display: grid;
		grid-template-columns: 220px 1fr auto;
		align-items: end;
		gap: 70px;
		margin-top: 72px;
		color: #59636d;
		font-size: 14px;
	}
    .nl-footer-bottom p{
        margin: 0
    }

	.nl-footer-logo {
		width: 224px;
	}

	.nl-legal {
		display: flex;
		gap: 1px;
	}

	.nl-up {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 25px;
		height: 25px;
		border-radius: 50%;
		background: var(--green);
		color: #fff;
		font-size: 12px;
	}

	@media (max-width: 1190px) {
		.nl-footer .nl-wrap {
			max-width: calc(100% - 30px);
		}

		.nl-footer-grid,
		.nl-footer-bottom {
			grid-template-columns: 1fr;
		}

		.nl-footer-divider {
			display: none;
		}
	}