.container-main {
	max-width: 1920px;
	margin: auto;
	width: 100%;
	padding: 0 20px;
}

body {
	background: #F7F8FA;
}

@media (min-width: 992px) {
	body .ffb-id-navigation-header header .navbar-logo-wrap img {
		height: 30px !important;
	}

	.ark-header .navbar-logo .navbar-logo-wrap {
		padding-top: 33.5px !important;
	}

}

body header .fg-container {
	width: 100%;
	padding: 0 10px;
	max-width: 1620px;
}

header .navbar-logo-wrap img {
	max-width: 220px !important;
	width: 100% !important;
}

header .navbar-nav a {
	font-family: Roboto, serif;
!important;
}

.home .ffb-id-pk7ir8k, .page-template-tmpl-developers .ffb-id-pk7ir8k, .page-template-tmpl-accessories .ffb-id-pk7ir8k, .page-template-tmpl-hardware .ffb-id-pk7ir8k {
	display: none;
}

.title h1 {
	color: #082655;
	font-family: Roboto, serif;
	font-weight: 700;
}

.title h2 {
	font-size: 2.2vw;
	color: #082655;
	font-weight: 700;
	font-family: Roboto, serif;
	margin: 3.2vw 0;
	text-align: center;
}

.title h3 {
	font-size: 1.7vw;
	color: #082655;
	font-weight: 500;
	font-family: Roboto, serif;
}

.banner-btn a {
	font-size: 14px;
	display: flex;
	font-family: Roboto, serif;
	align-items: center;
	background: white;
	position: relative;
	color: #082655;
	padding: 0.8vw;
	border-radius: 30px;
	text-decoration: none;
	font-weight: 500;
	width: 30%;
	justify-content: center;
}

.banner-btn img {
	width: 0.6vw;
	height: 0.6vw;
}

.banner-btn a span {
	background: #082655;
	width: 2.2vw;
	right: 3px;
	position: absolute;
	height: 2.2vw;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section-second {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
}

@media (max-width: 990px) {
	.title h2 {
		font-size: 40px;
		padding: 0 10px;
		line-height: 40px;
	}

	.banner-btn a span {
		width: 40px;
		height: 40px;
	}

	.banner-btn img {
		width: 12px;
		height: 12px;
	}

	.banner-btn a {
		width: 52%;
		padding: 15px;
	}

	.title h3 {
		font-size: 30px;
	}
}

.footer-custom {
	background-color: #082655;
	color: #fff;
	text-align: center;
	padding: 105px 20px;
	font-family: Roboto, serif;
}

.container-footer {
	max-width: 500px;
	margin: 0 auto;
}

.footer-custom .logo img {
	margin-bottom: 30px;
}

.footer-custom .link-content {
	margin-bottom: 30px;
}

.footer-custom .links-page {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-custom .links-page li {
	margin: 10px 0;
}

.footer-custom .links-page li a {
	color: #fff;
	text-decoration: none;
	font-size: 19px;
	font-weight: 400;
}

.footer-custom .links-page li a:hover {
	text-decoration: underline;
}

.footer-custom .privacy {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: 400;
	flex-direction: row-reverse;
}

.footer-custom .privacy a {
	color: #fff;
	text-decoration: none;
}

.footer-custom .privacy a:hover {
	text-decoration: underline;
}

.footer-custom .copy p {
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	font-weight: 400;
}

.footer-custom .copy {
	max-width: 237px;
	width: 100%;
	margin: auto;
}


@media (min-width: 992px) {
	.container-footer {
		max-width: 1620px;
		margin: 0 auto;
		padding: 0 10px;
		text-align: left;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
	}

	.links-page {
		display: flex;
	}

	.section-first {
		display: flex;
		margin-top: 2.7vw;
		padding: 4.9vw 0;
	}

	.section-second {
		display: flex;
	}
	.section-second {
		display: flex;
		flex-wrap: unset;
		flex-direction: row-reverse;
	}

	.footer-custom .logo {
		flex: 1;
	}

	.footer-custom .link-content {
		flex: 2;
		display: flex;
		justify-content: flex-end;
	}

	.footer-custom .links-page {
		flex-direction: row;
		gap: 14.7vw;
	}

	.footer-custom .privacy {
		justify-content: flex-start;
		margin: 0;
		width: 100%;
		display: flex;
		align-items: flex-end;
	}

	.footer-custom .copy {
		width: 100%;
		text-align: left;
		max-width: unset;
		margin-top: 30px;
		display: flex;
		align-items: center;

	}

	.footer-custom {
		padding: 1.1vw;
	}
}



