

.uploads {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	grid-gap: 0.5rem;
	margin: 1rem 0;
}
.uploads > div {
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.uploads > div > a {
	position: absolute;
	z-index: 2;
	top: 0.5rem;
	right: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	margin: 0;
	padding: 0;
	border-radius: 5px;
	background: red;
	width: 1.5rem;
	height: 1.5rem;
}
.uploads > div > a > svg {
	color: white;
	margin: 0;
	padding: 0;
	line-height: 0;
	position: static;
	width: 1rem;
}
.uploads > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	background: #f2f2f2;
}
@media (max-width: 768px) {
	.uploads {
		grid-template-columns: 1fr;
	}
}

div.category {
	margin-bottom: 3rem;
}
div.category h3 {
	margin-bottom: 0.5rem;	
}
div.category p {
	line-height: 1.5rem;
}
div.services {
	margin: 1.5rem 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-gap: 1.25rem;
	line-height: 1.5rem;
}
div.services > a {
	display: block;
	text-decoration: none;
	background: #f6f6f6;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
	transition: background 0.25s ease, transform 0.25s ease;
}
div.services > a:hover {
    transform: translateY(-10px);
	background: #f9f9f9;
}
div.services > a article {
	margin: 0;
	padding: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
}
div.services > a div.image {
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
div.services > a div.image > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
div.services > a div.content {
	margin: 0;
	padding: 1.25rem;
}
div.services > a:hover div.content {
}
div.services > a div.content > h3 {
	line-height: 1.5rem;
	margin-bottom: 0.25rem;
	margin-top: 0;
	font-size: 1rem;
	text-decoration: underline;
	color: #0172ad !important;
	transition: color 0.25s;
	font-weight: 600;
}
div.services > a:hover div.content > h3 {
	color: #015887 !important;
}
div.services > a div.content > p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: #373c44;
	font-size: 0.9rem;
	margin-bottom: 0;
	margin-top: 0;
}
@media (max-width: 768px) {
	div.services {
		display: block;
	}
	div.services > a {
		margin-bottom: 1rem;
		height: auto;
		max-width: none;
	}
}

.pico nav.back {
	margin-bottom: 0.5rem;
	line-height: 1.5rem;
}
.pico nav.back li {
	padding-top: 0;
	padding-bottom: 0;
}
/* @media (max-width: 768px) { */
	.pico nav.back ul li:not(:first-child) {
		display: none;
	}
	.pico nav.back ul li:first-child {
	}
	.pico nav.back ul li:first-child:before {
		display: inline-block;
		width: calc(var(--pico-nav-link-spacing-horizontal) * 4);
		margin: 0 -0.25rem 0 -0.5rem;
		content: var(--pico-nav-breadcrumb-divider);
		color: var(--pico-muted-color);
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		transform: rotateY(180deg);
	}
	.pico nav.back ul li:first-child:after {
		display: none;
	}
	.pico nav.back ul li a {
		text-decoration: underline;
	}
/* } */

div.layout div.main div.banner {
	aspect-ratio: 16/9;
	overflow: hidden;
	width: 100%;
	border-radius: 5px;
	margin-bottom: 2rem;
}
div.layout div.main div.banner img,
div.layout div.main div.banner picture {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pico div.side {
	position: sticky;
	top: 2rem;
	font-size: 0.875rem;
}
.pico div.side h4 {
    padding: 0;
    margin: 0 0 0.5rem 0;
    color: #646b79;
    font-size: 1rem;
}
.pico div.side ul {
	padding: 0;
}
.pico div.side ul li {
	list-style: none;
	padding-bottom: 0.25rem;
}
.pico div.highlight {
	padding: 1.5rem;
	background: #f6f6f6;
	border-radius: 5px;
}
.pico div.highlight a[role="button"] {
	display: block;
	width: 100%;
	padding: 0.5rem;
	text-transform: uppercase;
    font-weight: 600;
}
div.layout > div.side > div > p {
	margin-bottom: 1rem;
}
.pico div.sticky-button {
	pointer-events: none;
	opacity: 0;
	position: fixed;
	bottom: 1rem;
	left: 1rem;
	right: 1rem;
	z-index: 1;
	transition: opacity 0.25s;
	margin: 0 !important;
	padding: 0;
}
.pico div.sticky-button a {
	text-transform: uppercase;
	font-weight: 600 !important;
}
.pico div.highlight div.pricing {
	padding: 1.5rem;
	border-radius: 5px;
	background: #eeeeee;
	margin-bottom: 1.5rem;
	font-size: 1rem;
}
.pico div.highlight div.pricing h1,
.pico div.highlight div.pricing h2,
.pico div.highlight div.pricing h3,
.pico div.highlight div.pricing h4,
.pico div.highlight div.pricing h5,
.pico div.highlight div.pricing h6 {
	font-size: 1.25rem;
}
.pico div.highlight div.pricing ul {
	margin: 0;
	padding-left: 1rem;
	line-height: 1.5rem;
}
.pico div.highlight div.pricing ul li {
	list-style: disc;
	padding: 0;
}
@media (max-width: 1024px) {
	/* a.whatsapp-prompt {
		display: none;
	} */
	.pico div.side {
		position: static;
	}
	.pico div.sticky-button {
		pointer-events: all;
		opacity: 1;
	}
	.pico div.sticky-button.hide {
		pointer-events: none;
		opacity: 0;
	}
	.pico div.sticky-button a {
		width: 100%;
		padding: 0.5rem;
	}
}