/* Settings - globally available and dont need to be imported */

/* Tools - mixins and extensions */

/* @import ""; */

/* Generic - Resets, normalization, fonts, etc */

/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

html {
	/* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
	font-family:
		system-ui,
		"Segoe UI",
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		"Apple Color Emoji",
		"Segoe UI Emoji";
	line-height: 1.15; /* 1. Correct the line height in all browsers. */ /* 3. Use a more readable tab size (opinionated). */
	tab-size: 4; /* 3 */
	-webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
}

/*
Sections
========
*/

body {
	margin: 0; /* Remove the margin in all browsers. */
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	color: inherit; /* 2 */
	height: 0; /* 1 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		"Liberation Mono",
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	border-color: inherit; /* 2 */
	text-indent: 0; /* 1 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/* Elements - Elements are (or should be) class-less designs for the base */

html {
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

body {
	overflow-x: clip;
}

@media (width >= 1024px) {

body {
		--wp--custom--layout--padding: var( --wp--preset--spacing--3-xl );
}
	}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
	appearance: none;
	background-color: var( --wp--custom--color--base );
	border: 2px solid var( --wp--custom--color--contrast );
	box-shadow: none;
	display: block;
	font-size: var( --wp--preset--font-size--base );
	line-height: var( --wp--custom--line-height--normal );
	padding: var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--md );
}

:is([type="text"],[type="email"],[type="url"],[type="password"],[type="number"],[type="date"],[type="datetime-local"],[type="month"],[type="search"],[type="tel"],[type="time"],[type="week"],[multiple],textarea,select):focus {
		box-shadow: inset 0 0 0 2px;
		outline: 3px solid var( --wp--custom--color--focus );
	}

textarea {
	width: 100%;
}

input::placeholder,
textarea::placeholder {
	color: var( --wp--custom--color--contrast );
	opacity: 1;
}

select {
	background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e" );
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	padding-right: var( --wp--preset--spacing--lg );
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
}

[multiple] {
	background-image: initial;
	background-position: initial;
	background-repeat: unset;
	background-size: initial;
	padding-right: var( --wp--preset--spacing--lg );
	-webkit-print-color-adjust: unset;
	        print-color-adjust: unset;
}

[type="checkbox"],
[type="radio"] {
	appearance: none;
	background-color: var( --wp--custom--color--base );
	background-origin: border-box;
	border: 1px solid var( --wp--custom--color--contrast );
	color: var( --wp--custom--color--contrast );
	display: inline-block;
	flex-shrink: 0;
	height: 16px;
	padding: 0;
	-webkit-print-color-adjust: exact;
	        print-color-adjust: exact;
	-webkit-user-select: none;
	        user-select: none;
	vertical-align: middle;
	width: 16px;
}

[type="checkbox"]:focus, [type="radio"]:focus {
		box-shadow: inset 0 0 0 2px;
		outline: 3px solid var( --wp--custom--color--focus );
	}

[type="checkbox"]:checked, [type="radio"]:checked {
		background-color: currentcolor;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		border-color: transparent;
	}

[type="checkbox"]:checked:hover,
		[type="radio"]:checked:hover,
		[type="checkbox"]:checked:focus,
		[type="radio"]:checked:focus {
			background-color: currentcolor;
			border-color: transparent;
		}

[type="checkbox"] {
	border-radius: none;
}

[type="checkbox"]:checked {
		background-image: url( "data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e" );
	}

[type="checkbox"]:indeterminate {
		background-color: currentcolor;
		background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3E%3C/svg%3E" );
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		border-color: transparent;
	}

[type="checkbox"]:indeterminate:hover,
		[type="checkbox"]:indeterminate:focus {
			background-color: currentcolor;
			border-color: transparent;
		}

[type="radio"] {
	border-radius: 100%;
}

[type="radio"]:checked {
		background-image: url( "data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e" );
	}

[type="file"] {
	background: unset;
	border-color: inherit;
	border-radius: 0;
	border-width: 0;
	font-size: unset;
	line-height: inherit;
	padding: 5px;
}

[type="file"]:focus {
		box-shadow: inset 0 0 0 2px;
		outline: 3px solid var( --wp--custom--color--focus );
	}

label {
	display: block;
	margin-bottom: var( --wp--preset--spacing--xs );
}

::-webkit-datetime-edit-fields-wrapper {
	padding: 0;
}

/**
 * Unfortunate hack until https://bugs.webkit.org/show_bug.cgi?id=198959 is fixed.
 * This sucks because users can't change line-height with a utility on date inputs now.
 * Reference: https://github.com/twbs/bootstrap/pull/31993
 */

::-webkit-date-and-time-value {
	min-height: 1.5em;
}

/**
 * In Safari on macOS date time inputs are 4px taller than normal inputs
 * This is because there is extra padding on the datetime-edit and datetime-edit-{part}-field pseudo elements
 */

::-webkit-datetime-edit,
::-webkit-datetime-edit-year-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute-field,
::-webkit-datetime-edit-second-field,
::-webkit-datetime-edit-millisecond-field,
::-webkit-datetime-edit-meridiem-field {
	padding-bottom: 0;
	padding-top: 0;
}

a:where(:not(.wp-element-button)) {
	color: var( --wp--custom--color--secondary );
	text-decoration: underline;
	-webkit-text-decoration: underline solid currentColor;
	        text-decoration: underline solid currentColor;
	text-decoration-thickness: 2px;
	-webkit-text-decoration: 2px solid underline;
	        text-decoration: 2px solid underline;
}

a:where(:not(.wp-element-button)):hover {
		-webkit-text-decoration: none;
		text-decoration: none;
	}

a:where(:not(.wp-element-button)):focus-visible {
		background-color: var( --wp--custom--color--focus );
		box-shadow: 0 -3px var( --wp--custom--color--focus ), 0 3px var( --wp--custom--color--focus );
		outline: none;
		-webkit-text-decoration: none;
		text-decoration: none;
	}

:where(.has-secondary-background-color) a:where(:not(.wp-element-button)) {
		color: var( --wp--custom--color--base );
	}

img {
	height: auto;
	max-width: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: var( --wp--custom--layout--gap );
	width: 100%;
}

table thead {
		background-color: var( --wp--custom--color--secondary );
		color: var( --wp--custom--color--base );
		font-weight: 700;
	}

table th,
	table td {
		padding: var( --wp--preset--spacing--md ) var( --wp--preset--spacing--lg );
		vertical-align: top;
	}

table tbody td {
		background-color: var( --wp--custom--color--neutral--100 );
		border-top: 1px solid var( --wp--custom--color--neutral--300 );
	}

/* Components */

.breadcrumbs ol {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
		row-gap: var( --wp--preset--spacing--lg );
	}

.breadcrumbs svg {
		height: 26px;
		vertical-align: middle;
		width: 26px;
	}

.breadcrumbs__crumb {
	align-items: center;
	display: flex;
	position: relative;
}

.breadcrumbs__crumb:where(:first-child) {
		height: 100%;
	}

.breadcrumbs__crumb:where(:last-child) a {
			font-weight: 700;
		}

.breadcrumbs__crumb:where(:not(:first-child))::before {
			background-color: var( --wp--custom--color--primary );
			content: "";
			height: 24px;
			margin-left: var( --wp--preset--spacing--sm );
			margin-right: var( --wp--preset--spacing--sm );
			-webkit-mask-image: url( ../../assets/svg/breadcrumbs-separator.svg );
			        mask-image: url( ../../assets/svg/breadcrumbs-separator.svg );
			-webkit-mask-position: center;
			        mask-position: center;
			-webkit-mask-repeat: no-repeat;
			        mask-repeat: no-repeat;
			-webkit-mask-size: contain;
			        mask-size: contain;
			width: 24px;
		}

.breadcrumbs__crumb:where(:not(:first-child)) a {
			background-color: var( --wp--custom--color--neutral--200 );
			border-radius: 5px;
			display: block;
			padding: var( --wp--preset--spacing--xs ) var( --wp--preset--spacing--sm );
			-webkit-text-decoration: none;
			text-decoration: none;
			transition: background-color var( --wp--custom--transition-duration--base );
		}

.has-neutral-200-background-color :is(.breadcrumbs__crumb:where(:not(:first-child)) a) {
				background-color: var( --wp--custom--color--base );
			}

.breadcrumbs__crumb:where(:not(:first-child)) a:hover,
			.breadcrumbs__crumb:where(:not(:first-child)) a:focus {
				background-color: var( --wp--custom--color--neutral--300 );
			}

.breadcrumbs__crumb:where(:not(:first-child)) a:focus-visible {
				outline: 4px solid var( --wp--custom--color--focus );
			}

.facetwp-type-checkboxes,
.facetwp-type-radio {
	display: flex;
	flex-direction: column;
	gap: var( --wp--preset--spacing--xl );
}

@media (width >= 480px) {

.facetwp-type-checkboxes,
.facetwp-type-radio {
		flex-direction: row;
}
	}

.facetwp-checkbox,
.facetwp-radio {
	background-color: var( --wp--custom--color--base );
	border: 1px solid var( --wp--custom--color--neutral--400 );
	border-radius: 50px;
	cursor: pointer;
	line-height: 1;
	padding: var( --wp--preset--spacing--md ) var( --wp--preset--spacing--xl );
}

.facetwp-checkbox:where(.disabled), .facetwp-radio:where(.disabled) {
		opacity: 0.4;
		pointer-events: none;
	}

.facetwp-checkbox:where(.checked), .facetwp-radio:where(.checked) {
		background-color: var( --wp--custom--color--secondary );
		border-color: var( --wp--custom--color--secondary );
		color: var( --wp--custom--color--base );
	}

.facetwp-checkbox:focus-visible, .facetwp-radio:focus-visible {
		outline: 4px solid var( --wp--custom--color--focus );
	}

.facetwp-counter {
	display: none;
}

.fs-wrap {
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	position: relative;
	width: 280px;
}

.fs-wrap:focus-visible {
		outline: 4px solid var( --wp--custom--color--focus );
	}

.fs-label {
	position: relative;
}

.fs-label::before {
		background-image: url( ../../assets/svg/station-type-day.svg );
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 20px;
		left: var( --wp--preset--spacing--md );
		position: absolute;
		top: 50%;
		transform: translateY( -50% );
		width: 20px;
	}

.fs-label::after {
		background-image: url( ../../assets/svg/chevron-down.svg );
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		height: 8px;
		margin-left: var( --wp--preset--spacing--md );
		position: absolute;
		right: var( --wp--preset--spacing--xl );
		top: 50%;
		translate: 0 -50%;
		width: 14px;
	}

.fs-open .fs-label::after {
	rotate: 180deg;
}

.fs-label-wrap {
	background-color: var( --wp--custom--color--base );
	border: 1px solid var( --wp--custom--color--neutral--400 );
	border-radius: 30px;
	cursor: default;
	height: 44px;
	position: relative;
}

.fs-open .fs-label-wrap {
	border-radius: 20px 20px 0 0;
}

.fs-label-wrap,
.fs-dropdown {
	-webkit-user-select: none;
	        user-select: none;
}

.fs-label-wrap .fs-label {
	overflow: hidden;
	padding: var( --wp--preset--spacing--md ) var( --wp--preset--spacing--xl ) var( --wp--preset--spacing--md ) var( --wp--preset--spacing--3-xl );
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fs-arrow {
	display: none;
}

.fs-open .fs-arrow {
	transform: rotate( -180deg );
}

.fs-dropdown {
	background-color: var( --wp--custom--color--base );
	border: 1px solid var( --wp--custom--color--neutral--400 );
	position: absolute;
	top: calc( 100% - 1px );
	width: 100%;
	z-index: 1000;
}

.fs-dropdown .fs-options {
	max-height: 200px;
	overflow: auto;
}

.fs-wrap .fs-search input {
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	padding: 0;
	width: 100%;
}

.fs-option,
.fs-search,
.fs-optgroup-label {
	cursor: default;
	padding: var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--xl );
}

.fs-search {
	border-bottom: 1px solid var( --wp--custom--color--neutral--400 );
}

.fs-option:last-child {
	border-bottom: none;
}

.fs-no-results {
	padding: var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--xl );
}

.fs-option {
	cursor: pointer;
	word-break: break-all;
}

.fs-option.disabled {
	cursor: default;
	opacity: 0.4;
}

.fs-wrap.single .fs-option.selected {
	background-color: var( --wp--custom--color--neutral--200 );
}

.fs-wrap.multiple .fs-option {
	padding-left: 30px;
	position: relative;
}

.fs-wrap.multiple .fs-checkbox {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 30px;
}

.fs-wrap.multiple .fs-option .fs-checkbox i {
	background-color: var( --wp--custom--color--base );
	border: 1px solid var( --wp--custom--color--neutral--400 );
	border-radius: 2px;
	bottom: 0;
	height: 14px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 14px;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: rgb( 108, 138, 255 );
	border-color: transparent;
}

.fs-optgroup-label {
	background-color: var( --wp--custom--color--base );
	font-weight: 700;
	text-align: center;
}

.fs-hidden {
	display: none;
}

.facetwp-pager {
	align-items: center;
	display: flex;
	gap: var( --wp--preset--spacing--md );
	justify-content: center;
}

.facetwp-page {
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
	display: flex;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: var( --wp--preset--spacing--md ) var( --wp--preset--spacing--lg );
	-webkit-text-decoration: none;
	text-decoration: none;
	width: 42px;
}

.facetwp-page:where(.active) {
		background-color: var( --wp--custom--color--primary );
		color: var( --wp--custom--color--base );
		cursor: default;
		pointer-events: none;
	}

.facetwp-page:where(.active):focus-visible {
			background-color: var( --wp--custom--color--primary );
			box-shadow: none;
			color: var( --wp--custom--color--base );
			outline: none;
		}

.facetwp-page:where(:not(.active)):hover {
			background-color: var( --wp--custom--color--secondary );
			color: var( --wp--custom--color--base );
		}

.facetwp-page:where(:not(.active)):focus-visible {
			background-color: var( --wp--custom--color--focus );
			box-shadow: none;
			outline: none;
		}

.facetwp-page svg {
		height: 16px;
		width: 16px;
	}

footer .site-footer__top-inner {
		align-items: flex-start;
		justify-content: space-between;
	}

@media (width < 1024px) {

footer .site-footer__top-inner {
			gap: 80px;
			justify-content: flex-start;
	}
		}

@media (width < 640px) {

footer .site-footer__top-inner {
			flex-direction: column;
			gap: var( --wp--preset--spacing--4-xl );
	}
		}

@media (width < 640px) {

footer .site-footer__top-inner > * {
			text-align: center;
			width: 100%;
	}
		}

@media (width < 640px) {

footer .wp-block-social-links {
			justify-content: center;
	}
		}

footer .cta-wrapper {
		align-items: flex-start;
	}

@media (width < 1024px) {

footer .cta-wrapper {
			width: 100%;
	}
		}

@media (width < 640px) {

footer .cta-wrapper {
			flex-direction: column;
			width: 100%;
	}
		}

footer .pattern-cta {
		min-width: 264px;
	}

@media (width < 1024px) {

footer .pattern-cta {
			width: 100%;
	}
		}

@media (width < 640px) {

footer .pattern-cta {
			max-width: 100%;
	}
		}

@media (width < 1024px) {

footer .pattern-cta__image {
			width: 100%;
	}
		}

@media (width < 1280px) {

footer figure {
			width: 100%;
	}
		}

.hamburger__line {
	transform-origin: center;
	transition:
		y var( --wp--custom--transition-duration--quick ) ease-in var( --wp--custom--transition-duration--quick ),
		rotate var( --wp--custom--transition-duration--quick ) ease-in,
		opacity 50ms var( --wp--custom--transition-duration--quick );
}

[aria-expanded="true"] .hamburger__line {
		transition:
			y var( --wp--custom--transition-duration--quick ) ease-in,
			rotate var( --wp--custom--transition-duration--quick ) ease-in var( --wp--custom--transition-duration--quick ),
			opacity 50ms;
	}

[aria-expanded="true"] .hamburger__line--top {
		rotate: 45deg;
		y: 23px;
	}

[aria-expanded="true"] .hamburger__line--middle {
		opacity: 0;
	}

[aria-expanded="true"] .hamburger__line--bottom {
		rotate: -45deg;
		y: 23px;
	}

.site-header {
	position: relative;
}

.site-header > * {
		transition: background-color 0.2s ease-in-out;
	}

:where(.has-open-menu) .site-header > * {
		--wp--preset--color--base: var( --wp--custom--color--neutral--200 );
	}

.site-header .site-header__inner {
		border-bottom: 1px solid var( --wp--custom--color--neutral--300 );
		height: 72px;
		position: relative;
	}

@media (width >= 768px) {

.site-header .site-header__inner {
			height: 110px;
	}
		}

@media (width >= 1024px) {

.site-header .site-header__inner {
			align-items: stretch;
			height: unset;
	}
		}

.header-search {
	align-items: center;
	background-color: var( --wp--custom--color--neutral--200 );
	display: flex;
	height: 70px;
	left: calc( var( --wp--custom--layout--padding ) * -1 );
	margin-top: var( --wp--preset--spacing--lg );
	opacity: 0;
	padding: var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--lg );
	position: absolute;
	right: calc( var( --wp--custom--layout--padding ) * -1 );
	top: 0;
	visibility: hidden;
	z-index: 10;
}

@media (width >= 768px) {

.header-search {
		height: 110px;
}
	}

@media (width >= 1024px) {

.header-search {
		height: 80px;
}
	}

@media (width >= 1280px) {

.header-search {
		background-color: transparent;
		display: flex;
		height: auto;
		margin: 0 0 0 var( --wp--preset--spacing--xl );
		max-width: 200px;
		opacity: 1;
		padding: 0;
		position: static;
		visibility: visible;
}
	}

@media (width >= 1536px) {

.header-search {
		max-width: 230px;
}
	}

.header-search:where(.is-open) {
		opacity: 1;
		visibility: visible;
	}

.header-search__form {
	margin-bottom: 0;
	position: relative;
	width: 100%;
}

.header-search__form label {
		margin: 0;
	}

.header-search__form input {
		border: 1px solid var( --wp--custom--color--neutral--300 );
		border-radius: 30px;
		padding: var( --wp--preset--spacing--sm ) calc( 24px + var( --wp--preset--spacing--xl ) ) var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--lg );
		width: 100%;
	}

.header-search__submit {
	background-color: transparent;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	display: none;
	height: 24px;
	padding: 0;
	position: absolute;
	right: var( --wp--preset--spacing--lg );
	top: 50%;
	transform: translateY( -50% );
	width: 24px;
}

@media (width >= 1280px) {

.header-search__submit {
		display: block;
}
	}

.header-search__submit:hover {
		color: var( --wp--custom--color--secondary );
	}

.header-search__submit:focus-visible {
		outline: 2px solid var( --wp--custom--color--focus );
		outline-offset: 3px;
	}

.header-search__toggle {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	margin-left: auto;
	margin-right: var( --wp--preset--spacing--lg );
	order: -1;
	padding: 0;
}

@media (width >= 1024px) {

.header-search__toggle {
		margin-left: var( --wp--preset--spacing--xl );
		margin-right: 0;
		order: unset;
}
	}

@media (width >= 1280px) {

.header-search__toggle {
		display: none;
}
	}

.header-search__close {
	align-items: center;
	background-color: transparent;
	border: 0;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	display: flex;
	height: 24px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: var( --wp--preset--spacing--lg );
	top: 50%;
	transform: translateY( -50% );
	width: 24px;
}

@media (width >= 1280px) {

.header-search__close {
		display: none;
}
	}

.header-search__close svg {
		height: 16px;
		width: 16px;
	}

.has-open-menu {
	overflow: hidden;
}

@media (width >= 1024px) {

.has-open-menu {
		overflow: unset;
}
	}

.menu-primary {
	display: flex;
}

@media (width >= 1280px) {

.menu-primary {
		display: block;
}
	}

.menu-primary__items {
	background-color: var( --wp--custom--color--base );
	display: flex;
	flex-direction: column;
	height: calc( 100vh - 72px );
	height: calc( 100dvh - 72px );
	left: calc( var( --wp--custom--layout--padding ) * -1 );
	list-style: none;
	margin: 0;
	opacity: 0;
	overflow-y: auto;
	padding: 0 var( --wp--custom--layout--padding );
	position: absolute;
	right: calc( var( --wp--custom--layout--padding ) * -1 );
	top: 100%;
	transform: translateX( -100% );
	transition: all 300ms ease-in-out;
	visibility: hidden;
	z-index: 10;
}

@media (width >= 768px) {

.menu-primary__items {
		height: calc( 100vh - 110px );
		height: calc( 100dvh - 110px );
}
	}

@media (width >= 1024px) {

.menu-primary__items {
		background-color: unset;
		flex-direction: row;
		height: 100%;
		max-width: unset;
		opacity: unset;
		overflow: unset;
		padding: 0;
		position: unset;
		transform: unset;
		visibility: unset;
		width: unset;
}
	}

[aria-expanded="true"] + .menu-primary__items {
		opacity: 1;
		transform: translateX( 0 );
		visibility: visible;
	}

.menu-primary__sub-menu {
	background-color: var( --wp--custom--color--base );
	height: calc( 100vh - 72px );
	height: calc( 100dvh - 72px );
	left: 0;
	list-style: none;
	padding: 0 var( --wp--custom--layout--padding );
	position: absolute;
	right: 0;
	top: 0;
	transform: translateX( -100% );
	transition: all var( --wp--custom--transition-duration--base );
	visibility: hidden;
	z-index: 10;
}

@media (width >= 768px) {

.menu-primary__sub-menu {
		height: calc( 100vh - 110px );
		height: calc( 100dvh - 110px );
}
	}

@media (width >= 1024px) {

.menu-primary__sub-menu:where(.is-depth-0) {
			background-color: var( --wp--custom--color--base );
			border-radius: 8px;
			box-shadow: var( --wp--preset--shadow--lg );
			display: grid;
			height: unset;
			left: calc( var( --wp--preset--spacing--3-xl ) * -1 );
			min-width: 300px;
			opacity: 0;
			padding: var( --wp--preset--spacing--3-xl );
			position: absolute;
			top: calc( 100% + var( --wp--preset--spacing--md ) );
			transform: unset;
			visibility: hidden;
			z-index: 10;
	}

			.menu-primary__sub-menu:where(.is-depth-0)::before {
				bottom: 100%;
				content: "";
				display: block;
				height: var( --wp--preset--spacing--md );
				left: 0;
				position: absolute;
				right: 0;
			}
		}

@media (width >= 1024px) {

.menu-primary__sub-menu:where(:not(.is-depth-0)) {
			height: auto;
			position: absolute;
			transition: none;
			width: 75%;
	}
		}

@media (width >= 1024px) {

:where(.has-mega-menu) .menu-primary__sub-menu:where(.is-depth-1) {
			left: 100%;
			padding-left: var( --wp--preset--spacing--3-xl );
			position: absolute;
			top: 0;
	}
		}

[aria-expanded="true"] + .menu-primary__sub-menu {
		opacity: 1;
		transform: translateX( 0 );
		visibility: visible;
	}

@media (width >= 1024px) {

[aria-expanded="true"] + .menu-primary__sub-menu {
			display: grid;
			transform: unset;
	}
		}

.menu-primary__item {
	padding-block: var( --wp--preset--spacing--md );
}

@media (width >= 1024px) {

.menu-primary__item {
		padding: 0;
}
	}

.menu-primary__item:where(:not(.is-back)) + .menu-primary__item {
		border-top: 1px solid var( --wp--custom--color--neutral--300 );
	}

@media (width >= 1024px) {

.menu-primary__item:where(:not(.is-back)) + .menu-primary__item {
			border: 0;
			padding: 0;
	}
		}

.menu-primary__item:where(.has-children) {
		display: flex;
		flex-wrap: wrap;
	}

@media (width >= 1024px) {

.menu-primary__item:where(.has-children) {
			flex-wrap: nowrap;
			position: relative;
	}
		}

@media (width >= 1024px) {

.menu-primary__item:where(.is-depth-0) {
			align-items: center;
			display: flex;
			margin: 0 var( --wp--preset--spacing--md );
	}
		}

@media (width >= 1280px) {

.menu-primary__item:where(.is-depth-0) {
			margin: 0 var( --wp--preset--spacing--lg );
	}
		}

@media (width >= 1536px) {

.menu-primary__item:where(.is-depth-0) {
			margin: 0 var( --wp--preset--spacing--xl );
	}
		}

.menu-primary__item:where(.is-label) {
		display: none;
	}

@media (width >= 1024px) {

.menu-primary__item:where(.is-label) {
			display: block;
			grid-column: 1/-1;
			margin-bottom: var( --wp--preset--spacing--md );
	}
		}

.menu-primary__item:where(.is-label):where(.is-depth-2) {
			display: none;
		}

.menu-primary__item:where(.is-back) {
		margin-left: calc( var( --wp--custom--layout--padding ) * -1 );
		margin-right: calc( var( --wp--custom--layout--padding ) * -1 );
		padding: 0;
	}

@media (width >= 1024px) {

.menu-primary__item:where(.is-back) {
			display: none;
	}
		}

.menu-primary__link {
	background-color: transparent;
	border: 0;
	color: var( --wp--custom--color--contrast );
	cursor: pointer;
	display: block;
	flex: 1 1 0%;
	font-size: inherit;
	font-size: var( --wp--preset--font-size--base );
	font-weight: 700;
	line-height: 1;
	padding: var( --wp--preset--spacing--sm ) 0;
	-webkit-text-decoration: none;
	text-decoration: none;
}

@media (width >= 1024px) {

.menu-primary__link {
		flex: 0 1 auto;
}
	}

.menu-primary__link:hover {
		-webkit-text-decoration: underline;
		text-decoration: underline;
	}

.menu-primary__link:focus-visible {
		background-color: var( --wp--custom--color--focus );
		outline: none;
	}

@media (width >= 1024px) {

.menu-primary__link:where(.is-depth-0) {
			padding-bottom: var( --wp--preset--spacing--md );
			padding-top: var( --wp--preset--spacing--md );
	}
		}

@media (width >= 1024px) {

.menu-primary__link:where(:not(.is-depth-0)) {
			padding-bottom: var( --wp--preset--spacing--lg );
			padding-top: var( --wp--preset--spacing--lg );
	}
		}

:where(:not(.has-children)) > .menu-primary__link {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}

:where(.is-label) > .menu-primary__link {
		color: var( --wp--custom--color--primary );
		cursor: text;
		display: block;
		font-size: var( --wp--preset--font-size--lg );
		font-weight: 700;
		margin-bottom: var( --wp--preset--spacing--md );
		pointer-events: none;
	}

:where(.is-back) > .menu-primary__link {
		background-color: var( --wp--custom--color--secondary );
		color: var( --wp--custom--color--base );
		padding: 0;
		width: 100%;
	}

:where(.is-back) > .menu-primary__link svg {
			background-color: var( --wp--custom--color--secondary-dark );
			fill: var( --wp--custom--color--base );
			height: 68px;
			order: -1;
			padding: 0 var( --wp--custom--layout--padding );
			width: 58px;
		}

:where(.is-back) > .menu-primary__link::after {
			content: "";
			height: 68px;
			width: 52px;
		}

.menu-primary__toggle {
	background-color: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}

@media (width >= 1024px) {

.menu-primary__toggle {
		display: none;
}
	}

.menu-primary__toggle svg {
		width: 28px;
	}

.menu-primary__sub-menu-toggle {
	background-color: transparent;
	border: 0;
	border-left: 1px solid var( --wp--preset--color--neutral-300 );
	color: var( --wp--custom--color--secondary );
	cursor: pointer;
	height: 32px;
	margin-left: auto;
	padding: 0;
	width: 48px;
}

@media (width >= 1024px) {

.menu-primary__sub-menu-toggle {
		border: 0;
		height: auto;
		margin-left: var( --wp--preset--spacing--sm );
		width: auto;
}
	}

.menu-primary__sub-menu-toggle svg {
		fill: currentcolor;
		height: 12px;
		transform: rotate( -90deg );
		width: 12px;
	}

:where(.is-depth-0) > .menu-primary__sub-menu-toggle > svg {
			transform: rotate( -90deg );
		}

@media (width >= 1024px) {

:where(.is-depth-0) > .menu-primary__sub-menu-toggle > svg {
				transform: rotate( 0 );
		}
			}

.menu-primary__item:where(.has-mega-menu) {
	position: static;
}

@media (width >= 1024px) {

.menu-primary__item:where(.has-mega-menu) .menu-primary__item:where(.is-depth-1) {
			padding-right: var( --wp--preset--spacing--xl );
			position: static;
			width: 300px;
	}
		}

@media (width >= 1024px) {

.menu-primary__item:where(.has-mega-menu) .menu-primary__sub-menu:where(.is-depth-0) {
			align-items: flex-start;
			grid-template-rows: 80px repeat( 10, min-content );
			left: 0;
			min-height: 650px;
			top: 100%;
	}
		}

@media (width >= 1024px) {

.menu-primary__item:where(.has-mega-menu) .menu-primary__sub-menu:where(.is-depth-0) .menu-primary__sub-menu-toggle {
				margin-left: var( --wp--preset--spacing--md );
		}
			}

@media (width >= 1024px) {

.menu-primary__item:where(.has-mega-menu) .menu-primary__sub-menu:where(.is-depth-1) {
			align-items: flex-start;
			border-left: 1px solid var( --wp--preset--color--neutral-300 );
			bottom: var( --wp--preset--spacing--3-xl );
			column-gap: var( --wp--preset--spacing--xl );
			grid-auto-rows: min-content;
			grid-template-columns: repeat( 2, 1fr );
			left: calc( 300px + var( --wp--preset--spacing--3-xl ) - 1px );
			padding-right: var( --wp--preset--spacing--3-xl );
			top: calc( var( --wp--preset--spacing--3-xl ) + 80px );
			width: calc( 100% - 300px - var( --wp--preset--spacing--3-xl ) );
	}
		}

@media (width >= 1280px) {

.menu-primary__item:where(.has-mega-menu) .menu-primary__sub-menu:where(.is-depth-1) {
			grid-template-columns: repeat( 3, 1fr );
	}
		}

@media (width >= 1024px) {

.menu-primary__item:where(.has-mega-menu):where(.has-open-submenu) > ul > :where(:not(.is-active):not(.is-label)) svg {
				fill: var( --wp--custom--color--neutral--500 );
		}
			}

@media (width >= 1024px) {

.menu-primary__item:where(.has-mega-menu):where(.has-open-submenu) > ul > :where(:not(.is-active):not(.is-label)) > .menu-primary__link {
				color: var( --wp--custom--color--neutral--500 );
		}
			}

@media (width >= 1024px) {

.menu-primary__item--accessibility-tools {
		display: none;
}
	}

.menu-primary__button {
	align-items: center;
	background-color: transparent;
	border: 2px solid var( --wp--custom--color--secondary );
	border-radius: 30px;
	color: var( --wp--custom--color--secondary );
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin-top: var( --wp--preset--spacing--xl );
	padding: var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--xl );
	position: relative;
	transition: background-color var( --wp--custom--transition-duration--base ), color var( --wp--custom--transition-duration--base ), border-color var( --wp--custom--transition-duration--base );
	width: 100%;
}

.menu-primary__button:hover {
		background-color: var( --wp--custom--color--secondary );
		border-color: var( --wp--custom--color--secondary );
		color: var( --wp--preset--color--base );
	}

.site-main {
	margin-top: 0;
	position: relative;
}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}

.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}

.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}

.splide--rtl{direction:rtl}

.splide__track--ttb>.splide__list{display:block}

.splide__container{box-sizing:border-box;position:relative}

.splide__list{backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}

.splide.is-initialized:not(.is-active) .splide__list{display:block}

.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}

.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}

.splide:not(.is-overflow) .splide__pagination{display:none}

.splide__progress__bar{width:0}

.splide{position:relative;visibility:hidden}

.splide.is-initialized,.splide.is-rendered{visibility:visible}

.splide__slide{backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}

.splide__slide img{vertical-align:bottom}

.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}

.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}

.splide__toggle.is-active .splide__toggle__pause{display:inline}

.splide__track{overflow:hidden;position:relative;z-index:0}

.splide__arrows {
	display: flex;
	justify-content: center;
	margin-top: var( --wp--preset--spacing--3-xl );
}

.splide__arrow {
	align-items: center;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	color: var( --wp--custom--color--contrast );
	cursor: pointer;
	display: flex;
}

.splide__arrow:where(:not([disabled])):hover {
		color: var( --wp--custom--color--primary );
	}

.splide__arrow:focus-visible {
		outline: 4px solid var( --wp--custom--color--focus );
	}

.splide__arrow svg {
		fill: currentcolor;
		height: 24px;
		width: 24px;
	}

.splide__arrow[disabled] {
		opacity: 0.5;
	}

.splide__pagination {
	padding: 0;
}

.splide__pagination li {
	display: flex;
	margin-left: 5px;
	margin-right: 5px;
}

.splide__pagination__page {
	background-color: var( --wp--custom--color--neutral--300 );
	border: 0;
	border-radius: 100%;
	box-shadow: none;
	cursor: pointer;
	height: 12px;
	padding: 0;
	width: 12px;
}

.splide__pagination__page:where(.is-active) {
		background-color: var( --wp--custom--color--primary );
	}

.station-gallery__image-figure {
	aspect-ratio: 16/9;
	margin: 0;
}

.station-gallery__image-figure img {
		border-radius: 0 7vw;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

.station-gallery__thumbnails {
	--spacing: var( --wp--preset--spacing--sm );
	display: flex;
	gap: var( --spacing );
	justify-content: center;
	margin: var( --spacing ) 0 0;
	padding: 0;
}

@media (width >= 768px) {

.station-gallery__thumbnails {
		--spacing: var( --wp--preset--spacing--lg );
}
	}

.station-gallery__thumbnail {
	cursor: pointer;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

.station-gallery__thumbnail:where(:not(.is-active)) {
		opacity: 0.7;
	}

.station-gallery__thumbnail img {
		border-radius: 8px;
		height: 100%;
		object-fit: cover;
		width: 100%;
	}

.station-gallery__thumbnail-figure {
	aspect-ratio: 16/9;
	margin: 0;
}

.equipment-details {
	border-radius: 15px;
	box-shadow: var( --wp--preset--shadow--lg );
	padding: var( --wp--preset--spacing--2-xl );
}

.equipment-details__list {
	display: grid;
	gap: var( --wp--preset--spacing--2-xl );
	grid-template-columns: repeat( auto-fill, minmax( min( 150px, 100% ), 1fr ) );
	margin: 0;
}

.equipment-details__title {
	margin: 0 0 var( --wp--preset--spacing--lg );
}

.equipment-details__label {
	font-weight: 700;
	margin-bottom: var( --wp--preset--spacing--sm );
}

.equipment-details__value {
	margin: 0;
}

.equipment-gallery .splide__slide {
	padding: 0 8px 12px 8px;
}

.equipment-gallery__image {
	background-color: var( --wp--custom--color--base );
	border-radius: 15px;
	box-shadow: var( --wp--preset--shadow--lg );
	height: 100%;
	margin-bottom: 0;
	padding: var( --wp--preset--spacing--lg );
}

.equipment-gallery__image img {
		border-radius: 10px;
		height: 100%;
		object-fit: cover;
		object-position: center;
		width: 100%;
	}

.accessibility-tools {
	margin-inline: auto;
	margin-top: 0;
	max-width: var( --wp--style--global--content-size );
	position: relative;
	z-index: 1;
}

@media (width >= 1024px) {

.accessibility-tools {
		display: block;
		left: var( --wp--custom--layout--padding );
		position: absolute;
		right: var( --wp--custom--layout--padding );
		text-align: right;
		top: 100%;
}
	}

.accessibility-tools + * {
		margin-top: 0;
	}

.accessibility-tools__button {
	align-items: center;
	background-color: var( --wp--custom--color--secondary );
	border: 2px solid var( --wp--custom--color--secondary );
	border-radius: 0 0 10px 10px;
	box-shadow: var( --wp--preset--shadow--lg );
	color: var( --wp--custom--color--base );
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	padding: var( --wp--preset--spacing--sm ) var( --wp--preset--spacing--xl );
	transition: all var( --wp--custom--transition-duration--base );
	white-space: nowrap;
	z-index: 1;
}

.accessibility-tools__button:focus-visible {
		outline: 4px solid var( --wp--custom--color--focus );
	}

.accessibility-tools__button:hover {
		background-color: var( --wp--custom--color--secondary-dark );
		border-color: var( --wp--custom--color--secondary-dark );
	}

#cff .cff-author .cff-date {
	color: var( --wp--custom--color--neutral-700 );
}

/* Patterns */

/* @import ""; */

.pattern-post-grid-default .wp-block-query-pagination {
		width: 100%;
	}

.wp-block-columns .wp-block-column > .gform_wrapper {
	margin-block-start: 0;
}

.gform_wrapper {
	background-color: var( --wp--custom--color--base );
	border: 1px solid var( --wp--custom--color--neutral--300 );
	border-radius: 15px;
	box-shadow:
		0 2px 6px 0 var( --wp--custom--color--neutral--300 ),
		0 8px 12px 0 var( --wp--custom--color--neutral--300 );
	padding: 32px;
	position: relative;
}

.gform_wrapper .gform_title {
		margin-bottom: 0;
		margin-top: 0;
	}

.gform_wrapper input,
	.gform_wrapper textarea {
		border: 1px solid var( --wp--custom--color--neutral--300 );
		border-radius: 5px;
	}

.gform_wrapper legend {
		color: var( --wp--custom--color--neutral--700 );
	}

.gform_wrapper .ginput_container_consent {
		align-items: flex-start;
		display: flex;
	}

.gform_wrapper .ginput_container_consent input {
			margin-right: 10px;
			margin-top: 4px;
		}

.gform_wrapper .ginput_container_consent label {
			font-size: 14px;
		}

.gform_wrapper label {
		color: var( --wp--custom--color--neutral--700 );
		font-size: 20px;
	}

.gform_wrapper .gform_footer {
		padding-bottom: 0;
	}

.gform_wrapper .gform_footer .gform_button {
			background-color: var( --wp--custom--color--secondary );
			border-radius: 50px;
			color: var( --wp--custom--color--base );
			margin-bottom: 0;
			padding: 15px 20px;
			text-align: center;
			transition: background-color var( --wp--custom--transition-duration--base ), color var( --wp--custom--transition-duration--base ), border-color var( --wp--custom--transition-duration--base );
			width: 100%;
		}

.gform_wrapper .gform_footer .gform_button:hover {
				background-color: var( --wp--custom--color--secondary-dark );
				border-color: var( --wp--custom--color--secondary-dark );
				color: var( --wp--preset--color--base );
				cursor: pointer;
			}

.pattern-cta {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 180px;
	min-width: 264px;
}

.pattern-cta .pattern-cta__content {
		margin-top: 0;
	}

.pattern-cta .pattern-cta__image {
		border-bottom-left-radius: 180px;
		border-bottom-right-radius: 0;
		border-top-left-radius: 15px;
		border-top-right-radius: 180px;
		height: 100%;
		overflow: hidden;
	}

.pattern-cta figure {
		aspect-ratio: 16/9;
		display: flex;
		justify-content: flex-end;
	}

.pattern-cta figure img {
			height: 100%;
			width: 100%;
		}

.pattern-cta .wp-block-button:where(.is-style-plain) .wp-block-button__link {
		-webkit-text-decoration: none;
		text-decoration: none;
	}

.pattern-cta.cta-home-safety img {
	height: 122px;
}

.documents .wp-block-columns {
		padding-left: var(--wp--style--root--padding-left);
		padding-right: var(--wp--style--root--padding-right);
	}

@media (width < 1024px) {
		.documents .wp-block-column {
			width: 100%;
		}
	}

@media (width < 480px) {

.documents .wp-block-pulsar-documents__icon {
			display: none;
	}
		}

.latest-advice.header-query .wp-block-post-template {
			gap: var( --wp--preset--spacing--3-xl );
			grid-template-columns: repeat( 1, minmax( 0, 1fr ) );
		}

@media (width >= 1024px) {

.latest-advice.header-query .wp-block-post-template {
				grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
		}
			}

.latest-advice .wp-block-post-template {
		gap: var( --wp--preset--spacing--3-xl );
	}

@media (width < 1280px) {

.latest-advice .wp-block-post-template {
			grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}
		}

@media (width < 640px) {

.latest-advice .wp-block-post-template {
			grid-template-columns: repeat( 1, minmax( 0, 1fr ) );
	}
		}

.latest-advice .wp-block-post-featured-image {
		max-width: 72px;
		width: 100%;
	}

@media (width >= 768px) {

.latest-advice .wp-block-post-featured-image {
			max-width: 120px;
	}
		}

.latest-advice .post-type-title {
		background-color: var( --wp--custom--color--primary );
		border-radius: 30px 0 150px 0;
		color: var( --wp--custom--color--base );
		font-size: var( --wp--preset--font-size--md );
		font-weight: 700;
		letter-spacing: 0.5px;
		margin-left: 0 !important;
		padding:
			10px var( --wp--preset--spacing--3-xl ) 10px
			var( --wp--preset--spacing--xl );
		position: relative;
		transform: translate( -24px, -24px );
		width: max-content;
	}

.latest-advice .type-advice > div {
			height: 100%;
		}

:where(body .is-layout-flow) > .wp-block-post {
	margin-block-start: 0;
}

.pattern-latest-news figure {
		flex-shrink: 0;
	}

.pattern-latest-news img {
		width: 50px;
	}

.pattern-latest-news li + li {
		border-top: 1px solid var( --wp--custom--color--neutral--300 );
		margin-top: var( --wp--preset--spacing--xl );
		padding-top: var( --wp--preset--spacing--xl );
	}

.pattern-latest-news-columns .wp-block-column:last-child .wp-block-buttons {
			justify-content: flex-start;
		}

@media (width >= 1024px) {

.pattern-latest-news-columns .wp-block-column:last-child .wp-block-buttons {
				justify-content: flex-end;
		}
			}

.pattern-latest-news-columns .wp-block-column:last-child .wp-block-query {
			height: 100%;
		}

.pattern-latest-news-columns .wp-block-column:last-child ul {
			display: flex;
			flex-direction: column;
			height: 100%;
		}

@media (width >= 1024px) {
				.pattern-latest-news-columns .wp-block-column:last-child ul > li:first-of-type {
					padding-top: 0;
				}

					.pattern-latest-news-columns .wp-block-column:last-child ul > li:first-of-type::before {
						content: none;
					}
			}

.pattern-latest-news-columns .wp-block-column:last-child ul li {
				position: relative;
				padding-top: 50px;
			}

.pattern-latest-news-columns .wp-block-column:last-child ul li::before {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					width: 80%;
					height: 1px;
					background-color: var(--wp--preset--color--neutral-300);
				}

.pattern-latest-news-columns .wp-block-column:last-child ul > li:not(:last-of-type) {
				padding-bottom: 50px;
			}

.pattern-post-grid-leadership-team .pattern-post-grid-leadership-team__member {
		background-color: var( --wp--custom--color--base );
		border-radius: 15px;
		box-shadow: 0 2px 6px 0 var( --wp--custom--color--neutral--300 ), 0 8px 12px 0 var( --wp--custom--color--neutral--300 );
		padding: 24px;
	}

.pattern-post-grid-leadership-team .pattern-post-grid-leadership-team__member figure img {
				border-radius: 15px;
			}

.red-banner .wp-block-column {
		position: relative;
	}

.red-banner .icon-container {
		padding: 0;
		border: 0;
	}

@media (width >= 768px) {

.red-banner .wp-block-image {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
	}
		}

.red-banner .wp-block-image img {
			aspect-ratio: 2/1;
			object-fit: cover;
		}

@media (width >= 768px) {

.red-banner .wp-block-image img {
				aspect-ratio: 1/1;
		}
			}

@media screen and (min-width: 850px) {

.red-banner .wp-block-image img {
				aspect-ratio: 3/2;
		}
			}

@media (width >= 1280px) {

.red-banner .wp-block-image img {
				aspect-ratio: 2/1;
		}
			}

@media (width >= 640px) {

.pattern-search a {
			margin-left: var( --wp--preset--spacing--lg );
			margin-right: var( --wp--preset--spacing--lg );
	}
		}

.pattern-upcoming-events .wp-block-columns .wp-block-column:last-of-type {
			align-self: flex-end;
		}

.pattern-upcoming-events .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
				justify-content: flex-start;
			}

@media (width >= 768px) {

.pattern-upcoming-events .wp-block-columns .wp-block-column:last-of-type .wp-block-buttons {
					justify-content: flex-end;
			}
				}

.pattern-upcoming-events .wp-block-query li > .wp-block-group:first-of-type {
				align-items: flex-start;
				display: flex;
				flex-direction: column;
			}

@media screen and ( min-width: 550px ) {

.pattern-upcoming-events .wp-block-query li > .wp-block-group:first-of-type {
					align-items: center;
					flex-direction: row;
			}
				}

.pattern-upcoming-events .wp-block-query li > .wp-block-group:first-of-type > .wp-block-group {
					align-items: flex-start;
					flex-direction: column;
				}

@media (width >= 768px) {

.pattern-upcoming-events .wp-block-query li > .wp-block-group:first-of-type > .wp-block-group {
						align-items: center;
						flex-direction: row;
						justify-content: center;
				}
					}

.pattern-upcoming-events .wp-block-query li .wp-block-post-excerpt {
				display: none;
			}

@media (width >= 1024px) {

.pattern-upcoming-events .wp-block-query li .wp-block-post-excerpt {
					display: block;
			}
				}

.pattern-case-study-loop .wp-block-post-excerpt__more-link::before {
			bottom: 0;
			content: "";
			left: 0;
			position: absolute;
			right: 0;
			top: 0;
			z-index: 1;
		}

/* Templates */

.single-advice .entry-content {
	margin-block-start: 0;
}

@media (width < 1024px) {

.single-advice .has-neutral-to-base-offset-gradient-background {
		--wp--custom--gradient-offset: 1px;
}
	}

@media (width >= 1024px) {

.single-station main .pattern-cta {
		border-bottom-left-radius: 180px;
		border-bottom-right-radius: 15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		display: flex;
		height: 259px;
		min-width: 528px;
}
	}

@media (width >= 1024px) {

.single-station main .pattern-cta .pattern-cta__image {
			height: 100%;
			margin-left: 0 !important;
	}
		}

@media (width >= 1024px) {

.single-station main .pattern-cta .pattern-cta__content {
			align-items: flex-start;
			display: flex;
			flex-direction: column;
			justify-content: center;
	}
		}

@media (width >= 1024px) {

.single-station main .pattern-cta .pattern-cta__image img {
			border-bottom-left-radius: 180px;
			transform: scale( 1.75 ) translate( -7px, 30px );
	}
		}

@media (width >= 1024px) {

.single-station main .pattern-cta h2 {
			text-align: left;
	}
		}

@media (width >= 1024px) {

.single-station main .pattern-cta .wp-block-buttons {
			margin-left: 0 !important;
	}
		}

.station-copy {
	display: flex;
	flex-direction: column;
	gap: var( --wp--preset--spacing--xl ) var( --wp--preset--spacing--4-xl );
}

@media (width >= 768px) {

.station-copy {
		align-items: center;
		flex-direction: row;
}
	}

@media (width >= 1536px) {

.station-copy {
		column-gap: var( --wp--preset--spacing--7-xl );
}
	}

.station-copy__figure {
	border: 1px solid var( --wp--custom--color--neutral--300 );
	border-radius: 16px;
	max-width: 374px;
	overflow: hidden;
}

@media (width >= 768px) {

.station-copy__figure {
		flex: 0 0 auto;
}
	}

.station-copy__figure img {
		vertical-align: middle;
	}

.station-copy__figcaption {
	padding: var( --wp--preset--spacing--lg );
	text-align: center;
}

.station-copy__title {
	font-size: var( --wp--preset--font-size--xl );
	margin-top: 0;
}

.station-copy__commander {
	font-size: var( --wp--preset--font-size--lg );
	font-weight: 700;
	margin: 0;
}

.station-copy__subtitle {
	color: var( --wp--custom--color--neutral--500 );
	margin: 0;
}

.station-commander__content > :last-child {
		margin-bottom: 0;
	}

.station-equipment .splide__slide {
		padding: 0 8px 16px 8px;
	}

.station-equipment__item {
	border-radius: 15px;
	box-shadow: var( --wp--preset--shadow--lg );
	display: block;
	height: 100%;
	padding: var( --wp--preset--spacing--xl );
	-webkit-text-decoration: none;
	text-decoration: none;
	transition: all var( --wp--custom--transition-duration--base );
}

.station-equipment__item:where(a):hover {
		box-shadow: var( --wp--preset--shadow--xl );
		transform: translateY( -5px );
	}

.station-equipment__item:where(a):hover .station-equipment__text::after {
			transform: translateX( 3px );
		}

.station-equipment__figure {
	aspect-ratio: 4 / 3;
}

.station-equipment__figure img {
		border-radius: 10px;
		height: 100%;
		object-fit: cover;
		width: 100%;

	}

.station-equipment__text {
	display: flex;
	font-size: var( --wp--preset--font-size--md );
	gap: var( --wp--preset--spacing--lg );
	justify-content: space-between;
	margin: var( --wp--preset--spacing--lg ) 0 0;
	position: relative;
}

:where(a) .station-equipment__text::after {
		background-color: var( --wp--custom--color--secondary );
		content: "";
		display: block;
		height: 16px;
		-webkit-mask-image: url( ../../assets/svg/arrow-right.svg );
		        mask-image: url( ../../assets/svg/arrow-right.svg );
		-webkit-mask-repeat: no-repeat;
		        mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		        mask-size: contain;
		transition: transform var( --wp--custom--transition-duration--base );
		width: 16px;
	}

/* Vendor - 3rd party library styles */

/* Utilities */

