/* ==========================================================================
   Visit components
   ========================================================================== */

.visit-service-card {
	display: flex;
	width: min(360px, 100%);
	max-width: 100%;
	align-items: flex-start;
	gap: 22px;
	margin-top: 28px !important;
	padding: 25px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .94);
	box-shadow: 0 14px 36px rgba(16, 43, 67, .14);
}

.visit-round-icon {
	display: grid;
	height: 58px;
	flex: 0 0 58px;
	place-items: center;
	border-radius: 50%;
	background: #58733f;
	color: #fff;
	font-size: 1.45rem;
}

.visit-service-card span {
	font-size: .72rem;
}

.visit-service-card strong {
	display: block;
	margin: .25rem 0;
	color: #102b43;
	font-size: 1.55rem;
	font-weight: 600;
	line-height: 1.2;
}

.visit-service-card p {
	margin: 8px 0 0;
	font-size: .82rem;
	line-height: 1.5;
}

.visit-map__card {
	position: absolute;
	right: 24px;
	bottom: 24px;
	padding: 22px;
	border-radius: 10px;
	background: rgba(255, 255, 255, .95);
	line-height: 1.55;
	box-shadow: 0 10px 30px #a7a29a;
}

.visit-map__card a {
	display: inline-block;
	margin-top: 12px;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.visit-button {
	display: inline-block;
	margin-top: 15px;
	padding: 14px 22px;
	border-radius: 3px;
	background: #102b43;
	color: #fff !important;
	font-size: .72rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.visit-button:hover,
.visit-button:focus-visible {
	background: #17497c;
}

.visit-button:focus-visible {
	outline: 3px solid rgba(120, 180, 220, .8);
	outline-offset: 3px;
}

/* ==========================================================================
   Email actions
   ========================================================================== */

.agk-email-action--center {
	display: flex !important;
	width: 100%;
	justify-content: center;
	text-align: center;
}

.agk-email-action--center > a {
	margin-inline: auto !important;
}

/* ==========================================================================
   Footer details
   ========================================================================== */

.agk-footer-details {
	display: grid;
	grid-template-columns: minmax(260px, 1.2fr) minmax(170px, .72fr) minmax(245px, 1fr) minmax(126px, .55fr);
	gap: 42px;
	width: 100%;
	align-items: start;
	font-size: .82rem;
}

@media (min-width: 1051px) {
	.agk-footer-details {
		min-height: 213px;
	}
}

.agk-footer-brand {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 14px;
}

.agk-footer-brand img {
	display: block;
	width: min(280px, 100%);
	height: auto;
	max-height: 48px;
	object-fit: contain;
	object-position: left center;
}

.agk-footer-links p,
.agk-footer-social p {
	margin: 0 0 12px;
}

.agk-footer-brand p {
	margin: 0;
	line-height: 1.55;
}

.agk-footer-links__menu {
	display: grid;
	gap: 7px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.agk-footer-links__menu a,
.agk-footer-contact a,
.agk-footer-contact a > span,
.agk-footer-social__icons a {
	color: rgba(255, 255, 255, .86) !important;
}

.agk-footer-links__menu a,
.agk-footer-contact a {
	text-decoration: none;
}

.agk-footer-links__menu a:hover,
.agk-footer-links__menu a:focus-visible,
.agk-footer-contact a:hover,
.agk-footer-contact a:focus-visible {
	color: #fff !important;
	text-decoration: none !important;
}

.agk-footer-contact {
	display: grid !important;
	min-width: 0;
	grid-template-columns: 1fr;
	gap: 9px !important;
	align-content: start;
}

.agk-footer-contact a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 9px;
	overflow-wrap: anywhere;
}

.agk-footer-contact__title {
	margin-bottom: 3px;
	color: #fff !important;
}

.agk-footer-contact a > span {
	display: inline-grid;
	min-width: 18px;
	place-items: center;
}

.agk-footer-social {
	display: block !important;
	min-width: 126px;
}

.agk-footer-social__icons {
	display: flex;
	align-items: center;
	gap: 12px;
}

.agk-footer-social__icons a {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .65);
	border-radius: 50%;
	background: #102b43;
	transition: transform .2s, background .2s, color .2s;
}

.agk-footer-social__icons a:hover,
.agk-footer-social__icons a:focus-visible {
	border-color: #fff;
	background: #fff;
	color: #102b43 !important;
	transform: translateY(-3px);
}

.agk-footer-social svg {
	display: block;
	width: 22px;
	height: 22px;
}

.agk-social-link--facebook svg path {
	fill: currentColor !important;
	stroke: none !important;
}

.agk-social-link--instagram .instagram-outline {
	fill: none !important;
	stroke: currentColor !important;
	stroke-width: 2 !important;
}

.agk-social-link--instagram .instagram-dot {
	fill: currentColor !important;
	stroke: none !important;
}

.agk-social-link--youtube .youtube-shape {
	fill: currentColor !important;
	stroke: none !important;
}

.agk-social-link--youtube .youtube-play {
	fill: #0a2034 !important;
	stroke: none !important;
}

.agk-social-link--youtube:hover .youtube-play,
.agk-social-link--youtube:focus-visible .youtube-play {
	fill: #fff !important;
}

.agk-footer-legal {
	position: relative;
	display: flex;
	width: 100%;
	justify-content: center;
	gap: 28px;
	margin-top: 24px;
	padding-top: 20px;
	border-top: 0 !important;
	font-size: .76rem;
}

.agk-footer-legal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	border-top: 1px solid rgba(255, 255, 255, .16);
	transform: translateX(-50%);
}

.agk-footer-legal a {
	color: rgba(255, 255, 255, .82);
}

.agk-footer-legal a:hover,
.agk-footer-legal a:focus-visible {
	color: #fff;
}

/* ==========================================================================
   Legal content
   ========================================================================== */

.legal-content h1 {
	margin-top: 0;
}

.legal-content h2 {
	margin-top: 2.2rem;
	font-size: 1.5rem;
}

.legal-content p {
	line-height: 1.75;
}

.legal-content a {
	color: #17497c;
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 1050px) {
	.agk-footer-details {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.agk-footer-social {
		min-width: 0;
	}
}

@media (max-width: 650px) {
	.agk-footer-details {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.agk-footer-legal {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
}

