:root {
	--aa-search-input-height: 44px;
	--aa-input-icon-size: 20px;
	--aa-base-unit: 16;
	--aa-spacing-factor: 1;
	--aa-spacing: calc(var(--aa-base-unit)*var(--aa-spacing-factor)*1px);
	--aa-spacing-half: calc(var(--aa-spacing)/2);
	--aa-panel-max-height: 650px;
	--aa-base-z-index: 9999;
	--aa-font-size: calc(var(--aa-base-unit)*1px);
	--aa-font-family: inherit;
	--aa-font-weight-medium: 500;
	--aa-font-weight-semibold: 600;
	--aa-font-weight-bold: 700;
	--aa-icon-size: 20px;
	--aa-icon-stroke-width: 1.6;
	--aa-icon-color-rgb: 119,119,163;
	--aa-icon-color-alpha: 1;
	--aa-action-icon-size: 20px;
	--aa-text-color-rgb: 38,38,39;
	--aa-text-color-alpha: 1;
	--aa-primary-color-rgb: 62,52,211;
	--aa-primary-color-alpha: 0.2;
	--aa-muted-color-rgb: 128,126,163;
	--aa-muted-color-alpha: 0.6;
	--aa-panel-border-color-rgb: 128,126,163;
	--aa-panel-border-color-alpha: 0.3;
	--aa-input-border-color-rgb: 128,126,163;
	--aa-input-border-color-alpha: 0.8;
	--aa-background-color-rgb: 255,255,255;
	--aa-background-color-alpha: 1;
	--aa-input-background-color-rgb: 255,255,255;
	--aa-input-background-color-alpha: 1;
	--aa-selected-color-rgb: 179,173,214;
	--aa-selected-color-alpha: 0.205;
	--aa-description-highlight-background-color-rgb: 245,223,77;
	--aa-description-highlight-background-color-alpha: 0.5;
	--aa-detached-media-query: (max-width:none);
	--aa-detached-modal-media-query: (min-width:none);
	--aa-detached-modal-max-width: 680px;
	--aa-detached-modal-max-height: 500px;
	--aa-overlay-color-rgb: 115,114,129;
	--aa-overlay-color-alpha: 0.4;
	--aa-panel-shadow: 0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);
	--aa-scrollbar-width: 13px;
	--aa-scrollbar-track-background-color-rgb: 234,234,234;
	--aa-scrollbar-track-background-color-alpha: 0;
	--aa-scrollbar-thumb-background-color-rgb: #00737A;
	--aa-scrollbar-thumb-background-color-alpha: 1
}

@media(hover:none)and (pointer:coarse) {
	:root {
		--aa-spacing-factor: 1.2;
		--aa-action-icon-size: 22px
	}
}

body.dark,body[data-theme=dark] {
	--aa-text-color-rgb: 183,192,199;
	--aa-primary-color-rgb: 146,138,255;
	--aa-muted-color-rgb: 146,138,255;
	--aa-input-background-color-rgb: 0,3,9;
	--aa-background-color-rgb: 21,24,42;
	--aa-selected-color-rgb: 146,138,255;
	--aa-selected-color-alpha: 0.25;
	--aa-description-highlight-background-color-rgb: 0 255 255;
	--aa-description-highlight-background-color-alpha: 0.25;
	--aa-icon-color-rgb: 119,119,163;
	--aa-panel-shadow: inset 1px 1px 0 0 #2c2e40,0 3px 8px 0 #000309;
	--aa-scrollbar-track-background-color-rgb: 44,46,64;
	--aa-scrollbar-thumb-background-color-rgb: var(--aa-background-color-rgb)
}

.aa-Autocomplete *,.aa-DetachedFormContainer *,.aa-Panel * {
	box-sizing: border-box
}

.aa-Autocomplete,.aa-DetachedFormContainer,.aa-Panel {
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
	font-family: inherit;
	font-family: var(--aa-font-family);
	font-size: 16px;
	font-size: var(--aa-font-size);
	font-weight: 400;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	z-index: 100
}

.aa-Form {
	background-color: #fff;
	background-color: rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));
	border: 1px solid rgba(128,126,163,.8);
	border: 1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));
	border-radius: 3px;
	display: flex;
	line-height: 1em;
	margin: 0;
	position: relative;
	width: 100%
}

.aa-Form[focus-within] {
	border-color: #3e34d3;
	border-color: rgba(var(--aa-primary-color-rgb),1);
	box-shadow: 0 0 0 2px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);
	box-shadow: rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;
	outline: medium none currentColor
}

.aa-Form:focus-within {
	border-color: #3e34d3;
	border-color: rgba(var(--aa-primary-color-rgb),1);
	box-shadow: 0 0 0 2px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);
	box-shadow: rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;
	outline: medium none currentColor
}

.aa-InputWrapperPrefix {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	order: 1
}

.aa-Label,.aa-LoadingIndicator {
	cursor: auto;
	flex-shrink: 0;
	height: 100%;
	padding: 0;
	text-align: left
}

.aa-Label svg,.aa-LoadingIndicator svg {
	color: #3e34d3;
	color: rgba(var(--aa-primary-color-rgb),1);
	height: auto;
	max-height: 20px;
	max-height: var(--aa-input-icon-size);
	stroke-width: 1.6;
	stroke-width: var(--aa-icon-stroke-width);
	width: 20px;
	width: var(--aa-input-icon-size)
}

.aa-Label {
	margin: 0
}

.aa-LoadingIndicator,.aa-SubmitButton {
	height: 100%;
	padding-left: 11px;
	padding-left: calc(var(--aa-spacing)*.75 - 1px);
	padding-right: 8px;
	padding-right: var(--aa-spacing-half);
	width: 47px;
	width: calc(var(--aa-spacing)*1.75 + var(--aa-icon-size) - 1px)
}

@media(hover:none)and (pointer:coarse) {
	.aa-LoadingIndicator,.aa-SubmitButton {
		padding-left: 3px;
		padding-left: calc(var(--aa-spacing-half)/2 - 1px);
		width: 39px;
		width: calc(var(--aa-icon-size) + var(--aa-spacing)*1.25 - 1px)
	}
}

.aa-SubmitButton {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	margin: 0
}

.aa-LoadingIndicator {
	align-items: center;
	display: flex;
	justify-content: center
}

.aa-LoadingIndicator[hidden] {
	display: none
}

.aa-InputWrapper {
	order: 3;
	position: relative;
	width: 100%
}

.aa-Input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
	font: inherit;
	height: 44px;
	height: var(--aa-search-input-height);
	padding: 0;
	width: 100%
}

.aa-Input::-moz-placeholder {
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	opacity: 1
}

.aa-Input::placeholder {
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	opacity: 1
}

.aa-Input:focus {
	border-color: none;
	box-shadow: none;
	outline: none
}

.aa-Input::-webkit-search-cancel-button,.aa-Input::-webkit-search-decoration,.aa-Input::-webkit-search-results-button,.aa-Input::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none
}

.aa-InputWrapperSuffix {
	align-items: center;
	display: flex;
	order: 4
}

.aa-ClearButton {
	align-items: center;
	background: none;
	border: 0;
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	cursor: pointer;
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0 12.8333333333px;
	padding: 0 calc(var(--aa-spacing)*.83333 - .5px)
}

@media(hover:none)and (pointer:coarse) {
	.aa-ClearButton {
		padding: 0 10.1666666667px;
		padding: 0 calc(var(--aa-spacing)*.66667 - .5px)
	}
}

.aa-ClearButton:focus,.aa-ClearButton:hover {
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))
}

.aa-ClearButton[hidden] {
	display: none
}

.aa-ClearButton svg {
	stroke-width: 1.6;
	stroke-width: var(--aa-icon-stroke-width);
	width: 20px;
	width: var(--aa-icon-size)
}

.aa-Panel {
	background-color: #fff;
	background-color: rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
	border-radius: 4px;
	border-radius: calc(var(--aa-spacing)/4);
	box-shadow: 0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);
	box-shadow: var(--aa-panel-shadow);
	margin: 8px 0 0;
	overflow: hidden;
	position: absolute;
	transition: opacity .2s ease-in,filter .2s ease-in
}

@media screen and (prefers-reduced-motion) {
	.aa-Panel {
		transition: none
	}
}

.aa-Panel button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: 0;
	margin: 0;
	padding: 0
}

.aa-PanelLayout {
	height: 100%;
	margin: 0;
	max-height: 650px;
	max-height: var(--aa-panel-max-height);
	overflow-y: auto;
	padding: 0;
	position: relative;
	text-align: left
}

.aa-PanelLayoutColumns--twoGolden {
	display: grid;
	grid-template-columns: 39.2% auto;
	overflow: hidden;
	padding: 0
}

.aa-PanelLayoutColumns--two {
	display: grid;
	grid-template-columns: repeat(2,minmax(0,1fr));
	overflow: hidden;
	padding: 0
}

.aa-PanelLayoutColumns--three {
	display: grid;
	grid-template-columns: repeat(3,minmax(0,1fr));
	overflow: hidden;
	padding: 0
}

.aa-Panel--stalled .aa-Source {
	filter: grayscale(1);
	opacity: .8
}

.aa-Panel--scrollable {
	margin: 0;
	max-height: 650px;
	max-height: var(--aa-panel-max-height);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 8px;
	padding: var(--aa-spacing-half);
	scrollbar-color: #fff #eaeaea;
	scrollbar-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha)) rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));
	scrollbar-width: thin
}

.aa-Panel--scrollable::-webkit-scrollbar {
	width: 13px;
	width: var(--aa-scrollbar-width)
}

.aa-Panel--scrollable::-webkit-scrollbar-track {
	background-color: #eaeaea;
	background-color: rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha))
}

.aa-Panel--scrollable::-webkit-scrollbar-thumb {
	background-color: #fff;
	background-color: rgba(var(--aa-scrollbar-thumb-background-color-rgb),var(--aa-scrollbar-thumb-background-color-alpha));
	border-color: #eaeaea;
	border-color: rgba(var(--aa-scrollbar-track-background-color-rgb),var(--aa-scrollbar-track-background-color-alpha));
	border-radius: 9999px;
	border-style: solid;
	border-width: 3px 2px 3px 3px
}

.aa-Source {
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%
}

.aa-Source:empty {
	display: none
}

.aa-SourceNoResults {
	font-size: 1em;
	margin: 0;
	padding: 16px;
	padding: var(--aa-spacing)
}

.aa-List {
	list-style: none;
	margin: 0
}

.aa-List,.aa-SourceHeader {
	padding: 0;
	position: relative
}

.aa-SourceHeader {
	margin: 8px .5em 8px 0;
	margin: var(--aa-spacing-half) .5em var(--aa-spacing-half) 0
}

.aa-SourceHeader:empty {
	display: none
}

.aa-SourceHeaderTitle {
	background: #fff;
	background: rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
	color: #3e34d3;
	color: rgba(var(--aa-primary-color-rgb),1);
	display: inline-block;
	font-size: .8em;
	font-weight: 600;
	font-weight: var(--aa-font-weight-semibold);
	margin: 0;
	padding: 0 8px 0 0;
	padding: 0 var(--aa-spacing-half) 0 0;
	position: relative;
	z-index: 9999;
	z-index: var(--aa-base-z-index)
}

.aa-SourceHeaderLine {
	border-bottom: 1px solid #3e34d3;
	border-bottom: 1px solid rgba(var(--aa-primary-color-rgb),1);
	display: block;
	height: 2px;
	left: 0;
	margin: 0;
	opacity: .3;
	padding: 0;
	position: absolute;
	right: 0;
	top: 8px;
	top: var(--aa-spacing-half);
	z-index: 9998;
	z-index: calc(var(--aa-base-z-index) - 1)
}

.aa-SourceFooterSeeAll {
	background: linear-gradient(180deg,#fff,rgba(128,126,163,.14));
	background: linear-gradient(180deg,rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha)),rgba(128,126,163,.14));
	border: 1px solid rgba(128,126,163,.6);
	border: 1px solid rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	border-radius: 5px;
	box-shadow: inset 0 0 2px #fff,0 2px 2px -1px rgba(76,69,88,.15);
	color: inherit;
	font-size: .95em;
	font-weight: 500;
	font-weight: var(--aa-font-weight-medium);
	padding: .475em 1em .6em;
	text-decoration: none
}

.aa-SourceFooterSeeAll:focus,.aa-SourceFooterSeeAll:hover {
	border: 1px solid #3e34d3;
	border: 1px solid rgba(var(--aa-primary-color-rgb),1);
	color: #3e34d3;
	color: rgba(var(--aa-primary-color-rgb),1)
}

.aa-Item {
	align-items: center;
	border-radius: 3px;
	cursor: pointer;
	display: grid;
	min-height: 40px;
	min-height: calc(var(--aa-spacing)*2.5);
	padding: 4px;
	padding: calc(var(--aa-spacing-half)/2)
}

.aa-Item[aria-selected=true] {
	background-color: rgba(179,173,214,.205);
	background-color: rgba(var(--aa-selected-color-rgb),var(--aa-selected-color-alpha))
}

.aa-Item[aria-selected=true] .aa-ActiveOnly,.aa-Item[aria-selected=true] .aa-ItemActionButton {
	visibility: visible
}

.aa-ItemIcon {
	align-items: center;
	background: #fff;
	background: rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(128,126,163,.3);
	box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));
	color: #7777a3;
	color: rgba(var(--aa-icon-color-rgb),var(--aa-icon-color-alpha));
	display: flex;
	flex-shrink: 0;
	font-size: .7em;
	height: 28px;
	height: calc(var(--aa-icon-size) + var(--aa-spacing-half));
	justify-content: center;
	overflow: hidden;
	stroke-width: 1.6;
	stroke-width: var(--aa-icon-stroke-width);
	text-align: center;
	width: 28px;
	width: calc(var(--aa-icon-size) + var(--aa-spacing-half))
}

.aa-ItemIcon img {
	height: auto;
	max-height: 20px;
	max-height: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
	max-width: 20px;
	max-width: calc(var(--aa-icon-size) + var(--aa-spacing-half) - 8px);
	width: auto
}

.aa-ItemIcon svg {
	height: 20px;
	height: var(--aa-icon-size);
	width: 20px;
	width: var(--aa-icon-size)
}

.aa-ItemIcon--alignTop {
	align-self: flex-start
}

.aa-ItemIcon--noBorder {
	background: none;
	box-shadow: none
}

.aa-ItemIcon--picture {
	height: 96px;
	width: 96px
}

.aa-ItemIcon--picture img {
	max-height: 100%;
	max-width: 100%;
	padding: 8px;
	padding: var(--aa-spacing-half)
}

.aa-ItemContent {
	align-items: center;
	cursor: pointer;
	display: grid;
	grid-gap: 8px;
	gap: 8px;
	grid-gap: var(--aa-spacing-half);
	gap: var(--aa-spacing-half);
	grid-auto-flow: column;
	line-height: 1.25em;
	overflow: hidden
}

.aa-ItemContent:empty {
	display: none
}

.aa-ItemContent mark {
	background: none;
	color: #262627;
	font-style: normal;
	font-weight: 700
}

.aa-ItemContent--dual {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left
}

.aa-ItemContent--dual .aa-ItemContentSubtitle,.aa-ItemContent--dual .aa-ItemContentTitle {
	display: block
}

.aa-ItemContent--indented {
	padding-left: 36px;
	padding-left: calc(var(--aa-icon-size) + var(--aa-spacing))
}

.aa-ItemContentBody {
	display: grid;
	grid-gap: 4px;
	gap: 4px;
	grid-gap: calc(var(--aa-spacing-half)/2);
	gap: calc(var(--aa-spacing-half)/2)
}

.aa-ItemContentTitle {
	display: inline-block;
	margin: 0 .5em 0 0;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap
}

.aa-ItemContentSubtitle {
	font-size: .92em
}

.aa-ItemContentSubtitleIcon:before {
	border-color: rgba(128,126,163,.64);
	border-color: rgba(var(--aa-muted-color-rgb),.64);
	border-style: solid;
	content: "";
	display: inline-block;
	left: 1px;
	position: relative;
	top: -3px
}

.aa-ItemContentSubtitle--inline .aa-ItemContentSubtitleIcon:before {
	border-width: 0 0 1.5px;
	margin-left: 8px;
	margin-left: var(--aa-spacing-half);
	margin-right: 4px;
	margin-right: calc(var(--aa-spacing-half)/2);
	width: 10px;
	width: calc(var(--aa-spacing-half) + 2px)
}

.aa-ItemContentSubtitle--standalone {
	align-items: center;
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
	display: grid;
	grid-gap: 8px;
	gap: 8px;
	grid-gap: var(--aa-spacing-half);
	gap: var(--aa-spacing-half);
	grid-auto-flow: column;
	justify-content: start
}

.aa-ItemContentSubtitle--standalone .aa-ItemContentSubtitleIcon:before {
	border-radius: 0 0 0 3px;
	border-width: 0 0 1.5px 1.5px;
	height: 8px;
	height: var(--aa-spacing-half);
	width: 8px;
	width: var(--aa-spacing-half)
}

.aa-ItemContentSubtitleCategory {
	color: #807ea3;
	color: rgba(var(--aa-muted-color-rgb),1);
	font-weight: 500
}

.aa-ItemContentDescription {
	color: #262627;
	font-size: .85em;
	max-width: 100%;
	overflow-x: hidden;
	text-overflow: ellipsis
}

.aa-ItemContentDescription:empty {
	display: none
}

.aa-ItemContentDescription mark {
	background: rgba(245,223,77,.5);
	background: rgba(var(--aa-description-highlight-background-color-rgb),var(--aa-description-highlight-background-color-alpha));
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
	font-style: normal;
	font-weight: 500;
	font-weight: var(--aa-font-weight-medium)
}

.aa-ItemContentDash {
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	display: none;
	opacity: .4
}

.aa-ItemContentTag {
	background-color: rgba(62,52,211,.2);
	background-color: rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha));
	border-radius: 3px;
	margin: 0 .4em 0 0;
	padding: .08em .3em
}

.aa-ItemLink,.aa-ItemWrapper {
	align-items: center;
	color: inherit;
	display: grid;
	grid-gap: 4px;
	gap: 4px;
	grid-gap: calc(var(--aa-spacing-half)/2);
	gap: calc(var(--aa-spacing-half)/2);
	grid-auto-flow: column;
	justify-content: space-between;
	width: 100%
}

.aa-ItemLink {
	color: inherit;
	text-decoration: none
}

.aa-ItemActions {
	display: grid;
	grid-auto-flow: column;
	height: 100%;
	justify-self: end;
	margin: 0 -5.3333333333px;
	margin: 0 calc(var(--aa-spacing)/-3);
	padding: 0 2px 0 0
}

.aa-ItemActionButton {
	align-items: center;
	background: none;
	border: 0;
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	cursor: pointer;
	display: flex;
	flex-shrink: 0;
	padding: 0
}

.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg {
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha))
}

@media(hover:none)and (pointer:coarse) {
	.aa-ItemActionButton:focus svg,.aa-ItemActionButton:hover svg {
		color: inherit
	}
}

.aa-ItemActionButton svg {
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	margin: 5.3333333333px;
	margin: calc(var(--aa-spacing)/3);
	stroke-width: 1.6;
	stroke-width: var(--aa-icon-stroke-width);
	width: 20px;
	width: var(--aa-action-icon-size)
}

.aa-ActiveOnly {
	visibility: hidden
}

.aa-PanelHeader {
	align-items: center;
	background: #3e34d3;
	background: rgba(var(--aa-primary-color-rgb),1);
	color: #fff;
	display: grid;
	height: var(--aa-modal-header-height);
	margin: 0;
	padding: 8px 16px;
	padding: var(--aa-spacing-half) var(--aa-spacing);
	position: relative
}

.aa-PanelHeader:after {
	background-image: linear-gradient(#fff,hsla(0,0%,100%,0));
	background-image: linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));
	bottom: -8px;
	bottom: calc(var(--aa-spacing-half)*-1);
	content: "";
	height: 8px;
	height: var(--aa-spacing-half);
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0
}

.aa-PanelFooter,.aa-PanelHeader:after {
	z-index: 9999;
	z-index: var(--aa-base-z-index)
}

.aa-PanelFooter {
	background-color: #fff;
	background-color: rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
	box-shadow: inset 0 1px 0 rgba(128,126,163,.3);
	box-shadow: inset 0 1px 0 rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 16px;
	padding: var(--aa-spacing);
	position: relative
}

.aa-PanelFooter:after {
	background-image: linear-gradient(hsla(0,0%,100%,0),rgba(128,126,163,.6));
	background-image: linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha)));
	content: "";
	height: 16px;
	height: var(--aa-spacing);
	left: 0;
	opacity: .12;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -16px;
	top: calc(var(--aa-spacing)*-1);
	z-index: 9998;
	z-index: calc(var(--aa-base-z-index) - 1)
}

.aa-DetachedContainer {
	background: #fff;
	background: rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
	bottom: 0;
	box-shadow: 0 0 0 1px rgba(35,38,59,.1),0 6px 16px -4px rgba(35,38,59,.15);
	box-shadow: var(--aa-panel-shadow);
	display: flex;
	flex-direction: column;
	left: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	z-index: var(--aa-base-z-index)
}

.aa-DetachedContainer:after {
	height: 32px
}

.aa-DetachedContainer .aa-SourceHeader {
	margin: 8px 0 8px 2px;
	margin: var(--aa-spacing-half) 0 var(--aa-spacing-half) 2px
}

.aa-DetachedContainer .aa-Panel {
	background-color: #fff;
	background-color: rgba(var(--aa-background-color-rgb),var(--aa-background-color-alpha));
	border-radius: 0;
	box-shadow: none;
	flex-grow: 1;
	margin: 0;
	padding: 0;
	position: relative
}

.aa-DetachedContainer .aa-PanelLayout {
	bottom: 0;
	box-shadow: none;
	left: 0;
	margin: 0;
	max-height: none;
	overflow-y: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.aa-DetachedFormContainer {
	border-bottom: 1px solid rgba(128,126,163,.3);
	border-bottom: 1px solid rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha));
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0;
	padding: 8px;
	padding: var(--aa-spacing-half)
}

.aa-DetachedCancelButton {
	background: none;
	border: 0;
	border-radius: 3px;
	color: inherit;
	color: #262627;
	color: rgba(var(--aa-text-color-rgb),var(--aa-text-color-alpha));
	cursor: pointer;
	font: inherit;
	margin: 0 0 0 8px;
	margin: 0 0 0 var(--aa-spacing-half);
	padding: 0 8px;
	padding: 0 var(--aa-spacing-half)
}

.aa-DetachedCancelButton:focus,.aa-DetachedCancelButton:hover {
	box-shadow: inset 0 0 0 1px rgba(128,126,163,.3);
	box-shadow: inset 0 0 0 1px rgba(var(--aa-panel-border-color-rgb),var(--aa-panel-border-color-alpha))
}

.aa-DetachedContainer--modal {
	border-radius: 6px;
	bottom: inherit;
	height: auto;
	margin: 0 auto;
	max-width: 680px;
	max-width: var(--aa-detached-modal-max-width);
	position: absolute;
	top: 3%
}

.aa-DetachedContainer--modal .aa-PanelLayout {
	max-height: 500px;
	max-height: var(--aa-detached-modal-max-height);
	padding-bottom: 8px;
	padding-bottom: var(--aa-spacing-half);
	position: static
}

.aa-DetachedSearchButton {
	align-items: center;
	background-color: #fff;
	background-color: rgba(var(--aa-input-background-color-rgb),var(--aa-input-background-color-alpha));
	border: 1px solid rgba(128,126,163,.8);
	border: 1px solid rgba(var(--aa-input-border-color-rgb),var(--aa-input-border-color-alpha));
	border-radius: 3px;
	color: rgba(128,126,163,.6);
	color: rgba(var(--aa-muted-color-rgb),var(--aa-muted-color-alpha));
	cursor: pointer;
	display: flex;
	font: inherit;
	font-family: inherit;
	font-family: var(--aa-font-family);
	font-size: 16px;
	font-size: var(--aa-font-size);
	height: 44px;
	height: var(--aa-search-input-height);
	margin: 0;
	padding: 0 5.5px;
	padding: 0 calc(var(--aa-search-input-height)/8);
	position: relative;
	text-align: left;
	width: 100%
}

.aa-DetachedSearchButton:focus {
	border-color: #3e34d3;
	border-color: rgba(var(--aa-primary-color-rgb),1);
	box-shadow: 0 0 0 3px rgba(62,52,211,.2),inset 0 0 0 2px rgba(62,52,211,.2);
	box-shadow: rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 3px,inset rgba(var(--aa-primary-color-rgb),var(--aa-primary-color-alpha)) 0 0 0 2px;
	outline: medium none currentColor
}

.aa-DetachedSearchButtonIcon {
	align-items: center;
	color: #3e34d3;
	color: rgba(var(--aa-primary-color-rgb),1);
	cursor: auto;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 36px;
	width: calc(var(--aa-icon-size) + var(--aa-spacing))
}

.aa-Detached {
	height: 100vh;
	overflow: hidden
}

.aa-DetachedOverlay {
	background-color: hsla(244,6%,48%,.4);
	background-color: rgba(var(--aa-overlay-color-rgb),var(--aa-overlay-color-alpha));
	height: 100vh;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	z-index: calc(var(--aa-base-z-index) - 1)
}

.aa-GradientBottom,.aa-GradientTop {
	height: 8px;
	height: var(--aa-spacing-half);
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	z-index: 9999;
	z-index: var(--aa-base-z-index)
}

.aa-GradientTop {
	background-image: linear-gradient(#fff,hsla(0,0%,100%,0));
	background-image: linear-gradient(rgba(var(--aa-background-color-rgb),1),rgba(var(--aa-background-color-rgb),0));
	top: 0
}

.aa-GradientBottom {
	background-image: linear-gradient(hsla(0,0%,100%,0),#fff);
	background-image: linear-gradient(rgba(var(--aa-background-color-rgb),0),rgba(var(--aa-background-color-rgb),1));
	border-bottom-left-radius: 4px;
	border-bottom-left-radius: calc(var(--aa-spacing)/4);
	border-bottom-right-radius: 4px;
	border-bottom-right-radius: calc(var(--aa-spacing)/4);
	bottom: 0
}

@media(hover:none)and (pointer:coarse) {
	.aa-DesktopOnly {
		display: none
	}
}

@media(hover:hover) {
	.aa-TouchOnly {
		display: none
	}
}

.aa-SubmitButton {
	position: relative
}

.aa-SubmitButton svg.aa-SubmitIcon {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.aa-SourceHeader {
	margin-bottom: 0;
	padding-left: 10px
}

.aa-List,.aa-SourceNoResults {
	padding: 10px
}

.aa-List .aa-Item {
	margin-bottom: 0;
	padding: .75rem
}

.aa-List .aa-ItemContent {
	gap: 1rem;
	grid-template-columns: 15% 85%
}

.aa-List .aa-ItemContent .aa-ItemIcon {
	height: 100%;
	width: 100%
}

.aa-List .aa-ItemContent .aa-ItemIcon img {
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.aa-List .aa-ItemContent .aa-ItemContentTitle {
	text-transform: uppercase
}

.ais-Hits ol,.ais-Hits ul {
	margin: 0;
	padding: 0
}

.ais-Pagination ol,.ais-Pagination ul {
	list-style: none
}

.ais-Pagination-list {
	flex-wrap: wrap;
	gap: 6px
}

.ais-Menu-showMore--disabled,.ais-RefinementList-showMore--disabled {
	display: none
}

.ais-SearchBox {
	width: 100%
}

.ais-SearchBox-submit {
	display: none
}

.ais-Panel {
	margin-bottom: 25px
}

.ais-Panel ol,.ais-Panel ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.ais-Panel-collapseIcon {
	color: #000
}

@media only screen and (min-width:768px) {
	.ais-Panel-collapseIcon {
		display: none
	}
}

.ais-Panel-collapseButton {
	background-color: inherit;
	border: none
}

.ais-CurrentRefinements {
	display: block
}

.ais-CurrentRefinements-list {
	display: block;
	margin: 0;
	padding: 0
}

.ais-CurrentRefinements-item {
	align-items: center;
	background-color: transparent;
	gap: 12px;
	margin: 0;
	max-width: 100vw;
	overflow: auto;
	padding: 6px 0 12px
}

.ais-CurrentRefinements-category {
	background-color: #e24a01;
	border-radius: 31px;
	margin-left: 0;
	padding: 4px 16px
}

.ais-CurrentRefinements-label {
	color: #3f3f3f;
	font-size: 16px;
	margin-right: 0
}

.ais-CurrentRefinements-categoryLabel {
	font-size: 16px
}

.ais-CurrentRefinements-delete:hover {
	background: transparent
}

.ais-ClearRefinements {
	height: 100%
}

.ais-ClearRefinements-button {
	background: #384371;
	border-radius: 31px;
	height: auto;
	line-height: 1;
	padding: 12px 16px
}

.ais-CurrentRefinements-reset,.ais-GeoSearch-redo,.ais-GeoSearch-reset,.ais-HierarchicalMenu-showMore,.ais-InfiniteHits-loadMore,.ais-InfiniteHits-loadPrevious,.ais-InfiniteResults-loadMore,.ais-Menu-showMore,.ais-RefinementList-showMore {
	padding: .5em .7em
}

.ais-InfiniteHits-loadMore--disabled {
	display: none
}

.cmswt-InstantSearch {
	box-sizing: border-box
}

.cmswt-InstantSearch * {
	box-sizing: inherit
}

.cmswt-InstantSearch ol,.cmswt-InstantSearch ul {
	margin: 0;
	padding: 0
}

@media only screen and (min-width:768px) {
	.cmswt-InstantSearch {
		display: flex;
		flex-wrap: wrap;
		gap: 1em;
		margin-bottom: 1em
	}
}

.cmswt-InstantSearch .rheostat-tooltip {
	word-break: normal
}

.cmswt-InstantSearch .cmswt-noSearchResults {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%)
}

.cmswt-Header {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	width: 100%
}

@media screen and (max-width:575px) {
	.cmswt-Header {
		display: flex
	}
}

@media only screen and (min-width:576px) {
	.cmswt-Header {
		margin-bottom: 12px
	}
}

@media only screen and (min-width:768px) {
	.cmswt-Header {
		border-bottom: none;
		margin-bottom: 0
	}
}

.cmswt-SubHeader {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 1em auto;
	width: 100%
}

@media screen and (max-width:575px) {
	.cmswt-SubHeader {
		margin: 0 0 .5em
	}
}

@media only screen and (min-width:576px) {
	.cmswt-SubHeader {
		align-items: center;
		margin: 0
	}
}

.cmswt-CollectionMenu {
	width: 100%
}

@media only screen and (min-width:576px) {
	.cmswt-CollectionMenu {
		width: auto
	}
}

@media screen and (max-width:575px) {
	.cmswt-CollectionMenu {
		flex-grow: 1;
		position: relative;
		width: calc(50% - 8px)
	}
}

.cmswt-CollectionMenu--singleSource .cmswt-CollectionMenu-current {
	border: none;
	display: block;
	padding-left: 0
}

.cmswt-CollectionMenu--singleSource .cmswt-CollectionMenu-current svg,.cmswt-CollectionMenu--singleSource .cmswt-IndexSwitcher {
	display: none
}

.cmswt-CollectionMenu-currentLabel {
	color: dimgray;
	font-weight: 400
}

.cmswt-CollectionMenu-current {
	border: 1.5px solid dimgray;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	padding: 10px 16px;
	position: relative;
	width: 100%
}

@media only screen and (min-width:576px) {
	.cmswt-CollectionMenu-current {
		display: none
	}
}

.cmswt-CollectionMenu-current svg {
	height: 20px;
	position: absolute;
	right: .25em;
	top: 50%;
	transform: translateY(-50%);
	width: 20px
}

.cmswt-CollectionMenu-current--listOpen {
	border-radius: 5px 5px 0 0;
	margin-bottom: 0
}

.cmswt-Sort {
	width: 100%
}

@media only screen and (min-width:576px) {
	.cmswt-Sort {
		margin-left: auto;
		width: auto
	}
}

@media screen and (max-width:575px) {
	.cmswt-Sort {
		grid-column: 1/3
	}
}

@media only screen and (min-width:768px) {
	.cmswt-MainPanel {
		width: calc(80% - 1em)
	}
}

.cmswt-MainPanel--fullWidth {
	width: 100%
}

.cmswt-FilterPanel {
	position: relative
}

.cmswt-FilterPanel--hidden {
	display: none
}

@media screen and (max-width:575px) {
	.cmswt-FilterPanel {
		margin-bottom: 1.5em
	}
}

@media only screen and (min-width:768px) {
	.cmswt-FilterPanel {
		width: 20%
	}
}

.cmswt-FilterPanel-toggle {
	border: 1.5px solid dimgray;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px 16px;
	position: relative;
	width: 100%
}

@media screen and (max-width:575px) {
	.cmswt-FilterPanel-toggle {
		flex-grow: 1;
		width: calc(50% - 8px)
	}
}

@media only screen and (min-width:576px) {
	.cmswt-FilterPanel-toggle {
		display: none
	}
}

.cmswt-FilterPanel-toggle--hidden {
	display: none
}

.cmswt-FilterPanel-toggleLabel {
	color: dimgray;
	font-weight: 400
}

.cmswt-FilterPanel-toggleIcon {
	height: 20px;
	position: absolute;
	right: .25em;
	top: 50%;
	transform: translateY(-50%);
	width: 20px
}

.cmswt-FilterPanel-items {
	display: none
}

@media only screen and (min-width:576px) {
	.cmswt-FilterPanel-items {
		display: block
	}
}

@media screen and (max-width:575px) {
	.cmswt-FilterPanel-items {
		background: #fff;
		bottom: -50vh;
		display: block;
		height: 50vh;
		left: 0;
		position: fixed;
		transition: all .3s;
		width: 100%;
		z-index: -1
	}
}

.cmswt-FilterPanel-items--show {
	padding: 0;
	z-index: 999999
}

@media screen and (max-width:575px) {
	.cmswt-FilterPanel-items--show {
		bottom: 0
	}
}

.cmswt-FilterPanel-itemsPopupHeader {
	margin: 1.5rem auto;
	padding: 0 1.5rem;
	position: relative
}

@media only screen and (min-width:576px) {
	.cmswt-FilterPanel-itemsPopupHeader {
		display: none
	}
}

.cmswt-FilterPanel-itemsPopupLabel {
	position: relative
}

.cmswt-FilterPanel-itemsPopupLabel svg {
	cursor: pointer
}

.cmswt-FilterPanel-itemsPopupLabelHeader {
	color: #2e2e2e;
	font-size: 20px;
	font-weight: 600
}

.cmswt-FilterPanel-itemsPopupHeaderCloseLogo {
	height: 24px;
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px
}

@media screen and (max-width:575px) {
	.cmswt-FilterPanel-itemsContent {
		height: 27vh;
		overflow-y: scroll;
		padding: 0 1.5rem
	}
}

.cmswt-FilterPanel-itemsFooter {
	bottom: 0;
	left: 0;
	padding: 1.5rem;
	position: absolute;
	width: 100%
}

@media only screen and (min-width:576px) {
	.cmswt-FilterPanel-itemsFooter {
		display: none
	}
}

.cmswt-FilterPanel a.cmswt-FilterPanel-itemsFooterCloseLink {
	background: #e24a01;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%
}

.cmswt-SearchBox {
	width: 100%
}

@media screen and (max-width:575px) {
	.cmswt-SearchBox {
		grid-column: 1/3
	}
}

.cmswt-InstantSearch .ais-SearchBox {
	width: 100%
}

.cmswt-InstantSearch .ais-SearchBox-form:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2717%27 height=%2718%27 fill=%27none%27%3E%3Cpath fill=%27%23696969%27 fill-rule=%27evenodd%27 d=%27M13.7 7.5a6.2 6.2 0 1 1-12.4 0 6.2 6.2 0 0 1 12.4 0m-1.848 6.109a7.5 7.5 0 1 1 .99-.844l3.524 3.912a.65.65 0 1 1-.966.87z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px
}

@media screen and (max-width:575px) {
	.cmswt-InstantSearch .ais-SearchBox-form:after {
		width: 26px
	}
}

.cmswt-InstantSearch .ais-SearchBox-input {
	background: none;
	border: 1.5px solid dimgray;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	padding: 12px 16px
}

.cmswt-InstantSearch .ais-SearchBox-input::-moz-placeholder {
	color: #000;
	font-weight: 400
}

.cmswt-InstantSearch .ais-SearchBox-input::placeholder {
	color: #000;
	font-weight: 400
}

.cmswt-InstantSearch .ais-SearchBox-submit {
	display: none
}

.cmswt-InstantSearch .ais-SortBy-select {
	color: dimgray;
	min-width: 200px;
	padding: .85em .6em;
	width: 100%
}

@media screen and (max-width:575px) {
	.cmswt-InstantSearch .ais-SortBy-select {
		background-position: 97% 50%;
		border: 1.5px solid dimgray
	}
}

@media only screen and (min-width:768px) {
	.cmswt-InstantSearch .ais-SortBy-select {
		border: 1.5px solid #9e9e9e;
		min-width: 200px;
		padding: .6em;
		width: auto
	}
}

.cmswt-InstantSearch .ais-Panel-collapseIcon {
	color: #000
}

@media only screen and (min-width:768px) {
	.cmswt-InstantSearch .ais-Panel-collapseIcon {
		display: none
	}
}

.cmswt-InstantSearch .ais-Panel-collapseButton {
	background-color: inherit;
	border: none;
	cursor: pointer;
	height: 100%;
	outline: none;
	width: 100%
}

.cmswt-InstantSearch .ais-Panel-collapseButton span {
	display: none;
	float: right
}

.cmswt-InstantSearch .ais-Panel-header {
	font-size: 14px;
	font-weight: 600;
	padding: .5rem 0;
	position: relative
}

.cmswt-InstantSearch .ais-Panel-header:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%277%27 fill=%27none%27%3E%3Cpath fill=%27%23696969%27 d=%27M11.67 0 6.5 4.623 1.33 0 0 1.189 6.5 7 13 1.189z%27/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 7px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	transition: all .3s ease-in-out;
	width: 14px;
	z-index: -1
}

.cmswt-InstantSearch .ais-Panel--collapsed .ais-Panel-header:after {
	transform: translateY(-50%) rotate(0deg)
}

.cmswt-Refinements {
	display: none
}

@media only screen and (min-width:768px) {
	.cmswt-Refinements {
		display: block;
		width: 100%
	}
}

.cmswt-ClearRefinements {
	display: block;
	margin-top: 8px
}

.cmswt-ClearRefinements .ais-ClearRefinements-button--disabled {
	display: none
}

.cmswt-InstantSearch .ais-RefinementList ol,.cmswt-InstantSearch .ais-RefinementList ul {
	padding: 0
}

.cmswt-InstantSearch .ais-RefinementList-searchBox .ais-SearchBox-submit {
	display: none
}

.cmswt-InstantSearch .ais-RefinementList-label {
	align-items: baseline;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	gap: .35em;
	row-gap: .5em
}

.cmswt-InstantSearch .ais-RefinementList-count {
	margin-left: auto
}

.cmswt-InstantSearch .ais-RefinementList-showMore {
	background-color: #e24a01;
	font-size: 16px
}

.cmswt-InstantSearch .ais-Menu-link {
	display: flex;
	justify-content: space-between
}

.cmswt-InstantSearch .cmswt-Pagination {
	margin-top: 2em
}

.cmswt-InstantSearch .ais-Pagination-link {
	border: none;
	color: #3e3e3e;
	padding: .1em .6em;
	text-decoration: none
}

.cmswt-InstantSearch .ais-Pagination-link:hover {
	background-color: #e24a01;
	color: #fff
}

.cmswt-InstantSearch .ais-Pagination--noRefinement {
	display: none
}

.cmswt-InstantSearch .ais-Pagination-item--selected .ais-Pagination-link {
	background-color: #e24a01;
	color: #fff
}

.ais-Hits-list,.ais-InfiniteHits-list {
	display: grid;
	gap: 1rem;
	list-style: none;
	margin: 0;
	padding: 0
}

.ais-Hits-item,.ais-InfiniteHits-item {
	border: none;
	border-radius: 12px;
	box-shadow: none;
	margin: 0;
	padding: 0;
	width: 100%
}

.ais-Hits-item .hit-header--link,.ais-InfiniteHits-item .hit-header--link {
	text-decoration: none;
	width: 100%
}

.ais-Hits-item .hit-description,.ais-InfiniteHits-item .hit-description {
	height: auto;
	line-height: 1.25rem;
	max-height: 99px;
	overflow: hidden;
	padding-top: 24px;
	text-overflow: ellipsis;
	word-break: break-word
}

.ais-Hits-item .hit-link,.ais-InfiniteHits-item .hit-link {
	margin-top: 12px
}

.ais-Hits--empty,.ais-InfiniteHits--empty {
	min-height: 100px;
	position: relative
}

.cmswt-IndexSwitcher {
	border-radius: 5px;
	display: none;
	flex-wrap: wrap;
	list-style: none;
	margin: 1rem 0
}

@media screen and (max-width:575px) {
	.cmswt-InstantSearch .cmswt-IndexSwitcher {
		background: #fcfcfc;
		border: 1px solid dimgray;
		margin-bottom: .5em;
		position: absolute;
		top: 46px;
		width: 100%;
		z-index: 9999
	}
}

@media only screen and (min-width:576px) {
	.cmswt-IndexSwitcher {
		display: flex
	}
}

.cmswt-IndexSwitcher--block {
	border-radius: 0 0 5px 5px;
	border-top: 0;
	display: block
}

.cmswt-IndexSwitcher.hide {
	display: none
}

.cmswt-InstantSearch .cmswt-IndexSwitcher-item {
	margin: 0;
	position: relative
}

.cmswt-InstantSearch .cmswt-IndexSwitcher-item .cmswt-IndexSwitcher-link {
	color: #4f4f4f;
	display: inline-block;
	padding: 8px 16px;
	text-decoration: none;
	width: 100%
}

.cmswt-InstantSearch .cmswt-IndexSwitcher-item .cmswt-IndexSwitcher-link:focus {
	border: none;
	outline: none
}

@media only screen and (min-width:576px) {
	.cmswt-InstantSearch .cmswt-IndexSwitcher-item.active .cmswt-IndexSwitcher-link,.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover .cmswt-IndexSwitcher-link {
		font-weight: 600
	}

	.cmswt-InstantSearch .cmswt-IndexSwitcher-item.active:after,.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover:after {
		background: #e24a01;
		bottom: -1px;
		content: "";
		display: inline-block;
		height: 4px;
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 999
	}
}

.cmswt-InstantSearch .cmswt-IndexSwitcher-item.active .cmswt-IndexSwitcher-link,.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover .cmswt-IndexSwitcher-link {
	color: #4f4f4f
}

@media only screen and (min-width:576px) {
	.cmswt-InstantSearch .cmswt-IndexSwitcher-item.active .cmswt-IndexSwitcher-link,.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover .cmswt-IndexSwitcher-link {
		color: #e24a01;
		font-weight: 400
	}
}

@media screen and (max-width:575px) {
	.cmswt-InstantSearch .cmswt-IndexSwitcher-item.active,.cmswt-InstantSearch .cmswt-IndexSwitcher-item:hover {
		background: #eee;
		color: #4f4f4f;
		font-weight: 400
	}
}

.cmswt-Stats {
	display: none
}

@media only screen and (min-width:768px) {
	.cmswt-Stats {
		display: block;
		width: auto
	}
}

.cmswt-Stats .ais-Stats-text {
	color: #8b8b8b;
	font-size: 18px;
	font-weight: 400
}

.cmswt-Results .hit-cats {
	display: flex;
	flex-wrap: wrap;
	font-size: .8rem;
	gap: .5rem
}

.cmswt-Results .hit-content {
	margin-top: 24px;
	padding: 0
}

.cmswt-Results .hit-description {
	color: dimgray;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px
}

.cmswt-Results .hit-link {
	color: #e24a01;
	font-size: 15px;
	font-weight: 400
}

.cmswt-Results .hit-contentLink {
	text-decoration: none
}

.cmswt-Results .hit-contentLink h1,.cmswt-Results .hit-contentLink h2,.cmswt-Results .hit-contentLink h3,.cmswt-Results .hit-contentLink h4,.cmswt-Results .hit-contentLink h5,.cmswt-Results .hit-contentLink h6 {
	margin-bottom: 10px;
	margin-top: 0
}

.cmswt-Results .hit-contentLink .title {
	color: #000;
	font-size: 20px;
	font-weight: 500
}

.cmswt-Results .hit-meta {
	line-height: .8rem
}

.cmswt-Results .posted-on {
	color: #8b8b8b;
	display: inline;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5
}

.cmswt-Results .posted-by {
	color: dimgray;
	font-size: 16px;
	font-weight: 400
}

.cmswt-Results img {
	border-radius: 12px;
	height: 226px;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.cmswt-Results .cm-col-4 img,.cmswt-Results .cm-col-5 img {
	height: 140px
}

@media only screen and (min-width:576px) {
	.cmswt-Results .cm-col-1 .ais-Hits-item,.cmswt-Results .cm-col-1 .ais-InfiniteHits-item {
		display: flex
	}
}

@media only screen and (min-width:768px) {
	.cmswt-Results .cm-col-1 .ais-Hits-item,.cmswt-Results .cm-col-1 .ais-InfiniteHits-item {
		align-items: center;
		box-shadow: none
	}

	.cmswt-Results .cm-col-1 .ais-Hits-item .hit-header,.cmswt-Results .cm-col-1 .ais-InfiniteHits-item .hit-header {
		min-width: 180px
	}

	.cmswt-Results .cm-col-1 .ais-Hits-item .hit-header img,.cmswt-Results .cm-col-1 .ais-InfiniteHits-item .hit-header img {
		height: auto;
		max-width: 180px
	}

	.cmswt-Results .cm-col-1 .ais-Hits-item .hit-content,.cmswt-Results .cm-col-1 .ais-InfiniteHits-item .hit-content {
		padding-top: 0
	}

	.cmswt-Results .cm-col-2 {
		grid-template-columns: repeat(2,minmax(0,1fr))
	}

	.cmswt-Results .cm-col-3 {
		grid-template-columns: repeat(3,minmax(0,1fr))
	}

	.cmswt-Results .cm-col-4 {
		grid-template-columns: repeat(4,minmax(0,1fr))
	}

	.cmswt-Results .cm-col-5 {
		grid-template-columns: repeat(5,minmax(0,1fr))
	}
}

.cmswt-Result.active {
	display: block
}

.cmswt-InstantSearch-overlay {
	background: hsla(0,0%,4%,.78);
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2
}

.cmswt-InstantSearch--filterPanelOpen .cmswt-InstantSearch-overlay {
	display: block
}

@media only screen and (min-width:768px) {
	.cmswt-theme-modern .cmswt-SubHeader {
		width: 100%
	}

	.cmswt-theme-modern .cmswt-CollectionMenu {
		border-bottom: 1px solid rgba(79,79,79,.5);
		width: 100%
	}

	.cmswt-theme-modern .cmswt-IndexSwitcher {
		border: none
	}

	.cmswt-theme-modern .cmswt-IndexSwitcher-item.active,.cmswt-theme-modern .cmswt-IndexSwitcher-item:focus,.cmswt-theme-modern .cmswt-IndexSwitcher-item:hover,.cmswt-theme-modern .cmswt-IndexSwitcher-item:visited {
		background: none
	}

	.cmswt-theme-modern .cmswt-IndexSwitcher-item.active .cmswt-IndexSwitcher-link,.cmswt-theme-modern .cmswt-IndexSwitcher-item:focus .cmswt-IndexSwitcher-link,.cmswt-theme-modern .cmswt-IndexSwitcher-item:hover .cmswt-IndexSwitcher-link,.cmswt-theme-modern .cmswt-IndexSwitcher-item:visited .cmswt-IndexSwitcher-link {
		color: #e24a01;
		font-weight: 400
	}

	.cmswt-theme-modern .cmswt-Stats {
		width: auto
	}

	.cmswt-theme-modern .ais-Stats-text {
		color: #8b8b8b;
		font-size: 18px;
		font-weight: 400
	}

	.cmswt-theme-modern .ais-SortBy-select {
		border: 1.5px solid #9e9e9e;
		min-width: 200px;
		padding: .6em
	}
}

.cmswt-theme-modern .ais-Hits-item {
	box-shadow: none
}

.cmswt-theme-modern .ais-Hits-item .hit-header--link {
	display: block
}

.cmswt-theme-modern .hit-content {
	padding: 0
}

.cmswt-theme-modern .hit-link {
	display: block;
	text-align: right;
	width: 100%
}

@media only screen and (min-width:768px) {
	.cmswt-CollectionMenu {
		border-bottom: 1px solid rgba(79,79,79,.5);
		width: 100%
	}
}

.cmswt-InstantSearchPopup {
	background: rgba(0,0,0,.75);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transition: opacity .1s ease-in;
	width: 100%;
	z-index: -300
}

@media only screen and (min-width:768px) {
	.cmswt-InstantSearchPopup {
		padding: 3em
	}
}

.cmswt-InstantSearchPopup--active {
	opacity: 1;
	z-index: 999999
}

.cmswt-InstantSearchPopup--results {
	background: #fff;
	box-sizing: inherit;
	margin: 0 auto;
	padding: 4em 2em 2em;
	position: relative;
	width: 100%
}

@media only screen and (min-width:768px) {
	.cmswt-InstantSearchPopup--results {
		border-radius: 10px;
		max-width: 95%
	}
}

.cmswt-InstantSearchPopup--closeIcon {
	color: #000;
	height: 2rem;
	position: absolute;
	right: 2em;
	top: 1em;
	width: 2rem;
	z-index: 10
}

a.cm-swt-instant-search-popup--trigger-default {
	color: #000;
	text-decoration: none;
	oultine: none
}

a.cm-swt-instant-search-popup--trigger-default svg {
	width: 20px
}