.row1Footer {
	display: flex;
	gap: 150px;
}
.site-above-footer-wrap {
	padding: 60px 30px;
}
.site-above-footer-inner-wrap {
	max-width: 1035px !important;
	padding-left: 90px;
}
.site-primary-footer-wrap {
	border: none !important;
	padding-top: 0 !important;
    padding-bottom: 60px !important;
}
.site-primary-footer-inner-wrap {
	grid-template-columns: none !important;
	padding: 0 30px;
}
.footerMenu, .row4Footer {
	display: flex;
    gap: 40px;
	justify-content: center;
}

.row4Footer a {
	color: #fff;
}
.row4Footernogapps a {
	color: #fff;
}
.footerCol {
	display: flex;
    flex-direction: column;
	gap: 5px;
}
.footerMenu a {
	color: var(--ast-global-color-2);
	font-size: 18px;
}
.footerTextDivider {
    padding: 0 18px;
}
.site-below-footer-wrap {
    padding: 30px !important;
}
@media (max-width: 1080px) {
	.site-above-footer-inner-wrap {
		padding-left: 0;
	}
}
@media (max-width: 938px) {
	.site-above-footer-wrap {
		padding: 40px 30px 30px;
	}
	.row1Footer {
		flex-direction: column;
		gap: 10px;
	}
	.footerSocialsDiv {
		gap: 14px !important;
		max-width: 212px !important;
	}
	.footerMenu {
		flex-direction: column;
		gap: 5px;
	}
	.footerTextDivider {
		display: none;
	}
	.footerTextDiv {
		padding-top: 25px !important;
		max-width: 300px;
    	margin: auto;
	}
	.site-primary-footer-wrap {
		padding-bottom: 20px !important;
	}
	.site-footer-below-section-1 {
		margin-bottom: 0 !important;
	}
	.site-below-footer-wrap {
		padding: 15px 30px !important;
	}
	.row4Footer {
		flex-wrap: wrap;
		gap: 5px 40px;
		max-width: 300px;
		margin: auto;
	}
}

@media (max-width: 767px) {
.row4Footernogapps {
	display: block;
}
.cright.row4Footernogapps {
	display: block;
	text-align: center;
}
.row4Footernogapps span {
	display: flex;
	gap: 0px;
	position: relative;
	justify-content: center;
	text-align: center;
}
.cright.row4Footernogapps span {
	display: flex;
	gap: 20px;
	position: relative;
	justify-content: center;
	text-align: center;
}
}

@media (min-width: 768px) {
.row4Footernogapps {
	display: flex;
	flex-wrap: nowrap !important;
	gap: 7px;
	justify-content: center;
}
.cright.row4Footernogapps span {
	display: flex;
	gap: 20px;
	left: 20px;
	position: relative;
	justify-content: center;
	text-align: center;
}
}