/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
	scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
/**
 * Remove default margin.
 */
body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	/* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}



.btn {
	display: inline-block;
	text-align: center;
	--btn-font-size: 15px;
	--btn-line-height: 1.74;
	padding: 10px 28px;
	font-weight: 700;
	vertical-align: middle;
	text-transform: capitalize;
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
	transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}
.btn--primary,
button[type=submit] {
	border-color: var(--brand-color);
	background-color: var(--brand-color);
	color: #fff;
}
.btn--primary:hover,
button[type=submit]:hover {
	background-color: #3a76a9;
	border-color: #3a76a9;
}
.btn--white,
footer button[type=submit] {
	background-color: #fff;
	border-color: #fff;
	color: var(--brand-color);
}
.btn--white:hover,
footer button[type=submit]:hover {
	background-color: #244ea1;
	border-color: #244ea1;
	color: #fff;
}
.btn--border {
	border: 1px solid #0c2e6e;
	color: #0c2e6e;
	background: none;
}
.btn--border:hover {
	background-color: #3a76a9;
	border-color: #3a76a9;
	color: #fff;
}
.btn--golden {
	background-color: #f2c46d;
	border-color: #f2c46d;
	color: #0c2e6e;
}
.btn--golden:hover {
	background-color: #244ea1;
	border-color: #244ea1;
	color: #fff;
}
.btn__icon {
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
	margin-right: 9px;
	margin-top: -2px;
}
.btn--md {
	--btn-font-size: 18px;
	--btn-line-height: 1.45;
}
.btn--s {
	--btn-font-size: 16px;
	--btn-line-height: 1.13;
}

.icon-arrow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 48px;
	height: 48px;
	fill: var(--brand-color);
	border: 1px solid var(--brand-color);
	border-radius: 50%;
	-webkit-transition: fill 0.35s ease, background-color 0.35s ease;
	transition: fill 0.35s ease, background-color 0.35s ease;
}
.icon-arrow svg {
	-webkit-transition: fill 0.35s ease;
	transition: fill 0.35s ease;
}

.btn-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 15px;
	line-height: 1.35;
	padding-right: 20px;
	padding-bottom: 3px;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
}
.btn-link:hover::before,
.highlight-card:hover .btn-link::before,
.location-card:hover .btn-link::before,
.event-card:hover .btn-link::before,
.card:hover .btn-link::before {
	right: -2px;
}
.btn-link:hover::after,
.highlight-card:hover .btn-link::after,
.location-card:hover .btn-link::after,
.event-card:hover .btn-link::after,
.card:hover .btn-link::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.btn-link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 13px;
	height: 9px;
	background-color: currentColor;
	mask: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.69629 0.21967C9.98918 -0.0732234 10.4649 -0.0732234 10.7578 0.21967L15.5303 4.99311C15.8232 5.286 15.8232 5.76076 15.5303 6.05365L10.7578 10.8271C10.4649 11.12 9.98918 11.12 9.69629 10.8271C9.4034 10.5342 9.4034 10.0585 9.69629 9.76557L13.1895 6.27338H0V4.77338H13.1895L9.69629 1.28119C9.4034 0.9883 9.4034 0.512563 9.69629 0.21967Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/contain;
	-webkit-mask: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.69629 0.21967C9.98918 -0.0732234 10.4649 -0.0732234 10.7578 0.21967L15.5303 4.99311C15.8232 5.286 15.8232 5.76076 15.5303 6.05365L10.7578 10.8271C10.4649 11.12 9.98918 11.12 9.69629 10.8271C9.4034 10.5342 9.4034 10.0585 9.69629 9.76557L13.1895 6.27338H0V4.77338H13.1895L9.69629 1.28119C9.4034 0.9883 9.4034 0.512563 9.69629 0.21967Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/contain;
	-webkit-transition: right 0.35s ease;
	transition: right 0.35s ease;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.btn-link::after {
	content: "";
	position: absolute;
	left: 0;
	right: -2px;
	bottom: 0;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.btn-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 24px;
	height: 24px;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	color: #0c2e6e;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.btn-close:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: 4px;
}
.btn-close::before,
.btn-close::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: currentColor;
}
.btn-close::before {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.btn-close::after {
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.icon-add {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	width: 24px;
	height: 24px;
	border: 1px solid #0c2e6e;
	border-radius: 50%;
	-webkit-transition: background-color 0.35s ease, color 0.35s ease;
	transition: background-color 0.35s ease, color 0.35s ease;
}
a:hover .icon-add,
button:hover .icon-add {
	background-color: #0c2e6e;
	color: #fff;
}
.icon-add::before,
.icon-add::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: currentColor;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.icon-add::before {
	width: 1px;
	height: 12px;
}
.icon-add::after {
	width: 12px;
	height: 1px;
}

:root {
	--ss-primary-color: #5897fb;
	--ss-bg-color: #fff;
	--ss-font-color: #4d4d4d;
	--ss-placeholder-color: #8d8d8d;
	--ss-disabled-color: #dcdee2;
	--ss-border-color: #dcdee2;
	--ss-highlight-color: #fffb8c;
	--ss-focus-color: var(--ss-primary-color);
	--ss-success-color: #00b755;
	--ss-error-color: #dc3545;
	--ss-main-height: 40px;
	--ss-content-height: 300px;
	--ss-search-height: 40px;
	--ss-option-height: auto;
	--ss-spacing-l: 9px;
	--ss-spacing-m: 7px;
	--ss-spacing-s: 5px;
	--ss-animation-timing: 0.2s;
	--ss-border-radius: 4px;
}

@-webkit-keyframes ss-valueIn {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes ss-valueIn {
	0% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes ss-valueOut {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}
@keyframes ss-valueOut {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
		opacity: 0;
	}
}
.ss-hide {
	display: none !important;
}

.ss-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	color: var(--ss-font-color);
	min-height: var(--ss-main-height);
	width: 100%;
	padding: var(--ss-spacing-s);
	cursor: pointer;
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
	background-color: var(--ss-bg-color);
	outline: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: background-color var(--ss-animation-timing);
	transition: background-color var(--ss-animation-timing);
	overflow: hidden;
}

.ss-main:focus {
	-webkit-box-shadow: 0 0 5px var(--ss-focus-color);
	        box-shadow: 0 0 5px var(--ss-focus-color);
}

.ss-main.ss-disabled {
	background-color: var(--ss-disabled-color);
	cursor: not-allowed;
}

.ss-main.ss-disabled .ss-values .ss-disabled {
	color: var(--ss-font-color);
}

.ss-main.ss-disabled .ss-values .ss-value .ss-value-delete {
	cursor: not-allowed;
}

.ss-main.ss-dir-above {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.ss-main.ss-dir-below {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.ss-main .ss-values {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: var(--ss-spacing-m);
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	min-width: 0;
	max-width: 100%;
	overflow: hidden;
}

.ss-main .ss-values .ss-placeholder {
	display: block;
	width: 100%;
	min-width: 0;
	padding: var(--ss-spacing-s) var(--ss-spacing-m) var(--ss-spacing-s) var(--ss-spacing-m);
	margin: auto 0px auto 0px;
	line-height: 1em;
	/*color: var(--ss-placeholder-color);*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.footer .ss-values .ss-placeholder {
	color: #fff !important;
}

.ss-main .ss-values .ss-max {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 12px;
	color: var(--ss-bg-color);
	line-height: 1;
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	background-color: var(--ss-primary-color);
	border-radius: var(--ss-border-radius);
}

.ss-main .ss-values .ss-single {
	display: block;
	margin: auto 0px auto var(--ss-spacing-s);
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	max-width: calc(100% - 20px);
}

.ss-main .ss-values .ss-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	background-color: var(--ss-primary-color);
	border-radius: var(--ss-border-radius);
	-webkit-animation-name: ss-valueIn;
	        animation-name: ss-valueIn;
	-webkit-animation-duration: var(--ss-animation-timing);
	        animation-duration: var(--ss-animation-timing);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.ss-main .ss-values .ss-value.ss-value-out {
	-webkit-animation-name: ss-valueOut;
	        animation-name: ss-valueOut;
	-webkit-animation-duration: var(--ss-animation-timing);
	        animation-duration: var(--ss-animation-timing);
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
}

.ss-main .ss-values .ss-value .ss-value-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 0;
	font-size: 12px;
	line-height: 1;
	color: var(--ss-bg-color);
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ss-main .ss-values .ss-value .ss-value-delete {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: var(--ss-spacing-l);
	width: var(--ss-spacing-l);
	padding: var(--ss-spacing-s) var(--ss-spacing-m);
	cursor: pointer;
	border-left: solid 1px var(--ss-bg-color);
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
}

.ss-main .ss-values .ss-value .ss-value-delete svg {
	height: var(--ss-spacing-l);
	width: var(--ss-spacing-l);
}

.ss-main .ss-values .ss-value .ss-value-delete svg path {
	fill: none;
	stroke: var(--ss-bg-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-main .ss-deselect {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: auto;
	padding: 0 var(--ss-spacing-m) 0 var(--ss-spacing-m);
}

.ss-main .ss-deselect svg {
	width: 8px;
	height: 8px;
}

.ss-main .ss-deselect svg path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 20;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-main .ss-arrow {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	width: 12px;
	height: 12px;
	margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-main .ss-arrow path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition: var(--ss-animation-timing);
	transition: var(--ss-animation-timing);
}

.ss-content {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: auto;
	max-height: var(--ss-content-height);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: solid 1px var(--ss-border-color);
	background-color: var(--ss-bg-color);
	-webkit-transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
	transition: opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
	transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing);
	transition: transform var(--ss-animation-timing), opacity var(--ss-animation-timing), -webkit-transform var(--ss-animation-timing);
	opacity: 0;
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	overflow: hidden;
	z-index: 10000;
}

.ss-content.ss-relative {
	position: relative;
	height: 100%;
}

.ss-content.ss-fixed {
	position: fixed;
}

.ss-content.ss-dir-above {
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	border-top-left-radius: var(--ss-border-radius);
	border-top-right-radius: var(--ss-border-radius);
}

.ss-content.ss-dir-below {
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	border-bottom-left-radius: var(--ss-border-radius);
	border-bottom-right-radius: var(--ss-border-radius);
}

.ss-content.ss-open {
	opacity: 1;
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
}

.ss-content .ss-search {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	border-bottom: 1px solid var(--ss-border-color);
}

.ss-content .ss-search input {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: inherit;
	line-height: inherit;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 100%;
	min-width: 0px;
	height: var(--ss-search-height);
	padding: var(--ss-spacing-m) var(--ss-spacing-l);
	margin: 0;
	border: none;
	background-color: var(--ss-bg-color);
	outline: 0;
	text-align: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.ss-content .ss-search input::-webkit-input-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input::-moz-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input:-ms-input-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input::-ms-input-placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input::placeholder {
	color: var(--ss-placeholder-color);
	vertical-align: middle;
}

.ss-content .ss-search input:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.ss-content .ss-search .ss-addable {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	height: auto;
	margin: 0 0 0 var(--ss-spacing-m);
	border: 1px solid var(--ss-border-color);
	border-radius: var(--ss-border-radius);
}

.ss-content .ss-search .ss-addable svg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 12px;
	height: 12px;
	margin: auto var(--ss-spacing-m) auto var(--ss-spacing-m);
}

.ss-content .ss-search .ss-addable svg path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-content.ss-dir-above .ss-search {
	border-bottom: none;
	border-top: 1px solid var(--ss-border-color);
}

.ss-content .ss-list {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.ss-content .ss-list .ss-error {
	color: var(--ss-error-color);
	padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-searching {
	color: var(--ss-font-color);
	padding: var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-option {
	-webkit-transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
	transition: max-height var(--ss-animation-timing) ease, opacity var(--ss-animation-timing) ease, padding-top var(--ss-animation-timing) ease, padding-bottom var(--ss-animation-timing) ease, margin-top var(--ss-animation-timing) ease, margin-bottom var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-optgroup.ss-open .ss-option {
	max-height: 100px;
	opacity: 1;
	overflow: visible;
}

.ss-content .ss-list .ss-optgroup.ss-close .ss-option {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-label-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-weight: bold;
	color: var(--ss-font-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label:has(.ss-arrow) {
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: var(--ss-spacing-m);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall:hover {
	opacity: 0.5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall.ss-selected svg path {
	stroke: var(--ss-error-color);
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall span {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 60%;
	text-align: center;
	padding: 0 var(--ss-spacing-s) 0 0;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	width: 13px;
	height: 13px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg path {
	fill: none;
	stroke: var(--ss-success-color);
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:first-child {
	stroke-width: 5;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-selectall svg:last-child {
	stroke-width: 11;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	cursor: pointer;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	width: 10px;
	height: 10px;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label .ss-optgroup-actions .ss-closable .ss-arrow path {
	fill: none;
	stroke: var(--ss-font-color);
	stroke-width: 18;
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
	-webkit-transition: var(--ss-animation-timing);
	transition: var(--ss-animation-timing);
}

.ss-content .ss-list .ss-optgroup .ss-option {
	padding: var(--ss-spacing-s) var(--ss-spacing-s) var(--ss-spacing-s) calc(var(--ss-spacing-l) * 3);
}

.ss-content .ss-list .ss-option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: var(--ss-option-height);
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
	white-space: normal;
	color: var(--ss-font-color);
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
	color: var(--ss-bg-color);
	background-color: var(--ss-primary-color);
	border-left: 5px solid var(--ss-primary-color);
	-webkit-transition: border-left var(--ss-animation-timing) ease;
	transition: border-left var(--ss-animation-timing) ease;
}

.ss-content .ss-list .ss-option.ss-highlighted,
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected {
	color: var(--ss-bg-color);
	background-color: var(--ss-primary-color);
}

.ss-content .ss-list .ss-option.ss-disabled {
	cursor: not-allowed;
	background-color: var(--ss-disabled-color);
}

.ss-content .ss-list .ss-option.ss-disabled:hover {
	color: var(--ss-font-color);
}

.ss-content .ss-list .ss-option .ss-search-highlight {
	display: inline-block;
	background-color: var(--ss-highlight-color);
}

.ss-content .ss-list .ss-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: var(--ss-spacing-m) var(--ss-spacing-l) var(--ss-spacing-m) var(--ss-spacing-l);
}
:root {
	--f-spinner-width: 36px;
	--f-spinner-height: 36px;
	--f-spinner-color-1: rgba(0, 0, 0, 0.1);
	--f-spinner-color-2: rgba(17, 24, 28, 0.8);
	--f-spinner-stroke: 2.75;
}

.f-spinner {
	margin: auto;
	padding: 0;
	width: var(--f-spinner-width);
	height: var(--f-spinner-height);
}

.f-spinner svg {
	width: 100%;
	height: 100%;
	vertical-align: top;
	-webkit-animation: f-spinner-rotate 2s linear infinite;
	        animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
	stroke-width: var(--f-spinner-stroke);
	fill: none;
}

.f-spinner svg *:first-child {
	stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
	stroke: var(--f-spinner-color-2);
	-webkit-animation: f-spinner-dash 2s ease-in-out infinite;
	        animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}

@keyframes f-spinner-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
@keyframes f-spinner-dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}
.f-throwOutUp {
	-webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
	        animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
	-webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
	        animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
	to {
		-webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
		        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
		opacity: 0;
	}
}

@keyframes f-throwOutUp {
	to {
		-webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
		        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
		opacity: 0;
	}
}
@-webkit-keyframes f-throwOutDown {
	to {
		-webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
		        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
		opacity: 0;
	}
}
@keyframes f-throwOutDown {
	to {
		-webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
		        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
		opacity: 0;
	}
}
.f-zoomInUp {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
	        animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
	        animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
	from {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		        transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes f-zoomInUp {
	from {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		        transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0;
	}
	to {
		-webkit-transform: scale(1) translate3d(0, 0, 0);
		        transform: scale(1) translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes f-zoomOutDown {
	to {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		        transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
@keyframes f-zoomOutDown {
	to {
		-webkit-transform: scale(0.975) translate3d(0, 16px, 0);
		        transform: scale(0.975) translate3d(0, 16px, 0);
		opacity: 0;
	}
}
.f-fadeIn {
	-webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
	        animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
	z-index: 2;
}

.f-fadeOut {
	-webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
	        animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
	z-index: 1;
}

@-webkit-keyframes f-fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes f-fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes f-fadeOut {
	100% {
		opacity: 0;
	}
}
@keyframes f-fadeOut {
	100% {
		opacity: 0;
	}
}
.f-fadeFastIn {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	        animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
	z-index: 2;
}

.f-fadeFastOut {
	-webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
	        animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
	z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
	0% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}

@keyframes f-fadeFastIn {
	0% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes f-fadeFastOut {
	100% {
		opacity: 0;
	}
}
@keyframes f-fadeFastOut {
	100% {
		opacity: 0;
	}
}
.f-fadeSlowIn {
	-webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	        animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
	z-index: 2;
}

.f-fadeSlowOut {
	-webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	        animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
	z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes f-fadeSlowIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes f-fadeSlowOut {
	100% {
		opacity: 0;
	}
}
@keyframes f-fadeSlowOut {
	100% {
		opacity: 0;
	}
}
.f-crossfadeIn {
	-webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	        animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
	z-index: 2;
}

.f-crossfadeOut {
	-webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
	        animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
	z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes f-crossfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes f-crossfadeOut {
	100% {
		opacity: 0;
	}
}
@keyframes f-crossfadeOut {
	100% {
		opacity: 0;
	}
}
.f-slideIn.from-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

@keyframes f-slideInPrev {
	0% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes f-slideInNext {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@keyframes f-slideInNext {
	0% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}
@-webkit-keyframes f-slideOutNext {
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@keyframes f-slideOutNext {
	100% {
		-webkit-transform: translateX(-100%);
		        transform: translateX(-100%);
	}
}
@-webkit-keyframes f-slideOutPrev {
	100% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
@keyframes f-slideOutPrev {
	100% {
		-webkit-transform: translateX(100%);
		        transform: translateX(100%);
	}
}
.f-classicIn.from-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
	z-index: 2;
}

.f-classicIn.from-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
	z-index: 2;
}

.f-classicOut.to-next {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
	z-index: 1;
}

.f-classicOut.to-prev {
	-webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	        animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
	z-index: 1;
}

@-webkit-keyframes f-classicInNext {
	0% {
		-webkit-transform: translateX(-75px);
		        transform: translateX(-75px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes f-classicInNext {
	0% {
		-webkit-transform: translateX(-75px);
		        transform: translateX(-75px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes f-classicInPrev {
	0% {
		-webkit-transform: translateX(75px);
		        transform: translateX(75px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@keyframes f-classicInPrev {
	0% {
		-webkit-transform: translateX(75px);
		        transform: translateX(75px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
@-webkit-keyframes f-classicOutNext {
	100% {
		-webkit-transform: translateX(-75px);
		        transform: translateX(-75px);
		opacity: 0;
	}
}
@keyframes f-classicOutNext {
	100% {
		-webkit-transform: translateX(-75px);
		        transform: translateX(-75px);
		opacity: 0;
	}
}
@-webkit-keyframes f-classicOutPrev {
	100% {
		-webkit-transform: translateX(75px);
		        transform: translateX(75px);
		opacity: 0;
	}
}
@keyframes f-classicOutPrev {
	100% {
		-webkit-transform: translateX(75px);
		        transform: translateX(75px);
		opacity: 0;
	}
}
:root {
	--f-button-width: 40px;
	--f-button-height: 40px;
	--f-button-border: 0;
	--f-button-border-radius: 0;
	--f-button-color: #374151;
	--f-button-bg: #f8f8f8;
	--f-button-hover-bg: #e0e0e0;
	--f-button-active-bg: #d0d0d0;
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 20px;
	--f-button-svg-height: 20px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: none;
	--f-button-svg-disabled-opacity: 0.65;
}

.f-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	position: relative;
	margin: 0;
	padding: 0;
	width: var(--f-button-width);
	height: var(--f-button-height);
	border: var(--f-button-border);
	border-radius: var(--f-button-border-radius);
	color: var(--f-button-color);
	background: var(--f-button-bg);
	-webkit-box-shadow: var(--f-button-shadow);
	        box-shadow: var(--f-button-shadow);
	pointer-events: all;
	cursor: pointer;
	-webkit-transition: var(--f-button-transition);
	transition: var(--f-button-transition);
}
.f-button:active:not([disabled]) {
	background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
	outline: none;
}

.f-button:focus-visible {
	outline: none;
	-webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
	        box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
	width: var(--f-button-svg-width);
	height: var(--f-button-svg-height);
	fill: var(--f-button-svg-fill);
	stroke: currentColor;
	stroke-width: var(--f-button-svg-stroke-width);
	stroke-linecap: round;
	stroke-linejoin: round;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
	-webkit-transform: var(--f-button-transform);
	        transform: var(--f-button-transform);
	-webkit-filter: var(--f-button-svg-filter);
	        filter: var(--f-button-svg-filter);
	pointer-events: none;
}

.f-button[disabled] {
	cursor: default;
}

.f-button[disabled] svg {
	opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
	position: absolute;
	z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
	left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
	right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
	left: auto;
	right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
	right: auto;
	left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
	top: auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
	top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
	bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
	pointer-events: none;
}

html.with-fancybox {
	width: auto;
	overflow: visible;
	scroll-behavior: auto;
}

html.with-fancybox body {
	-ms-touch-action: none;
	    touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
	width: auto;
	margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
	overflow: hidden !important;
	overscroll-behavior-y: none;
}

.fancybox__container {
	--fancybox-color: #dbdbdb;
	--fancybox-hover-color: #fff;
	--fancybox-bg: rgba(24, 24, 27, 0.98);
	--fancybox-slide-gap: 10px;
	--f-spinner-width: 50px;
	--f-spinner-height: 50px;
	--f-spinner-color-1: rgba(255, 255, 255, 0.1);
	--f-spinner-color-2: #bbb;
	--f-spinner-stroke: 3.65;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	direction: ltr;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
	color: #f8f8f8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	overflow: visible;
	z-index: var(--fancybox-zIndex, 1050);
	outline: none;
	-webkit-transform-origin: top left;
	        transform-origin: top left;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
	background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
	background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
	background: var(--fancybox-bg);
	opacity: var(--fancybox-opacity, 1);
	will-change: opacity;
}

.fancybox__carousel {
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-height: 0;
	z-index: 10;
	overflow-y: visible;
	overflow-x: clip;
}

.fancybox__viewport {
	width: 100%;
	height: 100%;
}

.fancybox__viewport.is-draggable {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox__viewport.is-dragging {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	height: 100%;
}

.fancybox__slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 var(--fancybox-slide-gap) 0 0;
	padding: 4px;
	overflow: auto;
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
	padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
	overflow: hidden;
}

.fancybox__slide.has-image {
	overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
	overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
	content: "";
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 0px;
	        flex: 0 0 0;
	margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
	display: block;
}

.fancybox__content {
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	margin: 0;
	padding: 2rem;
	max-width: 100%;
	color: var(--fancybox-content-color, #374151);
	background: var(--fancybox-content-bg, #fff);
	cursor: default;
	border-radius: 0;
	z-index: 20;
}

.is-loading .fancybox__content {
	opacity: 0;
}

.is-draggable .fancybox__content {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.can-zoom_in .fancybox__content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.is-dragging .fancybox__content {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
	cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
	padding: 0;
	background: rgba(0, 0, 0, 0);
	min-height: 1px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	-webkit-transition: none;
	transition: none;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
	will-change: transform, width, height;
}

.fancybox-image {
	margin: auto;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-filter: blur(0px);
	        filter: blur(0px);
}

.fancybox__caption {
	-ms-flex-item-align: center;
	    align-self: center;
	max-width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin: 0;
	padding: 14px 0 4px 0;
	overflow-wrap: anywhere;
	line-height: 1.375;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	cursor: auto;
	visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
	opacity: 0;
	visibility: hidden;
}

.is-compact .fancybox__caption {
	padding-bottom: 0;
}

.f-button.is-close-btn {
	--f-button-svg-stroke-width: 2;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
	--f-button-width: 34px;
	--f-button-height: 34px;
	--f-button-border-radius: 4px;
	--f-button-color: var(--fancybox-color, #fff);
	--f-button-hover-color: var(--fancybox-color, #fff);
	--f-button-bg: transparent;
	--f-button-hover-bg: transparent;
	--f-button-active-bg: transparent;
	--f-button-svg-width: 22px;
	--f-button-svg-height: 22px;
	position: absolute;
	top: -38px;
	right: 0;
	opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
	visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
	visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
	opacity: 1;
}

.fancybox__footer {
	padding: 0;
	margin: 0;
	position: relative;
}

.fancybox__footer .fancybox__caption {
	width: 100%;
	padding: 24px;
	opacity: var(--fancybox-opacity, 1);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 20;
	background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
	padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
	--f-button-border-radius: 50%;
	--f-button-color: #fff;
	--f-button-hover-color: #fff;
	--f-button-outline-color: #000;
	--f-button-bg: rgba(0, 0, 0, 0.6);
	--f-button-active-bg: rgba(0, 0, 0, 0.6);
	--f-button-hover-bg: rgba(0, 0, 0, 0.6);
	--f-button-svg-width: 18px;
	--f-button-svg-height: 18px;
	--f-button-svg-filter: none;
	top: 5px;
	right: 5px;
}

.fancybox__nav {
	--f-button-width: 50px;
	--f-button-height: 50px;
	--f-button-border: 0;
	--f-button-border-radius: 50%;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: transparent;
	--f-button-hover-bg: rgba(24, 24, 27, 0.3);
	--f-button-active-bg: rgba(24, 24, 27, 0.5);
	--f-button-shadow: none;
	--f-button-transition: all 0.15s ease;
	--f-button-transform: none;
	--f-button-svg-width: 26px;
	--f-button-svg-height: 26px;
	--f-button-svg-stroke-width: 2.5;
	--f-button-svg-fill: none;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
	--f-button-svg-disabled-opacity: 0.65;
	--f-button-next-pos: 1rem;
	--f-button-prev-pos: 1rem;
	opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
	position: absolute;
	content: "";
	top: -30px;
	right: -20px;
	left: -20px;
	bottom: -30px;
	z-index: 1;
}

.is-idle .fancybox__nav {
	-webkit-animation: 0.15s ease-out both f-fadeOut;
	        animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
	pointer-events: none;
	-webkit-animation: 0.15s ease-out both f-fadeOut;
	        animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
	z-index: 30;
	cursor: pointer;
}

.fancybox-protected {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 40;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox-ghost {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
	-o-object-fit: contain;
	   object-fit: contain;
	z-index: 40;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}

.fancybox-focus-guard {
	outline: none;
	opacity: 0;
	position: fixed;
	pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
	opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
	-webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
	        animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
	-webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
	        animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
	-webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
	        animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
	-webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
	        animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	max-width: 100%;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	min-height: 1px;
	overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
	width: calc(100% - 120px);
	height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
	width: 100%;
	height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	width: 960px;
	height: 540px;
	max-width: 100%;
	max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
	padding: 0;
	background: rgba(24, 24, 27, 0.9);
	color: #fff;
}

.has-map .fancybox__content {
	background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important;
}

.f-carousel__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-outline: 0;
	--f-thumb-outline-color: #5eb0ef;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1;
	--f-thumb-border-radius: 2px;
	--f-thumb-offset: 0px;
	--f-button-next-pos: 0;
	--f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1;
	--f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 16px;
	--f-thumb-clip-width: 46px;
}

.f-thumbs {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.f-thumbs .f-spinner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
	background-image: linear-gradient(#ebeff2, #e2e8f0);
	z-index: -1;
}

.f-thumbs .f-spinner svg {
	display: none;
}

.f-thumbs.is-vertical {
	height: 100%;
}

.f-thumbs__viewport {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-thumbs__slide {
	position: relative;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0;
	margin: 0;
	width: var(--f-thumb-width);
	height: var(--f-thumb-height);
	overflow: visible;
	cursor: pointer;
}

.f-thumbs__slide.is-loading img {
	opacity: 0;
}

.is-classic .f-thumbs__viewport {
	height: 100%;
}

.is-modern .f-thumbs__track {
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.is-modern .f-thumbs__track::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
	width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
	cursor: pointer;
}

.is-modern .f-thumbs__slide {
	width: var(--f-thumb-clip-width);
	-webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
	        transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
	-webkit-transition: none;
	transition: none;
	pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
	-webkit-transition: -webkit-transform 0.33s ease;
	transition: -webkit-transform 0.33s ease;
	transition: transform 0.33s ease;
	transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
	-webkit-transition: -webkit-clip-path 0.33s ease;
	transition: -webkit-clip-path 0.33s ease;
	transition: clip-path 0.33s ease;
	transition: clip-path 0.33s ease, -webkit-clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
	-webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
	        filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	width: var(--f-thumb-width);
	height: 100%;
	margin: 0 -100% 0 -100%;
	padding: 0;
	border: 0;
	position: relative;
	border-radius: var(--f-thumb-border-radius);
	overflow: hidden;
	background: rgba(0, 0, 0, 0);
	outline: none;
	cursor: pointer;
	pointer-events: auto;
	-ms-touch-action: manipulation;
	    touch-action: manipulation;
	opacity: var(--f-thumb-opacity);
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
	opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
	outline: none;
}

.f-thumbs__slide__button:focus-visible {
	outline: none;
	opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
	--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
	-webkit-clip-path: var(--clip-path);
	        clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
	opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	bottom: 0;
	border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
	border-radius: var(--f-thumb-border-radius);
	-webkit-animation: f-fadeIn 0.2s ease-out;
	        animation: f-fadeIn 0.2s ease-out;
	z-index: 10;
}

.f-thumbs__slide__img {
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: var(--f-thumb-offset);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	pointer-events: none;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
	padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
	margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
	margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
	--f-thumb-width: 96px;
	--f-thumb-height: 72px;
	--f-thumb-border-radius: 2px;
	--f-thumb-outline: 2px;
	--f-thumb-outline-color: #ededed;
	position: relative;
	opacity: var(--fancybox-opacity, 1);
	-webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
	transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
	--f-thumb-gap: 8px;
	--f-thumb-opacity: 0.5;
	--f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
	--f-thumb-gap: 4px;
	--f-thumb-extra-gap: 16px;
	--f-thumb-clip-width: 46px;
	--f-thumb-opacity: 1;
	--f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
	background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
	padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
	padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
	--f-thumb-width: 64px;
	--f-thumb-clip-width: 32px;
	--f-thumb-height: 48px;
	--f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
	max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
	-webkit-transition: none !important;
	transition: none !important;
}

.fancybox__toolbar {
	--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
	--f-button-width: 46px;
	--f-button-height: 46px;
	--f-button-color: var(--fancybox-color);
	--f-button-hover-color: var(--fancybox-hover-color);
	--f-button-bg: rgba(24, 24, 27, 0.65);
	--f-button-hover-bg: rgba(70, 70, 73, 0.65);
	--f-button-active-bg: rgba(90, 90, 93, 0.65);
	--f-button-border-radius: 0;
	--f-button-svg-width: 24px;
	--f-button-svg-height: 24px;
	--f-button-svg-stroke-width: 1.5;
	--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
	--f-button-svg-fill: none;
	--f-button-svg-disabled-opacity: 0.65;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
	color: var(--fancybox-color, currentColor);
	opacity: var(--fancybox-opacity, 1);
	text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
	pointer-events: none;
	z-index: 20;
}

.fancybox__toolbar :focus-visible {
	z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.is-idle .fancybox__toolbar {
	pointer-events: none;
	-webkit-animation: 0.15s ease-out both f-fadeOut;
	        animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-line-pack: start;
	    align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

.fancybox__infobar {
	padding: 0 5px;
	line-height: var(--f-button-height);
	text-align: center;
	font-size: 17px;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: subpixel-antialiased;
	cursor: default;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.fancybox__infobar span {
	padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
	background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
	position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
	height: 100%;
	opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
	display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
	display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
	display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
	display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: -webkit-box;
	display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: -ms-flexbox;
	display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.f-progress {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: 0;
	        transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	        transition-timing-function: linear;
	background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
	z-index: 30;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	pointer-events: none;
}

form,
fieldset {
	border: none;
	display: block;
	padding: 0;
	margin: 0 0 var(--vertical-rhythm) 0;
}

label,
.label {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 10px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=date],
input[type=file],
.form-control,
textarea,
select {
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	width: 100%;
	max-width: 100%;
	padding: 0 22px;
	border: none;
	border-radius: 0;
	outline: none;
	color: #0c2e6e;
	background: #f6f1e6;
	-webkit-appearance: none;
}
.footer-form input[type=text],
.footer-form input[type=tel],
.footer-form input[type=email],
.footer-form input[type=search],
.footer-form input[type=password],
.footer-form input[type=url],
.footer-form input[type=number],
.footer-form input[type=date],
.footer-form input[type=file],
.footer-form .form-control,
.footer-form textarea,
.footer-form select {
	background-color: #001c50;
	color: #fff;
}
.bg-warm-cream:not(.header) input[type=text],
.bg-warm-cream:not(.header) input[type=tel],
.bg-warm-cream:not(.header) input[type=email],
.bg-warm-cream:not(.header) input[type=search],
.bg-warm-cream:not(.header) input[type=password],
.bg-warm-cream:not(.header) input[type=url],
.bg-warm-cream:not(.header) input[type=number],
.bg-warm-cream:not(.header) input[type=date],
.bg-warm-cream:not(.header) input[type=file],
.bg-warm-cream:not(.header) .form-control,
.bg-warm-cream:not(.header) textarea,
.bg-warm-cream:not(.header) select {
	background: #fff;
}
.input-currency input[type=text],
.input-currency input[type=tel],
.input-currency input[type=email],
.input-currency input[type=search],
.input-currency input[type=password],
.input-currency input[type=url],
.input-currency input[type=number],
.input-currency input[type=date],
.input-currency input[type=file],
.input-currency .form-control,
.input-currency textarea,
.input-currency select {
	background-color: transparent;
	height: 41px;
	border: 1px solid #aa9d8e;
	padding-left: 30px;
}
.input-currency input[type=text]::-webkit-input-placeholder, .input-currency input[type=tel]::-webkit-input-placeholder, .input-currency input[type=email]::-webkit-input-placeholder, .input-currency input[type=search]::-webkit-input-placeholder, .input-currency input[type=password]::-webkit-input-placeholder, .input-currency input[type=url]::-webkit-input-placeholder, .input-currency input[type=number]::-webkit-input-placeholder, .input-currency input[type=date]::-webkit-input-placeholder, .input-currency input[type=file]::-webkit-input-placeholder, .input-currency .form-control::-webkit-input-placeholder, .input-currency textarea::-webkit-input-placeholder, .input-currency select::-webkit-input-placeholder {
	color: #aa9d8e;
	opacity: 1;
}
.input-currency input[type=text]::-moz-placeholder, .input-currency input[type=tel]::-moz-placeholder, .input-currency input[type=email]::-moz-placeholder, .input-currency input[type=search]::-moz-placeholder, .input-currency input[type=password]::-moz-placeholder, .input-currency input[type=url]::-moz-placeholder, .input-currency input[type=number]::-moz-placeholder, .input-currency input[type=date]::-moz-placeholder, .input-currency input[type=file]::-moz-placeholder, .input-currency .form-control::-moz-placeholder, .input-currency textarea::-moz-placeholder, .input-currency select::-moz-placeholder {
	color: #aa9d8e;
	opacity: 1;
}
.input-currency input[type=text]:-ms-input-placeholder, .input-currency input[type=tel]:-ms-input-placeholder, .input-currency input[type=email]:-ms-input-placeholder, .input-currency input[type=search]:-ms-input-placeholder, .input-currency input[type=password]:-ms-input-placeholder, .input-currency input[type=url]:-ms-input-placeholder, .input-currency input[type=number]:-ms-input-placeholder, .input-currency input[type=date]:-ms-input-placeholder, .input-currency input[type=file]:-ms-input-placeholder, .input-currency .form-control:-ms-input-placeholder, .input-currency textarea:-ms-input-placeholder, .input-currency select:-ms-input-placeholder {
	color: #aa9d8e;
	opacity: 1;
}
.input-currency input[type=text]::-ms-input-placeholder, .input-currency input[type=tel]::-ms-input-placeholder, .input-currency input[type=email]::-ms-input-placeholder, .input-currency input[type=search]::-ms-input-placeholder, .input-currency input[type=password]::-ms-input-placeholder, .input-currency input[type=url]::-ms-input-placeholder, .input-currency input[type=number]::-ms-input-placeholder, .input-currency input[type=date]::-ms-input-placeholder, .input-currency input[type=file]::-ms-input-placeholder, .input-currency .form-control::-ms-input-placeholder, .input-currency textarea::-ms-input-placeholder, .input-currency select::-ms-input-placeholder {
	color: #aa9d8e;
	opacity: 1;
}
.input-currency input[type=text]::placeholder,
.input-currency input[type=tel]::placeholder,
.input-currency input[type=email]::placeholder,
.input-currency input[type=search]::placeholder,
.input-currency input[type=password]::placeholder,
.input-currency input[type=url]::placeholder,
.input-currency input[type=number]::placeholder,
.input-currency input[type=date]::placeholder,
.input-currency input[type=file]::placeholder,
.input-currency .form-control::placeholder,
.input-currency textarea::placeholder,
.input-currency select::placeholder {
	color: #aa9d8e;
	opacity: 1;
}
input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=search]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=url]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, input[type=file]::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
	opacity: 0.5;
	color: #0c2e6e;
}
input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=date]::-moz-placeholder, input[type=file]::-moz-placeholder, .form-control::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
	opacity: 0.5;
	color: #0c2e6e;
}
input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=url]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, input[type=file]:-ms-input-placeholder, .form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
	opacity: 0.5;
	color: #0c2e6e;
}
input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=search]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=url]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, input[type=file]::-ms-input-placeholder, .form-control::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
	opacity: 0.5;
	color: #0c2e6e;
}
input[type=text]::placeholder,
input[type=tel]::placeholder,
input[type=email]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
input[type=number]::placeholder,
input[type=date]::placeholder,
input[type=file]::placeholder,
.form-control::placeholder,
textarea::placeholder,
select::placeholder {
	opacity: 0.5;
	color: #0c2e6e;
}
.footer-form input[type=text]::-webkit-input-placeholder, .footer-form input[type=tel]::-webkit-input-placeholder, .footer-form input[type=email]::-webkit-input-placeholder, .footer-form input[type=search]::-webkit-input-placeholder, .footer-form input[type=password]::-webkit-input-placeholder, .footer-form input[type=url]::-webkit-input-placeholder, .footer-form input[type=number]::-webkit-input-placeholder, .footer-form input[type=date]::-webkit-input-placeholder, .footer-form input[type=file]::-webkit-input-placeholder, .footer-form .form-control::-webkit-input-placeholder, .footer-form textarea::-webkit-input-placeholder, .footer-form select::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-form input[type=text]::-moz-placeholder, .footer-form input[type=tel]::-moz-placeholder, .footer-form input[type=email]::-moz-placeholder, .footer-form input[type=search]::-moz-placeholder, .footer-form input[type=password]::-moz-placeholder, .footer-form input[type=url]::-moz-placeholder, .footer-form input[type=number]::-moz-placeholder, .footer-form input[type=date]::-moz-placeholder, .footer-form input[type=file]::-moz-placeholder, .footer-form .form-control::-moz-placeholder, .footer-form textarea::-moz-placeholder, .footer-form select::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-form input[type=text]:-ms-input-placeholder, .footer-form input[type=tel]:-ms-input-placeholder, .footer-form input[type=email]:-ms-input-placeholder, .footer-form input[type=search]:-ms-input-placeholder, .footer-form input[type=password]:-ms-input-placeholder, .footer-form input[type=url]:-ms-input-placeholder, .footer-form input[type=number]:-ms-input-placeholder, .footer-form input[type=date]:-ms-input-placeholder, .footer-form input[type=file]:-ms-input-placeholder, .footer-form .form-control:-ms-input-placeholder, .footer-form textarea:-ms-input-placeholder, .footer-form select:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-form input[type=text]::-ms-input-placeholder, .footer-form input[type=tel]::-ms-input-placeholder, .footer-form input[type=email]::-ms-input-placeholder, .footer-form input[type=search]::-ms-input-placeholder, .footer-form input[type=password]::-ms-input-placeholder, .footer-form input[type=url]::-ms-input-placeholder, .footer-form input[type=number]::-ms-input-placeholder, .footer-form input[type=date]::-ms-input-placeholder, .footer-form input[type=file]::-ms-input-placeholder, .footer-form .form-control::-ms-input-placeholder, .footer-form textarea::-ms-input-placeholder, .footer-form select::-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.footer-form input[type=text]::placeholder,
.footer-form input[type=tel]::placeholder,
.footer-form input[type=email]::placeholder,
.footer-form input[type=search]::placeholder,
.footer-form input[type=password]::placeholder,
.footer-form input[type=url]::placeholder,
.footer-form input[type=number]::placeholder,
.footer-form input[type=date]::placeholder,
.footer-form input[type=file]::placeholder,
.footer-form .form-control::placeholder,
.footer-form textarea::placeholder,
.footer-form select::placeholder {
	color: #fff;
	opacity: 1;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=search]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=number]:focus::-webkit-input-placeholder, input[type=date]:focus::-webkit-input-placeholder, input[type=file]:focus::-webkit-input-placeholder, .form-control:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
	opacity: 0;
}
input[type=text]:focus::-moz-placeholder, input[type=tel]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=search]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=url]:focus::-moz-placeholder, input[type=number]:focus::-moz-placeholder, input[type=date]:focus::-moz-placeholder, input[type=file]:focus::-moz-placeholder, .form-control:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder {
	opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, input[type=search]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=url]:focus:-ms-input-placeholder, input[type=number]:focus:-ms-input-placeholder, input[type=date]:focus:-ms-input-placeholder, input[type=file]:focus:-ms-input-placeholder, .form-control:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder {
	opacity: 0;
}
input[type=text]:focus::-ms-input-placeholder, input[type=tel]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, input[type=search]:focus::-ms-input-placeholder, input[type=password]:focus::-ms-input-placeholder, input[type=url]:focus::-ms-input-placeholder, input[type=number]:focus::-ms-input-placeholder, input[type=date]:focus::-ms-input-placeholder, input[type=file]:focus::-ms-input-placeholder, .form-control:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder, select:focus::-ms-input-placeholder {
	opacity: 0;
}
input[type=text]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=file]:focus::placeholder,
.form-control:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder {
	opacity: 0;
}

textarea {
	resize: none;
	vertical-align: top;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 160px;
}

input[type=button],
input[type=reset],
input[type=submit],
button[type=submit] {
	display: inline-block;
	text-align: center;
	padding: 10px 28px;
	font-weight: 700;
	vertical-align: middle;
	border: 1px solid transparent;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
	transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
}

input[type=reset] {
	margin-bottom: 13px;
}

input[type=file] {
	max-width: 100%;
}

input[type=search]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

.ss-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 16px;
	font-weight: 600;
	height: 48px;
	color: #0c2e6e;
	background: #f6f1e6;
	padding: 0 22px;
	border: none;
	border-radius: 0;
}
.ss-main:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.footer-form .ss-main {
	background-color: #001c50;
	color: #fff;
}
.filter-bar--secondary .ss-main {
	background-color: #f6f1e6;
}
.bg-warm-cream .ss-main {
	background-color: #fff;
}
.ss-main .ss-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
.footer-form .ss-main .ss-single {
	color: #fff;
}
.ss-main .ss-values {
	height: 100%;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ss-main .ss-values .ss-placeholder {
	padding: 0;
	margin: auto 0;
}
.ss-main .ss-arrow {
	width: 18px;
	height: 18px;
}
.ss-main .ss-arrow svg path {
	stroke-width: 10;
}
.ss-main .ss-arrow path {
	stroke-width: 10;
	stroke: currentColor;
}
.ss-main.ss-open-below .ss-arrow::after,
.ss-main.ss-open-above .ss-arrow::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.ss-content {
	padding: 0;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-top: none;
	-webkit-box-shadow: -5px 10px 18px 4px rgba(0, 0, 0, 0.09);
	        box-shadow: -5px 10px 18px 4px rgba(0, 0, 0, 0.09);
}
.ss-content.ss-dir-below {
	border-radius: 0;
}
.ss-content .ss-search {
	display: none;
}
.ss-content .ss-list {
	font-weight: 600;
}
.ss-content .ss-list .ss-option {
	padding: 8px 22px;
	color: #0c2e6e;
	background-color: #fff;
	border-left: 0;
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.ss-content .ss-list .ss-option:hover:not(.ss-disabled) {
	color: #0c2e6e;
	background-color: rgba(246, 241, 230, 0.6);
	border-left: 0;
}
.ss-content .ss-list .ss-option:not(.ss-disabled).ss-selected,
.ss-content .ss-list .ss-option.ss-highlighted {
	color: #0c2e6e;
	background-color: transparent;
	font-weight: 800;
}
.ss-content .ss-list .ss-option.ss-disabled {
	display: none;
}

.checkbox-field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-family: var(--font-body);
	font-size: 13px;
	font-weight: 400;
	gap: 16px;
	position: relative;
	margin: 0;
}
.checkbox-field__box {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #0c2e6e;
	position: relative;
}
.checkbox-field__box::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 8px;
	margin-top: -2px;
	border-left: 2px solid #0c2e6e;
	border-bottom: 2px solid #0c2e6e;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
	opacity: 0;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}
.checkbox-field input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.checkbox-field input[type=checkbox]:checked ~ .checkbox-field__box::before {
	opacity: 1;
}

.filter-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}
.filter-bar--secondary {
	border-top: 1px solid #f6f1e6;
	padding-top: 24px;
}
.filter-bar:not(.filter-bar--secondary) .ss-main {
	background-color: #fff;
}
.section:not(.bg-warm-cream) .filter-bar:not(.filter-bar--secondary) .ss-main {
	color: #fff;
	background-color: #0c2e6e;
}
.filter-bar__item {
	width: 100%;
}
.filter-bar__active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
}

.filter-tag {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 6px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: #0c2e6e;
	background: none;
	border: none;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.filter-tag__remove {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 15px;
	height: 15px;
	border: 1px solid currentColor;
	border-radius: 50%;
	position: relative;
}
.filter-tag__remove::before,
.filter-tag__remove::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 1px;
	height: 9px;
	background-color: currentColor;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.filter-tag__remove::before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	        transform: translate(-50%, -50%) rotate(45deg);
}
.filter-tag__remove::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
}

.form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	gap: 15px 10px;
	margin-bottom: 0;
}
.frm_combo_inputs_container, .frm_grid_container, .frm_form_fields .frm_section_heading, .frm_form_fields .frm_fields_container {
	gap: 15px 10px;
}

.wizard .form .btn {
	width: 100%;
}

.form-group {
	width: 100%;
}

input[type=number] {
	-moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-currency {
	position: relative;
}
.input-currency::before {
	content: "$";
	position: absolute;
	top: 50%;
	left: 16px;
	font-size: 16px;
	font-weight: 600;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.cost-form__total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 600;
	gap: 24px;
	width: 100%;
}

.field-hint {
	display: none;
	font-size: 12px;
	font-weight: 600;
	color: var(--error-color);
	margin-top: 6px;
}
.has-hint .field-hint {
	display: block;
}

body {
	font: var(--base-font-size)/var(--base-line-height) var(--font-ui);
	color: var(--base-text-color);
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title-m,
.title-s {
	line-height: 1.2;
	font-weight: 600;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.title-m:last-child,
.title-s:last-child {
	margin-bottom: 0;
}

h1 em,
h2 em {
	font-family: "freight-display-pro", serif;
	font-weight: 500;
}

h1:not(.title-l) em {
	font-weight: normal;
}

h1,
.title-xl {
	font-size: var(--h1);
	font-weight: 500;
	margin: 0 0 24px;
}
h1 em,
.title-xl em {
	font-size: 42px;
	line-height: 1.05;
}

h1.title-l {
	font-weight: 600;
}

h2,
.title-l {
	font-size: var(--h2);
	line-height: 1.16;
	margin: 0 0 16px;
}
h2 em,
.title-l em {
	font-size: 38px;
	line-height: 1;
}

h2.title-xl em {
	font-weight: normal;
}

h3,
.title-s {
	font-size: var(--h3);
	font-weight: 700;
	margin: 0 0 16px;
}

h4 {
	font-size: var(--h4);
	font-weight: 800;
	margin: 0 0 8px;
}

h5 {
	font-size: var(--h5);
	font-weight: 800;
	margin: 0 0 20px;
}

h6 {
	font-size: var(--h6);
	margin: 0 0 0.5em;
}

strong {
	font-weight: 800;
}

.title-m {
	font-size: 33px;
}

.text-l {
	font-size: 17px;
}

.text-xs {
	font-size: 12px;
}

.subtitle {
	display: block;
	font-size: 15px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 800;
	margin-bottom: 8px;
}

.text-body {
	font-family: "sweet-sans-pro";
}

p {
	margin-bottom: 24px;
	margin-top: 0;
}
p:last-child {
	margin-bottom: 0;
}
p a {
	background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
	background-image: linear-gradient(currentColor, currentColor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	-webkit-transition: color 0.25s ease, background-size 0.25s ease;
	transition: color 0.25s ease, background-size 0.25s ease;
}
p a:hover {
	color: #244ea1;
	background-size: 100% 2px;
}

.list,
.module-two-column .text-box ul,
.text-layout__item ul,
.article__content ul,
.accordion__content ul,
p {
	font-family: var(--font-body);
}

.list,
.module-two-column .text-box ul,
.text-layout__item ul,
.article__content ul,
.accordion__content ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 24px;
}
.list:last-child,
.module-two-column .text-box ul:last-child,
.text-layout__item ul:last-child,
.article__content ul:last-child,
.accordion__content ul:last-child {
	margin-bottom: 0;
}
.list li,
.module-two-column .text-box ul li,
.text-layout__item ul li,
.article__content ul li,
.accordion__content ul li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 6px;
}
.list li:last-child,
.module-two-column .text-box ul li:last-child,
.text-layout__item ul li:last-child,
.article__content ul li:last-child,
.accordion__content ul li:last-child {
	margin-bottom: 0;
}
.list li::before,
.module-two-column .text-box ul li::before,
.text-layout__item ul li::before,
.article__content ul li::before,
.accordion__content ul li::before {
	content: "";
	position: absolute;
	left: 10px;
	top: 0.5lh;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 0.35em;
	height: 0.35em;
	background-color: currentColor;
	border-radius: 50%;
}
.list li a:hover,
.module-two-column .text-box ul li a:hover,
.text-layout__item ul li a:hover,
.article__content ul li a:hover {
	text-decoration: underline;
}

a {
	color: inherit;
	text-decoration: none;
}

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

ul,
ol {
	list-style: none;
	margin-top: 0;
	padding-left: 0px;
}

ol {
	padding-left: 18px;
}
ol li {
	list-style: decimal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	overflow: hidden;
}
table th,
table td {
	padding: 16px;
}
table th {
	text-align: left;
}
table th + th {
	text-align: center;
}
table td {
	padding: 10px;
}
table td + td {
	text-align: center;
}

pre {
	max-width: 100%;
	background: rgba(0, 0, 0, 0.1);
	padding: 0.5em;
}

blockquote {
	font-size: 17px;
	padding: 0;
	margin: 0;
	border: none;
}
blockquote cite {
	display: block;
	font-style: normal;
	font-size: 16px;
}
blockquote p {
	margin-bottom: 36px;
}

dl {
	margin: 0 0 1.2em 0;
}
dl dt {
	float: left;
	clear: left;
	padding: 10px 5px;
	font-weight: 700;
}
dl dd {
	margin-left: 0;
	padding: 10px 0;
}

address {
	font-style: normal;
}

/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */
:root {
	--swiper-theme-color: #007aff;
}

:host {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}

.swiper {
	display: block;
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.swiper-wrapper {
	-webkit-box-sizing: initial;
	        box-sizing: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	        transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	width: 100%;
	z-index: 1;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-horizontal {
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
}

.swiper-vertical {
	-ms-touch-action: pan-x;
	    touch-action: pan-x;
}

.swiper-slide {
	display: block;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-3d {
	-webkit-perspective: 1200px;
	        perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
	-ms-scroll-snap-type: x mandatory;
	    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-slides-offset-before);
	        margin-inline-start: var(--swiper-slides-offset-before);
	scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-end: var(--swiper-slides-offset-after);
	        margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-slides-offset-before);
	        margin-block-start: var(--swiper-slides-offset-before);
	scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
	-webkit-margin-after: var(--swiper-slides-offset-after);
	        margin-block-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
	-ms-scroll-snap-type: none;
	    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-ordinal-group: 10000;
	    -ms-flex-order: 9999;
	        order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-start: var(--swiper-centered-offset-before);
	        margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	-webkit-margin-before: var(--swiper-centered-offset-before);
	        margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
	height: var(--swiper-centered-offset-after);
	min-width: 1px;
	width: 100%;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: #00026;
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(#00080), to(#0000));
	background-image: linear-gradient(270deg, #00080, #0000);
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(#00080), to(#0000));
	background-image: linear-gradient(90deg, #00080, #0000);
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#00080), to(#0000));
	background-image: linear-gradient(0deg, #00080, #0000);
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#00080), to(#0000));
	background-image: linear-gradient(180deg, #00080, #0000);
}

.swiper-lazy-preloader {
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top: 4px solid #0000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 42px;
	left: 50%;
	margin-left: -21px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	-webkit-transform-origin: 50%;
	        transform-origin: 50%;
	width: 42px;
	z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	-webkit-animation: swiper-preloader-spin 1s linear infinite;
	        animation: swiper-preloader-spin 1s linear infinite;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		        transform: rotate(1turn);
	}
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
	content: "";
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
	height: 1px;
	width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
	height: var(--swiper-virtual-size);
	width: 1px;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: var(--swiper-navigation-size);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	width: var(--swiper-navigation-size);
	z-index: 10;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	cursor: auto;
	opacity: 0.35;
	pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	cursor: auto;
	opacity: 0;
	pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform-origin: center;
	        transform-origin: center;
	width: 100%;
	fill: currentColor;
	pointer-events: none;
}

.swiper-button-lock {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}
.swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.swiper-button-next {
	left: auto;
	right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal .swiper-button-next,
.swiper-horizontal .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev {
	margin-left: 0;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	top: var(--swiper-navigation-top-offset, 50%);
}
.swiper-horizontal.swiper-rtl .swiper-button-next,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal .swiper-button-prev {
	left: var(--swiper-navigation-sides-offset, 4px);
	right: auto;
}
.swiper-horizontal.swiper-rtl .swiper-button-prev,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next,
.swiper-horizontal .swiper-button-next {
	left: auto;
	right: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon,
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon,
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev {
	left: var(--swiper-navigation-top-offset, 50%);
	margin-left: calc(0px - var(--swiper-navigation-size) / 2);
	margin-top: 0;
	right: auto;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
	bottom: auto;
	top: var(--swiper-navigation-sides-offset, 4px);
}
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
	bottom: var(--swiper-navigation-sides-offset, 4px);
	top: auto;
}
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination.swiper-pagination-disabled,
.swiper-pagination-disabled > .swiper-pagination {
	display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: var(--swiper-pagination-bottom, 8px);
	left: 0;
	top: var(--swiper-pagination-top, auto);
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	font-size: 0;
	overflow: hidden;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	        transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	        transform: scale(0.33);
}

.swiper-pagination-bullet {
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	display: inline-block;
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: var(--swiper-pagination-bullet-opacity, 1);
}

button.swiper-pagination-bullet {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	margin: 0;
	padding: 0;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	left: var(--swiper-pagination-left, auto);
	right: var(--swiper-pagination-right, 8px);
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: top 0.2s, -webkit-transform 0.2s;
	transition: top 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, top 0.2s;
	transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: left 0.2s, -webkit-transform 0.2s;
	transition: left 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, left 0.2s;
	transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: right 0.2s, -webkit-transform 0.2s;
	transition: right 0.2s, -webkit-transform 0.2s;
	transition: transform 0.2s, right 0.2s;
	transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, #00040);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	width: 100%;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
	width: 100%;
}
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar {
	height: 100%;
	left: 0;
	top: 0;
	width: var(--swiper-pagination-progressbar-size, 4px);
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	background: var(--swiper-scrollbar-bg-color, #0001a);
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	-ms-touch-action: none;
	    touch-action: none;
}
.swiper-scrollbar.swiper-scrollbar-disabled,
.swiper-scrollbar-disabled > .swiper-scrollbar {
	display: none !important;
}
.swiper-scrollbar.swiper-scrollbar-horizontal,
.swiper-horizontal > .swiper-scrollbar {
	bottom: var(--swiper-scrollbar-bottom, 4px);
	height: var(--swiper-scrollbar-size, 4px);
	left: var(--swiper-scrollbar-sides-offset, 1%);
	position: absolute;
	top: var(--swiper-scrollbar-top, auto);
	width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
	z-index: 50;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
	left: var(--swiper-scrollbar-left, auto);
	position: absolute;
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	width: var(--swiper-scrollbar-size, 4px);
	z-index: 50;
}

.swiper-scrollbar-drag {
	background: var(--swiper-scrollbar-drag-bg-color, #00080);
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 100%;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
	-ms-touch-action: none;
	    touch-action: none;
}

.swiper .swiper-notification {
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
	margin: 0 auto;
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.swiper-fade.swiper-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	        transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active {
	pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper.swiper-cube {
	overflow: visible;
}

.swiper-cube .swiper-slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	height: 100%;
	pointer-events: none;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	        transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
	background: #000;
	bottom: 0;
	content: "";
	-webkit-filter: blur(50px);
	        filter: blur(50px);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.swiper-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 0;
}

.swiper.swiper-flip {
	overflow: visible;
}

.swiper-flip .swiper-slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	pointer-events: none;
	z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	z-index: 0;
}

.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	overflow: hidden;
	-webkit-transition-property: opacity, height, -webkit-transform;
	transition-property: opacity, height, -webkit-transform;
	transition-property: transform, opacity, height;
	transition-property: transform, opacity, height, -webkit-transform;
}

.swiper.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
}

.skip-link {
	position: absolute;
	top: -100%;
	left: 24px;
	z-index: 9999;
	padding: 8px 16px;
	background: #0c2e6e;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	-webkit-transition: top 0.2s ease;
	transition: top 0.2s ease;
}
.skip-link:focus {
	top: 0;
}

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

.resize-active {
	-webkit-transition: none !important;
	transition: none !important;
}
.resize-active *,
.resize-active *:before,
.resize-active *:after {
	-webkit-transition: inherit !important;
	transition: inherit !important;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding-left: var(--gutter);
	padding-right: var(--gutter);
	max-width: calc(1360px + var(--gutter) * 2);
}
.container._lg {
	max-width: calc(1066px + var(--gutter) * 2);
}
.container._md {
	max-width: calc(862px + var(--gutter) * 2);
}

html,
body {
	height: 100%;
}

.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 100vh;
	width: 100%;
	position: relative;
}

.main,
.header,
.footer {
	min-width: 0;
}

.main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.text-white {
	color: #fff;
}

section {
	position: relative;
	z-index: 0;
}

.section {
	padding: 48px 0;
}
.section--no-pb {
	padding-bottom: 0;
}
.section--no-pt {
	padding-top: 0;
}
.section--articles {
	margin-top: -140px;
}
.section--hero {
	padding-bottom: 138px;
}
.section--bg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #fff;
	min-height: 560px;
}
.section--lead {
	padding-bottom: 100px;
}

.overflow-hidden {
	overflow: hidden !important;
}

[data-section-bg] {
	position: relative;
	z-index: 0;
}
[data-section-bg]::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: var(--bg-height);
	background-color: var(--bg-color, #fff);
	z-index: -1;
}
[data-section-bg][data-section-bg=top]::before {
	top: 0;
}
[data-section-bg][data-section-bg=bottom]::before {
	bottom: 0;
}

.bg-warm-cream {
	background-color: #f6f1e6 !important;
}

.bg-primary {
	background-color: #0c2e6e !important;
}

.bg-golden-mustard {
	background-color: #f2c46d !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}
.bg-stretch--overlay::before {
	content: "";
	inset: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	z-index: 0;
}
.bg-stretch img {
	display: block;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.bg-stretch .image-wrapper__fig::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	background: linear-gradient(353.17deg, rgba(0, 0, 0, 0) -9.38%, rgba(0, 0, 0, 0.5) 53.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.is-inview .bg-stretch .image-wrapper__fig::before {
	opacity: 1;
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}
.bg-stretch--no-overlay .image-wrapper__fig::before {
	display: none;
}

.text-center {
	text-align: center;
}

.hero-tile {
	display: grid;
	gap: 25px;
	margin-bottom: 25px;
}
.hero-tile:last-child {
	margin-bottom: 0;
}
.hero-tile--centered {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.hero-tile__title {
	margin-bottom: 0;
}
.hero-tile__visual {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	overflow: hidden;
}
.hero-tile__visual .image-wrapper img {
	display: block;
	width: 100%;
	margin: 0 auto;
	-o-object-fit: cover;
	   object-fit: cover;
	height: 257px;
}
.hero-tile__visual .image-wrapper video {
	display: block;
	width: 100%;
	max-width: 560px;
	height: auto;
	margin: 0 auto;
}
.hero-tile__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	overflow: hidden;
	width: 217px;
	min-height: 248px;
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
}
.hero-tile__icon::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	width: 217px;
	height: 217px;
	background: #fff;
	border-radius: 50%;
}
.hero-tile__icon img {
	display: block;
	width: 100%;
}
.hero-tile__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 24px;
	width: 100%;
}
.hero-tile__content .prose {
	margin-bottom: 0;
}
.hero-tile__content p,
.hero-tile__content .subtitle {
	margin-bottom: 0;
}

.contact-hero {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.contact-hero__visual {
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-left: calc(-1 * var(--gutter));
	margin-right: calc(-1 * var(--gutter));
}
.contact-hero__visual::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left bottom, left top, color-stop(66.61%, rgba(0, 0, 0, 0)), color-stop(89.66%, rgba(0, 0, 0, 0.5)));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(360deg, rgba(0, 0, 0, 0) 66.61%, rgba(0, 0, 0, 0.5) 89.66%);
	z-index: 0;
}
.contact-hero__bg {
	position: relative;
	overflow: hidden;
}
.contact-hero__bg img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.contact-hero__brand {
	position: relative;
	z-index: 1;
}
.contact-hero__brand img {
	display: block;
}
.contact-hero__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	padding: 48px 0;
}
.contact-hero__content p {
	margin-bottom: 48px;
}
.contact-hero__form {
	text-align: left;
}

.btn-scroll {
	display: none;
	position: absolute;
	bottom: 21px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 2;
	background: none;
	border: none;
	color: #fff;
	cursor: pointer;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	font-size: 15px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.btn-scroll svg {
	-webkit-animation: bounceArrow 2s ease-in-out infinite;
	        animation: bounceArrow 2s ease-in-out infinite;
}
.btn-scroll:hover {
	opacity: 0.7;
}

@-webkit-keyframes bounceArrow {
	0%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		        transform: translateY(8px);
	}
}

@keyframes bounceArrow {
	0%,
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(8px);
		        transform: translateY(8px);
	}
}
.btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
}
.btn-group--column {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}
.btn-group--center {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.grid-images {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 0;
}
.grid-images .image-wrapper {
	height: 100%;
}
.grid-images .image-wrapper__inner,
.grid-images .image-wrapper__img,
.grid-images .image-wrapper__fig {
	height: 100%;
	width: 100%;
	height: 100%;
}
.grid-images .image-wrapper__fig {
	display: block;
	position: relative;
	overflow: hidden;
}
.grid-images .image-wrapper__fig::before {
	content: "";
	display: block;
	padding-top: 80%;
}
.grid-images .image-wrapper__fig img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.prose {
	margin-bottom: 24px;
}
.prose:last-child {
	margin-bottom: 0;
}

.lead {
	position: relative;
	margin-bottom: 24px;
}
.lead:last-child {
	margin-bottom: 0;
}
.lead--center {
	text-align: center;
}
.lead--center dotlottie-player {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.lead__icon {
	display: block;
	margin-bottom: 24px;
}
.lead__icon img {
	display: block;
}
.lead--center .lead__icon img {
	margin-left: auto;
	margin-right: auto;
}
.lead dotlottie-player svg {
	width: 100% !important;
	height: 100% !important;
}
.bg-primary .lead {
	color: #fff;
}

.section-options {
	padding: 0 0 48px;
	overflow: hidden;
}
.section-options__wrap {
	max-width: 1012px;
	padding: 24px;
	margin: 0 auto;
	background-color: #f2c46d;
}
.section-options .bg-stretch {
	padding-top: 75px;
}

.options {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 496px;
	margin: 0 auto;
}
.options__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 100%;
	gap: 8px;
	padding: 10px 5px;
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.options__item:nth-child(even) {
	position: relative;
}
.options__item:nth-child(even)::before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(-1 * 24px / 2);
	width: 1px;
	height: 100%;
	background-color: var(--brand-color);
	z-index: 0;
}
.options__item:hover {
	background-color: #fff;
}
.options__item:hover .icon-arrow {
	fill: #fff;
	background: var(--brand-color);
}
.options__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	min-height: 100px;
	max-width: 103px;
	width: 100%;
}
.options__icon img {
	display: block;
	width: 100%;
}
.options__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	line-height: 1.2;
	gap: 8px;
}

.highlight-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
	width: 100%;
	padding: 24px;
	line-height: 1.35;
	height: 100%;
	background-color: #f6f1e6;
	position: relative;
	min-height: 206px;
	-webkit-transition: background-color 0.35s ease;
	transition: background-color 0.35s ease;
}
.bg-warm-cream .highlight-card {
	background-color: #fff;
}
.highlight-card--center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	justify-content: flex-start;
}

.module-card-grid--manual .highlight-card{
	justify-content: center;
}

.module-card-grid--manual .highlight-card__content{
	flex:0;
}

.highlight-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	background-color: #d97c62;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.highlight-card:hover::before {
	height: 6px;
}
.highlight-card:hover .highlight-card__visual img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.highlight-card__title {
	margin-bottom: 16px;
}
.highlight-card__visual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	max-width: 150px;
	min-height: 131px;
	margin: 0 auto 24px;
}
.highlight-card--row .highlight-card__visual {
	min-height: 109px;
}
.highlight-card__visual img {
	display: block;
	/*width: 100%;*/
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.highlight-card__icon {
	margin-bottom: 16px;
}
.highlight-card__icon img {
	display: block;
	width: auto;
	max-width: 60px;
	height: auto;
}
.highlight-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.highlight-card--center .highlight-card__content {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.highlight-card .btn-link {
	margin-top: auto;
}
.highlight-card--center .btn-link {
	margin-top: 0;
}

.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	height: 100%;
	position: relative;
}
.card:hover .card__visual img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.card__visual {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.card__visual a,
.card__visual img {
	display: block;
	width: 100%;
}
.card__visual img {
	aspect-ratio: 7/5;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transform: scale(1);
	        transform: scale(1);
	will-change: transform;
}

.event-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #f6f1e6;
	padding: 24px;
}
.event-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 0;
	background-color: #d97c62;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.event-card:hover::before {
	height: 6px;
}
.event-card .btn-link {
	margin-top: auto;
}
.event-card p,
.event-card__heading {
	margin-bottom: 24px;
}
.event-card__title {
	margin-bottom: 8px;
}

.team-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	height: 100%;
	position: relative;
	padding: 24px;
	background-color: #f6f1e6;
}
.team-card__visual {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.team-card__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 7/5;
	-o-object-fit: cover;
	   object-fit: cover;
}
.team-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	position: relative;
	gap: 16px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 24px;
}
.team-card__content p {
	margin-bottom: 0;
}
.team-card__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}
.team-card__title {
	margin-bottom: 4px;
}
.team-card__role {
	font-family: "freight-text-pro";
}
.team-card__btn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.floor-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #bebebe;
}
.floor-card__visual {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 48px 24px;
}
.floor-card__visual img {
	display: block;
	width: 100%;
	aspect-ratio: 7/5;
	-o-object-fit: cover;
	   object-fit: cover;
}
.floor-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
	position: relative;
	gap: 16px;
	padding: 16px;
	background-color: #f6f1e6;
	height: 100%;
}
.floor-card__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	width: 100%;
}
.floor-card__title {
	margin-bottom: 16px;
}
.floor-card__title strong {
	display: inline-block;
	font-size: 11px;
	letter-spacing: 0;
}
.floor-card__btn {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-top: auto;
}

button.floor-card__btn{
	background: none;
	border:none;
}


.card-featured {
	display: grid;
	gap: 20px;
	margin-bottom: 48px;
}
.card-featured__visual {
	overflow: hidden;
	position: relative;
}
.card-featured__visual:hover .image-wrapper {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.card-featured__visual img {
	aspect-ratio: 14/9;
	-o-object-fit: cover;
	   object-fit: cover;
}
.card-featured__visual .image-wrapper {
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
	-webkit-transform: scale(1);
	        transform: scale(1);
	will-change: transform;
}
.card-featured__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	padding: 4px 24px;
	min-height: 30px;
	color: #fff;
	background-color: #0c2e6e;
}
.badge__icon {
	fill: currentColor;
}

.slider-testimonials {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}
.slider-testimonials .swiper-slide.swiper-slide-active .testimonial-card {
	background-color: #0c2e6e;
	color: #fff;
}
.slider-testimonials .slider-nav {
	padding-top: 24px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.testimonial-card {
	text-align: center;
	border: none;
	padding: 40px 30px;
	color: #0c2e6e;
	background-color: #f6f1e6;
	-webkit-transition: background-color 0.35s ease, color 0.35s ease;
	transition: background-color 0.35s ease, color 0.35s ease;
}
.testimonial-card__author,
.testimonial-card__meta {
	display: block;
	font-weight: 600;
	line-height: 1.45;
}
.testimonial-card__meta {
	font-size: 12px;
}

.slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 24px;
}
.slider-nav__prev,
.slider-nav__next {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
.slider-nav__prev:focus-visible,
.slider-nav__next:focus-visible {
	outline: 2px solid #0c2e6e;
	outline-offset: 4px;
}
.slider-nav__prev.swiper-button-disabled,
.slider-nav__next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
}
.bg-primary .slider-nav__prev .icon-arrow,
.bg-primary .slider-nav__next .icon-arrow {
	fill: #fff;
	border-color: #fff;
}
.slider-nav__prev:not(.swiper-button-disabled):hover .icon-arrow,
.slider-nav__next:not(.swiper-button-disabled):hover .icon-arrow {
	background-color: #0c2e6e;
	fill: #fff;
}
.bg-primary .slider-nav__prev:not(.swiper-button-disabled):hover .icon-arrow,
.bg-primary .slider-nav__next:not(.swiper-button-disabled):hover .icon-arrow {
	fill: #0c2e6e;
	border-color: #fff;
	background-color: #fff;
}

.slider-holder {
	overflow: hidden;
	margin-right: calc(-1 * var(--gutter));
	padding-right: var(--gutter);
	padding-top: 24px;
}
.slider-holder__nav {
	padding-top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	position: relative;
	gap: 48px;
}
.slider-holder .swiper-pagination {
	position: static;
	width: auto;
	text-align: left;
}

.swiper-pagination .swiper-pagination-bullet {
	vertical-align: middle;
	width: 40px;
	height: 4px;
	border-radius: 0;
	background: #0c2e6e;
}

.slider-gallery {
	overflow: visible;
}

.media-holder {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	max-width: 896px;
	margin: 0 auto;
}
.media-holder::before {
	content: "";
	display: block;
	padding-top: 67%;
}
.media-holder:after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
}
.media-holder img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.media-holder__play {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.8;
	fill: #fff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
}
.media-holder__play svg {
	width: 49px;
	height: 49px;
}
.media-holder:hover img {
	-webkit-transform: scale(1.04);
	        transform: scale(1.04);
}
.media-holder--video:hover .media-holder__play {
	opacity: 1;
}

.slider-features {
	overflow: visible;
}
.slider-features .swiper-slide {
	width: 288px;
	min-height: 490px;
}
.slider-features .swiper-slide:not(.is-feature-active) .feature-card {
	height: 262px;
}
.slider-features .slider-nav {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-bottom: 16px;
}

.feature-card {
	padding: 32px;
	color: #0c2e6e;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	interpolate-size: allow-keywords;
	-webkit-transition: none;
	transition: none;
}
.slider-features.is-ready .feature-card {
	-webkit-transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s ease;
	transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.5s ease;
}
.is-feature-active .feature-card {
	height: auto;
	background-color: #f6f1e6;
}
.feature-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: #d97c62;
	-webkit-transition: height 0.35s ease;
	transition: height 0.35s ease;
}
.is-feature-active .feature-card::before {
	height: 11px;
}
.feature-card__progress {
	position: absolute;
	top: -12px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #3a76a9;
	opacity: 0;
}
.is-feature-active .feature-card__progress {
	opacity: 1;
}
.feature-card__progress-bar {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	will-change: transform;
}
.feature-card__content {
	opacity: 0;
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
	-webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
	transition: opacity 0.4s ease 0.2s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
	transition: opacity 0.4s ease 0.2s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
	transition: opacity 0.4s ease 0.2s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
}
.is-feature-active .feature-card__content {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.feature-card__title {
	cursor: pointer;
}
.swiper-slide:not(.is-feature-active) .feature-card__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.split-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.split-card__visual {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.split-card--column .split-card__visual {
	margin: 0 0 -42px;
}
.split-card--column .split-card__visual .image-wrapper {
	border: none;
}
.split-card__visual img {
	-o-object-fit: cover;
	   object-fit: cover;
}
.split-card__visual .image-wrapper {
	border-left: 7px solid transparent;
	-webkit-transition: border-color 0.4s ease 1.2s;
	transition: border-color 0.4s ease 1.2s;
}
.split-card--reverse .split-card__visual .image-wrapper {
	border-left: none;
	border-right: 7px solid transparent;
}
.is-inview .split-card__visual .image-wrapper {
	border-color: #d97c62;
}
.split-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 30px;
	background-color: #f6f1e6;
	margin-top: -48px;
	position: relative;
	z-index: 2;
}
.split-card--column .split-card__content {
	text-align: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 48px var(--gutter);
	margin: 0 calc(-1 * var(--gutter)) -48px;
	min-height: auto;
}
.split-card__content .btn:not(:last-child),
.split-card__content .btn-group:not(:last-child) {
	margin-bottom: 24px;
}
.split-card__content h5 {
	margin-bottom: 8px;
}

.split-layout {
	display: grid;
	gap: 48px;
}
.split-layout.bg-white,
.split-layout.bg-warm-cream,
.split-layout.bg-golden-mustard,
.split-layout.bg-primary,
.split-layout.bg-light-blue {
	padding: 32px;
}
.split-layout--align-end {
	align-items: flex-end;
}
.split-layout__left,
.split-layout__right {
	min-width: 0;
}
.split-layout h1:last-child,
.split-layout h2:last-child {
	margin-bottom: 0;
}

.split-layout__right ul.partnerships,
.split-layout__right .text-box{
	width: 100%;	
}

.grid-list {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 24px;
	margin: 0;
}

.text-box {
	padding: 30px;
	height: 100%;
	background-color: #fff;
}

.form-holder {
	padding: 48px var(--gutter);
	color: #0c2e6e;
	background-color: #fff;
}

.accordion {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	margin-bottom: 48px;
}
.accordion:last-child {
	margin-bottom: 0;
}
.accordion--secondary {
	gap: 0;
}
.accordion__heading {
	margin: 0;
}
.accordion__toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
	line-height: 1.2;
	padding: 12px 14px;
	gap: 24px;
	background: none;
	border: none;
	cursor: pointer;
	text-align: left;
}
.accordion__toggle:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: -2px;
}
.accordion--secondary .accordion__toggle {
	padding-left: 0;
	padding-right: 0;
}
.accordion__item {
	background-color: #fff;
}
.accordion--secondary .accordion__item {
	border-bottom: 1px solid #cac8bf;
}
.accordion--secondary .accordion__item:first-child .accordion__toggle {
	padding-top: 0;
}
.accordion__item.open .icon-add {
	background-color: #0c2e6e;
	color: #fff;
}
.accordion__item.open .icon-add::before {
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	        transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__panel {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	will-change: height;
}
.accordion__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 0 14px 14px;
}
.accordion--secondary .accordion__content {
	padding-left: 0;
	padding-right: 0;
}
.accordion__content p:not(:last-child),
.accordion__content .list:not(:last-child) {
	margin-bottom: 18px;
}

.featured-holder {
	position: relative;
}

.card-list {
	display: grid;
	gap: 24px;
	margin: 0 0 48px;
}
.card-list:last-child {
	margin-bottom: 0;
}
.card-list--full {
	gap: 16px;
	grid-template-columns: 1fr;
}
.card-list--highlights .highlight-card {
	font-size: 15px;
	padding: 18px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	gap: 16px;
	padding-top: 24px;
	border-top: 1px solid #f6f1e6;
	margin: 0;
}
.pagination__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	width: 24px;
	height: 24px;
	border: 1px solid transparent;
	border-radius: 50%;
	padding-bottom: 2px;
	-webkit-transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
	transition: background-color 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.pagination__link:not(.is-active):hover {
	background-color: #0c2e6e;
	border-color: #0c2e6e;
	color: #fff;
}
.pagination__link.is-active {
	border-color: currentColor;
}
.pagination__prev,
.pagination__next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: none;
	background: none;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	gap: 6px;
	position: relative;
}
.pagination__prev::after,
.pagination__next::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.pagination__prev:hover::after,
.pagination__next:hover::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.pagination__prev:hover .pagination__icon {
	-webkit-transform: translateX(-4px);
	        transform: translateX(-4px);
}
.pagination__next:hover .pagination__icon {
	-webkit-transform: translateX(4px);
	        transform: translateX(4px);
}
.pagination__icon {
	margin-top: 2px;
	fill: currentColor;
	-webkit-transition: -webkit-transform 0.25s ease;
	transition: -webkit-transform 0.25s ease;
	transition: transform 0.25s ease;
	transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 1012px;
	margin: 0 auto;
	gap: 48px;
}
.article__title {
	text-align: center;
	margin-bottom: 0;
}
.article__head {
	max-width: 646px;
}
.article__head h1,
.article__head h2 {
	margin-bottom: 16px;
}
.article__visual {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.article__visual img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	aspect-ratio: 16/9;
}
.article__content {
	max-width: 564px;
	margin: 0 auto;
}

.page-template-default .article__content {
	max-width: none;
}

.article__content p:not(:last-child),
.article__content .list:not(:last-child) {
	margin-bottom: 14px;
}
.article__content p + h2,
.article__content .list + h2 {
	padding-top: 34px;
}
.article__content h2 {
	max-width: 433px;
	font-size: var(--h3);
	font-weight: 700;
	margin-bottom: 8px;
}
.article__img,
.single .wp-block-image {
	padding-top: 34px;
	margin: 0;
	margin-bottom: 48px;
}
.article__img img,
.single .wp-block-image img {
	display: block;
	width: 100%;
}

.event-info {
	background-color: #f6f1e6;
	margin-bottom: 48px;
}
.event-info__visual img {
	display: block;
	width: 100%;
}
.event-info__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	margin: 0;
	padding: 24px;
}
.event-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	gap: 16px;
}
.event-info__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 24px;
}
.event-info__icon svg {
	fill: currentColor;
}
.event-info__text {
	font-size: 15px;
	font-weight: 700;
	max-width: 240px;
}

.meta {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.meta__tag {
	background-color: #f6f1e6;
	padding: 4px 10px;
}
.bg-warm-cream .meta__tag,
.floor-card__wrap .meta__tag {
	background-color: #fff;
}
.meta__time {
	position: relative;
	padding-left: 3px;
}
.meta__time::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -3px;
	width: 1.5px;
	height: calc(1em + 2px);
	background-color: #0c2e6e;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.text-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}
.text-layout__title {
	grid-column: 1/-1;
	margin-bottom: 0;
}
.text-layout__inner {
	background-color: #fff;
	padding: 30px;
}
.text-layout.bg-warm-cream {
	padding: 48px 30px;
}

.image-wrapper {
	overflow: hidden;
	position: relative;
}
.image-wrapper__inner {
	overflow: hidden;
	position: relative;
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s, -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
}
.image-wrapper__inner::after {
	content: "";
	position: absolute;
	inset: 0;
	background: #d97c62;
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: right center;
	        transform-origin: right center;
	will-change: transform;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
	transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415), -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415);
	z-index: 2;
}
.image-wrapper__img {
	overflow: hidden;
	position: relative;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: -webkit-transform 0s 0.6s;
	transition: -webkit-transform 0s 0.6s;
	transition: transform 0s 0.6s;
	transition: transform 0s 0.6s, -webkit-transform 0s 0.6s;
}
.image-wrapper__fig {
	margin: 0;
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s, -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) 0.35s;
	will-change: transform;
}
.image-wrapper img {
	display: block;
	width: 100%;
	opacity: 0;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: opacity 0.6s ease, -webkit-transform 1.2s ease;
	transition: opacity 0.6s ease, -webkit-transform 1.2s ease;
	transition: opacity 0.6s ease, transform 1.2s ease;
	transition: opacity 0.6s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

.bg-stretch .image-wrapper {
	height: 100%;
}
.bg-stretch .image-wrapper__inner {
	height: 100%;
	-webkit-transform: none;
	        transform: none;
}
.bg-stretch .image-wrapper__inner::after {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.bg-stretch .image-wrapper__img {
	height: 100%;
	-webkit-transform: none;
	        transform: none;
}
.bg-stretch .image-wrapper__fig {
	height: 100%;
	-webkit-transform: none;
	        transform: none;
}
.bg-stretch .image-wrapper img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: 1;
	-webkit-transform: scale(1.06);
	        transform: scale(1.06);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.2s;
	transition: -webkit-transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.2s;
	transition: transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.2s;
	transition: transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.2s, -webkit-transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.2s;
}

.grid-images .image-wrapper__inner {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
	transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms)), -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
}
.grid-images .image-wrapper__inner::after {
	-webkit-transform: scaleY(1);
	        transform: scaleY(1);
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
}
.grid-images .image-wrapper__fig {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
	transition: -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
	transition: transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms)), -webkit-transform 0.6s cubic-bezier(0.7, 0.085, 0.79, 0.415) calc(0.35s + var(--img-delay, 0ms));
}
.grid-images > li:nth-child(1) {
	--img-delay: 0ms;
}
.grid-images > li:nth-child(2) {
	--img-delay: 200ms;
}
.grid-images > li:nth-child(3) {
	--img-delay: 400ms;
}

[data-anim=text] > *:not(.bg-stretch) {
	opacity: 0;
	-webkit-transform: translateY(3rem);
	        transform: translateY(3rem);
	will-change: transform, opacity;
	-webkit-transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	transition: opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	transition: transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	transition: transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), opacity 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 0.8s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	-webkit-transition-delay: var(--delay, 0ms);
	        transition-delay: var(--delay, 0ms);
}

.is-inview [data-anim=image] .image-wrapper__inner {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
	transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92), -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.is-inview [data-anim=image] .image-wrapper__inner::after {
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.6s;
	transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.6s;
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.6s;
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.6s, -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) 0.6s;
}
.is-inview [data-anim=image] .image-wrapper__img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.6s;
	transition: -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.6s;
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.6s;
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.6s, -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0.6s;
}
.is-inview [data-anim=image] .image-wrapper__fig {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
	transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92), -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92);
}
.is-inview [data-anim=image] .image-wrapper img {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 0.4s ease 1s, -webkit-transform 1.2s ease 0.6s;
	transition: opacity 0.4s ease 1s, -webkit-transform 1.2s ease 0.6s;
	transition: opacity 0.4s ease 1s, transform 1.2s ease 0.6s;
	transition: opacity 0.4s ease 1s, transform 1.2s ease 0.6s, -webkit-transform 1.2s ease 0.6s;
}
.is-inview [data-anim=image].grid-images .image-wrapper__inner {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
	transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms), -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
}
.is-inview [data-anim=image].grid-images .image-wrapper__inner::after {
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) calc(0.6s + var(--img-delay, 0ms));
	transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) calc(0.6s + var(--img-delay, 0ms));
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) calc(0.6s + var(--img-delay, 0ms));
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) calc(0.6s + var(--img-delay, 0ms)), -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) calc(0.6s + var(--img-delay, 0ms));
}
.is-inview [data-anim=image].grid-images .image-wrapper__img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) calc(0.6s + var(--img-delay, 0ms));
	transition: -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) calc(0.6s + var(--img-delay, 0ms));
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) calc(0.6s + var(--img-delay, 0ms));
	transition: transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) calc(0.6s + var(--img-delay, 0ms)), -webkit-transform 1.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) calc(0.6s + var(--img-delay, 0ms));
}
.is-inview [data-anim=image].grid-images .image-wrapper__fig {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
	transition: -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
	transition: transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms), -webkit-transform 0.6s cubic-bezier(0.565, 0.43, 0.24, 0.92) var(--img-delay, 0ms);
}
.is-inview [data-anim=image].grid-images .image-wrapper img {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 0.4s ease calc(1s + var(--img-delay, 0ms)), -webkit-transform 1.2s ease calc(0.6s + var(--img-delay, 0ms));
	transition: opacity 0.4s ease calc(1s + var(--img-delay, 0ms)), -webkit-transform 1.2s ease calc(0.6s + var(--img-delay, 0ms));
	transition: opacity 0.4s ease calc(1s + var(--img-delay, 0ms)), transform 1.2s ease calc(0.6s + var(--img-delay, 0ms));
	transition: opacity 0.4s ease calc(1s + var(--img-delay, 0ms)), transform 1.2s ease calc(0.6s + var(--img-delay, 0ms)), -webkit-transform 1.2s ease calc(0.6s + var(--img-delay, 0ms));
}
.is-inview [data-anim=image].bg-stretch .image-wrapper__inner::after {
	-webkit-transform: scaleY(0);
	        transform: scaleY(0);
	-webkit-transform-origin: center top;
	        transform-origin: center top;
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-inview [data-anim=image].bg-stretch .image-wrapper img {
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	transition: -webkit-transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	transition: transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
	transition: transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985), -webkit-transform 1.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
}
.is-inview [data-anim=text] > * {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

.is-inview:has(.bg-stretch[data-anim=image]) [data-anim=text] > *:not(.bg-stretch) {
	-webkit-transition-delay: calc(0.7s + var(--delay, 0ms));
	        transition-delay: calc(0.7s + var(--delay, 0ms));
}

.wizard {
	padding: 24px;
	color: #0c2e6e;
	background: #fff;
}
.wizard__nav {
	display: none;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #f6f1e6;
	gap: 4px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 28px;
	margin-bottom: 48px;
}
.wizard__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	padding: 18px;
	white-space: nowrap;
	background: none;
	border: none;
	width: 100%;
	text-align: center;
	color: rgba(12, 46, 110, 0.5);
}
.wizard__item.is-completed {
	cursor: pointer;
	color: #0c2e6e;
}
.wizard__item.is-active {
	color: #0c2e6e;
	background: rgba(58, 118, 169, 0.1);
}
.wizard__item:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: -2px;
}
.wizard__panel {
	display: grid;
	gap: 48px;
}
.wizard__panel[hidden] {
	display: none;
}
.wizard__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.wizard__col > h3 {
	margin-bottom: 0;
}
.wizard__col p:not(:last-child) {
	margin-bottom: 16px;
}
.wizard__btn:not(:first-child) {
	margin-top: 48px;
}
.wizard__btn .btn {
	width: 100%;
}
.wizard .prose:not(:last-child) {
	margin-bottom: 16px;
}
.wizard .checkbox-field {
	margin-bottom: 24px;
}

.tip-box {
	text-align: center;
	background-color: #f6f1e6;
	padding: 24px;
}

.cost-table-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 40px;
}

.cost-table {
	width: 100%;
	font-weight: 600;
}
.cost-table thead th {
	padding-bottom: 20px;
	padding-top: 0;
}
.cost-table th,
.cost-table td {
	padding: 0;
}
.cost-table__label {
	text-align: left;
	font-weight: 400;
	width: 100%;
}
thead .cost-table__label {
	font-size: 21px;
	font-weight: 700;
}
tbody .cost-table__label {
	font-family: var(--font-body);
}
.cost-table__value {
	text-align: left;
	white-space: nowrap;
}
thead .cost-table__value {
	font-size: 12px;
	vertical-align: bottom;
}
tbody .cost-table__value {
	font-size: 16px;
}
tbody .cost-table__value:last-child {
	padding-right: 0;
}

.cost-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	border-top: 1px solid #f6f1e6;
	padding-top: 40px;
}
.cost-total__heading {
	margin: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
.cost-total__summary {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
	width: 100%;
}
.cost-total__row {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.cost-total__row dt,
.cost-total__row dd {
	padding: 0;
}
.cost-total__row dd {
	margin: 0;
	font-weight: 800;
	text-align: right;
}

.partnerships {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 12px;
	background-color: #fff;
	padding: 24px 33px;
	margin-bottom: 0;
}
.partnerships__link {
	font-size: 19px;
	line-height: 1.3;
	font-weight: 700;
}
.partnerships__link:hover {
	color: #3a76a9;
}
.partnerships--plain .partnerships__link,
.partnerships--plain .partnerships__link:hover,
.partnerships--plain .partnerships__link:focus {
	color: inherit !important;
	text-decoration: none !important;
	cursor: default;
}

.location-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
	overflow: hidden;
	padding: 16px;
	min-height: 229px;
	color: #fff;
}
.location-card:hover .location-card__visual img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-filter: brightness(0.7);
	        filter: brightness(0.7);
}
.location-card__visual {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.location-card__visual::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(7.5%, rgba(0, 0, 0, 0.85)), color-stop(54.54%, rgba(0, 0, 0, 0)));
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 7.5%, rgba(0, 0, 0, 0) 54.54%);
	z-index: 1;
	pointer-events: none;
}
.location-card__visual a,
.location-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
}
.location-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 50% 50%;
	   object-position: 50% 50%;
	-webkit-transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
	transition: -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
	transition: transform 0.4s ease, filter 0.4s ease;
	transition: transform 0.4s ease, filter 0.4s ease, -webkit-transform 0.4s ease, -webkit-filter 0.4s ease;
}
.location-card p {
	margin-bottom: 8px;
}
.location-card > *:not(.location-card__visual) {
	position: relative;
	z-index: 2;
}

.timeline-layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
}
.timeline-layout__slider {
	position: relative;
	margin-right: calc(-1 * var(--gutter));
}

.slider-timeline {
	margin-top: -12px;
	padding-top: 12px;
}
.slider-timeline .slider-nav {
	margin-top: 24px;
}
.slider-timeline .swiper-wrapper {
	padding-right: var(--gutter);
}
.slider-timeline .swiper-slide .timeline-card--tall .timeline-card__visual {
	aspect-ratio: 316/365;
}
.slider-timeline .swiper-slide .timeline-card--short .timeline-card__visual {
	aspect-ratio: 316/221;
}

.timeline-progress {
	position: relative;
	height: 2px;
	margin-bottom: 24px;
	background-color: rgba(12, 46, 110, 0.2);
}
.timeline-progress__dot {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #0c2e6e;
	position: absolute;
	top: 50%;
	left: var(--dot-pos, 28px);
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transition: left 0.4s ease;
	transition: left 0.4s ease;
}

.timeline-card {
	font-size: 15px;
	line-height: 1.55;
}
.timeline-card__visual {
	overflow: hidden;
	margin-bottom: 16px;
}
.timeline-card__visual img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.timeline-card__year {
	margin-bottom: 8px;
}

.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.floorplan-modal__prev,
.floorplan-modal__next {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 50%;
	background: none;
	color: #fff;
	cursor: pointer;
	pointer-events: auto;
	padding: 0;
}

.team-modal {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 24px;
	padding: 48px 24px;
}
.team-modal__visual {
	margin-bottom: 24px;
	overflow: hidden;
}
.team-modal__visual img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.team-modal__role {
	font-size: 17px;
	font-weight: 800;
}
.team-modal__heading {
	margin-bottom: 8px;
}

.floorplan-modal {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	position: relative;
}
.floorplan-modal__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-bottom: 1px solid #f6f1e6;
}
.floorplan-modal__right {
	padding: 48px 24px;
}
.floorplan-modal__heading {
	font-size: 21px;
}
.floorplan-modal__nav {
	position: absolute;
	bottom: -100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	pointer-events: none;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	z-index: 10;
	gap: 24px;
	padding-bottom: 24px;
}
.floorplan-modal__prev.is-disabled,
.floorplan-modal__next.is-disabled {
	opacity: 0.25;
	cursor: default;
	pointer-events: none;
}
.floorplan-modal__prev svg,
.floorplan-modal__next svg {
	fill: currentColor;
}
.floorplan-modal .floor-card {
	border: none;
}
.floorplan-modal .floor-card .floor-card__visual {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	height: 100%;
}
.floorplan-modal .floor-card .floor-card__content {
	height: auto;
	padding: 24px;
}
.floorplan-modal .floor-card .floor-card__title {
	font-size: 17px;
}

.plan-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 13px;
	font-weight: 700;
	gap: 8px 16px;
	margin: 0;
}
.plan-info__item {
	position: relative;
}
.plan-info__item:last-child::before {
	display: none;
}
.plan-info__item::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -8px;
	height: 9px;
	width: 1px;
	background-color: currentColor;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.fancybox__backdrop {
	background: rgba(24, 24, 27, 0.9) !important;
}

.modal-wrapper {
	display: none;
	padding: 0;
}
.modal-wrapper.fancybox__content {
	padding: 0;
	max-width: 1160px;
	width: 100%;
	border: none;
	color: #0c2e6e;
}
.modal-wrapper.fancybox__content > .f-button.is-close-btn {
	top: 8px !important;
	right: 16px !important;
	color: #0c2e6e;
	background: none;
}
.modal-wrapper.fancybox__content > .f-button.is-close-btn svg {
	height: 32px;
}

.f-button {
	background: none;
	outline: none;
}
.f-button.is-close-btn {
	opacity: 1 !important;
}

.fancybox__nav .f-button:before {
	display: none;
}
.fancybox__nav .f-button.is-prev svg,
.fancybox__nav .f-button.is-next svg {
	display: none;
}
.fancybox__nav .f-button.is-prev::after,
.fancybox__nav .f-button.is-next::after {
	content: "";
	display: block;
	width: 16px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8.74228e-07L7.4 1.45L3.85 5L16 5L16 7L3.85 7L7.4 10.55L6 12L-5.24537e-07 6L6 8.74228e-07Z' fill='white'/%3E%3C/svg%3E") no-repeat center;
}
.fancybox__nav .f-button.is-next::after {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.search-results-header {
	margin-bottom: 24px;
}
.search-results-header__title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 24px;
}

.search-form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.search-form .form-control {
	width: 100%;
	border: 0;
	background: transparent;
	color: #0c2e6e;
	border-bottom: 1px solid #cac8bf;
	padding-left: 33px;
}
.search-form .form-control::-webkit-input-placeholder {
	color: #999995;
}
.search-form .form-control::-moz-placeholder {
	color: #999995;
}
.search-form .form-control:-ms-input-placeholder {
	color: #999995;
}
.search-form .form-control::-ms-input-placeholder {
	color: #999995;
}
.search-form .form-control::placeholder {
	color: #999995;
}
.search-form .form-control:focus {
	outline: none;
}
.search-form button.search-form__btn {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: auto;
	min-width: 0;
	height: auto;
	padding: 0;
	border: 0;
	background: transparent;
	color: #0c2e6e;
	cursor: pointer;
}
.search-form button.search-form__btn:hover {
	background: transparent;
	color: #0c2e6e;
}
.search-form button.search-form__btn svg {
	fill: currentColor;
}

.header {
	font-size: 21px;
	line-height: 1.38;
	font-weight: 600;
	z-index: 1000;
	color: #fff;
	position: relative;
	padding: 18px 0;
}
.header--landing {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 9px;
}
.header__logo {
	display: block;
	position: relative;
	width: 206px;
}
body.search-open .header__logo {
	z-index: 1004;
}
.header__logo img {
	display: block;
	width: auto;
	height: auto;
	max-width: var(--logo-max-w, 281px);
	max-height: var(--logo-max-h, 43px);
}
.header__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	padding-right: 34px;
}
.header__btn .btn {
	font-size: 15px;
	line-height: 1.2;
	padding: 4px 12px;
	background: #fff;
	color: #0c2e6e;
}
.header__btn .btn:hover {
	background: #3a76a9;
	color: #fff;
}

.nav-opener {
	display: block;
	position: absolute;
	right: var(--gutter);
	top: 50%;
	width: 24px;
	height: 16px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1004;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.nav-opener:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: 4px;
}
.nav-opener span {
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
	top: 50%;
	left: 0;
	right: 0;
	height: 2px;
	margin-top: -1px;
	background-color: #244ea1;
}
.header--landing .nav-opener span {
	background-color: #fff;
}
.nav-opener:after,
.nav-opener:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background-color: #244ea1;
}
.header--landing .nav-opener:after,
.header--landing .nav-opener:before {
	background-color: #fff;
}
.nav-opener:after {
	top: 0;
}
.nav-opener:before {
	bottom: 0;
}
body.nav-active .nav-opener {
	top: 28px;
	left: auto;
	right: var(--gutter);
	margin-top: 5px;
}
body.nav-active .nav-opener span {
	background-color: transparent;
	margin: 0;
}
body.nav-active .nav-opener:after,
body.nav-active .nav-opener::before {
	background-color: #fff;
}
body.nav-active .nav-opener:after {
	margin-top: -1px;
	top: 50%;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
body.nav-active .nav-opener:before {
	margin-bottom: -1px;
	bottom: 50%;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

.nav-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 15px;
	margin-top: auto;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.nav-actions .btn {
	font-size: 21px;
	line-height: 1.2;
	padding: 12px 15px;
	width: 100%;
}

.nav-list-wrap {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
	padding-top: 24px;
	margin: 0 0 24px;
}

.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	margin: 0;
}
.nav-list__link {
	display: block;
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
	width: 100%;
	margin: 0 0 20px;
}
.menu__item {
	width: 100%;
}
.menu__link {
	display: inline-block;
	position: relative;
	width: 100%;
}
.menu__link:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: 2px;
}
.has-submenu .menu__link {
	padding-right: 32px;
}
.has-submenu .menu__link::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 10px;
	height: 10px;
	margin-top: -7px;
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.sub-menu {
	display: none;
	margin: 0;
	font-size: 17px;
	padding: 8px 0 0 16px;
	list-style: none;
}
.sub-menu__list {
	margin: 0;
}
.sub-menu__item {
	-webkit-column-break-inside: avoid;
	   -moz-column-break-inside: avoid;
	        break-inside: avoid;
}
.sub-menu__link {
	display: block;
	color: rgba(255, 255, 255, 0.75);
}
.sub-menu__link:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: -2px;
}

.sub-menu-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 16px;
}
.sub-menu-card__icon {
	display: none;
}
.sub-menu-card__btn {
	color: rgba(255, 255, 255, 0.75);
}
.sub-menu-card__btn svg {
	margin-top: 4px;
}

.header-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto 30px;
	position: relative;
}
.header-search__wrap {
	width: 100%;
}
.header-search__btn[type=submit] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 50%;
	left: 24px;
	width: 20px;
	height: 20px;
	fill: #fff;
	border: none;
	padding: 0;
	background: none;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.header-search .form-control {
	font-size: 18px;
	height: 50px;
	color: #fff;
	padding-left: 57px;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.search-holder {
	z-index: 10;
}
.search-holder__wrapper {
	position: relative;
}
.search-holder__close {
	display: none;
	position: absolute;
	top: 50%;
	right: 16px;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: -1px;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	will-change: transform;
}
.search-holder__btn {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 14px;
	line-height: 1.2;
	gap: 8px;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: inherit;
	font-family: inherit;
}
.search-holder__btn:focus-visible {
	outline: 2px solid #244ea1;
	outline-offset: 2px;
}
.search-holder__btn svg {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	fill: #0c2e6e;
}

.footer {
	overflow: hidden;
	color: #fff;
	background-color: #0c2e6e;
	padding-top: 48px;
	padding-bottom: 48px;
}

.footer-logo {
	max-width: 330px;
	margin: 0 auto;
}
.footer-logo img {
	display: block;
	width: 100%;
}

.footer-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 48px;
	margin-bottom: 48px;
}
.footer-wrap__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}

.footer-address {
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: -0.48px;
	color: #c9c9c9;
}
.footer-address strong {
	display: block;
	padding-bottom: 2px;
}
.footer-address a {
	color: inherit;
}
.footer-address a:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.footer-form {
	margin-bottom: 96px;
}
.footer-form__title {
	font-size: 24px;
	margin-bottom: 15px;
}

.footer-nav {
	margin: 0;
}
.footer-nav__item {
	margin-bottom: 12px;
}
.footer-nav__item:last-child {
	margin-bottom: 0;
}
.footer-nav__link {
	display: inline-block;
	position: relative;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: -0.21px;
	font-weight: 500;
}
.footer-nav__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.footer-nav__link:hover::after,
.footer-nav__link:focus-visible::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.footer-nav__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.footer-badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 68px;
	margin: 0;
}
.footer-badges__img {
	display: block;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 48px;
	margin: 0;
}
.social-list__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.social-list__link:hover,
.social-list__link:focus-visible {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}
.social-list__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}
.social-list__link svg {
	fill: #fff;
}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	gap: 48px;
	color: #c9c9c9;
	padding-top: 48px;
	border-top: 1px solid #c9c9c9;
}

.footer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	font-size: 14px;
}
.footer-list__item {
	position: relative;
	padding-right: 6px;
}
.footer-list__item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: #c9c9c9;
}
.footer-list__link {
	display: inline-block;
	position: relative;
	color: inherit;
}
.footer-list__link::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: currentColor;
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease;
	transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.footer-list__link:hover::after,
.footer-list__link:focus-visible::after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.footer-list__link:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

.footer-compliance {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 15px;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: -0.48px;
	margin: 0;
}

button.team-card__btn{
	background: none;
	border: none;
}




/* ─────────────────────────────────────────
   Formidable Forms – custom message styles
   ───────────────────────────────────────── */

/* Success message (shown after valid submission) */
.frm_message {
	background: #edf7ed;
	border: 1px solid #b2dfb2;
	color: #1e5e1e;
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

/* Form-level error (shown at top when submission has errors) */
.frm_error_style {
	background: #fdecea;
	border: 1px solid #f5b4b0;
	color: #7a1c1c;
	padding: 12px 16px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;

}

/* Inline field error text (below each invalid field) */
.frm_error {
  color: #c0392b;
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.frm-show-form,
.frm-show-form fieldset{
	margin-bottom: 0;
}

/* Formidable checkbox — styled to match .checkbox-field */
.frm_none_container .frm_primary_label {
	display: none;
}
.frm_checkbox label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
		align-items: flex-start;
	font-family: var(--font-body);
	font-size: 17px;
	font-weight: 400;
	gap: 16px;
	position: relative;
	margin: 0;
	cursor: pointer;
}
.frm_checkbox input[type=checkbox] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.frm_checkbox label::before {
	content: "";
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #0c2e6e;
	display: block;
}
.frm_checkbox label::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 12px;
	height: 8px;
	margin-top: -2px;
	border-left: 2px solid #0c2e6e;
	border-bottom: 2px solid #0c2e6e;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	        transform: translate(-50%, -50%) rotate(-45deg);
	opacity: 0;
	-webkit-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}
.frm_checkbox label:has(input[type=checkbox]:checked)::after {
	opacity: 1;
}

.module-intro .container--full{
	overflow: hidden;
}

.module-intro .container--full .lead,
.module-intro .container--full .lead .prose{
	width: 100%;
	max-width: 100%;
}



@media (max-width: 1279px) {
	.hero-tile__title br {
		display: none;
	}
	.fancybox__nav .f-button.is-prev,
	.fancybox__nav .f-button.is-next {
		top: auto !important;
		bottom: 24px;
		left: 50% !important;
	}
	.fancybox__nav .f-button.is-prev {
		-webkit-transform: translateX(-60px) !important;
		        transform: translateX(-60px) !important;
	}
	.fancybox__nav .f-button.is-next {
		right: auto !important;
		-webkit-transform: translateX(12px) !important;
		        transform: translateX(12px) !important;
	}
}

@media (max-width: 1199px) and (min-width: 1024px) {
	.header--landing .menu__link {
		color: #fff;
	}
}

@media (max-width: 1199px) {
	.contact-hero__bg::before {
		display: block;
		content: "";
		padding-top: 45%;
	}
	.contact-hero__bg img {
		position: absolute;
		inset: 0;
	}
	.contact-hero__brand {
		display: none;
	}
}

@media (max-width: 1023px) {
	.hide-mobile,
	.floorplan-modal__nav{
		display:none;
	}
	.btn__icon {
		width: 12px;
	}
	.icon-arrow--sm {
		width: 24px;
		height: 24px;
	}
	.icon-arrow--sm svg {
		width: 8px;
		height: 6px;
	}
	.wizard .form .btn {
		font-size: 18px;
		line-height: 1.25;
		width: 100%;
	}
	.line-break {
		display: inline-block;
	}
	.section--no-p-mb {
		padding: 0;
	}
	.section--no-pt-mb {
		padding-top: 0;
	}
	.hidden-md {
		display: none !important;
	}
	.text-center-mb {
		text-align: center;
	}
	.grid-images__full {
		grid-column: 1/-1;
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.grid-images__full .grid-images .image-wrapper__fig::before {
		padding-top: 46%;
	}
	.highlight-card__title {
		margin-bottom: 8px;
	}
	.floor-card__title {
		font-size: 17px;
	}
	.slider-holder__nav .slider-nav {
		display: none;
	}
	.slider-features .swiper-wrapper {
		padding-top: 20px;
	}
	.split-card__visual {
		margin-left: calc(-1 * var(--gutter));
		margin-right: calc(-1 * var(--gutter));
	}
	.split-layout--tight {
		gap: 16px;
	}
	.split-layout h2 {
		margin-bottom: 16px;
	}
	.split-layout .form-holder {
		margin-left: calc(-1 * var(--gutter));
		margin-right: calc(-1 * var(--gutter));
		margin-bottom: -48px;
	}
	.accordion__content {
		font-size: 15px;
	}
	.cost-table tr {
		display: grid;
		grid-template-columns: 105px 1fr;
	}
	.cost-table tbody {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 8px;
	}
	.cost-table__label {
		grid-column: 1/-1;
	}
	tbody .cost-table__label {
		font-size: 13px;
	}
	thead .cost-table__value {
		opacity: 0.5;
	}
	.location-card__text {
		display: none;
	}
	.header::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 68px;
		background-color: #0c2e6e;
		opacity: 0;
		z-index: -1;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}
	body.nav-active .header::before {
		opacity: 1;
		z-index: 1003;
	}
	.header__logo::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 35px;
		height: 31px;
		opacity: 0;
		background: url(../img/logo-decor.svg) no-repeat;
		background-size: cover;
	}
	.header--landing .header__logo::before {
		width: 25px;
		height: 22px;
	}
	body.nav-active .header__logo::before {
		opacity: 1;
	}
	body.nav-active .header__logo {
		z-index: 1004;
	}
	body.nav-active .header__logo img {
		opacity: 0;
	}
	.nav-active,
	.search-open {
		overflow: hidden;
	}
	.nav-drawer {
		opacity: 0;
		top: -9999px;
		left: -9999px;
		right: 9999px;
		bottom: 9999px;
		position: fixed;
		height: 100vh;
		z-index: 1000;
		overflow-y: auto;
		overflow-x: hidden;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
		padding: 180px var(--gutter) calc(120px + env(safe-area-inset-bottom));
		background: #0c2e6e;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
		-webkit-transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease;
		transition: all 0s ease 0.35s, opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}
	.header--landing .nav-drawer {
		padding-top: 90px;
	}
	body.nav-active .nav-drawer {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 1;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}
	body.admin-bar.nav-active .header:not(.header--landing) .nav-drawer {
		padding-top: 210px;
	}
	body.admin-bar.nav-active .header.header--landing .nav-drawer {
		padding-top: 126px;
	}
	.nav-list-wrap {
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
	.submenu-open .menu__link::before {
		margin-top: -1px;
		-webkit-transform: rotate(136deg);
		        transform: rotate(136deg);
	}
	.submenu-open .sub-menu {
		grid-template-rows: 1fr;
		opacity: 1;
	}
	.submenu-open .sub-menu__inner {
		padding-top: 8px;
	}
	.sub-menu__inner {
		overflow: hidden;
		min-height: 0;
		padding-top: 0;
		-webkit-transition: padding-top 0.35s ease;
		transition: padding-top 0.35s ease;
	}
	.sub-menu {
		display: grid;
		grid-template-rows: 0fr;
		opacity: 0;
		-webkit-transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
		transition: grid-template-rows 0.35s ease, opacity 0.25s ease;
		transition: grid-template-rows 0.35s ease, opacity 0.25s ease, -ms-grid-rows 0.35s ease;
	}
	.sub-menu__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 16px;
	}
	.sub-menu-card__btn svg {
		display: none;
	}
	.header-search .form-control {
		border: 1px solid #fff;
	}
	.header-search .form-control::-webkit-input-placeholder {
		color: #fff;
		opacity: 1;
	}
	.header-search .form-control::-moz-placeholder {
		color: #fff;
		opacity: 1;
	}
	.header-search .form-control:-ms-input-placeholder {
		color: #fff;
		opacity: 1;
	}
	.header-search .form-control::-ms-input-placeholder {
		color: #fff;
		opacity: 1;
	}
	.header-search .form-control::placeholder {
		color: #fff;
		opacity: 1;
	}
	.search-holder {
		position: absolute;
		top: 92px;
		right: var(--gutter);
		left: var(--gutter);
	}
	body.admin-bar.nav-active .search-holder {
		top: 124px;
	}
	.footer-wrap__item--grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 48px 59px;
	}
	.footer-badges {
		grid-column: 1/-1;
	}
	.social-list {
		grid-column: 1/-1;
	}
}

@media (max-width: 782px) {
	body.admin-bar.nav-active .header:not(.header--landing) .nav-drawer {
		padding-top: 226px;
	}
	body.admin-bar.nav-active .header.header--landing .nav-drawer {
		padding-top: 136px;
	}
	body.admin-bar.nav-active .search-holder {
		top: 138px;
	}
}

@media (max-width: 767px) {
	.contact-hero__bg::before {
		padding-top: 78%;
	}
}

@media (max-width: 667px) {
	table th {
		padding: 10px 5px;
	}
}

@media (max-width: 666px) {
	.options__title {
		font-size: 10px;
		letter-spacing: 0.75px;
	}
}

@media (min-width: 480px) {
	.slider-timeline .swiper-slide {
		width: 316px;
	}
}

@media (min-width: 568px) {
	.card-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-list--full {
		grid-template-columns: 1fr;
	}
}

@media (min-width: 667px) {
	.hero-tile__visual .image-wrapper img {
		height: auto;
	}
	.location-card {
		min-height: 320px;
	}
}

@media (min-width: 768px) {
	.filter-bar--secondary {
		padding-top: 48px;
		margin-bottom: 48px;
	}
	.filter-bar__item {
		max-width: 272px;
	}
	.text-m {
		font-size: 17px;
	}
	.lead {
		max-width: 670px;
	}
	.lead--center {
		margin-right: auto;
		margin-left: auto;
	}
	.team-card:not(:has(.team-card__visual)) {
		height: auto;
		min-height: 150px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.slider-features .swiper-slide {
		width: 50%;
	}
	.split-card--column .split-card__visual {
		margin-left: auto;
		margin-right: auto;
		max-width: 670px;
	}
}

@media (min-width: 1024px) {
	.btn {
		--btn-font-size: 18px;
		--btn-line-height: 1.25;
	}
	.btn-link {
		padding-right: 26px;
	}
	.btn-link:hover::before,
	.highlight-card:hover .btn-link::before,
	.location-card:hover .btn-link::before,
	.event-card:hover .btn-link::before,
	.card:hover .btn-link::before {
		right: -5px;
	}
	.btn-link::before {
		width: 16px;
		height: 12px;
	}
	.btn-link::after {
		right: -6px;
	}
	.btn-close {
		width: 28px;
		height: 28px;
	}
	.btn-close::before,
	.btn-close::after {
		width: 28px;
	}
	.icon-add {
		width: 48px;
		height: 48px;
	}
	.icon-add::before {
		width: 2px;
		height: 16px;
	}
	.icon-add::after {
		width: 16px;
		height: 2px;
	}
	.floorplan-modal input[type=text],
	.floorplan-modal input[type=tel],
	.floorplan-modal input[type=email],
	.floorplan-modal input[type=search],
	.floorplan-modal input[type=password],
	.floorplan-modal input[type=url],
	.floorplan-modal input[type=number],
	.floorplan-modal input[type=date],
	.floorplan-modal input[type=file],
	.floorplan-modal .form-control,
	.floorplan-modal textarea,
	.floorplan-modal select {
		font-size: 12px;
		height: 30px;
		padding-left: 16px;
		padding-right: 16px;
	}
	textarea {
		height: 136px;
	}
	.checkbox-field {
		font-size: 17px;
	}
	.floorplan-modal .checkbox-field {
		font-size: 15px;
		gap: 7px;
	}
	.filter-bar {
		gap: 24px;
	}
	.filter-tag {
		font-size: 16px;
	}
	.form,
	.form-holder .frm_combo_inputs_container, 
	.form-holder .frm_grid_container, 
	.form-holder .frm_form_fields .frm_section_heading, 
	.form-holder .frm_form_fields .frm_fields_container {
		gap: 24px 10px;
	}
	.form-group--half {
		width: calc(50% - 5px);
	}
	.cost-form__total {
		font-size: 21px;
	}
	h1,
	.title-xl {
		line-height: 1;
	}
	h1 em,
	.title-xl em {
		font-size: 71px;
		line-height: 0.93;
	}
	h2,
	.title-l {
		line-height: 1.25;
	}
	h2 em,
	.title-l em {
		font-size: 50px;
		line-height: 1.12;
	}
	.title-m {
		font-size: 35px;
		letter-spacing: 1px;
	}
	.text-l {
		font-size: 22px;
	}
	.text-m {
		font-size: 22px;
	}
	blockquote {
		font-size: 23px;
	}
	blockquote cite {
		font-size: 18px;
	}
	.section {
		padding: 96px 0;
	}
	.section--no-pb {
		padding-bottom: 0;
	}
	.section--no-pt {
		padding-top: 0;
	}
	.section--no-pt-d {
		padding-top: 0;
	}	
	.section--no-pb-d {
		padding-bottom: 0;
	}
	.section--articles {
		padding-top: 0;
		margin-top: -105px;
	}
	.section--hero {
		padding-bottom: 175px;
	}
	.section--bg {
		min-height: 700px;
	}
	.section--lead {
		padding-bottom: 150px;
		padding-top: 0;
	}
	.visible-md {
		display: none !important;
	}
	.hero-tile {
		gap: 48px;
		grid-template-columns: 50% 1fr;
		margin-bottom: 48px;
	}
	.hero-tile__visual .image-wrapper img {
		height: 668px;
	}
	.hero-tile--sm .hero-tile__visual .image-wrapper img {
		height: 414px;
	}
	.hero-tile__icon {
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin: 0 auto;
		width: 404px;
		min-height: 460px;
	}
	.hero-tile__icon::before {
		width: 404px;
		height: 404px;
	}
	.hero-tile--sm .hero-tile__content {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.hero-tile__content .prose {
		max-width: 546px;
	}
	.hero-tile__content .prose.prose--lg {
		max-width: 652px;
	}
	.hero-tile__content .prose.prose--md {
		max-width: 576px;
	}

	.contact-hero__content {
		padding: 100px 0;
		max-width: 700px;
		margin: 0 auto;
	}
	.contact-hero__content h1 {
		margin-bottom: 10px;
	}
	.contact-hero__form {
		max-width: 560px;
		margin: 0 auto;
		text-align: left;
	}
	.btn-group {
		gap: 24px;
	}
	.grid-images {
		grid-template-columns: 1fr 2fr 1fr;
		gap: 26px;
	}
	.grid-images .image-wrapper__fig::before {
		padding-top: 49%;
	}
	.prose {
		max-width: 496px;
	}
	.prose--md {
		max-width: 576px;
	}
	.prose--lg {
		max-width: 652px;
	}
	.lead {
		margin-bottom: 48px;
	}
	.lead--center .prose {
		margin-right: auto;
		margin-left: auto;
	}
	.lead--sm {
		max-width: 496px;
	}
	.section-options {
		padding-bottom: 95px;
	}
	.section-options__wrap {
		padding: 80px;
	}
	.section-options__wrap .lead {
		max-width: 572px;
	}
	.section-options .bg-stretch {
		padding-top: 125px;
	}
	.options {
		gap: 90px;
		max-width: 700px;
	}
	.options__item {
		gap: 12px;
		padding: 30px 20px;
	}
	.options__item:nth-child(even)::before {
		left: calc(-1 * 90px / 2);
	}
	.options__icon {
		min-height: 186px;
		max-width: 184px;
	}
	.options__title {
		gap: 15px;
	}
	.highlight-card:hover::before {
		height: 9px;
	}
	.highlight-card__visual {
		max-width: 217px;
		height: 179px;
	}
	.highlight-card--row .highlight-card__visual {
		max-width: 204px;
		min-height: 220px;
		margin-bottom: 0;
	}
	.highlight-card__content p:last-child {
		margin-bottom: 48px;
	}
	.event-card:hover::before {
		height: 9px;
	}
	.team-card__content {
		min-height: 48px;
	}
	.floor-card__visual {
		padding: 40px 6px;
	}
	.floor-card__content {
		padding: 24px;
	}
	.floor-card__title strong {
		font-size: 13px;
	}
	.card-featured {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		grid-template-columns: 60% 1fr;
		gap: 24px;
		margin-bottom: 72px;
	}
	.card-featured__title {
		letter-spacing: 1px;
	}
	.slider-testimonials .slider-nav {
		padding-top: 48px;
	}
	.testimonial-card {
		padding-left: 40px;
		padding-right: 40px;
	}
	.testimonial-card__meta {
		font-size: 14px;
	}
	.slider-holder {
		margin-right: -300px;
		padding-right: 300px;
		padding-top: 0;
		overflow: visible;
	}
	.slider-holder__nav {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-top: 48px;
		gap: 24px;
	}
	.slider-holder__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
	}
	.media-holder::before {
		padding-top: 53.1%;
	}
	.media-holder__play svg {
		width: 80px;
		height: 80px;
	}
	.slider-features {
		margin-top: -96px;
	}
	.slider-features .swiper-slide {
		width: 592px;
		min-height: 468px;
	}
	.slider-features .swiper-slide:not(.is-feature-active) .feature-card {
		height: 176px;
	}
	.slider-features .slider-nav {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin-bottom: 50px;
	}
	.feature-card {
		padding: 48px;
	}
	.is-feature-active .feature-card {
		height: auto;
		min-height: 468px;
	}
	.split-card {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.split-card--reverse {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.split-card--column {
		gap: 0;
		max-width: 950px;
		margin-left: auto;
		margin-right: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.split-card--column .split-card__visual {
		margin-bottom: -100px;
		z-index: 0;
	}
	.split-card__visual {
		max-width: 500px;
		height: 458px;
		margin-right: -210px;
	}
	.split-card--reverse .split-card__visual {
		margin-right: 0;
		margin-left: -210px;
	}
	.split-card__visual .image-wrapper {
		border-left-width: 12px;
	}
	.split-card--reverse .split-card__visual .image-wrapper {
		border-right-width: 12px;
	}
	.split-card__content {
		padding: 82px 48px 82px 250px;
		z-index: 0;
		min-height: 409px;
		margin-top: 113px;
		width: 100%;
	}
	.split-card--column .split-card__content {
		padding-left: 135px;
		padding-right: 135px;
		margin: 0;
	}
	.split-card--reverse .split-card__content {
		padding: 82px 250px 82px 48px;
	}
	.split-layout {
		grid-template-columns: 1fr 55%;
	}
	.split-layout.bg-white,
	.split-layout.bg-warm-cream,
	.split-layout.bg-golden-mustard,
	.split-layout.bg-primary,
	.split-layout.bg-light-blue {
		padding: 48px;
	}
	.split-layout--sticky .split-layout__left {
		position: sticky;
		top: 48px;
		-ms-flex-item-align: start;
		    align-self: start;
	}
	.split-layout h1 {
		margin-bottom: 40px;
	}
	.split-layout__right {
	    display: flex;
	    flex-direction: column;
		align-items: flex-start;
	}
	.split-layout__right > .form-holder {
	    flex: 1 1 auto;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.grid-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.text-box {
		padding: 36px;
	}
	.form-holder {
		padding: 40px;
	}
	.accordion__toggle {
		padding: 20px 24px;
	}
	.accordion__content {
		padding: 0 24px 24px;
	}
	.featured-holder > .btn {
		position: absolute;
		top: -95px;
		right: 0;
	}
	.featured-holder .card-list {
		margin-bottom: 0;
	}
	.card-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.card-list--full {
		grid-template-columns: 1fr;
	}
	.card-list--two-col {
		grid-template-columns: repeat(2, 1fr);
	}
	.card-list--highlights .highlight-card {
		padding: 24px;
		justify-content: flex-start;
	}
	.card-list--highlights .highlight-card__visual {
		margin-bottom: 42px;
	}
	.card-list--highlights .highlight-card p {
		margin-bottom: 42px;
	}
	.pagination {
		padding-top: 35px;
	}
	.event-info {
		margin-bottom: 24px;
	}
	.event-info__list {
		padding: 48px;
	}
	.card-featured .meta {
		margin-bottom: 10px;
	}
	.text-layout {
		gap: 24px 48px;
		grid-template-columns: repeat(2, 1fr);
	}
	.text-layout__inner {
		padding: 48px;
	}
	.text-layout.bg-warm-cream {
		padding: 48px;
	}
	.wizard {
		padding: 48px;
	}
	.wizard__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.wizard__item {
		padding: 16px 32px;
	}
	.wizard__panel {
		grid-template-columns: repeat(2, 1fr);
	}
	.wizard .prose {
		max-width: 582px;
	}
	.tip-box {
		padding: 48px;
	}
	.tip-box__title {
		font-size: 18px;
		margin-bottom: 24px;
	}
	.cost-table th,
	.cost-table td {
		padding: 4px;
	}
	.cost-table__label {
		width: 300px;
	}
	.cost-table__value {
		padding-left: 16px;
		padding-right: 16px;
		width: 82px;
	}
	.cost-total {
		font-size: 21px;
	}
	.cost-total__summary {
		gap: 8px;
	}
	.cost-total__row {
		gap: 16px;
	}
	.cost-total__row dd {
		text-align: left;
		padding-left: 70px;
	}
	.partnerships {
		padding: 36px 46px;
	}
	.location-card {
		min-height: 472px;
		padding: 40px;
	}
	.timeline-layout {
		gap: 48px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.timeline-layout__heading {
		width: 400px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.timeline-layout__slider {
		overflow: hidden;
		margin-right: calc(50% - 50vw);
		margin-top: -12px;
		padding-top: 12px;
	}
	.slider-timeline {
		overflow: visible;
		margin-top: 0;
		padding-top: 0;
		position: relative;
	}
	.slider-timeline:before {
		content: "";
		position: absolute;
		top: 40px;
		bottom: 0;
		right: 0;
		width: 167px;
		height: 100%;
		z-index: 9;
		background: -webkit-gradient(linear, left top, right top, from(rgba(247, 237, 226, 0)), to(#f6f1e6));
		background: linear-gradient(90deg, rgba(247, 237, 226, 0) 0%, #f6f1e6 100%);
		transition: opacity 0.3s ease;
		pointer-events: none;
	}
	.slider-timeline:has(.slider-nav__next.swiper-button-disabled):before {
		opacity: 0;
	}
	.slider-timeline .swiper-slide:last-child {
		padding-right: 15px;
	}
	.slider-timeline .slider-nav {
		margin-top: 24px;
	}
	.timeline-progress {
		margin-bottom: 40px;
	}
	.timeline-card__visual {
		margin-bottom: 39px;
	}
	.team-modal {
		grid-template-columns: 375px 1fr;
		padding: 48px;
	}
	.team-modal__visual {
		height: 425px;
	}
	.team-modal__heading {
		margin-bottom: 24px;
	}
	.floorplan-modal {
		grid-template-columns: repeat(2, 1fr);
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: stretch;
		background-color: #f2c46d;
	}
	.floorplan-modal__left {
		height: 100%;
		border: none;
		min-height: 762px;
		background-color: #fff;
	}
	.floorplan-modal__right {
	    padding: 70px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.floorplan-modal__heading {
		text-align: center;
		margin-bottom: 24px;
	}
	.floorplan-modal__form {
	    padding: 40px;
	    background: #fff;
	    flex: 1 1 auto;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.floorplan-modal .floor-card .floor-card__visual {
		padding: 54px 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.floorplan-modal .floor-card .floor-card__content {
		padding: 36px;
	}
	.floorplan-modal .floor-card .floor-card__title {
		font-size: 45px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-bottom: 24px;
	}
	.floorplan-modal .floor-card .floor-card__title strong {
		font-size: 18px;
	}
	.modal-wrapper.fancybox__content > .f-button.is-close-btn {
		top: 24px !important;
		right: 24px !important;
	}
	.search-results-header {
		margin-bottom: 48px;
	}
	.search-results-header__title {
		font-size: 21px;
		margin-bottom: 48px;
	}
	.header {
		font-size: 16px;
		padding-top: 28px;
		padding-bottom: 24px;
		color: #0c2e6e;
	}
	.header__container {
		max-width: 1326px;
		gap: 0 24px;
		position: relative;
	}
	.header__logo {
		width: 281px;
		margin-bottom: -16px;
	}
	.header--landing .header__logo {
		margin-bottom: 0;
	}
	.header__btn {
		padding-right: 0;
	}
	.header__btn .btn {
		letter-spacing: 0.04em;
		padding: 7px 18px;
		background: #0c2e6e;
		color: #fff;
	}
	.nav-opener {
		display: none;
	}
	.nav-actions {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		gap: 28px;
		margin-top: 0;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	.nav-actions .btn {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.14286;
		width: auto;
		padding: 6px 22px;
	}
	.nav-drawer {
		display: grid;
		grid-template-columns: 72% 1fr;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 100%;
		position: relative;
	}
	.header--landing .nav-drawer {
		grid-template-columns: repeat(1, 1fr);
		gap: 24px;
	}
	.nav-list-wrap {
		grid-column: 1/-1;
		border-bottom: 1px solid #d7d7e6;
		padding: 0 0 16px;
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
		margin-bottom: 0;
	}
	.nav-list {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 34px;
	}
	.nav-list__link {
		color: #637087;
	}
	.menu {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 24px;
		width: auto;
		margin-bottom: 0;
	}
	.header--landing .menu {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.menu__item {
		width: auto;
	}
	.menu__item:not(:last-child) {
		border: none;
	}
	.menu__item.has-submenu:hover .sub-menu {
		top: 100%;
		opacity: 1;
		left: 0;
		-webkit-transition: opacity 0.35s ease;
		transition: opacity 0.35s ease;
	}
	.menu__link {
		padding: 15px 0 14px;
	}

	.nav-list__link{
		position: relative;
	}

	.menu__link:after,
	.nav-list__link:after {
		content: "";
		position: absolute;
		bottom: 8px;
		left: 0;
		right: 0;
		opacity: 0;
		height: 1px;
		background-color: currentColor;
		-webkit-transform: scale(0);
		        transform: scale(0);
		-webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease;
		transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
	}

	.nav-list__link:after {
		bottom: -5px;
	}


	.has-submenu .menu__link:after {
		right: -7px;
	}
	.menu__item:hover .menu__link:after,
	.menu__link:hover:after,
	.menu__link:focus-visible:after,
	.nav-list__link:hover:after,
	.nav-list__link:focus-visible:after {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	.has-submenu .menu__link {
		padding-right: 18px;
	}
	.has-submenu .menu__link::before {
		right: 0;
		width: 7px;
		height: 7px;
		margin-top: -2px;
	}
	.menu__item:hover .menu__link::before {
		margin-top: 1px;
		-webkit-transform: rotate(136deg);
		        transform: rotate(136deg);
	}
	.sub-menu__inner {
		display: contents;
	}
	.sub-menu {
		position: absolute;
		top: -9999px;
		left: -9999px;
		opacity: 0;
		z-index: 150;
		display: grid;
		grid-template-columns: 280px 1fr;
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		gap: 30px;
		padding: 0;
		width: 100%;
		font-size: 21px;
		line-height: 1.2;
		min-height: 270px;
		background-color: #fff;
		overflow: hidden;
		-webkit-box-shadow: 0 7px 8px rgba(0, 0, 0, 0.08);
		        box-shadow: 0 7px 8px rgba(0, 0, 0, 0.08);
		-webkit-transition: all 0s ease 0.35s, opacity 0.5s ease;
		transition: all 0s ease 0.35s, opacity 0.5s ease;
	}
	.sub-menu__list {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
		padding-top: 25px;
		padding-bottom: 25px;
		max-width: 610px;
		gap: 0;
	}
	.sub-menu__link {
		padding: 16px 24px;
		color: #0c2e6e;
	}
	.sub-menu__link:hover,
	.sub-menu__link:focus-visible {
		background-color: #f6f1e6;
	}
	.sub-menu-card {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 25px 25px 50px;
		gap: 30px;
		min-height: 376px;
		margin-bottom: 0;
		position: relative;
		background-color: #f6f1e6;
	}
	.sub-menu-card__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 210px;
		width: 100%;
	}
	.sub-menu-card__icon img{
	    height: 100%;
		width: auto;
	}
	.sub-menu-card__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		gap: 10px;
		padding: 16px;
		fill: currentColor;
		color: #0c2e6e;
		background-color: #fff;
	}
	.sub-menu-card__btn:hover,
	.sub-menu-card__btn:focus-visible {
		background-color: #244ea1;
		border-color: #244ea1;
		color: #fff;
	}
	.header-search {
		margin-bottom: 0;
	}
	.header-search__btn[type=submit] {
		left: 5px;
		fill: #0c2e6e;
	}
	.header-search .form-control {
		border: none;
		color: #0c2e6e;
		font-size: 14px;
		height: 30px;
		padding-left: 32px;
		padding-right: 32px;
	}
	.search-holder {
		position: relative;
	}
	.search-holder__wrapper {
		position: absolute;
		top: 50%;
		right: 0;
		opacity: 0;
		width: 270px;
		overflow: hidden;
		-webkit-transform: translateX(16px);
		        transform: translateX(16px);
		visibility: hidden;
		pointer-events: none;
		z-index: 10;
		will-change: opacity, transform;
		margin-top: -15px;
		background-color: #f6f1e6;
		-webkit-transition: opacity 0.2s cubic-bezier(0.55, 0, 1, 0.45), visibility 0s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.55, 0, 1, 0.45);
		transition: opacity 0.2s cubic-bezier(0.55, 0, 1, 0.45), visibility 0s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.55, 0, 1, 0.45);
		transition: opacity 0.2s cubic-bezier(0.55, 0, 1, 0.45), transform 0.2s cubic-bezier(0.55, 0, 1, 0.45), visibility 0s linear 0.2s;
		transition: opacity 0.2s cubic-bezier(0.55, 0, 1, 0.45), transform 0.2s cubic-bezier(0.55, 0, 1, 0.45), visibility 0s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.55, 0, 1, 0.45);
	}
	body.search-open .search-holder__wrapper {
		opacity: 1;
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		visibility: visible;
		pointer-events: auto;
		-webkit-transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s;
		transition: opacity 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), visibility 0s, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	}
	.bg-warm-cream .search-holder__wrapper {
		background-color: #fff;
	}
	.search-holder__close::before {
		width: 18px;
	}
	.search-holder__close::after {
		width: 18px;
	}
	.search-holder__close {
		display: block;
		width: 18px;
		height: 18px;
	}
	.search-holder__btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer {
		padding-top: 56px;
		padding-bottom: 63px;
		margin-top: -1px;
	}
	.footer-logo {
		max-width: 599px;
		margin: 0;
	}
	.footer-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		margin-bottom: 44px;
		gap: 96px;
	}
	.footer-wrap__item {
		max-width: 444px;
	}
	.footer-wrap__item:first-child {
		max-width: 600px;
	}
	.footer-address {
		font-size: 16px;
		letter-spacing: 0;
	}
	.footer-form {
		margin-bottom: 104px;
	}
	.footer-nav {
		-webkit-columns: 2;
		   -moz-columns: 2;
		        columns: 2;
		margin-bottom: 67px;
	}
	.footer-nav__item {
		margin-bottom: 24px;
	}
	.footer-nav__link {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0;
	}
	.footer-badges {
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 42px;
	}
	.social-list {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 25px;
		margin-bottom: 42px;
	}
	.footer-bottom {
		padding-top: 40px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer-list {
		font-size: 13px;
		letter-spacing: -0.48px;
	}
	.footer-compliance {
		gap: 30px;
	}

	.hero-tile__visual .image-wrapper video{
		aspect-ratio: 9 / 8;
		object-fit: cover;
	}
}

@media (min-width: 1200px) {
	.hero-tile {
		gap: 90px;
		grid-template-columns: 651px 1fr;
	}
	.contact-hero {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		gap: 24px;
	}
	.contact-hero__visual {
		min-height: 944px;
		width: 569px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding-top: 50px;
		margin-right: 0;
	}
	.contact-hero__visual--medium {
		min-height: 1144px;
	}
	.contact-hero__visual--large {
		min-height: 1344px;
	}
	.contact-hero__bg {
		position: absolute;
		inset: 0;
		z-index: -2;
	}
	.btn-scroll {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.highlight-card {
		padding: 48px;
	}	
	.highlight-card:has(.highlight-card__icon) {
		padding: 28px;
	}
	.highlight-card--row {
		padding: 36px 24px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 48px;
	}
	.event-card {
		padding: 48px;
	}
	.card-featured {
		gap: 48px;
	}
	.split-card__visual {
		max-width: 630px;
	}
	.split-layout {
		gap: 75px;
	}
	.card-list {
		gap: 48px;
	}
	.card-list--full {
		gap: 24px;
	}
	.card-list--wide-cols {
		gap: 48px 82px;
	}
	.card-list--highlights {
		padding-left: 220px;
	}
	.text-layout {
		gap: 24px 94px;
	}
	.text-layout.bg-warm-cream {
		padding-right: 222px;
	}
	.wizard {
		padding: 52px 70px;
	}
	.wizard__panel {
		gap: 65px;
		grid-template-columns: 1fr 500px;
	}
	.timeline-layout__heading {
		width: 449px;
	}
	.header--landing {
		padding: 70px 0 0;
	}
	.header__container {
		padding-left: 105px;
	}
	.header--landing .header__logo {
		display: none;
	}
	.header--landing .nav-drawer {
		gap: 50px;
	}
}

@media (min-width: 1280px) {
	.card-featured {
		grid-template-columns: 772px 1fr;
	}
	.split-card__content {
		padding-right: 110px;
		padding-left: 300px;
	}
	.split-card--reverse .split-card__content {
		padding-left: 110px;
		padding-right: 300px;
	}
	.split-layout {
		grid-template-columns: 1fr 670px;
	}
	.split-layout--col {
		grid-template-columns: 1fr 500px;
	}
	.card-featured .meta {
		font-size: 21px;
		line-height: 1.05;
	}
	.card-featured .meta__tag {
		padding: 4px 16px;
	}
	.team-modal {
		padding: 96px;
		gap: 65px;
	}
	.floorplan-modal__nav {
		top: 50%;
		bottom: auto;
		left: -70px;
		right: -70px;
		width: auto;
		padding-bottom: 0;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.header__container {
		gap: 50px;
	}
	.menu {
		gap: 50px;
	}
	.sub-menu {
		grid-template-columns: 360px 1fr;
		gap: 70px;
	}
	.sub-menu-card__btn {
		padding-right: 24px;
		padding-left: 24px;
	}
	.search-holder__wrapper {
		width: 497px;
	}
}

@media (min-width: 1400px) {
	.container--wide {
		max-width: 1512px;
	}
}

@media (hover: hover) {
	.f-button:hover:not([disabled]) {
		color: var(--f-button-hover-color);
		background-color: var(--f-button-hover-bg);
	}
}

/* ─────────────────────────────────────────
   ActiveDemand Embedded Forms
   ───────────────────────────────────────── */

.activedemand-wrapper{
	float: none !important;
	padding:0 !important;
}

.activedemand-wrapper .container-fluid{
	padding: 0 !important;
}


.activedemand-wrapper .cta-content-wrapper{
	padding-left: 0 !important;
}
   
.activedemand-wrapper input[type=text],
.activedemand-wrapper input[type=tel],
.activedemand-wrapper input[type=email],
.activedemand-wrapper input[type=password],
.activedemand-wrapper input[type=url],
.activedemand-wrapper input[type=number],
.activedemand-wrapper select,
.activedemand-wrapper .select2 {
	display: block !important;
	font-size: 16px !important;
	font-family: var(--font-ui) !important;
	font-weight: 600 !important;
	height: 48px !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 22px !important;
	border: none !important;
	border-width: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
	color: #0c2e6e !important;
	background: #f6f1e6 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	box-shadow: none !important;
}

.activedemand-wrapper textarea {
	display: block !important;
	font-size: 16px !important;
	font-family: var(--font-ui) !important;
	font-weight: 600 !important;
	height: 160px !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 15px 22px !important;
	border: none !important;
	border-width: 0 !important;
	border-radius: 0 !important;
	outline: none !important;
	color: #0c2e6e !important;
	background: #f6f1e6 !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	resize: none !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	box-shadow: none !important;
}

.bg-warm-cream .activedemand-wrapper input[type=text],
.bg-warm-cream .activedemand-wrapper input[type=tel],
.bg-warm-cream .activedemand-wrapper input[type=email],
.bg-warm-cream .activedemand-wrapper input[type=password],
.bg-warm-cream .activedemand-wrapper input[type=url],
.bg-warm-cream .activedemand-wrapper input[type=number],
.bg-warm-cream .activedemand-wrapper select,
.bg-warm-cream .activedemand-wrapper .select2,
.bg-warm-cream .activedemand-wrapper textarea {
	background: #fff !important;
}

.activedemand-wrapper label.activedemand-label {
	display: block !important;
	font-size: 12px !important;
	font-family: var(--font-ui) !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
	padding: 0 !important;
	color: inherit !important;
}

.activedemand-wrapper label.activedemand-label .required {
	color: inherit !important;
}

.activedemand-wrapper .ad-form-field {
	padding: 0 !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 0 !important;
	margin-bottom: 24px !important;
	margin-top: 0 !important;
}

.activedemand-wrapper .form-group {
	margin-bottom: 0 !important;
}

.activedemand-wrapper .activedemand-button-container {
	text-align: left !important;
}

.activedemand-wrapper .activedemand-button-container .activedemand-button,
.activedemand-wrapper .activedemand-button-container button.activedemand-button {
	display: inline-block !important;
	text-align: center !important;
	padding: 10px 28px !important;
	padding-top: 10px !important;
	padding-right: 28px !important;
	padding-bottom: 10px !important;
	padding-left: 28px !important;
	font-size: 15px !important;
	font-family: var(--font-ui) !important;
	font-weight: 700 !important;
	line-height: 1.74 !important;
	border: 1px solid var(--brand-color) !important;
	border-width: 1px !important;
	border-radius: 0 !important;
	background-color: var(--brand-color) !important;
	background: var(--brand-color) !important;
	color: #fff !important;
	cursor: pointer !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	-webkit-transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease !important;
	transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease !important;
}

.activedemand-wrapper .activedemand-button-container .activedemand-button:hover,
.activedemand-wrapper .activedemand-button-container button.activedemand-button:hover {
	background-color: #3a76a9 !important;
	background: #3a76a9 !important;
	border-color: #3a76a9 !important;
	color: #fff !important;
}

.activedemand-wrapper .checkbox label {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
	font-family: var(--font-body) !important;
	font-size: 17px !important;
	font-weight: 400 !important;
	gap: 16px !important;
	position: relative !important;
	cursor: pointer !important;
	margin: 0 !important;
	padding: 0 !important;
}

.activedemand-wrapper .checkbox input[type=checkbox] {
	position: absolute !important;
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
}

.activedemand-wrapper .checkbox label::before {
	content: "" !important;
	-ms-flex-negative: 0;
	flex-shrink: 0 !important;
	width: 20px !important;
	height: 20px !important;
	border: 2px solid #0c2e6e !important;
	display: block !important;
}

.activedemand-wrapper .checkbox label::after {
	content: "" !important;
	position: absolute !important;
	top: 10px !important;
	left: 10px !important;
	width: 12px !important;
	height: 8px !important;
	margin-top: -2px !important;
	border-left: 2px solid #0c2e6e !important;
	border-bottom: 2px solid #0c2e6e !important;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
	        transform: translate(-50%, -50%) rotate(-45deg) !important;
	opacity: 0 !important;
	-webkit-transition: opacity 0.35s ease !important;
	transition: opacity 0.35s ease !important;
}

.activedemand-wrapper .checkbox label:has(input[type=checkbox]:checked)::after {
	opacity: 1 !important;
}

.activedemand-wrapper input.error,
.activedemand-wrapper select.error,
.activedemand-wrapper textarea.error {

}

.activedemand-wrapper label.error {
	display: block !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #c0392b !important;
	margin-top: 4px !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.activedemand-wrapper input::placeholder,
.activedemand-wrapper textarea::placeholder {
	opacity: 0.5 !important;
	color: #0c2e6e !important;
}

.activedemand-wrapper input:focus::placeholder,
.activedemand-wrapper textarea:focus::placeholder {
	opacity: 0 !important;
}

/* ActiveDemand — footer overrides */
.footer-form .activedemand-wrapper input[type=text],
.footer-form .activedemand-wrapper input[type=tel],
.footer-form .activedemand-wrapper input[type=email],
.footer-form .activedemand-wrapper input[type=password],
.footer-form .activedemand-wrapper input[type=url],
.footer-form .activedemand-wrapper input[type=number],
.footer-form .activedemand-wrapper select,
.footer-form .activedemand-wrapper .select2,
.footer-form .activedemand-wrapper textarea {
	background-color: #001c50 !important;
	background: #001c50 !important;
	color: #fff !important;
}

.footer-form .activedemand-wrapper input::placeholder,
.footer-form .activedemand-wrapper textarea::placeholder {
	color: #fff !important;
	opacity: 1 !important;
}

.footer-form .activedemand-wrapper input:focus::placeholder,
.footer-form .activedemand-wrapper textarea:focus::placeholder {
	opacity: 0 !important;
}

.footer-form .activedemand-wrapper label.activedemand-label {
	color: #fff !important;
}

.footer-form .activedemand-wrapper label.activedemand-label .required {
	color: #fff !important;
}

.footer-form .activedemand-wrapper .checkbox label {
	color: #fff !important;
}

.footer-form .activedemand-wrapper .checkbox label::before {
	border-color: #fff !important;
}

.footer-form .activedemand-wrapper .checkbox label::after {
	border-left-color: #fff !important;
	border-bottom-color: #fff !important;
}

.footer-form .activedemand-wrapper .activedemand-button-container .activedemand-button,
.footer-form .activedemand-wrapper .activedemand-button-container button.activedemand-button {
	background-color: #fff !important;
	background: #fff !important;
	border-color: #fff !important;
	color: var(--brand-color) !important;
}

.footer-form .activedemand-wrapper .activedemand-button-container .activedemand-button:hover,
.footer-form .activedemand-wrapper .activedemand-button-container button.activedemand-button:hover {
	background-color: #244ea1 !important;
	background: #244ea1 !important;
	border-color: #244ea1 !important;
	color: #fff !important;
}

.activedemand-wrapper .column-inner{
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

/* AD thank-you content inside form-holder */
.form-holder .activedemand-text-wrapper {
    color: #0c2e6e;
    font-family: var(--font-ui);
}

.form-holder .activedemand-text-wrapper .content-title h1 {
    color: #0c2e6e !important;
    font-family: var(--font-ui) !important;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
}

.form-holder .activedemand-text-wrapper .content-title h1 span {
    color: inherit !important;
    font-size: inherit !important;
}

.form-holder .activedemand-text-wrapper p {
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.form-holder .activedemand-text-wrapper p:last-child {
    margin-bottom: 0;
}

/* AD thank-you content inside footer-form */
.footer-form .activedemand-text-wrapper {
    color: #fff;
    font-family: var(--font-ui);
}

.footer-form .activedemand-text-wrapper .content-title h1 {
    color: #fff !important;
    font-family: var(--font-ui) !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 16px;
}

.footer-form .activedemand-text-wrapper .content-title h1 span {
    color: inherit !important;
    font-size: inherit !important;
}

.footer-form .activedemand-text-wrapper p {
    color: #fff;
    font-family: var(--font-body);
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 8px;
}

.footer-form .activedemand-text-wrapper p:last-child {
    margin-bottom: 0;
}