body {
	overflow-x: hidden;
}

body #topo {
	position: relative;
	inset: auto;
	z-index: 30;
}

body.home #topo {
	position: absolute;
	inset: 0 0 auto;
}

body #header {
	padding: 1.05rem 0;
	background: #fff;
	box-shadow: 0 8px 28px rgba(0, 38, 77, .1);
}

body.home #header {
	padding: 1.35rem 0;
	background: linear-gradient(180deg, rgba(0, 30, 70, .76) 0%, rgba(0, 50, 100, .38) 58%, rgba(0, 50, 100, 0) 100%);
	box-shadow: none;
}

body #top-header {
	max-width: 1140px !important;
}

body #header .logo-menu-mobile img {
	width: 128px;
	height: auto;
	right: 0;
	filter: none;
}

body.home #header .logo-menu-mobile img {
	filter: brightness(0) invert(1);
}

body #header .nav-menu ul {
	align-items: center;
	gap: 28px;
}

body #header .nav-menu ul li a,
body #header .main-pools svg {
	color: #003058;
	fill: #003058;
	font-size: 13px;
	font-weight: 500;
	text-shadow: none;
}

body.home #header .nav-menu ul li > a,
body.home #header .main-pools > a svg {
	color: #fff;
	fill: #fff;
	text-shadow: 0 1px 12px rgba(0, 0, 0, .25);
}

body #header .social-media ul {
	justify-content: flex-end;
}

body #header .modern-header-contact a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 126px;
	min-height: 42px;
	padding: 0 24px;
	border-radius: 999px;
	background: #0054b7;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 14px 34px rgba(0, 84, 183, .28);
}

body #header .modern-header-contact a:hover {
	background: #fc4a00;
	color: #fff;
}

body #header .main-pools .submenu-pools {
	top: calc(100% + 8px);
	min-width: 210px;
	padding: 8px 0;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 18px 42px rgba(0, 28, 66, .2);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
	transform: translateY(6px);
}

body #header .main-pools .submenu-pools:before {
	content: "";
	position: absolute;
	inset: -16px 0 auto;
	height: 16px;
}

body #header .main-pools:hover .submenu-pools,
body #header .main-pools:focus-within .submenu-pools {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

body #header .submenu-pools ul {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 0;
}

body #header .submenu-pools ul li {
	width: 100%;
	padding: 0;
	border-color: #e4ebf2;
}

body #header .submenu-pools ul li a,
body.home #header .submenu-pools ul li a {
	display: block;
	padding: 11px 16px;
	color: #003058;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	text-shadow: none;
}

body #header .submenu-pools ul li a:hover {
	background: #f2f7fb;
	color: #fc4a00;
}

body .legacy-footer {
	display: none !important;
}

body .modern-site-footer {
	position: relative;
	padding: 5.5rem 0 1.6rem;
	background: #002443;
	color: rgba(255, 255, 255, .74);
}

body .modern-site-footer:before {
	content: "";
	position: absolute;
	inset: 0 0 auto;
	height: 4px;
	background: linear-gradient(90deg, #fc4a00 0 18%, #00a6c7 18% 100%);
}

body .modern-site-footer .modern-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr .7fr 1.2fr .85fr;
	gap: 3.5rem;
}

body .modern-site-footer .modern-footer-brand img {
	width: 150px;
	height: auto;
	filter: brightness(0) invert(1);
}

body .modern-site-footer .modern-footer-brand > p {
	max-width: 310px;
	margin: 1.5rem 0 1.3rem;
	color: rgba(255, 255, 255, .68);
	font-size: .875rem;
	line-height: 1.75;
}

body .modern-site-footer .modern-footer-social {
	display: flex;
	gap: .7rem;
}

body .modern-site-footer .modern-footer-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 50%;
	color: #fff;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

body .modern-site-footer .modern-footer-social a:hover {
	border-color: #fc4a00;
	background: #fc4a00;
	transform: translateY(-2px);
}

body .modern-site-footer .modern-footer-social svg,
body .modern-site-footer .modern-footer-contact svg,
body .modern-site-footer .modern-footer-address svg {
	width: 18px;
	height: 18px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

body .modern-site-footer .modern-footer-column h3 {
	margin: .3rem 0 1.45rem;
	color: #fff;
	font-size: .98rem;
	font-weight: 600;
	letter-spacing: 0;
}

body .modern-site-footer .modern-footer-column ul {
	display: flex;
	flex-direction: column;
	gap: .85rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body .modern-site-footer .modern-footer-column a {
	color: rgba(255, 255, 255, .74);
	font-size: .875rem;
	line-height: 1.5;
}

body .modern-site-footer .modern-footer-column a:hover {
	color: #fff;
}

body .modern-site-footer .modern-footer-contact li {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: .85rem;
	padding-bottom: .15rem;
}

body .modern-site-footer .modern-footer-contact li > svg,
body .modern-site-footer .modern-footer-address > svg {
	margin-top: .18rem;
	color: #65cfe7;
}

body .modern-site-footer .modern-footer-contact li div {
	display: flex;
	flex-direction: column;
}

body .modern-site-footer .modern-footer-contact li span {
	margin-bottom: .3rem;
	color: rgba(255, 255, 255, .43);
	font-size: .72rem;
	font-weight: 600;
	text-transform: uppercase;
}

body .modern-site-footer .modern-footer-address {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: .7rem;
}

body .modern-site-footer .modern-footer-icc {
	width: 82px;
	height: auto;
	margin-top: 1.7rem;
}

body .modern-site-footer .modern-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 2rem;
	margin-top: 4rem;
	padding: 1.45rem 180px 0 72px;
	border-top: 1px solid rgba(255, 255, 255, .14);
}

body .modern-site-footer .modern-footer-bottom p,
body .modern-site-footer .modern-footer-bottom span,
body .modern-site-footer .modern-footer-bottom a {
	margin: 0;
	color: rgba(255, 255, 255, .5);
	font-size: .74rem;
}

body .modern-site-footer .modern-footer-bottom > div {
	display: flex;
	gap: 1.25rem;
}

body .modern-site-footer .modern-footer-bottom a:hover {
	color: #fff;
}

body .modern-site-footer .modern-footer-bottom span a {
	color: #ff6a2b;
	font-weight: 700;
}

body .modern-site-footer .modern-footer-bottom span a:hover {
	color: #fff;
}

@media (max-width: 991px) {
	body #header {
		display: none;
	}

	body .mobileonly {
		display: block;
	}

	body #header-mob {
		position: relative;
		top: 0;
		z-index: 9;
		padding: .9rem 0;
		background: #fff;
		box-shadow: 0 7px 24px rgba(0, 38, 77, .12);
	}

	body.home #header-mob {
		background: linear-gradient(180deg, rgba(0, 30, 70, .88) 0%, rgba(0, 30, 70, .48) 58%, rgba(0, 30, 70, 0) 100%);
		box-shadow: none;
	}

	body .headermob {
		display: flex;
		position: relative;
		align-items: center;
		justify-content: space-between;
		min-height: 58px;
		background: transparent;
	}

	body .logo-menumob {
		display: flex;
		align-items: center;
	}

	body .logo-menumob img {
		display: block;
		width: 112px;
		height: auto;
		filter: none;
	}

	body.home .logo-menumob img {
		filter: brightness(0) invert(1);
	}

	body .bar-menumob {
		display: flex;
		position: absolute;
		top: 50%;
		right: 0;
		align-items: center;
		justify-content: center;
		width: 42px;
		height: 42px;
		border: 1px solid rgba(0, 48, 88, .24);
		border-radius: 50%;
		transform: translateY(-50%);
	}

	body.home .bar-menumob {
		border-color: rgba(255, 255, 255, .38);
	}

	body .bar-menumob svg {
		display: block;
		width: 20px;
		height: 20px;
	}

	body .bar-menumob svg path {
		fill: #003058 !important;
	}

	body.home .bar-menumob svg path {
		fill: #fff !important;
	}

	body #menu-mobile {
		position: absolute;
		top: 0;
		left: -100%;
		z-index: 20;
		width: min(88%, 360px);
		height: 100vh;
		height: 100svh;
		padding: 2rem 1.5rem;
		overflow-y: auto;
		background: #fff;
		box-shadow: 12px 0 36px rgba(0, 28, 66, .2);
		transition: left .35s ease;
	}

	body #menu-mobile .nav-mob {
		padding-top: 6.5rem;
	}

	body #menu-mobile .nav-mob ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	body #menu-mobile .nav-mob ul li {
		margin-bottom: 1rem;
	}

	body #menu-mobile .nav-mob ul li a {
		color: #003058;
		font-size: .84rem;
		font-weight: 600;
	}

	body #menu-mobile .logo-menu-mobile {
		position: absolute;
		top: 2rem;
		left: 1.5rem;
		width: auto;
	}

	body #menu-mobile .logo-menu-mobile img {
		width: 122px;
		filter: none;
	}

	body #menu-mobile .close-menu-mob {
		position: absolute;
		top: 2rem;
		right: 1.5rem;
	}

	body #menu-mobile .close-menu-mob button {
		border: 0;
		background: transparent;
	}

	body #menu-mobile .social-media ul {
		justify-content: flex-start;
		flex-direction: row;
		gap: 20px;
	}

	body .modern-site-footer .modern-footer-grid {
		grid-template-columns: 1.2fr .8fr;
		gap: 3rem;
	}
}

@media (max-width: 575px) {
	body #header-mobile {
		padding-right: 15px;
		padding-left: 15px;
	}

	body #header-mobile > .row {
		margin-right: 0;
		margin-left: 0;
	}

	body #header-mobile > .row > .col-12 {
		padding-right: 0;
		padding-left: 0;
	}

	body .modern-site-footer {
		padding-top: 3.75rem;
		text-align: center;
	}

	body .modern-site-footer .modern-footer-grid {
		grid-template-columns: 1fr;
		gap: 2.25rem;
	}

	body .modern-site-footer .modern-footer-brand img {
		margin: 0 auto;
	}

	body .modern-site-footer .modern-footer-brand > p {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}

	body .modern-site-footer .modern-footer-social {
		justify-content: center;
	}

	body .modern-site-footer .modern-footer-column h3 {
		margin-bottom: 1.1rem;
		text-align: center;
	}

	body .modern-site-footer .modern-footer-column ul {
		align-items: center;
		gap: .7rem;
	}

	body .modern-site-footer .modern-footer-contact li {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		gap: .7rem;
		text-align: center;
	}

	body .modern-site-footer .modern-footer-contact li div {
		align-items: center;
	}

	body .modern-site-footer .modern-footer-address {
		display: flex;
		align-items: flex-start;
		justify-content: center;
		gap: .65rem;
		text-align: center;
	}

	body .modern-site-footer .modern-footer-icc {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}

	body .modern-site-footer .modern-footer-bottom,
	body .modern-site-footer .modern-footer-bottom > div {
		align-items: center;
		flex-direction: column;
		gap: .7rem;
		text-align: center;
	}

	body .modern-site-footer .modern-footer-bottom {
		margin-top: 3rem;
		padding: 1.35rem 0 0;
	}
}
