<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h3 {
	margin-bottom: 10px
}
body .wrapper .content__inner {
	display: flex;
	justify-content: space-between;
	max-width: none
}
.col-right .btn {
	width: max-content
}
.activites-list {
	display: block;
	padding: 40px 0px;
}
.activites-list h3 {
	display: block;
	margin-bottom: 10px;
}
.activites-list .activities-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}
.activites-list .activities-grid .activity {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}
.activites-list .activities-grid .activity .content {
	padding: 20px 20px 0px 20px;
}
.activites-list .activities-grid .activity .content h4 {
	margin-bottom: 10px
}
.activites-list .activities-grid .activity p {
	color: #39383A;
	font-family: 'Arimo';
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.activites-list .activities-grid .activity img {
	display: block;
	width: 100%;
	min-height: 200px;
	height: 200px;
	object-fit: cover
}
.activites-list .activities-grid .activity .information {
	padding: 20px;
	border-bottom: 0.5px solid #39383A;
	background-color: #F2F2F2;
}
.activites-list .activities-grid .activity .information p {
	margin-bottom: 5px
}
#all-activites button.print-button {
	display: block;
	margin-top: 40px
}
#activity-schedules h3 {
	display: none;
}
#activity-schedules span.table-heading {
	display: block;
	width: 100%;
	background: #F2F2F2;
	padding: 10px;
	font-size: 16px;
	font-weight: 700
}
#activity-schedules table {
	margin-bottom: 40px;
	border: 0
}
#activity-schedules table tbody tr:nth-of-type(1) td {
	font-weight: 700
}
#activity-schedules table tbody tr td:nth-of-type(1) {
	border-left: 0
}
#activity-schedules table tbody tr td:nth-last-of-type(1) {
	border-right: 0
}
.table-container {
	overflow-x: auto;
	width: 100%
}
table {
	border: 0.0625rem solid #d2d1d3;
	border-collapse: collapse;
	margin: 0 0 1.25rem;
	width: 100%
}

table td, table th {
	border: 0.0625rem solid #d2d1d3;
	padding: 0.625rem
}

table tr th, table tr th {
	background-color: rgba(57, 56, 58, 0.05);
	font-weight: 700;
	text-align: left
}

table tr td p:last-child, table tr td p:last-child {
	margin-bottom: 0
}
.print-heading {
	display: block;
}
button {
	visibility: hidden;
	opacity: 0;
	color: transparent;
	background-color: transparent;
	border-color: transparent
}
.activities-grid .activity:nth-child(3n) {
	page-break-after: always;
}
#one-off-acitivites {
	page-break-before: always
}</pre></body></html>