

	#footer-srt-custom {
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: linear-gradient(90deg, #020E4D 12%, #22338F 70%);
	}
	
	#footer-srt-container {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 1200px;
	}
	
	.footer-center {
		align-items: center;
		justify-content: center;
	}
	
	#footer-oxycom-logo-center{
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 1200px;
	}
	
	#footer-oxycom-logo-center, #footer-oxycom-logo-center a{
		font-family: 'Inter', sans-serif;
		color: #999;
		font-style: normal;
		font-weight: 300;
		line-height: 14px;
		font-size: 12px;
	}
	
	#footer-firstrow {
		align-items: center;
		border-bottom: 1px solid #646DA3;
		padding-bottom: 30px;
		margin-bottom: 45px;
		justify-content: space-between;
		padding-top: 170px;
		padding-bottom: 70px;
	}
	
	#footer-firstrow div img:nth-child(1), #footer-firstrow div img:nth-child(2) {
		margin-right: 52.5px;
	}
	
	#footer-firstrow, #footer-secondrow, #oxycom-srt-custom {
		display: flex;
		flex-direction: row;
	}
	
	#footer-secondrow {
		justify-content: space-between;
		gap: 20px;
	}
	
	#footer-secondrow h2{
		font-family: 'Inter', sans-serif!important;
		font-style: normal;
		font-weight: 500;
		font-size: 18px!important;
		line-height: 22px;
		color: #fff;
		margin-bottom: 20px;
	}
	
	#oxycom-srt-custom {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #020E4D;
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 70px;
	}
	
	#misc-srt-custom {
		display: flex;
		flex-direction: row;
		justify-content: center;
		border-top: 1px solid;
		border-color: rgba(255,255,255,0.19);
		background-color: #001c38;
		width: 100%;
		height: 60px;
	}
	
	.footer-srt-column {
		display: flex;
		flex-direction: column;
		text-align: left;
		flex-wrap: wrap;
	}
	
	.font-srt-custom, .font-srt-custom a {
		font-family: "Inter", sans-serif;
		text-align: left;
		color: #fff;
		font-size: 14px;
		font-weight 300;
		line-height: 22px;
	}
	
	.menu-srt-custom {
		margin-left: 0;
		list-style: none;
	}
	
	.menu-srt-custom li a {
		font-style: normal;
		font-weight: 300;
		line-height: 22px;
		font-size: 14px;
		font-family: 'Inter', sans-serif;
		color: rgba(255,255,255,0.38);
	}

	.menu-srt-custom li a:hover {
		color: #94c120;
	}
	
	@media screen and (max-width: 1200px) {
		#footer-secondrow{
			flex-wrap: wrap;
		}
		
		#footer-srt-container {
			max-width: 90vw;
		}

		#footer-oxycom-logo-center{
			max-width: 90vw;
		}
	}
	
	@media screen and (max-width: 992px) {
		#footer-firstrow {
			flex-direction: column;
			padding-top: 100px;
			padding-bottom: 50px;
		}
		
		#footer-firstrow div img:nth-child(1), #footer-firstrow div img:nth-child(2) {
			margin-right: 0px;
		}
		
		#footer-firstrow div {
			display: flex;
			flex-direction: row;
			gap: 20px;
		}
		
		#footer-firstrow > img {
			margin-bottom: 25px;
		}
		
		#footer-secondrow{
			justify-content: flex-start;
			gap: 40px;
		}
		
		.footer-srt-column:first-child {
			flex: 100%;
		}
		
		.footer-srt-column {
			flex: 1;
		}
	}
	
	@media screen and (max-width: 600px) {
		
		#footer-firstrow {
			flex-direction: column;
			padding-top: 50px;
			padding-bottom: 50px;
		}
		
		#footer-firstrow div {
			flex-direction: column;
		}
		
		.footer-srt-column {
			flex: 100%;
		}
		
		#footer-oxycom-logo-center{
			flex-direction: column;
			gap: 10px;
		}
	}
	
