/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-42f3fd7ecbd1e18e5e9c5cbbc2ba9ce4d81a388258a81833d38819a1406ff48d.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-9dab1725ee38e87989a48796505748157d0238ac72c25a072f5162aa61e2da06.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-6d81fc3fac3b17a25f4ef3eee1394642d38b1adba5c7442acef3b3c8b045cbe7.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-91e1ea5f253e72e2e9402cff2bb58fa98b5faa49f9ded999c760013b94ead7f8.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-6efc1db612130b63222e0f6bf54d37392c3f2bdb2c10ba50f5d0f1e14d63af61.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-943d9bc18134619d37406debd81636b63881363a019513c1d6e6cb13b5c5fb30.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Accordion 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/accordion/#theming
 */
/*

 */

.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
/*!
 * jQuery UI Autocomplete 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/autocomplete/#theming
 */
/*

 */

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/button/#theming
 */
/*

 */

.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	     user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 125+ */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/checkboxradio/#theming
 */
/*

 */


.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
/*!
 * jQuery UI Controlgroup 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/controlgroup/#theming
 */
/*

 */


.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/datepicker/#theming
 */
/*

 */

.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Dialog 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/dialog/#theming
 */
/*

 */

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
/*!
 * jQuery UI Draggable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/menu/#theming
 */
/*

 */

.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
/*!
 * jQuery UI Progressbar 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/progressbar/#theming
 */
/*

 */

.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/selectmenu/#theming
 */
/*

 */

.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
/*!
 * jQuery UI Sortable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Spinner 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/spinner/#theming
 */
/*

 */

.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*!
 * jQuery UI Tooltip 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tooltip/#theming
 */
/*

 */

.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*




















 */

/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */
/*


 */

ul.jqtree-tree {
    margin-left: 12px;
}

ul.jqtree-tree,
ul.jqtree-tree ul.jqtree_common {
    list-style: none outside;
    margin-bottom: 0;
    padding: 0;
}

ul.jqtree-tree ul.jqtree_common {
    display: block;
    margin-left: 12px;
    margin-right: 0;
}
ul.jqtree-tree li.jqtree-closed > ul.jqtree_common {
    display: none;
}

ul.jqtree-tree li.jqtree_common {
    clear: both;
    list-style-type: none;
}
ul.jqtree-tree .jqtree-toggler {
    display: block;
    position: absolute;
    left: -1.5em;
    top: 30%;
    *top: 0;  /* fix for ie7 */
    font-size: 12px;
    line-height: 12px;
    font-family: arial;  /* fix for ie9 */
    border-bottom: none;
    color: #333;
}

ul.jqtree-tree .jqtree-toggler:hover {
    color: #000;
}

ul.jqtree-tree .jqtree-element {
    cursor: pointer;
}

ul.jqtree-tree .jqtree-title {
    color: #1C4257;
    vertical-align: middle;
}

ul.jqtree-tree li.jqtree-folder {
    margin-bottom: 4px;
}

ul.jqtree-tree li.jqtree-folder.jqtree-closed {
    margin-bottom: 1px;
}

ul.jqtree-tree li.jqtree-folder .jqtree-title {
    margin-left: 0;
}

ul.jqtree-tree .jqtree-toggler.jqtree-closed {
    background-position: 0 0;
}

span.jqtree-dragging {
    color: #fff;
    background: #000;
    opacity: 0.6;
    cursor: pointer;
    padding: 2px 8px;
}

ul.jqtree-tree li.jqtree-ghost {
    position: relative;
    z-index: 10;
    margin-right: 10px;
}

ul.jqtree-tree li.jqtree-ghost span {
    display: block;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-circle {
    background-image: url(/assets/jqtree-circle-b43c08bed273ea97b25551d15d9a6fbd0939274172c7a4b781042cc62591ab4a.png);
    background-repeat: no-repeat;
    height: 8px;
    width: 8px;
    position: absolute;
    top: -4px;
    left: 2px;
}

ul.jqtree-tree li.jqtree-ghost span.jqtree-line {
    background-color: #0000ff;
    height: 2px;
    padding: 0;
    position: absolute;
    top: -1px;
    left: 10px;
    width: 100%;
}

ul.jqtree-tree li.jqtree-ghost.jqtree-inside {
    margin-left: 48px;
}

ul.jqtree-tree span.jqtree-border {
    position: absolute;
    display: block;
    left: -2px;
    top: 0;
    border: solid 2px #0000ff;
    border-radius: 6px;
    margin: 0;
}

ul.jqtree-tree .jqtree-element {
    width: 100%; /* todo: why is this in here? */
    *width: auto; /* ie7 fix; issue 41 */
    position: relative;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: #97BDD6;
    background: -o-linear-gradient(top, #BEE0F5, #89AFCA);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

ul.jqtree-tree .jqtree-moving > .jqtree-element .jqtree-title {
    outline: dashed 1px #0000ff;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/**/
/* defaults */
/**/

.sky-form {
	margin: 0;
	outline: none;
}

.sky-form fieldset {
	display: block;
	border: none;
}

.sky-form header {
	display: block;
	font-weight:bold;
	font-size:1.4em;
}

.sky-form footer {
	display: block;
}

.sky-form header:after,
.sky-form footer:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form label {
	display: block;
	line-height:1.3em;
	position:relative;
}

.sky-form .note {
	color: #999;
	font-size:0.8em;
}

.sky-form .input,
.sky-form .select,
.sky-form .textarea,
.sky-form .radio,
.sky-form .checkbox,
.sky-form .toggle,
.sky-form .button {
	position: relative;
	display: block;
}

.sky-form .select select::-ms-expand {
	display: none;
}

.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea {
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
	display: block;
	width: 100%;
	height: 39px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	border-radius: 0;
	background: #fff;
	color: #000;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	box-shadow:none;
	margin: 0px;
}

.sky-form .progress {
	float: right;
	margin-top: 10px;
}
.sky-form button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/**/
/* captcha inputs */
/**/
.sky-form .input-captcha img {
	position: absolute;
	top: 2px;
	right: 2px;
	border-left: 1px solid #e5e5e5;
}

/**/
/* file inputs */
/**/
.sky-form .input-file-box{
	position:relative;
}

.sky-form .input-file{
	position:absolute;
	right:0px;
	top:0px;
}

.sky-form .input-file .button {
	position: realtive;
	top: 4px;
	right: 4px;
	height: 31px;
	padding: 0 10px;
}

.sky-form .input-file .button:after {
	font-size:1.2em;
}

.sky-form .input-file .button input {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
}

/**/
/* selects */
/**/
.sky-form .select i {
}

/**/
/* textareas */
/**/
.sky-form .textarea textarea {
	height: auto;
	resize: none;
	min-height:200px;
}

.sky-form .textarea-resizable textarea {
	resize: vertical;
}

.sky-form .textarea-expandable textarea {
	height: 39px;
}

.sky-form .textarea-expandable textarea:focus {
	height: auto;
}

.sky-form .select select option{
	padding-left: 42px;
	line-height:1.6em;
	padding-top:10px;
}

/**/
/* radios and checkboxes */
/**/
.sky-form .radio,
.sky-form .checkbox {
	padding-left: 30px;
	color: #000;
	cursor: pointer;
}

.sky-form .checkbox-align-right {
	padding-left: 0px;
}

.sky-form .radio:last-child,
.sky-form .checkbox:last-child {
	margin-bottom: 0;
}

.sky-form .radio input,
.sky-form .checkbox input {
	position: absolute;
	left: -9999px;
}

.sky-form .radio i,
.sky-form .checkbox i {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
	width: 1.4em;
	height: 1.4em;
	outline: none;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	font-style:normal;
	text-align:center;
}

.sky-form .checkbox-align-right i {
	left:auto;
}

.sky-form .radio i {
	border-radius: 50%;
}

.sky-form .radio input + i:after,
.sky-form .checkbox input + i:after {
	position: absolute;
	opacity: 0;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

.sky-form .radio input + i:after {
	content: '\e9b6';
	width: 1.4em;
	height: 1.4em;
	left:-1px;
	top:-1px;
	font-family: 'ico_moon';
}

.sky-form .checkbox input + i:after {
	font-family: 'ico_moon';
	font-weight: 900;
	content: '\ea06';
	top:-1px;
	left:3px;
	font-size:1.4em;
}

.sky-form .radio input:checked + i:after,
.sky-form .checkbox input:checked + i:after {
	opacity: 1;
}

.sky-form .inline-group {
	margin: 0 -30px -4px 0;
}

.sky-form .inline-group:after {
	content: '';
	display: table;
	clear: both;
}

.sky-form .inline-group .radio,
.sky-form .inline-group .checkbox {
	float: left;
	margin-right: 30px;
}

.sky-form .inline-group .radio:last-child,
.sky-form .inline-group .checkbox:last-child {
	margin-bottom: 4px;
}

/**/
/* toggles */
/**/
.sky-form .toggle {
	margin-bottom: 4px;
	padding-right: 61px;
	color: #404040;
	cursor: pointer;
}

.sky-form .toggle:last-child {
	margin-bottom: 0;
}

.sky-form .toggle input {
	position: absolute;
	left: -9999px;
}

.sky-form .toggle i {
	content: '';
	position: absolute;
	top: 4px;
	right: 0;
	display: block;
	width: 49px;
	height: 17px;
	border-width: 2px;
	border-style: solid;
	border-radius: 12px;
	background: #fff;
}

.sky-form .toggle i:after {
	content: 'OFF';
	position: absolute;
	top: 2px;
	right: 8px;
	left: 8px;
	text-align: left;
	color: #5f5f5f;
}

.sky-form .toggle i:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 4px;
	right: 4px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	opacity: 1;
	-ms-transition: right 0.2s;
	-moz-transition: right 0.2s;
	-webkit-transition: right 0.2s;
}

.sky-form .toggle input:checked + i:after {
	content: 'ON';
	text-align: right;
}

.sky-form .toggle input:checked + i:before {
	right: 36px;
}

/**/
/* ratings */
/**/
.sky-form .rating {
	margin-bottom: 4px;
	color: #404040;
}

.sky-form .rating:last-child {
	margin-bottom: 0;
}

.sky-form .rating input {
	position: absolute;
	left: -9999px;
}

.sky-form .rating label {
	display: block;
	float: right;
	height: 17px;
	margin-top: 5px;
	padding: 0 2px;
	cursor: pointer;
}

/**/
/* buttons */
/**/
.sky-form .button {
	/*float: right;
	height: 39px;
	overflow: hidden;
	margin: 10px 0 0 20px;
	padding: 0 25px;
	outline: none;
	border: 0;
	text-decoration: none;
	color: #fff;
	cursor: pointer;*/
}

.sky-form .button-uploading {
	position: relative;
	color: transparent;
	cursor: default;
}

.sky-form .button-uploading:after {
	content: 'Uploading...';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	-o-animation: blink 1s linear infinite;
	-ms-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	-webkit-animation: blink 1s linear infinite;
}

/**/
/* icons */
/**/
.sky-form .icon-append,
.sky-form .icon-prepend {
	text-align: center;
	position: absolute;
	bottom: 1px;
	left: 1px;
	width: 30px;
	height: 37px;
	line-height:37px;
	font-size:1.2em;
	background-color: #fff;
	pointer-events: none;
	border-right:1px solid #ccc;
}

.sky-form .icon-append {
	left:auto;
	right: 1px;
	border:none;
	border-left:1px solid #ccc;
}

.sky-form .icon-prepend {
}

.sky-form .input .icon-prepend + input,
.sky-form .select .icon-prepend + select,
.sky-form .textarea .icon-prepend + textarea {
	padding-left: 40px;
}

.sky-form .input .icon-append + input,
.sky-form .select .icon-append + select,
.sky-form .textarea .icon-append + textarea {
	padding-right: 40px;
}

.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .select .icon-prepend + .icon-append + select,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
	padding-left: 40px;
}

/**/
/* grid */
/**/
.sky-form .row {
	padding-top:0px;
	padding-bottom:15px;
}

.sky-form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	width: 100%;
}

.sky-form .colpadding-clear {
	padding:0px;
}

.sky-form .col-1 {
	width: 8.33%;
}

.sky-form .col-2 {
	width: 16.66%;
}

.sky-form .col-3 {
	width: 25%;
}

.sky-form .col-4 {
	width: 33.33%;
}

.sky-form .col-5 {
	width: 41.66%;
}

.sky-form .col-6 {
	width: 50%;
}

.sky-form .col-7 {
	width: 58.33%;
}

.sky-form .col-8 {
	width: 66.67%;
}

.sky-form .col-9 {
	width: 75%;
}

.sky-form .col-10 {
	width: 83.33%;
}

.sky-form .col-11 {
	width: 91.66%;
}

@media screen and (max-width: 600px) {

	.sky-form .col {
		float: none;
		width: 100%;
		margin-bottom:3px;
		padding-right:0px;
	}

	.sky-form .checkbox-align-right span {
		padding-left:30px;
	}
}

/**/
/* tooltips */
/**/
.sky-form .tooltip,
.sky-form .tooltip.datepicker {
	position: absolute;
	z-index: 1;
	left: -9999px;
	padding: 2px 8px 3px;
	background: rgba(0,0,0,0.9);
	color: #fff;
	opacity: 0;
	font-size:0.8em;
	line-height:1.4em;
	text-transform:none;
	font-weight:normal;
	-ms-transition: margin 0.3s, opacity 0.3s;
	-moz-transition: margin 0.3s, opacity 0.3s;
	-webkit-transition: margin 0.3s, opacity 0.3s;
}

.sky-form .tooltip:after {
	content: '';
	position: absolute;
}

.sky-form .input input:focus + .tooltip,
.sky-form .textarea textarea:focus + .tooltip ,
.sky-form .select select:focus + .tooltip {
	opacity: 1;
}

.sky-form .tooltip-top-right {
	bottom: 100%;
	margin-bottom: 15px;
}

.sky-form .tooltip-top-right:after {
	top: 100%;
	right: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-top-right,
.sky-form .textarea textarea:focus + .tooltip-top-right,
.sky-form .select select:focus + .tooltip-top-right {
	right: 0;
	left: auto;
	margin-bottom: 5px;
}

.sky-form .tooltip-top-left {
	bottom: 100%;
	margin-bottom: 15px;
}

.sky-form .tooltip-top-left:after {
	top: 100%;
	left: 16px;
	border-top: 4px solid rgba(0,0,0,0.9);
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-top-left,
.sky-form .textarea textarea:focus + .tooltip-top-left {
	right: auto;
	left: 0;
	margin-bottom: 5px;
}

.sky-form .tooltip-right {
	top: 9px;
	white-space: nowrap;
	margin-left: 15px;
}

.sky-form .tooltip-right:after {
	top: 6px;
	right: 100%;
	border-top: 4px solid transparent;
	border-right: 4px solid rgba(0,0,0,0.9);
	border-bottom: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-right,
.sky-form .textarea textarea:focus + .tooltip-right {
	left: 100%;
	margin-left: 5px;
}

.sky-form .tooltip-left {
	top: 9px;
	white-space: nowrap;
	margin-right: 15px;
}

.sky-form .tooltip-left:after {
	top: 6px;
	left: 100%;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgba(0,0,0,0.9);
}

.sky-form .input input:focus + .tooltip-left,
.sky-form .textarea textarea:focus + .tooltip-left {
	right: 100%;
	left: auto;
	margin-right: 5px;
}

.sky-form .tooltip-bottom-right {
	top: 100%;
	margin-top: 15px;
}

.sky-form .tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-bottom-right,
.sky-form .textarea textarea:focus + .tooltip-bottom-right {
	right: 0;
	left: auto;
	margin-top: 5px;
}

.sky-form .tooltip-bottom-left {
	top: 100%;
	margin-top: 15px;
}

.sky-form .tooltip-bottom-left:after {
	bottom: 100%;
	left: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(0,0,0,0.9);
	border-left: 4px solid transparent;
}

.sky-form .input input:focus + .tooltip-bottom-left,
.sky-form .textarea textarea:focus + .tooltip-bottom-left {
	right: auto;
	left: 0;
	margin-top: 5px;
}

.sky-form .tooltip-datepicker-box {
	position:relative;
	width:100%;
	height:39px;
	top:0px;
	margin-top:-39px;
}

.sky-form .tooltip.datepicker {
	left: auto;
	opacity: 1;
	background: #f00;
	display:none;
	width:70%;
}

.sky-form .tooltip.datepicker.tooltip-bottom-right {
	top: 100%;
	right:0px;
	margin-top: 5px;
}

.sky-form .tooltip.datepicker.tooltip-bottom-right:after {
	bottom: 100%;
	right: 16px;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #f00;
	border-left: 4px solid transparent;
}

/**/
/* normal state */
/**/
.sky-form .input input,
.sky-form .select select,
.sky-form .textarea textarea,
.sky-form .radio i,
.sky-form .checkbox i,
.sky-form .toggle i,
.sky-form .icon-append,
.sky-form .icon-prepend {
	border-color: #ccc;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

.sky-form .toggle i:before {
	background-color: #000;
}

.sky-form .rating label {
	color: #ccc;
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.sky-form button {
	font-size:1em;
	border:none;
	float:right;
}

.sky-form .button.button-secondary {
	background-color: #b3b3b3;
}

.sky-form .icon-append,
.sky-form .icon-prepend {
	color: #000;
}

/**/
/* hover state */
/**/
.sky-form .input:hover input,
.sky-form .select:hover select,
.sky-form .textarea:hover textarea,
.sky-form .radio:hover i,
.sky-form .checkbox:hover i,
.sky-form .toggle:hover i,
.sky-form .ui-slider-handle:hover {
	border-color: #000;
}

.sky-form .rating input + label:hover,
.sky-form .rating input + label:hover ~ label {
	color: #000;
}

.sky-form .button:hover {
}

/**/
/* focus state */
/**/
.sky-form .input input:focus,
.sky-form .select select:focus,
.sky-form .textarea textarea:focus,
.sky-form .radio input:focus + i,
.sky-form .checkbox input:focus + i,
.sky-form .toggle input:focus + i {
	border-color: #000;
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
}

.sky-form .checkbox input + i:after {
	color: #000;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #000;
}

.sky-form .rating input:checked ~ label {
	color: #000;
}

/**/
/* error state */
/**/
.sky-form .state-error input,
.sky-form .state-error .icon-append,
.sky-form .state-error .icon-prepend,
.sky-form .state-error select,
.sky-form .state-error select + i,
.sky-form .state-error textarea,
.sky-form .radio.state-error i,
.sky-form .checkbox.state-error i,
.sky-form .toggle.state-error i,
.sky-form .toggle.state-error input:checked + i {
	background: #fff0f0;
	border-color:#c00;
}

.sky-form .state-error + em {
	display: block;
	color: #c00;
	font-style:normal;
}

.sky-form .rating.state-error + em {
	margin-top: -4px;
	margin-bottom: 4px;
}

/**/
/* success state */
/**/
.sky-form .state-success input,
.sky-form .state-success select,
.sky-form .state-success select + i,
.sky-form .state-success textarea,
.sky-form .radio.state-success i,
.sky-form .checkbox.state-success i,
.sky-form .toggle.state-success i,
.sky-form .toggle.state-success input:checked + i {
	background: #f0fff0;
}

.sky-form .state-success + em {
	display: block;
	margin-top: 6px;
	padding: 0 1px;
	color: #ee9393;
}

.sky-form .note-success {
	color: #6fb679;
}

/**/
/* disabled state */
/**/
.sky-form .input.state-disabled input,
.sky-form .input.state-disabled,
.sky-form .select.state-disabled,
.sky-form .textarea.state-disabled,
.sky-form .radio.state-disabled,
.sky-form .checkbox.state-disabled,
.sky-form .toggle.state-disabled,
.sky-form .button.state-disabled {
	cursor: default;
	opacity: 0.7;
}

.sky-form .input.state-disabled:hover input,
.sky-form .input.state-disabled:hover,
.sky-form .select.state-disabled:hover select,
.sky-form .textarea.state-disabled:hover textarea,
.sky-form .radio.state-disabled:hover i,
.sky-form .checkbox.state-disabled:hover i,
.sky-form .toggle.state-disabled:hover i {
	border-color: #ccc;
}

/**/
/* submited state */
/**/
.sky-form .message {
	display: none;
	color: #6fb679;
}

.sky-form .message i {
	display: block;
	margin: 0 auto 20px;
	width: 81px;
	height: 81px;
	border: 1px solid #6fb679;
	border-radius: 50%;
}

.sky-form.submited fieldset,
.sky-form.submited footer {
	display: none;
}

.sky-form.submited .message {
	display: block;
	padding: 25px 30px;
	background: rgba(255,255,255,.9);
	text-align: center;
}

/**/
/* datepicker */
/**/
.ui-datepicker {
	display: none;
	padding: 10px 12px;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	text-align: center;
	color: #666;
}

.ui-datepicker a {
	color: #404040;
}

.ui-datepicker-header {
	position: relative;
	margin: -10px -12px 10px;
	padding: 10px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.ui-datepicker-prev,
.ui-datepicker-next {
	position: absolute;
	top: 0;
	display: block;
	width: 47px;
	height: 47px;
	text-decoration: none;
	cursor: pointer;
}

.ui-datepicker-prev {
	left: 0;
}

.ui-datepicker-next {
	right: 0;
}

.ui-datepicker-calendar {
	border-collapse: collapse;
}

.ui-datepicker-calendar th {
	color: #999;
}

.ui-datepicker-calendar a,
.ui-datepicker-calendar span {
	display: block;
	width: 31px;
	margin: auto;
	text-decoration: none;
	color: #404040;
}

.ui-datepicker-calendar a:hover {
	background: rgba(0,0,0,.05);
}

.ui-datepicker-calendar span {
	color: #bfbfbf;
}

.ui-datepicker-today a {
}

.ui-datepicker-calendar .ui-state-active {
	background: rgba(0,0,0,.05);
	cursor: default;
}

.ui-datepicker-inline {
	border: 2px solid #e5e5e5;
	background: #fff;
	box-shadow: none;
}

.ui-datepicker-inline .ui-datepicker-header {
}

.ui-datepicker-inline .ui-datepicker-calendar {
	width: 100%;
}

/**/
/* slider */
/**/
.sky-form .ui-slider {
	position: relative;
	height: 3px;
	border: 2px solid #e5e5e5;
	background: #fff;
	margin: 12px 6px 26px;
}

.sky-form .ui-slider-handle {
	position: absolute;
	width: 15px;
	height: 15px;
	margin: -8px 0 0 -8px;
	border: 2px solid #e5e5e5;
	outline: none;
	background: #fff;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}

/**/
/* modal */
/**/
.sky-form-modal {
	position: fixed;
	z-index: 1;
	display: none;
	width: 350px;
	z-index: 30;
	padding-top: 35px !important;
}

.sky-form-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 20;
}

.modal-closer{
	color: #feed01;
	font-size: 20px;
	line-height: 20px;
	padding: 5px;
	position: absolute;
	right: 5px;
	top: 5px;
	background-color: #000;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	cursor:pointer;
}

.modal-closer:hover{ /* Firefox 3.6 Firefox 4 */ /* Safari */ /* Opera */ /* IE9 */
	transform: rotate(90deg); /* W3C */
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#zf/dt-2.3.4/cc-1.1.0
 *
 * Included libraries:
 *   DataTables 2.3.4, ColumnControl 1.1.0
 */


:root{--dt-row-selected: 0, 137, 182;--dt-row-selected-text: 255, 255, 255;--dt-row-selected-link: 228, 228, 228;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-header-align-items: center;--dt-header-vertical-align: middle;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}table.dataTable tbody td.dt-control{text-align:center;cursor:pointer}table.dataTable tbody td.dt-control:before{display:inline-block;box-sizing:border-box;content:"";border-top:5px solid transparent;border-left:10px solid rgba(0, 0, 0, 0.5);border-bottom:5px solid transparent;border-right:0px solid transparent}table.dataTable tbody tr.dt-hasChild td.dt-control:before{border-top:10px solid rgba(0, 0, 0, 0.5);border-left:5px solid transparent;border-bottom:0px solid transparent;border-right:5px solid transparent}table.dataTable tfoot:empty{display:none}html.dark table.dataTable td.dt-control:before,:root[data-bs-theme=dark] table.dataTable td.dt-control:before,:root[data-theme=dark] table.dataTable td.dt-control:before{border-left-color:rgba(255, 255, 255, 0.5)}html.dark table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before{border-top-color:rgba(255, 255, 255, 0.5);border-left-color:transparent}div.dt-scroll{width:100%}div.dt-scroll-body thead tr,div.dt-scroll-body tfoot tr{height:0}div.dt-scroll-body thead tr th,div.dt-scroll-body thead tr td,div.dt-scroll-body tfoot tr th,div.dt-scroll-body tfoot tr td{height:0 !important;padding-top:0px !important;padding-bottom:0px !important;border-top-width:0px !important;border-bottom-width:0px !important}div.dt-scroll-body thead tr th div.dt-scroll-sizing,div.dt-scroll-body thead tr td div.dt-scroll-sizing,div.dt-scroll-body tfoot tr th div.dt-scroll-sizing,div.dt-scroll-body tfoot tr td div.dt-scroll-sizing{height:0 !important;overflow:hidden !important}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before{position:absolute;display:block;bottom:50%;content:"▲";content:"▲"/""}table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{position:absolute;display:block;top:50%;content:"▼";content:"▼"/""}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order{position:relative;width:12px;height:20px}table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{left:0;opacity:.125;line-height:9px;font-size:.8em}table.dataTable thead>tr>th.dt-orderable-asc,table.dataTable thead>tr>th.dt-orderable-desc,table.dataTable thead>tr>td.dt-orderable-asc,table.dataTable thead>tr>td.dt-orderable-desc{cursor:pointer}table.dataTable thead>tr>th.dt-orderable-asc:hover,table.dataTable thead>tr>th.dt-orderable-desc:hover,table.dataTable thead>tr>td.dt-orderable-asc:hover,table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(0, 0, 0, 0.05);outline-offset:-2px}table.dataTable thead>tr>th.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>th.dt-ordering-desc span.dt-column-order:after,table.dataTable thead>tr>td.dt-ordering-asc span.dt-column-order:before,table.dataTable thead>tr>td.dt-ordering-desc span.dt-column-order:after{opacity:.6}table.dataTable thead>tr>th.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) span.dt-column-order:empty,table.dataTable thead>tr>th.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>th.sorting_asc_disabled span.dt-column-order:before,table.dataTable thead>tr>td.dt-orderable-none:not(.dt-ordering-asc,.dt-ordering-desc) span.dt-column-order:empty,table.dataTable thead>tr>td.sorting_desc_disabled span.dt-column-order:after,table.dataTable thead>tr>td.sorting_asc_disabled span.dt-column-order:before{display:none}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead>tr>th div.dt-column-header,table.dataTable thead>tr>th div.dt-column-footer,table.dataTable thead>tr>td div.dt-column-header,table.dataTable thead>tr>td div.dt-column-footer,table.dataTable tfoot>tr>th div.dt-column-header,table.dataTable tfoot>tr>th div.dt-column-footer,table.dataTable tfoot>tr>td div.dt-column-header,table.dataTable tfoot>tr>td div.dt-column-footer{display:flex;justify-content:space-between;align-items:var(--dt-header-align-items);gap:4px}table.dataTable thead>tr>th div.dt-column-header span.dt-column-title,table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title,table.dataTable thead>tr>td div.dt-column-header span.dt-column-title,table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title,table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title,table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title,table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title,table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title{flex-grow:1}table.dataTable thead>tr>th div.dt-column-header span.dt-column-title:empty,table.dataTable thead>tr>th div.dt-column-footer span.dt-column-title:empty,table.dataTable thead>tr>td div.dt-column-header span.dt-column-title:empty,table.dataTable thead>tr>td div.dt-column-footer span.dt-column-title:empty,table.dataTable tfoot>tr>th div.dt-column-header span.dt-column-title:empty,table.dataTable tfoot>tr>th div.dt-column-footer span.dt-column-title:empty,table.dataTable tfoot>tr>td div.dt-column-header span.dt-column-title:empty,table.dataTable tfoot>tr>td div.dt-column-footer span.dt-column-title:empty{display:none}div.dt-scroll-body>table.dataTable>thead>tr>th,div.dt-scroll-body>table.dataTable>thead>tr>td{overflow:hidden}:root.dark table.dataTable thead>tr>th.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>th.dt-orderable-desc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-asc:hover,:root.dark table.dataTable thead>tr>td.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>th.dt-orderable-desc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-asc:hover,:root[data-bs-theme=dark] table.dataTable thead>tr>td.dt-orderable-desc:hover{outline:2px solid rgba(255, 255, 255, 0.05)}div.dt-processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-22px;text-align:center;padding:2px;z-index:10}div.dt-processing>div:last-child{position:relative;width:80px;height:15px;margin:1em auto}div.dt-processing>div:last-child>div{position:absolute;top:0;width:13px;height:13px;border-radius:50%;background:rgb(0, 137, 182);background:rgb(var(--dt-row-selected));animation-timing-function:cubic-bezier(0, 1, 1, 0)}div.dt-processing>div:last-child>div:nth-child(1){left:8px;animation:datatables-loader-1 .6s infinite}div.dt-processing>div:last-child>div:nth-child(2){left:8px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(3){left:32px;animation:datatables-loader-2 .6s infinite}div.dt-processing>div:last-child>div:nth-child(4){left:56px;animation:datatables-loader-3 .6s infinite}@keyframes datatables-loader-1{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes datatables-loader-3{0%{transform:scale(1)}100%{transform:scale(0)}}@keyframes datatables-loader-2{0%{transform:translate(0, 0)}100%{transform:translate(24px, 0)}}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable th,table.dataTable td{box-sizing:border-box}table.dataTable th.dt-type-numeric,table.dataTable th.dt-type-date,table.dataTable td.dt-type-numeric,table.dataTable td.dt-type-date{text-align:right}table.dataTable th.dt-type-numeric div.dt-column-header,table.dataTable th.dt-type-numeric div.dt-column-footer,table.dataTable th.dt-type-date div.dt-column-header,table.dataTable th.dt-type-date div.dt-column-footer,table.dataTable td.dt-type-numeric div.dt-column-header,table.dataTable td.dt-type-numeric div.dt-column-footer,table.dataTable td.dt-type-date div.dt-column-header,table.dataTable td.dt-type-date div.dt-column-footer{flex-direction:row-reverse}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-left div.dt-column-header,table.dataTable th.dt-left div.dt-column-footer,table.dataTable td.dt-left div.dt-column-header,table.dataTable td.dt-left div.dt-column-footer{flex-direction:row}table.dataTable th.dt-center,table.dataTable td.dt-center{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-right div.dt-column-header,table.dataTable th.dt-right div.dt-column-footer,table.dataTable td.dt-right div.dt-column-header,table.dataTable td.dt-right div.dt-column-footer{flex-direction:row-reverse}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-justify div.dt-column-header,table.dataTable th.dt-justify div.dt-column-footer,table.dataTable td.dt-justify div.dt-column-header,table.dataTable td.dt-justify div.dt-column-footer{flex-direction:row}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable th.dt-empty,table.dataTable td.dt-empty{text-align:center;vertical-align:top}table.dataTable thead th,table.dataTable thead td,table.dataTable tfoot th,table.dataTable tfoot td{text-align:left;vertical-align:var(--dt-header-vertical-align)}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-left div.dt-column-header,table.dataTable thead th.dt-head-left div.dt-column-footer,table.dataTable thead td.dt-head-left div.dt-column-header,table.dataTable thead td.dt-head-left div.dt-column-footer,table.dataTable tfoot th.dt-head-left div.dt-column-header,table.dataTable tfoot th.dt-head-left div.dt-column-footer,table.dataTable tfoot td.dt-head-left div.dt-column-header,table.dataTable tfoot td.dt-head-left div.dt-column-footer{flex-direction:row}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-right div.dt-column-header,table.dataTable thead th.dt-head-right div.dt-column-footer,table.dataTable thead td.dt-head-right div.dt-column-header,table.dataTable thead td.dt-head-right div.dt-column-footer,table.dataTable tfoot th.dt-head-right div.dt-column-header,table.dataTable tfoot th.dt-head-right div.dt-column-footer,table.dataTable tfoot td.dt-head-right div.dt-column-header,table.dataTable tfoot td.dt-head-right div.dt-column-footer{flex-direction:row-reverse}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-justify div.dt-column-header,table.dataTable thead th.dt-head-justify div.dt-column-footer,table.dataTable thead td.dt-head-justify div.dt-column-header,table.dataTable thead td.dt-head-justify div.dt-column-footer,table.dataTable tfoot th.dt-head-justify div.dt-column-header,table.dataTable tfoot th.dt-head-justify div.dt-column-footer,table.dataTable tfoot td.dt-head-justify div.dt-column-header,table.dataTable tfoot td.dt-head-justify div.dt-column-footer{flex-direction:row}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable{clear:both;margin:0 !important;max-width:none !important;width:100%}table.dataTable tr:nth-child(2n){background-color:transparent}table.dataTable>tbody>tr{background-color:transparent}table.dataTable>tbody>tr.selected>*{box-shadow:inset 0 0 0 9999px rgb(0, 137, 182);box-shadow:inset 0 0 0 9999px rgb(var(--dt-row-selected));color:rgb(255, 255, 255);color:rgb(var(--dt-row-selected-text))}table.dataTable>tbody>tr.selected a{color:rgb(228, 228, 228);color:rgb(var(--dt-row-selected-link))}table.dataTable>tbody>tr:nth-child(2n)>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.054)}table.dataTable>tbody>tr:nth-child(2n).selected>*{box-shadow:inset 0 0 0 9999px rgba(0, 137, 182, 0.954);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954)}table.dataTable.hover>tbody>tr:hover>*{box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074)}table.dataTable.hover>tbody>tr.selected:hover>*{box-shadow:inset 0 0 0 9999px rgba(0, 137, 182, 0.974);box-shadow:inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974)}div.dt-container div.dt-layout-start>*:not(:last-child){margin-right:1em}div.dt-container div.dt-layout-end>*:not(:first-child){margin-left:1em}div.dt-container div.dt-layout-full{width:100%}div.dt-container div.dt-layout-full>*:only-child{margin-left:auto;margin-right:auto}div.dt-container div.dt-layout-table>div{display:block !important}@media screen and (max-width: 767px){div.dt-container div.dt-layout-start>*:not(:last-child){margin-right:0}div.dt-container div.dt-layout-end>*:not(:first-child){margin-left:0}}@media screen and (max-width: 767px){div.dt-container>div.grid-x:not(.dt-layout-table){margin-bottom:0 !important}div.dt-container>div.grid-x:not(.dt-layout-table)>div.flex-container{display:block !important;text-align:center;margin:5px auto;width:100%}}div.dt-container{position:relative}div.dt-container div.grid-x{margin-bottom:.75rem}div.dt-container div.grid-x:last-child{margin-bottom:0}div.dt-container div.dt-length label{display:inline;text-align:left;margin-bottom:0}div.dt-container div.dt-length select{width:75px;margin-bottom:0}div.dt-container div.dt-search label{display:inline;margin-bottom:0}div.dt-container div.dt-search input{display:inline-block !important;width:auto !important;margin-bottom:0;margin-left:.5em}div.dt-container div.dt-paging ul.pagination{margin:0}div.dt-container div.dt-processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1rem 0}div.dt-scroll-head table{margin-bottom:0 !important}div.dt-scroll-body{border-bottom:1px solid #f1f1f1}div.dt-scroll-body table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dt-scroll-body table tbody{border-bottom-width:0}div.dt-scroll-body table tbody tr:first-child th,div.dt-scroll-body table tbody tr:first-child td{border-top:none}div.dt-scroll-foot table{margin-top:0 !important;border-top:none}


:root{--dtcc-button_background: transparent;--dtcc-button_border: none;--dtcc-button_border-radius: 3px;--dtcc-button_opacity: 0.4;--dtcc-button_padding: 3px;--dtcc-button_disabled-opacity: 0.6;--dtcc-button_empty-opacity: 0.8;--dtcc-button_hover-border: none;--dtcc-button_hover-background: rgb(249, 249, 249);--dtcc-button_hover-opacity: 0.9;--dtcc-button-icon_color: rgb(10, 10, 10);--dtcc-button-icon_size: 16px;--dtcc-button-icon_margin: 0.75em;--dtcc-spacer_border: 1px solid #cacaca;--dtcc-spacer_margin: 0.5em;--dtcc-title_background: rgb(249, 249, 249);--dtcc-title_border-left: none;--dtcc-title_border-right: none;--dtcc-title_border-top: none;--dtcc-title_border-bottom: ;--dtcc-title_margin: 0;--dtcc-title_padding: 0.5em 0;--dtcc-title_text-align: center;--dtcc-search-icon_color: rgb(10, 10, 10);--dtcc-search-icon_hover-background: rgb(249, 249, 249);--dtcc-search-icon_opacity: 0.4;--dtcc-search-icon_size: 16px;--dtcc-search-input_border: 1px solid #cacaca;--dtcc-search-input_background-color: #fff;--dtcc-search-input_background: #fff;--dtcc-search-input_border-radius: 0;--dtcc-search-input_padding: .25rem .5rem;--dtcc-search-input_flexCalc: 28px;--dtcc-search-clear_right: 15px;--dtcc-search-clear_bottom: 5px;--dtcc-search-input_margin-top: 0.5em;--dtcc-search-input_padding-right: 32px;--dtcc-list-buttons_max-height: 300px;--dtcc-list-buttons_background: rgb(249, 249, 249);--dtcc-dropdown_background: #fefefe;--dtcc-dropdown_border: 1px solid #cacaca;--dtcc-dropdown_border-radius: 0;--dtcc-dropdown_box-shadow: none;--dtcc-dropdown_margin: 3px 0 0 0;--dtcc-dropdown_padding: 0;--dtcc-dropdown_width: 250px;--dtcc-dropdown_z-index: 10;--dtcc-dropdown-button_background: transparent;--dtcc-dropdown-button_border: none;--dtcc-dropdown-button_color: rgb(19.78, 104.06, 159.96);--dtcc-dropdown-button_padding: .7rem 1rem;--dtcc-dropdown-button_hover-background: transparent;--dtcc-dropdown-icon_vertical-align: top;--dtcc-dropdown-search_padding: 0.5em 1em}table.dataTable div.dt-column-header span.dt-column-title:empty+span.dtcc{flex-grow:1;margin-left:auto}table.dataTable .dt-type-numeric div.dt-column-header span.dt-column-title:empty+span.dtcc,table.dataTable .dt-type-date div.dt-column-header span.dt-column-title:empty+span.dtcc,table.dataTable .dt-right div.dt-column-header span.dt-column-title:empty+span.dtcc{margin-right:auto;margin-left:0}table.dataTable>thead>tr.dtcc-row_no-bottom-border>*{border-bottom:none !important}table.dataTable>thead>tr.dtcc-row_no-top-padding>*{padding-top:0 !important}table.dataTable span.dtcc{font-weight:normal;white-space:nowrap;display:inline-flex;align-items:center}table.dataTable span.dtcc button.dtcc-button{display:inline-flex;padding:var(--dtcc-button_padding);border:var(--dtcc-button_border);border-radius:var(--dtcc-button_border-radius);background:var(--dtcc-button_background);cursor:pointer;opacity:var(--dtcc-button_opacity)}table.dataTable span.dtcc button.dtcc-button:hover{border:var(--dtcc-button_hover-border);background:var(--dtcc-button_hover-background);opacity:var(--dtcc-button_hover-opacity)}table.dataTable span.dtcc button.dtcc-button.dtcc-button_disabled{cursor:initial;opacity:var(--dtcc-button_disabled-opacity)}table.dataTable span.dtcc button.dtcc-button>span.dtcc-button-state{display:none}table.dataTable span.dtcc button.dtcc-button>span.dtcc-button-extra{display:none}table.dataTable span.dtcc button.dtcc-button_active{opacity:1}table.dataTable span.dtcc input{box-sizing:border-box;width:100%}table.dataTable span.dtcc span.dtcc-button-icon{display:inline-block;box-sizing:content-box;color:var(--dtcc-button-icon_color);vertical-align:middle;line-height:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size)}table.dataTable span.dtcc span.dtcc-button-icon svg{width:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size);vertical-align:initial}table.dataTable span.dtcc span.dtcc-button-text{display:none}table.dataTable span.dtcc div.dtcc-spacer{display:inline-block;margin:0 var(--dtcc-spacer_margin);padding-left:.5em;border-left:var(--dtcc-spacer_border);vertical-align:middle;white-space:nowrap;cursor:initial}table.dataTable span.dtcc div.dtcc-spacer:empty{width:1px;height:1em;padding-left:0}table.dataTable span.dtcc div.dtcc-search{flex-grow:1}table.dataTable span.dtcc div.dtcc-search div.dtcc-search-title{margin-bottom:.25em;text-align:left}table.dataTable span.dtcc div.dtcc-search:empty{display:none}table.dataTable span.dtcc div.dtcc-search.dtcc-search_active>div div.dtcc-search-type-icon svg{opacity:1}table.dataTable span.dtcc div.dtcc-search:not(.dtcc-search_active) span.dtcc-search-clear{display:none}table.dataTable span.dtcc div.dtcc-search>div{position:relative}table.dataTable span.dtcc div.dtcc-search>div div.dtcc-search-type-icon{display:flex;position:absolute;top:0;align-items:center;justify-content:center;width:30px;height:100%}table.dataTable span.dtcc div.dtcc-search>div div.dtcc-search-type-icon svg{width:var(--dtcc-search-icon_size);height:var(--dtcc-search-icon_size);color:var(--dtcc-search-icon_color);opacity:var(--dtcc-search-icon_opacity);vertical-align:initial}table.dataTable span.dtcc div.dtcc-search>div div.dtcc-search-type-icon:hover{background-color:var(--dtcc-search-icon_hover-background)}table.dataTable span.dtcc div.dtcc-search>div select{position:absolute;top:0;width:30px;height:100%;cursor:pointer;opacity:0;background-color:var(--dtcc-search-input_background)}table.dataTable span.dtcc div.dtcc-search>div span.dtcc-search-clear{display:flex;position:absolute;top:0;align-items:center;justify-content:center;width:14px;height:100%;cursor:pointer}table.dataTable span.dtcc div.dtcc-search>div div.dtcc-search-icon{display:none}table.dataTable span.dtcc div.dtcc-search>div input{padding:var(--dtcc-search-input_padding);border:var(--dtcc-search-input_border);border-radius:var(--dtcc-search-input_border-radius);background-color:var(--dtcc-search-input_background);color:inherit}table.dataTable span.dtcc div.dtcc-searchText>div div.dtcc-search-type-icon{right:0;z-index:1}table.dataTable span.dtcc div.dtcc-searchText>div select{right:0;z-index:2;padding:0}table.dataTable span.dtcc div.dtcc-searchText>div span.dtcc-search-clear{right:28px;z-index:1}table.dataTable span.dtcc div.dtcc-searchText>div input{padding-right:46px}table.dataTable span.dtcc div.dtcc-searchNumber>div div.dtcc-search-type-icon,table.dataTable span.dtcc div.dtcc-searchDateTime>div div.dtcc-search-type-icon{left:0;z-index:1}table.dataTable span.dtcc div.dtcc-searchNumber>div select,table.dataTable span.dtcc div.dtcc-searchDateTime>div select{left:0;z-index:2}table.dataTable span.dtcc div.dtcc-searchNumber>div span.dtcc-search-clear,table.dataTable span.dtcc div.dtcc-searchDateTime>div span.dtcc-search-clear{left:28px}table.dataTable span.dtcc div.dtcc-searchNumber>div input,table.dataTable span.dtcc div.dtcc-searchDateTime>div input{padding-left:46px;text-align:right}div.dtcc-dropdown{display:block;box-sizing:border-box;z-index:var(--dtcc-dropdown_z-index);position:absolute;width:var(--dtcc-dropdown_width);margin:var(--dtcc-dropdown_margin);padding:var(--dtcc-dropdown_padding);overflow:hidden;border:var(--dtcc-dropdown_border);border-radius:var(--dtcc-dropdown_border-radius);background:var(--dtcc-dropdown_background);box-shadow:var(--dtcc-dropdown_box-shadow)}div.dtcc-dropdown button.dtcc-button{display:flex;position:relative;align-items:center;width:100%;padding:var(--dtcc-dropdown-button_padding);border:var(--dtcc-dropdown-button_border);background:var(--dtcc-dropdown-button_background);color:var(--dtcc-dropdown-button_color);text-align:left;cursor:pointer}div.dtcc-dropdown button.dtcc-button:focus{outline-offset:-2px}div.dtcc-dropdown button.dtcc-button:hover{background:var(--dtcc-dropdown-button_hover-background)}div.dtcc-dropdown button.dtcc-button.dtcc-button_disabled{cursor:initial;opacity:var(--dtcc-button_disabled-opacity)}div.dtcc-dropdown button.dtcc-button.dtcc-button_empty span.dtcc-button-text{opacity:var(--dtcc-button_empty-opacity);font-style:italic}div.dtcc-dropdown button.dtcc-button>span.dtcc-button-state{display:block;width:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size);margin:0 0 0 var(--dtcc-button-icon_margin)}div.dtcc-dropdown button.dtcc-button>span.dtcc-button-state:empty{display:none}div.dtcc-dropdown button.dtcc-button>span.dtcc-button-state svg{width:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size);vertical-align:initial}div.dtcc-dropdown button.dtcc-button>span.dtcc-button-extra:empty{display:none}div.dtcc-dropdown button.dtcc-button span.dtcc-button-icon{width:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size);margin:0 var(--dtcc-button-icon_margin) 0 0}div.dtcc-dropdown button.dtcc-button span.dtcc-button-icon svg{width:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size);vertical-align:var(--dtcc-dropdown-icon_vertical-align)}div.dtcc-dropdown button.dtcc-button span.dtcc-button-text{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}div.dtcc-dropdown div.dtcc-spacer{margin:var(--dtcc-spacer_margin) 0;padding:0;border-bottom:var(--dtcc-spacer_border);border-left:none}div.dtcc-dropdown div.dtcc-title{margin:var(--dtcc-title_margin);padding:var(--dtcc-title_padding);border-top:var(--dtcc-title_border-top);border-right:var(--dtcc-title_border-right);border-bottom:var(--dtcc-title_border-bottom);border-left:var(--dtcc-title_border-left);background:var(--dtcc-title_background);text-align:var(--dtcc-title_text-align)}div.dtcc-dropdown div.dtcc-search{padding:var(--dtcc-dropdown-search_padding)}div.dtcc-dropdown div.dtcc-search>div{display:flex;position:relative;flex-wrap:wrap;align-items:center;border:var(--dtcc-dropdown-button_border);background:var(--dtcc-dropdown-button_background);color:var(--dtcc-dropdown-button_color)}div.dtcc-dropdown div.dtcc-search>div div{flex:0 0 var(--dtcc-button-icon_size);width:var(--dtcc-button-icon_size);height:var(--dtcc-button-icon_size);margin:0 var(--dtcc-button-icon_margin) 0 0}div.dtcc-dropdown div.dtcc-search>div div svg{width:var(--dtcc-search-icon_size);height:var(--dtcc-search-icon_size);color:var(--dtcc-search-icon_color);vertical-align:var(--dtcc-dropdown-icon_vertical-align)}div.dtcc-dropdown div.dtcc-search>div select,div.dtcc-dropdown div.dtcc-search>div input{box-sizing:border-box;flex:1 1 calc(100% - var(--dtcc-search-input_flexCalc));width:100%;min-width:0;padding:var(--dtcc-search-input_padding);border:var(--dtcc-search-input_border);border-radius:var(--dtcc-search-input_border-radius);background-color:var(--dtcc-search-input_background-color)}div.dtcc-dropdown div.dtcc-search>div select option,div.dtcc-dropdown div.dtcc-search>div input option{background-color:var(--dtcc-search-input_background-color)}div.dtcc-dropdown div.dtcc-search>div input,div.dtcc-dropdown div.dtcc-search>div div.dtcc-search-icon{margin-top:var(--dtcc-search-input_margin-top)}div.dtcc-dropdown div.dtcc-search>div input{padding-right:var(--dtcc-search-input_padding-right)}div.dtcc-dropdown div.dtcc-search>div span.dtcc-search-clear{position:absolute;right:var(--dtcc-search-clear_right);bottom:var(--dtcc-search-clear_bottom);width:14px;cursor:pointer}div.dtcc-dropdown div.dtcc-search:not(.dtcc-search_active) span.dtcc-search-clear{display:none}div.dtcc-dropdown div.dtcc-list div.dtcc-list-title,div.dtcc-dropdown div.dtcc-list div.dtcc-list-empty{padding:var(--dtcc-dropdown-button_padding);font-style:italic}div.dtcc-dropdown div.dtcc-list div.dtcc-list-title:empty,div.dtcc-dropdown div.dtcc-list div.dtcc-list-empty:empty{display:none}div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls{display:grid;padding:var(--dtcc-dropdown-button_padding);gap:.5em}div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls:empty{display:none}div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls button.dtcc-list-selectAll,div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls button.dtcc-list-selectNone{width:100%;padding:0;border:none;background-color:transparent;color:inherit;font-size:80%;text-align:center;cursor:pointer}div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls button.dtcc-list-selectAll:hover,div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls button.dtcc-list-selectNone:hover{text-decoration:underline}div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls button.dtcc-list-selectAll span,div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls button.dtcc-list-selectNone span{display:inline-block;padding-left:.25em}div.dtcc-dropdown div.dtcc-list div.dtcc-list-controls input.dtcc-list-search{box-sizing:border-box;grid-column:1/3;width:100%;padding:var(--dtcc-search-input_padding);border:var(--dtcc-search-input_border);border-radius:var(--dtcc-search-input_border-radius);background-color:var(--dtcc-search-input_background-color)}div.dtcc-dropdown div.dtcc-list div.dtcc-list-buttons{max-height:var(--dtcc-list-buttons_max-height);overflow:auto;background:var(--dtcc-list-buttons_background)}div.dtcc-dropdown div.dtcc-list span.dtcc-button-icon:empty{display:none}div.dtcc-dropdown div.dtcc-search>div select{padding-right:1.5rem}



/* classes attached to <body> */
/* TODO: make fc-event selector work when calender in shadow DOM */

.fc-not-allowed,
.fc-not-allowed .fc-event { /* override events' custom cursors */
  cursor: not-allowed;
}

/* TODO: not attached to body. attached to specific els. move */
.fc-unselectable {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fc {
  /* layout of immediate children */
  display: flex;
  flex-direction: column;

  font-size: 1em
}
.fc,
  .fc *,
  .fc *:before,
  .fc *:after {
    box-sizing: border-box;
  }
.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em; /* normalize cross-browser */
  }
.fc th {
    text-align: center;
  }
.fc th,
  .fc td {
    vertical-align: top;
    padding: 0;
  }
.fc a[data-navlink] {
    cursor: pointer;
  }
.fc a[data-navlink]:hover {
    text-decoration: underline;
  }
.fc-direction-ltr {
  direction: ltr;
  text-align: left;
}
.fc-direction-rtl {
  direction: rtl;
  text-align: right;
}
.fc-theme-standard td,
  .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
/* for FF, which doesn't expand a 100% div within a table cell. use absolute positioning */
/* inner-wrappers are responsible for being absolute */
/* TODO: best place for this? */
.fc-liquid-hack td,
  .fc-liquid-hack th {
    position: relative;
  }

@font-face {
  font-family: 'fcicons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
  font-weight: normal;
  font-style: normal;
}

.fc-icon {
  /* added for fc */
  display: inline-block;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fc-icon-chevron-left:before {
  content: "\e900";
}

.fc-icon-chevron-right:before {
  content: "\e901";
}

.fc-icon-chevrons-left:before {
  content: "\e902";
}

.fc-icon-chevrons-right:before {
  content: "\e903";
}

.fc-icon-minus-square:before {
  content: "\e904";
}

.fc-icon-plus-square:before {
  content: "\e905";
}

.fc-icon-x:before {
  content: "\e906";
}
/*
Lots taken from Flatly (MIT): https://bootswatch.com/4/flatly/bootstrap.css

These styles only apply when the standard-theme is activated.
When it's NOT activated, the fc-button classes won't even be in the DOM.
*/
.fc {

  /* reset */

}
.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }
.fc .fc-button {
    -webkit-appearance: button;
  }
.fc .fc-button:not(:disabled) {
    cursor: pointer;
  }
.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none;
  }
.fc {

  /* theme */

}
.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.4em 0.65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
  }
.fc .fc-button:hover {
    text-decoration: none;
  }
.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  }
.fc .fc-button:disabled {
    opacity: 0.65;
  }
.fc {

  /* "primary" coloring */

}
.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50);
  }
.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f);
  }
.fc .fc-button-primary:disabled { /* not DRY */
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50); /* overrides :hover */
  }
.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc .fc-button-primary:not(:disabled):active,
  .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27);
  }
.fc .fc-button-primary:not(:disabled):active:focus,
  .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  }
.fc {

  /* icons within buttons */

}
.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em; /* bump up the size (but don't make it bigger than line-height of button, which is 1.5em also) */
  }
.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
  }
.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto;
  }
.fc .fc-button-group > .fc-button:hover {
    z-index: 1;
  }
.fc .fc-button-group > .fc-button:focus,
  .fc .fc-button-group > .fc-button:active,
  .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em;
  }
.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em;
  }
.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0;
  }
.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em; /* space between */
  }
.fc-direction-rtl .fc-toolbar-ltr { /* when the toolbar-chunk positioning system is explicitly left-to-right */
    flex-direction: row-reverse;
  }
.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative; /* for abs-positioned elements within */
  }
.fc .fc-scroller-liquid {
    height: 100%;
  }
.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr;
      /* hack for chrome computing the scroller's right/left wrong for rtl. undone below... */
      /* TODO: demonstrate in codepen */
  }
.fc .fc-scroller-harness-liquid {
    height: 100%;
  }
.fc-direction-rtl .fc-scroller-harness > .fc-scroller { /* undo above hack */
    direction: rtl;
  }
.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd); /* bootstrap does this. match */
  }
.fc .fc-scrollgrid,
    .fc .fc-scrollgrid table { /* all tables (self included) */
      width: 100%; /* because tables don't normally do this */
      table-layout: fixed;
    }
.fc .fc-scrollgrid table { /* inner tables */
      border-top-style: hidden;
      border-left-style: hidden;
      border-right-style: hidden;
    }
.fc .fc-scrollgrid {

    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0;

  }
.fc .fc-scrollgrid-liquid {
    height: 100%;
  }
.fc .fc-scrollgrid-section { /* a <tr> */
    height: 1px /* better than 0, for firefox */

  }
.fc .fc-scrollgrid-section > td {
      height: 1px; /* needs a height so inner div within grow. better than 0, for firefox */
    }
.fc .fc-scrollgrid-section table {
      height: 1px;
        /* for most browsers, if a height isn't set on the table, can't do liquid-height within cells */
        /* serves as a min-height. harmless */
    }
.fc .fc-scrollgrid-section-liquid > td {
      height: 100%; /* better than `auto`, for firefox */
    }
.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0;
  }
.fc .fc-scrollgrid-section-header > *,
  .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0;
  }
.fc .fc-scrollgrid-section-body table,
  .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden; /* head keeps its bottom border tho */
  }
.fc {

  /* stickiness */

}
.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: sticky;
    z-index: 3; /* TODO: var */
    /* TODO: box-shadow when sticking */
  }
.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0; /* because border-sharing causes a gap at the top */
      /* TODO: give safari -1. has bug */
  }
.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0; /* known bug: bottom-stickiness doesn't work in safari */
  }
.fc .fc-scrollgrid-sticky-shim { /* for horizontal scrollbar */
    height: 1px; /* needs height to create scrollbars */
    margin-bottom: -1px;
  }
.fc-sticky { /* no .fc wrap because used as child of body */
  position: sticky;
}
.fc .fc-view-harness {
    flex-grow: 1; /* because this harness is WITHIN the .fc's flexbox */
    position: relative;
  }
.fc {

  /* when the harness controls the height, make the view liquid */

}
.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.fc .fc-col-header-cell-cushion {
    display: inline-block; /* x-browser for when sticky (when multi-tier header) */
    padding: 2px 4px;
  }
.fc .fc-bg-event,
  .fc .fc-non-business,
  .fc .fc-highlight {
    /* will always have a harness with position:relative/absolute, so absolutely expand */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc .fc-non-business {
    background: rgba(215, 215, 215, 0.3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  }
.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: 0.3;
    opacity: var(--fc-bg-event-opacity, 0.3)
  }
.fc .fc-bg-event .fc-event-title {
      margin: .5em;
      font-size: .85em;
      font-size: var(--fc-small-font-size, .85em);
      font-style: italic;
    }
.fc .fc-highlight {
    background: rgba(188, 232, 241, 0.3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  }
.fc .fc-cell-shaded,
  .fc .fc-day-disabled {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
/* link resets */
/* ---------------------------------------------------------------------------------------------------- */
a.fc-event,
a.fc-event:hover {
  text-decoration: none;
}
/* cursor */
.fc-event[href],
.fc-event.fc-event-draggable {
  cursor: pointer;
}
/* event text content */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event .fc-event-main {
    position: relative;
    z-index: 2;
  }
/* dragging */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-dragging:not(.fc-event-selected) { /* MOUSE */
    opacity: 0.75;
  }
.fc-event-dragging.fc-event-selected { /* TOUCH */
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  }
/* resizing */
/* ---------------------------------------------------------------------------------------------------- */
/* (subclasses should hone positioning for touch and non-touch) */
.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4;
  }
.fc-event:hover, /* MOUSE */
.fc-event-selected { /* TOUCH */

}
.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block;
  }
.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)

    /* expand hit area */

  }
.fc-event-selected .fc-event-resizer:before {
      content: '';
      position: absolute;
      top: -20px;
      left: -20px;
      right: -20px;
      bottom: -20px;
    }
/* selecting (always TOUCH) */
/* OR, focused by tab-index */
/* (TODO: maybe not the best focus-styling for .fc-daygrid-dot-event) */
/* ---------------------------------------------------------------------------------------------------- */
.fc-event-selected,
.fc-event:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2)

  /* expand hit area (subclasses should expand) */

}
.fc-event-selected:before, .fc-event:focus:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
.fc-event-selected,
.fc-event:focus {

  /* dimmer effect */

}
.fc-event-selected:after, .fc-event:focus:after {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
    position: absolute;
    z-index: 1;

    /* assume there's a border on all sides. overcome it. */
    /* sometimes there's NOT a border, in which case the dimmer will go over */
    /* an adjacent border, which looks fine. */
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }
/*
A HORIZONTAL event
*/
.fc-h-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}
.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
  }
.fc-h-event .fc-event-main-frame {
    display: flex; /* for make fc-event-title-container expand */
  }
.fc-h-event .fc-event-time {
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event .fc-event-title-container { /* serves as a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
  }
.fc-h-event .fc-event-title {
    display: inline-block; /* need this to be sticky cross-browser */
    vertical-align: top; /* for not messing up line-height */
    left: 0;  /* for sticky */
    right: 0; /* for sticky */
    max-width: 100%; /* clip overflow on this element */
    overflow: hidden;
  }
.fc-h-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
/* adjust border and border-radius (if there is any) for non-start/end */
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
.fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}
/* resizers */
.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  top: 0;
  bottom: 0;
  width: 8px;
  width: var(--fc-event-resizer-thickness, 8px);
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  cursor: w-resize;
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  cursor: e-resize;
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
}
/* resizers for TOUCH */
.fc-h-event.fc-event-selected .fc-event-resizer {
  top: 50%;
  margin-top: -4px;
  margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  left: -4px;
  left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
.fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  right: -4px;
  right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
}
.fc .fc-popover {
    position: absolute;
    z-index: 9999;
    box-shadow: 0 2px 6px rgba(0,0,0,.15);
  }
.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px;
  }
.fc .fc-popover-title {
    margin: 0 2px;
  }
.fc .fc-popover-close {
    cursor: pointer;
    opacity: 0.65;
    font-size: 1.1em;
  }
.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
  }
.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, 0.3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }


:root {
  --fc-daygrid-event-dot-width: 8px;
}
/* help things clear margins of inner content */
.fc-daygrid-day-frame,
.fc-daygrid-day-events,
.fc-daygrid-event-harness { /* for event top/bottom margins */
}
.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
  content: "";
  clear: both;
  display: table; }
.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-body { /* a <div> that wraps the table */
    position: relative;
    z-index: 1; /* container inner z-index's because <tr>s can't do it */
  }
.fc .fc-daygrid-day.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%; /* seems to work better than `height` because sets height after rows/cells naturally do it */
  }
.fc {

  /* cell top */

}
.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse;
  }
.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 0.3;
  }
.fc {

  /* day number (within cell top) */

}
.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px;
  }
.fc {

  /* event container */

}
.fc .fc-daygrid-day-events {
    margin-top: 1px; /* needs to be margin, not padding, so that available cell height can be computed */
  }
.fc {

  /* positioning for balanced vs natural */

}
.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
      position: absolute;
      left: 0;
      right: 0;
    }
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: relative; /* for containing abs positioned event harnesses */
      min-height: 2em; /* in addition to being a min-height during natural height, equalizes the heights a little bit */
    }
.fc .fc-daygrid-body-natural { /* can coexist with -unbalanced */
  }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
      margin-bottom: 1em;
    }
.fc {

  /* event harness */

}
.fc .fc-daygrid-event-harness {
    position: relative;
  }
.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0; /* fallback coords for when cannot yet be computed */
    left: 0; /* */
    right: 0; /* */
  }
.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0;
  }
.fc {

  /* bg content */

}
.fc .fc-daygrid-day-bg .fc-non-business { z-index: 1 }
.fc .fc-daygrid-day-bg .fc-bg-event { z-index: 2 }
.fc .fc-daygrid-day-bg .fc-highlight { z-index: 3 }
.fc {

  /* events */

}
.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px;
  }
.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7;
  }
.fc {

  /* cell bottom (within day-events) */

}
.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    padding: 2px 3px 0
  }
.fc .fc-daygrid-day-bottom:before {
  content: "";
  clear: both;
  display: table; }
.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer;
  }
.fc {

  /* week number (within frame) */

}
.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    color: #808080;
    color: var(--fc-neutral-text-color, #808080);
  }
.fc {

  /* popover */

}
.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px;
  }
.fc-direction-ltr .fc-daygrid-event.fc-event-start,
.fc-direction-rtl .fc-daygrid-event.fc-event-end {
  margin-left: 2px;
}
.fc-direction-ltr .fc-daygrid-event.fc-event-end,
.fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin-right: 2px;
}
.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0;
  }
.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px;
  }
.fc-liquid-hack .fc-daygrid-day-frame {
    position: static; /* will cause inner absolute stuff to expand to <td> */
  }
.fc-daygrid-event { /* make root-level, because will be dragged-and-dropped outside of a component root */
  position: relative; /* for z-indexes assigned later */
  white-space: nowrap;
  border-radius: 3px; /* dot event needs this to when selected */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
}
/* --- the rectangle ("block") style of event --- */
.fc-daygrid-block-event .fc-event-time {
    font-weight: bold;
  }
.fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    padding: 1px;
  }
/* --- the dot style of event --- */
.fc-daygrid-dot-event {
  display: flex;
  align-items: center;
  padding: 2px 0

}
.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0; /* important for allowing to shrink all the way */
    overflow: hidden;
    font-weight: bold;
  }
.fc-daygrid-dot-event:hover,
  .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, 0.1);
  }
.fc-daygrid-dot-event.fc-event-selected:before {
    /* expand hit area */
    top: -10px;
    bottom: -10px;
  }
.fc-daygrid-event-dot { /* the actual dot */
  margin: 0 4px;
  box-sizing: content-box;
  width: 0;
  height: 0;
  border: 4px solid #3788d8;
  border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  border-radius: 4px;
  border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
}
/* --- spacing between time and title --- */
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px;
  }
.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px;
  }


/*
A VERTICAL event
*/

.fc-v-event { /* allowed to be top-level */
  display: block;
  border: 1px solid #3788d8;
  border: 1px solid var(--fc-event-border-color, #3788d8);
  background-color: #3788d8;
  background-color: var(--fc-event-bg-color, #3788d8)

}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%;
  }

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden;
  }

.fc-v-event .fc-event-title-container { /* a container for the sticky cushion */
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0; /* important for allowing to shrink all the way */
  }

.fc-v-event .fc-event-title { /* will have fc-sticky on it */
    top: 0;
    bottom: 0;
    max-height: 100%; /* clip overflow */
    overflow: hidden;
  }

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

.fc-v-event.fc-event-selected:before {
    /* expand hit area */
    left: -10px;
    right: -10px;
  }

.fc-v-event {

  /* resizer (mouse AND touch) */

}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize;
  }

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize;
  }

.fc-v-event {

  /* resizer for MOUSE */

}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
      height: 8px;
      height: var(--fc-event-resizer-thickness, 8px);
      left: 0;
      right: 0;
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
    }

.fc-v-event {

  /* resizer for TOUCH (when event is "selected") */

}

.fc-v-event.fc-event-selected .fc-event-resizer {
      left: 50%;
      margin-left: -4px;
      margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-start {
      top: -4px;
      top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }

.fc-v-event.fc-event-selected .fc-event-resizer-end {
      bottom: -4px;
      bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
    }
.fc .fc-timegrid .fc-daygrid-body { /* the all-day daygrid within the timegrid view */
    z-index: 2; /* put above the timegrid-body so that more-popover is above everything. TODO: better solution */
  }
.fc .fc-timegrid-divider {
    padding: 0 0 2px; /* browsers get confused when you set height. use padding instead */
  }
.fc .fc-timegrid-body {
    position: relative;
    z-index: 1; /* scope the z-indexes of slots and cols */
    min-height: 100%; /* fill height always, even when slat table doesn't grow */
  }
.fc .fc-timegrid-axis-chunk { /* for advanced ScrollGrid */
    position: relative /* offset parent for now-indicator-container */

  }
.fc .fc-timegrid-axis-chunk > table {
      position: relative;
      z-index: 1; /* above the now-indicator-container */
    }
.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1;
  }
.fc .fc-timegrid-slot { /* a <td> */
    height: 1.5em;
    border-bottom: 0 /* each cell owns its top border */
  }
.fc .fc-timegrid-slot:empty:before {
      content: '\00a0'; /* make sure there's at least an empty space to create height for height syncing */
    }
.fc .fc-timegrid-slot-minor {
    border-top-style: dotted;
  }
.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap;
  }
.fc .fc-timegrid-slot-label {
    vertical-align: middle; /* vertical align the slots */
  }
.fc {


  /* slots AND axis cells (top-left corner of view including the "all-day" text) */

}
.fc .fc-timegrid-axis-cushion,
  .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px;
  }
.fc {


  /* axis cells (top-left corner of view including the "all-day" text) */
  /* vertical align is more complicated, uses flexbox */

}
.fc .fc-timegrid-axis-frame-liquid {
    height: 100%; /* will need liquid-hack in FF */
  }
.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center; /* vertical align */
    justify-content: flex-end; /* horizontal align. matches text-align below */
  }
.fc .fc-timegrid-axis-cushion {
    max-width: 60px; /* limits the width of the "all-day" text */
    flex-shrink: 0; /* allows text to expand how it normally would, regardless of constrained width */
  }
.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right;
  }
.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left;
  }
.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  }
.fc .fc-timegrid-col.fc-day-today {
      background-color: rgba(255, 220, 40, 0.15);
      background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
    }
.fc .fc-timegrid-col-frame {
    min-height: 100%; /* liquid-hack is below */
    position: relative;
  }
.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    }
.fc-media-screen .fc-timegrid-cols {
    position: absolute; /* no z-index. children will decide and go above slots */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
  }
.fc-media-screen .fc-timegrid-cols > table {
      height: 100%;
    }
.fc-media-screen .fc-timegrid-col-bg,
  .fc-media-screen .fc-timegrid-col-events,
  .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
.fc {

  /* bg */

}
.fc .fc-timegrid-col-bg {
    z-index: 2; /* TODO: kill */
  }
.fc .fc-timegrid-col-bg .fc-non-business { z-index: 1 }
.fc .fc-timegrid-col-bg .fc-bg-event { z-index: 2 }
.fc .fc-timegrid-col-bg .fc-highlight { z-index: 3 }
.fc .fc-timegrid-bg-harness {
    position: absolute; /* top/bottom will be set by JS */
    left: 0;
    right: 0;
  }
.fc {

  /* fg events */
  /* (the mirror segs are put into a separate container with same classname, */
  /* and they must be after the normal seg container to appear at a higher z-index) */

}
.fc .fc-timegrid-col-events {
    z-index: 3;
    /* child event segs have z-indexes that are scoped within this div */
  }
.fc {

  /* now indicator */

}
.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden; /* don't let overflow of lines/arrows cause unnecessary scrolling */
    /* z-index is set on the individual elements */
  }
.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px;
  }
.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%;
  }
.fc-timegrid-event-harness {
  position: absolute /* top/left/right/bottom will all be set by JS */
}
.fc-timegrid-event-harness > .fc-timegrid-event {
    position: absolute; /* absolute WITHIN the harness */
    top: 0; /* for when not yet positioned */
    bottom: 0; /* " */
    left: 0;
    right: 0;
  }
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: 0px 0px 0px 1px #fff;
  box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
}
.fc-timegrid-event,
.fc-timegrid-more-link { /* events need to be root */
  font-size: .85em;
  font-size: var(--fc-small-font-size, .85em);
  border-radius: 3px;
}
.fc-timegrid-event { /* events need to be root */
  margin-bottom: 1px /* give some space from bottom */
}
.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0;
  }
.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px;
  }
.fc-timegrid-event-short .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden;
  }
.fc-timegrid-event-short .fc-event-time:after {
    content: '\00a0-\00a0'; /* dash surrounded by non-breaking spaces */
  }
.fc-timegrid-event-short .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
  }
.fc-timegrid-more-link { /* does NOT inherit from fc-timegrid-event */
  position: absolute;
  z-index: 9999; /* hack */
  color: inherit;
  color: var(--fc-more-link-text-color, inherit);
  background: #d0d0d0;
  background: var(--fc-more-link-bg-color, #d0d0d0);
  cursor: pointer;
  margin-bottom: 1px; /* match space below fc-timegrid-event */
}
.fc-timegrid-more-link-inner { /* has fc-sticky */
  padding: 3px 2px;
  top: 0;
}
.fc-direction-ltr .fc-timegrid-more-link {
    right: 0;
  }
.fc-direction-rtl .fc-timegrid-more-link {
    left: 0;
  }
.fc {

  /* line */

}
.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0;
  }
.fc {

  /* arrow */

}
.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px; /* vertically center on top coordinate */
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
  }
.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;

    /* triangle pointing right. TODO: mixin */
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;

    /* triangle pointing left. TODO: mixin */
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }


:root {
  --fc-list-event-dot-width: 10px;
  --fc-list-event-hover-bg-color: #f5f5f5;
}
.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
  }
.fc {

  /* message when no events */

}
.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; /* vertically aligns fc-list-empty-inner */
  }
.fc .fc-list-empty-cushion {
    margin: 5em 0;
  }
.fc {

  /* table within the scroller */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-table {
    width: 100%;
    border-style: hidden; /* kill outer border on theme */
  }
.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0;
  }
.fc .fc-list-sticky .fc-list-day > * { /* the cells */
      position: sticky;
      top: 0;
      background: #fff;
      background: var(--fc-page-bg-color, #fff); /* for when headers are styled to be transparent and sticky */
    }
.fc {

  /* only exists for aria reasons, hide for non-screen-readers */

}
.fc .fc-list-table thead {
    position: absolute;
    left: -10000px;
  }
.fc {

  /* the table's border-style:hidden gets confused by hidden thead. force-hide top border of first cell */

}
.fc .fc-list-table tbody > tr:first-child th {
    border-top: 0;
  }
.fc .fc-list-table th {
    padding: 0; /* uses an inner-wrapper instead... */
  }
.fc .fc-list-table td,
  .fc .fc-list-day-cushion {
    padding: 8px 14px;
  }
.fc {


  /* date heading rows */
  /* ---------------------------------------------------------------------------------------------------- */

}
.fc .fc-list-day-cushion:after {
  content: "";
  clear: both;
  display: table; /* clear floating */
    }
.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, 0.3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  }
.fc-direction-ltr .fc-list-day-text,
.fc-direction-rtl .fc-list-day-side-text {
  float: left;
}
.fc-direction-ltr .fc-list-day-side-text,
.fc-direction-rtl .fc-list-day-text {
  float: right;
}
/* make the dot closer to the event title */
.fc-direction-ltr .fc-list-table .fc-list-event-graphic { padding-right: 0 }
.fc-direction-rtl .fc-list-table .fc-list-event-graphic { padding-left: 0 }
.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer; /* whole row will seem clickable */
  }
.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  }
.fc {

  /* shrink certain cols */

}
.fc .fc-list-event-graphic,
  .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px;
  }
.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  }
.fc {

  /* reset <a> styling */

}
.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none;
  }
.fc {

  /* underline link when hovering over any part of row */

}
.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline;
  }



  .fc-theme-bootstrap a:not([href]) {
    color: inherit; /* natural color for navlinks */
  }

/* line 3, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5494e;
  width: 3.75rem;
  height: 3.75rem;
  color: #fefefe;
  border-radius: 100%;
  font-size: 2rem;
  -webkit-box-shadow: 3px 3px 10px #0000004D;
          box-shadow: 3px 3px 10px #0000004D;
  text-decoration: none;
  z-index: 999;
}

/* line 20, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn:hover, .back-to-top-btn:focus {
  color: #fefefe;
}

/* line 25, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #d5494e;
  width: 3.75rem;
  height: 3.75rem;
  color: #fefefe;
  border-radius: 100%;
  font-size: 2rem;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}

/* line 41, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__icon:hover, .back-to-top-btn__icon:focus {
  background-color: #b53e42;
}

/* line 47, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__details {
  position: absolute;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 30%;
  right: 60%;
  min-height: 8.1875rem;
  background-color: #fefefe;
  color: #0a0a0a;
  border-radius: var(--theme_leaf-border-radius) var(--theme_leaf-border-radius) var(--theme_leaf-border-radius);
  -webkit-box-shadow: 0 0 50px #00000029;
          box-shadow: 0 0 50px #00000029;
  padding: calc(var(--theme_spacer-size) * 1.25) calc(var(--theme_spacer-size) * 1.5);
  z-index: 1;
  font-size: 16px;
}

@media print, screen and (max-width: 61.99875em) {
  /* line 47, app/assets/stylesheets/_floating_contact.scss */
  .back-to-top-btn__details {
    min-width: 19.5rem;
    bottom: 55%;
    right: -8%;
    padding: calc(var(--theme_spacer-size) * 1) calc(var(--theme_spacer-size) * 1.25);
  }
}

/* line 70, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__details a {
  font-weight: bold;
  word-break: break-word;
}

/* line 74, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__details a + .back-to-top-btn__details a {
  margin-top: 0.5rem;
}

/* line 78, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__details a:hover, .back-to-top-btn__details a:focus {
  margin: 0;
}

/* line 84, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__details .icon-block {
  --icon-width: 1.5em;
}

@media print, screen and (min-width: 40em) {
  /* line 84, app/assets/stylesheets/_floating_contact.scss */
  .back-to-top-btn__details .icon-block {
    white-space: nowrap;
  }
}

/* line 92, app/assets/stylesheets/_floating_contact.scss */
.back-to-top-btn__details--active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 97, app/assets/stylesheets/_floating_contact.scss */
.report-dashboard-btn {
  position: fixed;
  top: 100px;
  right: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5494e;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 100%;
  font-size: 2rem;
  -webkit-box-shadow: 3px 3px 10px #0000004D;
          box-shadow: 3px 3px 10px #0000004D;
  z-index: 999;
}

/* line 111, app/assets/stylesheets/_floating_contact.scss */
.report-dashboard-btn a {
  color: #fefefe;
  text-decoration: none;
  line-height: 0.8;
}

/* line 115, app/assets/stylesheets/_floating_contact.scss */
.report-dashboard-btn a:hover, .report-dashboard-btn a:focus {
  color: #fefefe;
}
/* line 3, app/assets/stylesheets/admins.scss */
.login-token-container .input-with-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 7, app/assets/stylesheets/admins.scss */
.login-token-container .input-with-icon .view-login-token {
  min-width: 40px;
  max-width: 40px;
  text-align: center;
}

/* line 13, app/assets/stylesheets/admins.scss */
.login-token-container .generate-token {
  margin-right: 40px;
  margin-top: 1px;
}
/* line 9, app/assets/stylesheets/backoffice.scss */
.backoffice h1 {
  margin-top: 1rem;
}

/* line 12, app/assets/stylesheets/backoffice.scss */
.backoffice .links {
  padding-top: 30px;
}

/* line 16, app/assets/stylesheets/backoffice.scss */
.backoffice .checkbox.page_not_in_sitemap {
  margin-top: 1rem;
}

/* line 19, app/assets/stylesheets/backoffice.scss */
.backoffice .bottom-margin-50 {
  margin-bottom: 50px;
}

/* line 22, app/assets/stylesheets/backoffice.scss */
.backoffice .top-margin-50 {
  margin-top: 50px;
}

/* line 32, app/assets/stylesheets/backoffice.scss */
.bo-segment-box {
  border-radius: 0 12px 0 12px;
  max-width: 64rem;
  min-width: 32rem;
  padding: 12px 12px 12px 18px;
  background-color: #f2edec;
  color: #212529;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 43, app/assets/stylesheets/backoffice.scss */
.bo-segment-box .segment-title {
  margin-bottom: 0.6rem;
  font-family: "ArialNova-Light", Arial, sans-serif;
  font-size: 1.6rem;
}

/* line 49, app/assets/stylesheets/backoffice.scss */
.bo-segment-box .segment-url {
  position: absolute;
  right: 0.8rem;
  top: 1rem;
}

/* line 63, app/assets/stylesheets/backoffice.scss */
.bo-in-use-list.attribute ul {
  margin-bottom: 0;
}

/* line 69, app/assets/stylesheets/backoffice.scss */
.spacer {
  margin-bottom: 1rem;
}
/* line 9, app/assets/stylesheets/bulletin_board.scss */
.edit_bulletin_board fieldset.container-fluid, .new_bulletin_board fieldset.container-fluid {
  margin-top: 10px;
}

/* line 11, app/assets/stylesheets/bulletin_board.scss */
.edit_bulletin_board fieldset.container-fluid .info, .new_bulletin_board fieldset.container-fluid .info {
  margin-bottom: 10px;
}

/* line 15, app/assets/stylesheets/bulletin_board.scss */
.edit_bulletin_board fieldset.container-fluid .bulletin_board_bulletin_board_posts_subject label, .new_bulletin_board fieldset.container-fluid .bulletin_board_bulletin_board_posts_subject label {
  font-weight: bold;
}
/* line 10, app/assets/stylesheets/carts.scss */
.cart-overview table strong.title, .watch-list-overview table strong.title {
  font-size: 1.05rem;
}

/* line 13, app/assets/stylesheets/carts.scss */
.cart-overview table td.align-middle, .watch-list-overview table td.align-middle {
  vertical-align: middle;
}

/* line 15, app/assets/stylesheets/carts.scss */
.cart-overview table td.align-middle.act, .watch-list-overview table td.align-middle.act {
  padding-right: 0;
  text-align: center;
}

/* line 20, app/assets/stylesheets/carts.scss */
.cart-overview table td.course-info, .watch-list-overview table td.course-info {
  width: 55%;
}

/* line 23, app/assets/stylesheets/carts.scss */
.cart-overview table td a.icon-link, .watch-list-overview table td a.icon-link {
  margin-left: 0.2rem;
}

/* line 34, app/assets/stylesheets/carts.scss */
.guest-form-head {
  margin-top: 60px;
}

/* line 36, app/assets/stylesheets/carts.scss */
.guest-form-head h5 {
  margin-top: 0;
}

/* line 39, app/assets/stylesheets/carts.scss */
.guest-form-head .login-link {
  font-size: 1.05rem;
}

/* line 45, app/assets/stylesheets/carts.scss */
.sky-form label.checkbox.guest_company_payment, .sky-form label.checkbox.user_company_payment {
  display: inline-block;
  margin-bottom: 1rem;
}

/* line 50, app/assets/stylesheets/carts.scss */
.sky-form .guest_invoice_address textarea, .sky-form .user_invoice_address textarea {
  min-height: 80px;
}

/* .floating-cart-container {
  position: fixed;
  bottom: 2rem;
  left: 0;
  right: -3rem;
  width: 1260px;
  margin: auto;
  max-width: calc(100% - 20px);
  display: flex;
  justify-content: flex-end; */
/* line 74, app/assets/stylesheets/carts.scss */
.floating-cart-btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d5494e;
  border-radius: 100%;
  bottom: 2rem;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.302);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.302);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 3.75rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  right: 2rem;
  text-decoration: none;
  width: 3.75rem;
  z-index: 1031;
}

/* line 92, app/assets/stylesheets/carts.scss */
.floating-cart-btn .shopping-cart-link i.fa.fa-shopping-cart {
  margin-left: 0.2rem;
  padding-right: 0;
  color: #fefefe;
}

/* line 96, app/assets/stylesheets/carts.scss */
.floating-cart-btn .shopping-cart-link i.fa.fa-shopping-cart.with-item {
  color: #fefefe;
}

/* line 102, app/assets/stylesheets/carts.scss */
.floating-cart-btn span.fa-shopping-cart-count {
  height: 0.9rem;
  width: 0.9rem;
  text-align: center;
  line-height: normal;
  margin-top: 0.7rem;
  font-size: 0.5rem;
}

/* } */
/* line 113, app/assets/stylesheets/carts.scss */
.menu a.watch-list-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 115, app/assets/stylesheets/carts.scss */
.menu a.watch-list-link i.fa {
  font-weight: 900;
  margin-right: 3px;
  color: #95918c;
}

/* line 119, app/assets/stylesheets/carts.scss */
.menu a.watch-list-link i.fa.with-item {
  color: #007487;
}

/* line 123, app/assets/stylesheets/carts.scss */
.menu a.watch-list-link .watch-list-count {
  font-size: 0.6rem;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 0.25rem 0.25rem 0.15rem 0.25rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 132, app/assets/stylesheets/carts.scss */
.menu a.watch-list-link .watch-list-count.changed {
  background-color: #007487;
  color: #fefefe;
}
/* line 4, app/assets/stylesheets/congress_registration.scss */
.congress-registration .block-1, .congress-registration .block-2, .congress-registration .block-3 {
  padding: 20px;
  margin-bottom: 5px;
}

/* line 7, app/assets/stylesheets/congress_registration.scss */
.congress-registration .block-1 .headline, .congress-registration .block-2 .headline, .congress-registration .block-3 .headline {
  font-weight: bold;
  color: #007487;
}

/* line 11, app/assets/stylesheets/congress_registration.scss */
.congress-registration .block-1 .grid-x:not(last-child), .congress-registration .block-2 .grid-x:not(last-child), .congress-registration .block-3 .grid-x:not(last-child) {
  margin-bottom: 20px;
}

/* line 15, app/assets/stylesheets/congress_registration.scss */
.congress-registration .block-1, .congress-registration .block-3 {
  background-color: #e6e7e9;
}

/* line 18, app/assets/stylesheets/congress_registration.scss */
.congress-registration .block-2 {
  background-color: #f0f1f3;
}

/* line 22, app/assets/stylesheets/congress_registration.scss */
.congress-registration .submit-info {
  text-align: right;
  max-width: 800px;
  margin-top: 5px;
  line-height: 1.3;
  display: block;
}

/* line 28, app/assets/stylesheets/congress_registration.scss */
.congress-registration .submit-info span.small {
  display: block;
}

/* line 33, app/assets/stylesheets/congress_registration.scss */
.congress-registration .select2 input.select2-search__field {
  height: 100%;
}
@charset "UTF-8";
/* line 8, app/assets/stylesheets/courses.scss */
.course-row-chevron, .webseminar-chevron {
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: text-top;
  display: inline-block;
  line-height: 1rem;
}

/* line 16, app/assets/stylesheets/courses.scss */
.courses .cell.course-search {
  padding-top: 30px;
}

/* line 19, app/assets/stylesheets/courses.scss */
.courses .cell.course-search .search-block {
  margin-top: 20px;
}

/* line 21, app/assets/stylesheets/courses.scss */
.courses .cell.course-search .search-block .text-uppercase {
  line-height: 1.7;
}

/* line 24, app/assets/stylesheets/courses.scss */
.courses .cell.course-search .search-block .webseminar-checkbox {
  margin-top: 0.5rem;
}

/* line 32, app/assets/stylesheets/courses.scss */
.courses .course-results h2:after, .courses .course-details h2:after {
  content: none;
}

/* line 40, app/assets/stylesheets/courses.scss */
.courses .course-results .result-box h1.headline:after, .courses .course-details .result-box h1.headline:after {
  display: none;
}

/* line 45, app/assets/stylesheets/courses.scss */
.courses .course-results .result-box:hover, .courses .course-details .result-box:hover {
  background-color: #e6e7e9;
}

/* line 49, app/assets/stylesheets/courses.scss */
.courses .course-results .result-box .result-bookmark, .courses .course-results .result-box .result-price, .courses .course-details .result-box .result-bookmark, .courses .course-details .result-box .result-price {
  text-align: right;
  line-height: normal;
}

/* line 53, app/assets/stylesheets/courses.scss */
.courses .course-results .result-box .result-bookmark, .courses .course-details .result-box .result-bookmark {
  margin-bottom: 10px;
  color: #007487;
  font-size: 1.8rem;
  margin-top: -20px;
}

/* line 61, app/assets/stylesheets/courses.scss */
.courses .course-results .text, .courses .course-details .text {
  font-size: 1rem;
  padding-bottom: 0.5rem;
}

/* line 66, app/assets/stylesheets/courses.scss */
.courses .course-results .row-toggle-for-row, .courses .course-results .row-toggle-for-course, .courses .course-details .row-toggle-for-row, .courses .course-details .row-toggle-for-course {
  font-size: 1rem;
}

/* line 70, app/assets/stylesheets/courses.scss */
.courses .course-results .row-toggle-for-row .tutor .tutor-info, .courses .course-results .row-toggle-for-course .tutor .tutor-info, .courses .course-details .row-toggle-for-row .tutor .tutor-info, .courses .course-details .row-toggle-for-course .tutor .tutor-info {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 78, app/assets/stylesheets/courses.scss */
.courses .course-results .row-toggle-for-row ul.course-row-courses > li > .toggle-hidden, .courses .course-results .row-toggle-for-course ul.course-row-courses > li > .toggle-hidden, .courses .course-details .row-toggle-for-row ul.course-row-courses > li > .toggle-hidden, .courses .course-details .row-toggle-for-course ul.course-row-courses > li > .toggle-hidden {
  margin-bottom: 30px;
}

/* line 85, app/assets/stylesheets/courses.scss */
.courses .course-results .fa-shopping-cart, .courses .course-details .fa-shopping-cart {
  color: #0a0a0a;
}

/* line 87, app/assets/stylesheets/courses.scss */
.courses .course-results .fa-shopping-cart:hover, .courses .course-details .fa-shopping-cart:hover {
  color: #007487;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 93, app/assets/stylesheets/courses.scss */
  .courses .course-results .search-result-title, .courses .course-details .search-result-title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 102, app/assets/stylesheets/courses.scss */
  .courses .course-details > .cell.medium-4 {
    padding-left: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 107, app/assets/stylesheets/courses.scss */
  .courses .course-details > .cell.medium-4 {
    margin-top: 1rem;
  }
}

/* line 112, app/assets/stylesheets/courses.scss */
.courses .course-details .result-box .text {
  font-size: 1rem;
}

@media print, screen and (max-width: 61.99875em) {
  /* line 117, app/assets/stylesheets/courses.scss */
  .courses .course-details .result-box .tutor .portrait {
    min-height: 0;
    max-height: 200px;
    background-position: top;
  }
}

/* line 125, app/assets/stylesheets/courses.scss */
.courses .course-details .info-box {
  font-size: 0.875rem;
  position: relative;
}

/* line 128, app/assets/stylesheets/courses.scss */
.courses .course-details .info-box .fee-text {
  font-size: 1rem;
}

/* line 131, app/assets/stylesheets/courses.scss */
.courses .course-details .info-box .fee {
  font-size: 1.5rem;
}

/* line 134, app/assets/stylesheets/courses.scss */
.courses .course-details .info-box .separator {
  margin-bottom: 25px;
}

/* line 137, app/assets/stylesheets/courses.scss */
.courses .course-details .info-box .headline, .courses .course-details .info-box .bookmark-button, .courses .course-details .info-box .booking-info {
  margin-top: 20px;
  width: 100%;
}

/* line 142, app/assets/stylesheets/courses.scss */
.courses .course-details .bookmark-button {
  display: block;
}

/* line 144, app/assets/stylesheets/courses.scss */
.courses .course-details .bookmark-button:hover {
  margin-left: -30px;
  width: calc(100% + 60px);
}

/* line 148, app/assets/stylesheets/courses.scss */
.courses .course-details .bookmark-button i.fa {
  font-size: 1rem;
}

/* line 152, app/assets/stylesheets/courses.scss */
.courses .course-details .booking-info {
  border: 4px solid #007487;
  background-color: transparent;
  color: #0a0a0a;
  cursor: default;
}

/* line 162, app/assets/stylesheets/courses.scss */
.single-course-data .button-toggle-hidden.toggle-before:before {
  width: 20px;
  padding-right: 10px;
}

/* line 166, app/assets/stylesheets/courses.scss */
.single-course-data .toggle-hidden {
  margin-bottom: 10px;
}

/* line 168, app/assets/stylesheets/courses.scss */
.single-course-data .toggle-hidden ul {
  margin-left: 24px;
}

/* line 175, app/assets/stylesheets/courses.scss */
.course-attachment a {
  color: #0a0a0a;
}

/* line 177, app/assets/stylesheets/courses.scss */
.course-attachment a i {
  color: #007487;
}

/* line 184, app/assets/stylesheets/courses.scss */
.fa-shopping-cart-add.has-tip, .fa-shopping-cart-remove.has-tip, td.narrow a.has-tip {
  border-bottom: 0;
  cursor: default;
}

/* line 189, app/assets/stylesheets/courses.scss */
.fa-shopping-cart-add.has-tip:hover {
  color: #d5494e;
}

/* line 192, app/assets/stylesheets/courses.scss */
.fa-shopping-cart-remove.has-tip:hover {
  background-color: #d5494e;
}

@media print, screen and (min-width: 62em) {
  /* line 201, app/assets/stylesheets/courses.scss */
  .reveal.course-details-reveal {
    width: 800px;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 61.99875em) {
  /* line 201, app/assets/stylesheets/courses.scss */
  .reveal.course-details-reveal {
    width: calc(100% - 40px);
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 210, app/assets/stylesheets/courses.scss */
  .reveal.course-details-reveal .table-scrollable table.course-segments-table {
    width: 200%;
  }
}

/* line 217, app/assets/stylesheets/courses.scss */
.mycip_course_details .table-scrollable {
  margin-bottom: 0;
}

/* line 218, app/assets/stylesheets/courses.scss */
.mycip_course_details .course-segments-table {
  margin-bottom: 0;
}

/* line 227, app/assets/stylesheets/courses.scss */
table.course-list-admin td.course-title {
  width: 40%;
}

/* line 230, app/assets/stylesheets/courses.scss */
table.course-list-admin td.narrow {
  padding: 0.5rem 0.625rem 0.625rem 0;
}

/* line 240, app/assets/stylesheets/courses.scss */
.single-course-icon:after, .course-row-icon:after, .webseminar-icon:after {
  font-family: 'ico_moon';
  font-size: 1em;
  color: #000;
}

/* line 245, app/assets/stylesheets/courses.scss */
.single-course-icon:after {
  content: "\e9c2";
}

/* line 248, app/assets/stylesheets/courses.scss */
.course-row-icon:after {
  content: "\e9cb";
}

/* line 251, app/assets/stylesheets/courses.scss */
.webseminar-icon:after {
  content: "\ed5b";
}

/* line 261, app/assets/stylesheets/courses.scss */
.toggle-hidden > ul > li .ical-download {
  float: left;
  margin-left: -20px;
  margin-top: 20px;
}

/* line 274, app/assets/stylesheets/courses.scss */
i.traffic-light {
  color: #0a0a0a;
  font-size: 1.3rem;
  font-style: normal;
  margin-right: -0.1rem;
}

/* line 279, app/assets/stylesheets/courses.scss */
i.traffic-light:after {
  content: '●';
}

/* line 282, app/assets/stylesheets/courses.scss */
i.traffic-light.color-red {
  color: #ff252d;
}

/* line 285, app/assets/stylesheets/courses.scss */
i.traffic-light.color-green {
  color: #00CB49;
}

/* line 288, app/assets/stylesheets/courses.scss */
i.traffic-light.color-yellow {
  color: #ffaa22;
}

/* line 291, app/assets/stylesheets/courses.scss */
i.traffic-light.color-grey {
  color: #aaa;
}

/* line 294, app/assets/stylesheets/courses.scss */
i.traffic-light.color-coral {
  color: #d5494e;
}

/* line 299, app/assets/stylesheets/courses.scss */
.show-doc-folder {
  margin-bottom: 12px;
}
/* line 4, app/assets/stylesheets/datatables_overrides.scss */
div.dataTables_wrapper div.dataTables_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9, app/assets/stylesheets/datatables_overrides.scss */
div.dataTables_wrapper div.dataTables_info {
  float: right;
  padding-top: 16px;
}

/* line 15, app/assets/stylesheets/datatables_overrides.scss */
div.dataTables_wrapper div.dataTables_paginate .pagination {
  margin-top: 0;
}

/* line 20, app/assets/stylesheets/datatables_overrides.scss */
div.dataTables_wrapper div.dataTables_filter {
  margin-bottom: 0.5rem;
}

/* line 22, app/assets/stylesheets/datatables_overrides.scss */
div.dataTables_wrapper div.dataTables_filter input {
  width: 25rem !important;
  margin-left: 0;
}
/* line 9, app/assets/stylesheets/devise.scss */
.devise_login {
  max-width: 36rem;
}
/* line 3, app/assets/stylesheets/dialog.scss */
.simple_dialog {
  display: none;
}

/* line 7, app/assets/stylesheets/dialog.scss */
.ui-front[role='dialog'] {
  z-index: 999;
}

/* line 11, app/assets/stylesheets/dialog.scss */
.ui-dialog.dialog_fixed {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* line 23, app/assets/stylesheets/dialog.scss */
.reveal {
  outline: none;
}

/* line 26, app/assets/stylesheets/dialog.scss */
.reveal h3 {
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/dialog.scss */
.reveal h3:after {
  display: none;
}

/* line 32, app/assets/stylesheets/dialog.scss */
.reveal .multi-buttons {
  margin-top: 20px;
}

/* line 34, app/assets/stylesheets/dialog.scss */
.reveal .multi-buttons .button {
  display: inline-block;
  margin-bottom: 0;
}

/* line 39, app/assets/stylesheets/dialog.scss */
.reveal.error-reveal {
  border: 2px solid #007487;
  outline: none;
}

/* line 42, app/assets/stylesheets/dialog.scss */
.reveal.error-reveal .close-button {
  color: #007487;
}

/* line 44, app/assets/stylesheets/dialog.scss */
.reveal.error-reveal .close-button:hover {
  color: #007487;
  font-weight: 900;
}
/* line 9, app/assets/stylesheets/documents.scss */
.edit_document_folder fieldset.container-fluid, .new_document_folder fieldset.container-fluid {
  margin-top: 10px;
}
@charset "UTF-8";
/* line 6, app/assets/stylesheets/elements.scss */
.search-in-list-container {
  margin-bottom: 1rem;
}

/* line 8, app/assets/stylesheets/elements.scss */
.search-in-list-container .text-search-container {
  max-width: 25rem;
}

/* line 12, app/assets/stylesheets/elements.scss */
.search-with-tooltip-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 14, app/assets/stylesheets/elements.scss */
.search-with-tooltip-container .text-search-container {
  width: 25rem;
}

/* line 17, app/assets/stylesheets/elements.scss */
.search-with-tooltip-container span.has-tip {
  margin-left: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 27, app/assets/stylesheets/elements.scss */
.teaser-search .text-search-container {
  height: 60px;
  background-color: #fefefe;
}

/* line 30, app/assets/stylesheets/elements.scss */
.teaser-search .text-search-container .text-search {
  margin: 0;
  width: 70%;
  background-color: transparent;
  border: 0;
  border-right: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 37, app/assets/stylesheets/elements.scss */
.teaser-search .text-search-container .text-search:focus {
  border: 0;
  border-right: 1px solid #e6e6e6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 43, app/assets/stylesheets/elements.scss */
.teaser-search .text-search-container i.fa.fa-search {
  font-size: 1.8rem;
  width: 30%;
  text-align: center;
}

/* line 50, app/assets/stylesheets/elements.scss */
.text-search-container, .sky-form .input.text-search-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 54, app/assets/stylesheets/elements.scss */
.text-search-container .text-search + .fa-search, .sky-form .input.text-search-container .text-search + .fa-search {
  color: #007487;
  font-size: 1.8em;
  cursor: pointer;
  margin-left: 0.5rem;
}

/* line 65, app/assets/stylesheets/elements.scss */
fieldset.container-fluid {
  padding: 1rem;
  border: 2px dotted silver;
}

/* line 69, app/assets/stylesheets/elements.scss */
.nested-fields fieldset {
  border: 3px solid silver;
  padding: 10px;
  margin-bottom: 5px;
}

/* line 81, app/assets/stylesheets/elements.scss */
.accordion-menu .submenu-toggle:focus {
  outline: 0;
}

/* line 84, app/assets/stylesheets/elements.scss */
.accordion-menu .submenu-toggle::after {
  border: 0;
  font-family: 'ico_moon';
  content: "\e9e4";
  font-weight: bold;
  height: auto;
}

/* line 93, app/assets/stylesheets/elements.scss */
.accordion-menu .submenu-toggle[aria-expanded='true']::after {
  content: "\e9ec";
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
      transform-origin: 0;
}

/* line 106, app/assets/stylesheets/elements.scss */
.separator {
  height: 0;
  line-height: 0;
  border-top: 1px solid #0a0a0a;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 90px;
}

/* line 114, app/assets/stylesheets/elements.scss */
.separator.separator-full-width {
  margin-bottom: 0.5rem;
  margin-top: 3.5rem;
  width: 100%;
}

/* line 120, app/assets/stylesheets/elements.scss */
.spacer {
  clear: both;
  float: none;
}

/* line 124, app/assets/stylesheets/elements.scss */
.spacer10 {
  height: 10px;
}

/* line 127, app/assets/stylesheets/elements.scss */
.spacer20 {
  height: 20px;
}

/* line 131, app/assets/stylesheets/elements.scss */
.padding-top-3rem {
  padding-top: 3rem;
}

/* line 139, app/assets/stylesheets/elements.scss */
a {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 142, app/assets/stylesheets/elements.scss */
.button.extend-button {
  text-transform: uppercase;
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: 700;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 149, app/assets/stylesheets/elements.scss */
.button.extend-button:hover {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 154, app/assets/stylesheets/elements.scss */
a.link-on-hover {
  color: inherit;
}

/* line 156, app/assets/stylesheets/elements.scss */
a.link-on-hover:hover {
  color: #007487;
}

/* line 160, app/assets/stylesheets/elements.scss */
a.no-line-break {
  white-space: nowrap;
}

/* line 163, app/assets/stylesheets/elements.scss */
.no-line-break {
  white-space: nowrap;
}

/* line 166, app/assets/stylesheets/elements.scss */
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

/* line 170, app/assets/stylesheets/elements.scss */
.hidden-link {
  display: none;
}

/* line 173, app/assets/stylesheets/elements.scss */
a.back-link {
  text-transform: uppercase;
}

/* line 175, app/assets/stylesheets/elements.scss */
a.back-link::before {
  font-family: 'ico_moon';
  font-weight: 900;
  content: "\e911";
  padding-right: 10px;
}

/* line 186, app/assets/stylesheets/elements.scss */
.pagination-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}

/* line 193, app/assets/stylesheets/elements.scss */
.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

/* line 197, app/assets/stylesheets/elements.scss */
.pagination li {
  background-color: #f0f1f3;
}

/* line 199, app/assets/stylesheets/elements.scss */
.pagination li:not(:last-child) {
  margin-right: 3px;
}

/* line 202, app/assets/stylesheets/elements.scss */
.pagination li:hover {
  background-color: #e6e7e9;
}

/* line 204, app/assets/stylesheets/elements.scss */
.pagination li:hover a {
  color: #007487;
}

/* line 209, app/assets/stylesheets/elements.scss */
.pagination li.current:hover {
  background-color: #007487;
}

/* line 213, app/assets/stylesheets/elements.scss */
.pagination li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 220, app/assets/stylesheets/elements.scss */
.pagination li.first-page .fa-angle-left:first-child, .pagination li.first-page .fa-angle-right:first-child, .pagination li.last-page .fa-angle-left:first-child, .pagination li.last-page .fa-angle-right:first-child {
  width: 8px;
}

/* line 239, app/assets/stylesheets/elements.scss */
.button-toggle-hidden {
  display: table;
}

/* line 242, app/assets/stylesheets/elements.scss */
.button-toggle-hidden:not(.toggle-before):after {
  font-family: 'ico_moon';
  content: "\e910";
  font-size: 1rem;
  vertical-align: text-top;
  color: #007487;
  display: table-cell;
  font-weight: bold;
  padding-left: 5px;
}

/* line 246, app/assets/stylesheets/elements.scss */
.button-toggle-hidden:not(.toggle-before).active:after {
  content: "\e91b";
}

/* line 251, app/assets/stylesheets/elements.scss */
.button-toggle-hidden.toggle-before:before {
  font-family: 'ico_moon';
  content: "\e910";
  font-size: 1rem;
  vertical-align: text-top;
  color: #007487;
  display: table-cell;
  font-weight: bold;
  padding-right: 5px;
}

/* line 255, app/assets/stylesheets/elements.scss */
.button-toggle-hidden.toggle-before.active:before {
  content: "\e91b";
}

/* line 260, app/assets/stylesheets/elements.scss */
.button-toggle-hidden .show-array {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 264, app/assets/stylesheets/elements.scss */
.toggle-hidden {
  display: none;
}

/* line 271, app/assets/stylesheets/elements.scss */
table, table.dataTable {
  border-radius: 0;
  font-size: 0.875rem;
}

/* line 275, app/assets/stylesheets/elements.scss */
table thead, table tbody, table tfoot, table.dataTable thead, table.dataTable tbody, table.dataTable tfoot {
  border: none;
  background-color: transparent;
}

/* line 281, app/assets/stylesheets/elements.scss */
table thead tr, table.dataTable thead tr {
  border-bottom: 1px solid #cacaca;
}

/* line 284, app/assets/stylesheets/elements.scss */
table thead th, table.dataTable thead th {
  background-color: #f2edec;
  color: #007487;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 0.9rem;
  padding: 0.6rem 0.625rem 0.4rem 0.5rem;
}

/* line 295, app/assets/stylesheets/elements.scss */
table tbody tr, table.dataTable tbody tr {
  border-bottom: 1px solid #f8f9fa;
}

/* line 299, app/assets/stylesheets/elements.scss */
table tbody tr:nth-child(odd), table.dataTable tbody tr:nth-child(odd) {
  background-color: #f6f2f1;
}

/* line 303, app/assets/stylesheets/elements.scss */
table tbody tr:nth-child(even), table.dataTable tbody tr:nth-child(even) {
  background-color: #f2edec;
}

/* line 307, app/assets/stylesheets/elements.scss */
table tbody tr.even > *, table.dataTable tbody tr.even > * {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 311, app/assets/stylesheets/elements.scss */
table tbody td.functional-icon-col, table.dataTable tbody td.functional-icon-col {
  width: 15px;
}

/* line 313, app/assets/stylesheets/elements.scss */
table tbody td.functional-icon-col .has-tip, table.dataTable tbody td.functional-icon-col .has-tip {
  border-bottom: none;
}

/* line 316, app/assets/stylesheets/elements.scss */
table tbody td.functional-icon-col .a, table.dataTable tbody td.functional-icon-col .a {
  color: #007487;
}

/* line 319, app/assets/stylesheets/elements.scss */
table tbody td.functional-icon-col .has-tip, table.dataTable tbody td.functional-icon-col .has-tip {
  border-bottom: none;
}

/* line 322, app/assets/stylesheets/elements.scss */
table tbody td.small-col-style, table.dataTable tbody td.small-col-style {
  font-size: 0.7rem;
  line-height: 1rem;
}

/* line 326, app/assets/stylesheets/elements.scss */
table tbody td .center, table.dataTable tbody td .center {
  text-align: center;
}

/* line 331, app/assets/stylesheets/elements.scss */
table td, table.dataTable td {
  vertical-align: top;
  line-height: 23px;
}

/* line 337, app/assets/stylesheets/elements.scss */
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
  padding-bottom: 10px;
}

/* line 342, app/assets/stylesheets/elements.scss */
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

/* line 347, app/assets/stylesheets/elements.scss */
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

@media print, screen and (max-width: 39.99875em) {
  /* line 356, app/assets/stylesheets/elements.scss */
  .table-scrollable table {
    width: 300%;
  }
}

/* line 367, app/assets/stylesheets/elements.scss */
table.sortable th .sorting {
  width: 100%;
  display: inline-block;
  padding-right: 26px;
  position: relative;
}

/* line 372, app/assets/stylesheets/elements.scss */
table.sortable th .sorting:before, table.sortable th .sorting:after {
  position: absolute;
  display: block;
  opacity: .125;
  right: 10px;
  line-height: 9px;
  font-size: .8em;
}

/* line 380, app/assets/stylesheets/elements.scss */
table.sortable th .sorting:before {
  bottom: 50%;
  content: "▲";
}

/* line 384, app/assets/stylesheets/elements.scss */
table.sortable th .sorting:after {
  top: 50%;
  content: "▼";
}

/* line 388, app/assets/stylesheets/elements.scss */
table.sortable th .sorting.asc:before, table.sortable th .sorting.desc:after {
  opacity: 0.6;
}

/* line 397, app/assets/stylesheets/elements.scss */
i.fa.fa-cross {
  color: #ff252d;
}

/* line 400, app/assets/stylesheets/elements.scss */
i.fa.fa-check {
  color: #00CB49;
}

/* line 404, app/assets/stylesheets/elements.scss */
i.fa.fa-trash.inverted {
  color: #007487;
  font-size: 1.2rem;
}

/* line 408, app/assets/stylesheets/elements.scss */
i.fa.fa-download.inverted {
  color: #007487;
  font-size: 1.4rem;
  font-weight: 900;
}

/* line 414, app/assets/stylesheets/elements.scss */
i.fa.fa-lock.colored {
  color: #ff252d;
}

/* line 417, app/assets/stylesheets/elements.scss */
i.fa.fa-unlock.colored {
  color: #00CB49;
}

/* line 424, app/assets/stylesheets/elements.scss */
.label {
  margin-top: 1px;
  margin-bottom: 1px;
}

/* line 428, app/assets/stylesheets/elements.scss */
.has-tip.with-icon {
  border-bottom: 0;
}

/* line 432, app/assets/stylesheets/elements.scss */
.kirinus-figure {
  mask: url(/assets/Kirinus_Supersign_schwarz_wo_border-809d092dbbb07cc2d79367b13e75dd4d832598314dcfefc26484638ff77ad7d8.svg) no-repeat center/contain;
  -webkit-mask: url(/assets/Kirinus_Supersign_schwarz_wo_border-809d092dbbb07cc2d79367b13e75dd4d832598314dcfefc26484638ff77ad7d8.svg) no-repeat center/contain;
}

/* line 442, app/assets/stylesheets/elements.scss */
.result-box-list.switching-colors .result-box:nth-child(even) {
  background-color: #f0f1f3;
}

/* line 445, app/assets/stylesheets/elements.scss */
.result-box-list.switching-colors .result-box:nth-child(odd) {
  background-color: #e6e7e9;
}

/* line 449, app/assets/stylesheets/elements.scss */
.result-box {
  position: relative;
  font-size: 0.85rem;
  padding: 30px 30px 45px;
}

/* line 450, app/assets/stylesheets/elements.scss */
.result-box.rounded {
  border-radius: 20px;
}

/* line 457, app/assets/stylesheets/elements.scss */
.result-box:not(:last-child) {
  margin-bottom: 10px;
}

/* line 461, app/assets/stylesheets/elements.scss */
.result-box .bottom-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 469, app/assets/stylesheets/elements.scss */
.sky-form .result-box .bottom-button {
  position: absolute;
}

/* line 475, app/assets/stylesheets/elements.scss */
.info-box img {
  margin: 1rem 0;
}

/* line 478, app/assets/stylesheets/elements.scss */
.info-box h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

/* line 482, app/assets/stylesheets/elements.scss */
.info-box h2 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

/* line 491, app/assets/stylesheets/elements.scss */
strong, b, .bold {
  font-weight: 700 !important;
  font-family: "Arial Pro", Arial, sans-serif;
}

/* line 500, app/assets/stylesheets/elements.scss */
.show-array .array-elm {
  font-size: 0.7rem;
  background-color: #f8f9fa;
  float: left;
  padding: 4px 4px 2px 4px;
  border-radius: 0 6px 0 6px;
  margin-right: 4px;
  margin-bottom: 2px;
  line-height: 0.8rem;
}

/* line 515, app/assets/stylesheets/elements.scss */
.tooltip {
  overflow-wrap: break-word;
}
/* line 3, app/assets/stylesheets/footer.scss */
footer {
  font-size: 0.9rem;
  padding-top: 50px;
}

/* line 7, app/assets/stylesheets/footer.scss */
footer h3 {
  margin-top: 0;
}

/* line 10, app/assets/stylesheets/footer.scss */
footer .logo-container {
  max-width: 200px;
  margin-top: 7px;
  margin-bottom: 16px;
}

/* line 14, app/assets/stylesheets/footer.scss */
footer .logo-container img {
  max-width: 100%;
}

/* line 19, app/assets/stylesheets/footer.scss */
footer .menu a {
  padding: 5px 0 5px 0;
}

/* line 21, app/assets/stylesheets/footer.scss */
footer .menu a i.fa {
  padding-right: 10px;
}

/* line 27, app/assets/stylesheets/footer.scss */
footer .footer-hint {
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* line 33, app/assets/stylesheets/footer.scss */
footer .copyright-footer {
  background-color: #007487;
  color: #fefefe;
  text-align: center;
  font-size: 1rem;
}

/* line 39, app/assets/stylesheets/footer.scss */
footer .copyright-footer .footer-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

/* line 44, app/assets/stylesheets/footer.scss */
footer .copyright-footer .footer-bar .footer-left, footer .copyright-footer .footer-bar .footer-right {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 48, app/assets/stylesheets/footer.scss */
footer .copyright-footer .footer-bar .footer-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 52, app/assets/stylesheets/footer.scss */
footer .copyright-footer .footer-bar .footer-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 57, app/assets/stylesheets/footer.scss */
footer .copyright-footer .footer-bar .menu {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 60, app/assets/stylesheets/footer.scss */
footer .copyright-footer .footer-bar .menu li a {
  color: inherit;
  padding: 0 2.25rem 0 0;
}

/* line 69, app/assets/stylesheets/footer.scss */
footer a {
  color: #0a0a0a;
}

/* line 72, app/assets/stylesheets/footer.scss */
footer a.current {
  color: #007487;
}

/* line 76, app/assets/stylesheets/footer.scss */
footer a:hover {
  color: #007487;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 82, app/assets/stylesheets/footer.scss */
  footer h3 {
    margin-top: 1rem;
  }
  /* line 85, app/assets/stylesheets/footer.scss */
  footer .copyright-footer {
    text-align: left;
    padding-left: 25px;
  }
  /* line 88, app/assets/stylesheets/footer.scss */
  footer .copyright-footer .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
  /* line 92, app/assets/stylesheets/footer.scss */
  footer .copyright-footer .menu li:first-child a {
    border-left: 0;
    padding-left: 0;
  }
}
/* line 4, app/assets/stylesheets/forms.scss */
article.form {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 8, app/assets/stylesheets/forms.scss */
form.stop_words span.select2-container {
  margin-bottom: 1rem;
}

/* line 11, app/assets/stylesheets/forms.scss */
form.edit_user_document select {
  min-width: 100px !important;
}
@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.2
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  /* line 46, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
body {
  margin: 0;
}

/* line 27, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
a {
  background-color: transparent;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 72, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 89, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
small {
  font-size: 80%;
}

/* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 104, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 108, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
sup {
  top: -0.5em;
}

/* line 117, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
img {
  border-style: none;
}

/* line 127, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/* line 141, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button,
input {
  overflow: visible;
}

/* line 149, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button,
select {
  text-transform: none;
}

/* line 156, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 165, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 175, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 184, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/* line 193, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/* line 204, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
progress {
  vertical-align: baseline;
}

/* line 210, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
textarea {
  overflow: auto;
}

/* line 217, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 225, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 233, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 240, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 247, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 257, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
details {
  display: block;
}

/* line 263, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
summary {
  display: list-item;
}

/* line 272, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
template {
  display: none;
}

/* line 278, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
[hidden] {
  display: none;
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&large=62em&xlarge=75em&xxlarge=85.4375em";
}

/* line 144, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

/* line 150, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 174, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* line 186, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

/* line 193, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

/* line 211, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

/* line 223, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
pre {
  overflow: auto;
}

/* line 228, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

/* line 237, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
.is-visible {
  display: block !important;
}

/* line 241, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
.is-hidden {
  display: none !important;
}

/* line 13, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

/* line 16, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell.auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 43, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .auto {
  width: auto;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .shrink {
  width: auto;
}

/* line 63, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 63, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 63, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-1 {
  width: 8.3333333333%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-2 {
  width: 16.6666666667%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-3 {
  width: 25%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-4 {
  width: 33.3333333333%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-5 {
  width: 41.6666666667%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-6 {
  width: 50%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-7 {
  width: 58.3333333333%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-8 {
  width: 66.6666666667%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-9 {
  width: 75%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-10 {
  width: 83.3333333333%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-11 {
  width: 91.6666666667%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 72, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  /* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 83, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink {
    width: auto;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-3 {
    width: 25%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-6 {
    width: 50%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-9 {
    width: 75%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 72, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto;
  }
  /* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 83, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-shrink {
    width: auto;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-3 {
    width: 25%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-6 {
    width: 50%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-9 {
    width: 75%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .large-12 {
    width: 100%;
  }
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

/* line 105, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .cell {
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}

/* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .auto {
  width: auto;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .shrink {
  width: auto;
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-3 {
  width: calc(25% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-6 {
  width: calc(50% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-9 {
  width: calc(75% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-12 {
  width: calc(100% - 2rem);
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-auto {
    width: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-3 {
    width: calc(25% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-6 {
    width: calc(50% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-9 {
    width: calc(75% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-12 {
    width: calc(100% - 2rem);
  }
}

/* line 175, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}

/* line 186, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-x > .cell {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-1 > .cell {
  width: 100%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-2 > .cell {
  width: 50%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-3 > .cell {
  width: 33.3333333333%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-4 > .cell {
  width: 25%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-5 > .cell {
  width: 20%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-6 > .cell {
  width: 16.6666666667%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-7 > .cell {
  width: 14.2857142857%;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-1 > .cell {
    width: 100%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-2 > .cell {
    width: 50%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-4 > .cell {
    width: 25%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-5 > .cell {
    width: 20%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-1 > .cell {
    width: 100%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-2 > .cell {
    width: 50%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-4 > .cell {
    width: 25%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-5 > .cell {
    width: 20%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .large-up-8 > .cell {
    width: 12.5%;
  }
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 2rem);
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2rem);
}

@media print, screen and (min-width: 40em) {
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  /* line 33, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}

/* line 232, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-3 {
  width: 25%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-6 {
  width: 50%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-9 {
  width: 75%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

/* line 238, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 232, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 238, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 68, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 232, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 238, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 68, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1rem);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1rem);
}

@media print, screen and (min-width: 40em) {
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1rem);
  }
  /* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 256, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1rem);
  }
}

/* line 274, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 278, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .cell {
  height: auto;
  max-height: none;
}

/* line 282, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .auto {
  height: auto;
}

/* line 286, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .shrink {
  height: auto;
}

/* line 300, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 300, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 300, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
}

/* line 313, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-1 {
  height: 8.3333333333%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-2 {
  height: 16.6666666667%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-3 {
  height: 25%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-4 {
  height: 33.3333333333%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-5 {
  height: 41.6666666667%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-6 {
  height: 50%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-7 {
  height: 58.3333333333%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-8 {
  height: 66.6666666667%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-9 {
  height: 75%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-10 {
  height: 83.3333333333%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-11 {
  height: 91.6666666667%;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 308, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 319, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink {
    height: auto;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-3 {
    height: 25%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-6 {
    height: 50%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-9 {
    height: 75%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 308, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  /* line 319, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink {
    height: auto;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-3 {
    height: 25%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-6 {
    height: 50%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-9 {
    height: 75%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-12 {
    height: 100%;
  }
}

/* line 340, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-y .grid-padding-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

/* line 345, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-y > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 2rem);
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}

/* line 359, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw;
}

/* line 363, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell .grid-frame {
  width: 100%;
}

/* line 367, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 371, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* line 376, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%;
}

/* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
.cell-block-container > .grid-x {
  max-height: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 383, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .medium-grid-frame {
    width: 100%;
  }
  /* line 391, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 395, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* line 399, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 383, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .large-grid-frame {
    width: 100%;
  }
  /* line 391, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 395, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  /* line 399, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  /* line 412, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 412, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh;
  }
}

/* line 420, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 424, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 424, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 2rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 2rem);
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 2rem);
}

@media print, screen and (min-width: 40em) {
  /* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-auto {
    height: auto;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  /* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}

/* line 432, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem);
}

@media print, screen and (min-width: 40em) {
  /* line 432, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 432, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}

@media print, screen and (min-width: 40em) {
  /* line 436, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem);
  }
}

@media print, screen and (min-width: 62em) {
  /* line 436, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem);
  }
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

/* line 84, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 84, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 84, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.align-center-middle {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 40em) {
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  /* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}

/* line 18, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  /* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  /* line 53, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  /* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_flex.scss */
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/* line 228, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

/* line 261, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 268, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 275, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 281, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Arial Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #212529;
  text-rendering: optimizeLegibility;
}

/* line 293, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h2, .h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h3, .h3 {
  font-size: 1.875rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h5, .h5 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h6, .h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 75em) {
  /* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h1, .h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  /* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h2, .h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  /* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h3, .h3 {
    font-size: 1.875rem;
  }
  /* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h4, .h4 {
    font-size: 1.8rem;
  }
  /* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h5, .h5 {
    font-size: 1.2rem;
    line-height: 1;
  }
  /* line 304, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h6, .h6 {
    font-size: 1rem;
    line-height: 1;
  }
}

/* line 343, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #007487;
  text-decoration: none;
  cursor: pointer;
}

/* line 350, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #006474;
}

/* line 358, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 364, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

/* line 378, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

/* line 387, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 392, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 398, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 404, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 411, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 421, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

/* line 426, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 442, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
abbr, abbr[title] {
  border-bottom: none;
  cursor: help;
  text-decoration: none;
}

/* line 449, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 461, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

/* line 134, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

/* line 144, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 20px;
  line-height: 1.6;
}

/* line 150, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 154, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

/* line 167, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}

/* line 90, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.cite-block:before, cite:before {
  content: "— ";
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* line 176, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

/* line 18, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 21, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 38, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 39, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 41, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 42, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 43, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 44, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 46, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 52, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 56, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  /* line 61, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  /* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 73, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 76, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 88, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 125, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 132, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
textarea {
  max-width: 100%;
}

/* line 135, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
textarea[rows] {
  height: auto;
}

/* line 143, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f6f2f1;
  cursor: not-allowed;
}

/* line 151, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* line 158, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 176, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_text.scss */
::-webkit-input-placeholder {
  color: #8a8a8a;
}
::-moz-placeholder {
  color: #8a8a8a;
}
:-ms-input-placeholder {
  color: #8a8a8a;
}
::-ms-input-placeholder {
  color: #8a8a8a;
}
::placeholder {
  color: #8a8a8a;
}

/* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

/* line 17, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_checkbox.scss */
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}

/* line 32, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_checkbox.scss */
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_checkbox.scss */
[type='file'] {
  width: 100%;
}

/* line 43, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_label.scss */
label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}

/* line 46, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_label.scss */
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_help-text.scss */
.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

/* line 27, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

/* line 43, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
}

/* line 59, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:first-child {
  border-right: 0;
}

/* line 84, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-label:last-child {
  border-left: 0;
}

/* line 90, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 115, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_input-group.scss */
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

/* line 39, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_fieldset.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_fieldset.scss */
legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

/* line 50, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_fieldset.scss */
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* line 87, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  /* line 87, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
          box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
select:disabled {
  background-color: #f6f2f1;
  cursor: not-allowed;
}

/* line 72, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
select::-ms-expand {
  display: none;
}

/* line 76, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
select[multiple] {
  height: auto;
  background-image: none;
}

/* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_select.scss */
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus) {
  border-color: #ff252d;
  background-color: #fee8e9;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #ff252d;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #ff252d;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #ff252d;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #ff252d;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ff252d;
}

/* line 76, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_error.scss */
.is-invalid-label {
  color: #ff252d;
}

/* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_error.scss */
.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ff252d;
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/forms/_error.scss */
.form-error.is-visible {
  display: block;
}

/* line 333, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "Arial Pro", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .button {
  outline: 0;
}

/* line 338, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 338, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 338, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 343, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #007487;
  color: #fefefe;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #d5494e;
  color: #fefefe;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #007487;
  color: #fefefe;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #005d6c;
  color: #fefefe;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ff252d;
  color: #0a0a0a;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #ea0009;
  color: #0a0a0a;
}

/* line 216, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #007487;
  color: #007487;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #003a44;
  color: #003a44;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #007487;
  color: #007487;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #003a44;
  color: #003a44;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ff252d;
  color: #ff252d;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #920005;
  color: #920005;
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #007487;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear:hover, .button.clear:focus {
  color: #003a44;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #007487;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #003a44;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ff252d;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #920005;
}

/* line 385, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 299, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

/* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #007487;
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #007487;
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

/* line 406, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ff252d;
}

/* line 415, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

/* line 423, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
a.button:hover, a.button:focus {
  text-decoration: none;
}

/* line 149, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 74, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}

/* line 78, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #007487;
}

/* line 102, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}

/* line 107, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 113, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: "–";
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

/* line 143, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

/* line 83, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu li {
  width: 100%;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu a {
  padding: 0.5rem 0.5rem;
}

/* line 99, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 0.5rem;
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 108, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #007487 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 130, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 134, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 139, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

/* line 156, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #007487 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 166, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 50, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_badge.scss */
.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #007487;
  color: #fefefe;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_badge.scss */
.badge.primary {
  background: #007487;
  color: #fefefe;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_badge.scss */
.badge.secondary {
  background: #767676;
  color: #fefefe;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_badge.scss */
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_badge.scss */
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_badge.scss */
.badge.alert {
  background: #ff252d;
  color: #0a0a0a;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1.5rem 0;
  list-style: none;
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 70, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 1rem;
  color: #007487;
  cursor: default;
}

/* line 86, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #95918c;
}

/* line 101, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #95918c;
}

/* line 104, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 217, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group::before, .button-group::after {
  display: none;
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-right: 0;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #007487;
  color: #fefefe;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #005d6c;
  color: #fefefe;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ff252d;
  color: #0a0a0a;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #ea0009;
  color: #0a0a0a;
}

/* line 216, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #007487;
  color: #007487;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #003a44;
  color: #003a44;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #007487;
  color: #007487;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #003a44;
  color: #003a44;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ff252d;
  color: #ff252d;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #920005;
  color: #920005;
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #007487;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #003a44;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #007487;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #003a44;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ff252d;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #920005;
}

/* line 90, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}

/* line 260, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 156, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

/* line 164, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  margin-right: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 190, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 190, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 282, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 286, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 61.99875em) {
  /* line 293, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  /* line 297, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout {
  position: relative;
  margin: 1rem 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

/* line 59, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 63, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #c7f7ff;
  color: #0a0a0a;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #ffdee0;
  color: #0a0a0a;
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

/* line 112, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card > :last-child {
  margin-bottom: 0;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

/* line 91, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card-divider > :last-child {
  margin-bottom: 0;
}

/* line 120, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem;
}

/* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card-section > :last-child {
  margin-bottom: 0;
}

/* line 126, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_card.scss */
.card-image {
  min-height: 1px;
}

/* line 108, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_close-button.scss */
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 101, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_close-button.scss */
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_close-button.scss */
.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 361, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu li {
  outline: 0;
}

/* line 72, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.5rem 0.5rem;
}

/* line 81, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

/* line 88, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu input {
  display: inline-block;
}

/* line 365, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu, .menu.horizontal {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

/* line 370, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 380, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 214, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li + li {
  margin-left: 1rem;
}

/* line 218, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 386, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 390, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  /* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 386, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  /* line 390, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
  /* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
  }
}

/* line 404, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 244, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 244, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 264, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}

/* line 281, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
}

/* line 286, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}

/* line 298, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 306, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 322, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

/* line 330, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

/* line 444, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu .is-active > a {
  background: #007487;
  color: #fefefe;
}

/* line 450, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  background: #007487;
  color: #fefefe;
}

/* line 456, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 123, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 127, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 132, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right.vertical li .submenu li {
  text-align: right;
}

/* line 464, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-center li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 474, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu .menu-text {
  padding: 0.5rem 0.5rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 481, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 492, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

/* line 137, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
          box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu-icon.scss */
.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
          box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

/* line 137, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
          box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 74, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 78, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

/* line 89, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown a {
  padding: 0.5rem 0.5rem;
  background: #fefefe;
}

/* line 95, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

/* line 105, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu a {
  padding: 0.5rem 0.5rem;
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 125, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 46, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #007487;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #007487;
  right: 1rem;
  left: auto;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #007487 transparent transparent;
  right: auto;
  left: 1rem;
}

/* line 132, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #007487 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-opening {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

/* line 101, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

/* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #007487 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 154, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li > a {
  padding: 0.5rem 0.5rem;
}

/* line 160, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #007487;
}

/* line 165, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 169, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}

/* line 129, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 67, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #007487 transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #007487;
}

@media print, screen and (min-width: 40em) {
  /* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #007487 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #007487 transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #007487;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #007487 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #007487 transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #007487;
  }
}

/* line 192, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

/* line 200, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 208, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 211, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}

/* line 219, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

/* line 230, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

/* line 235, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

/* line 241, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

/* line 253, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.5rem 0.5rem;
}

/* line 67, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #007487 transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #007487;
}

/* line 264, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 275, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

/* line 32, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_responsive-embed.scss */
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

/* line 51, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.4rem 0.5rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #f2edec;
  color: #212529;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.primary {
  background: #007487;
  color: #0a0a0a;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #767676;
  color: #0a0a0a;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #ff252d;
  color: #0a0a0a;
}

/* line 107, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 35, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section > :last-child {
  margin-bottom: 0;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 66, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  /* line 101, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 115, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

/* line 120, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

/* line 128, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

/* line 447, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 452, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 159, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 169, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-closed {
  visibility: hidden;
}

/* line 174, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 183, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 463, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 159, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

/* line 169, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 174, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 183, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 468, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 208, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 215, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 344, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 469, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 245, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 259, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
}

/* line 344, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 470, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 282, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 288, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 295, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 344, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 471, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 318, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
}

/* line 324, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 331, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
}

/* line 344, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
          box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 473, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 368, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/* line 374, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* line 379, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  /* line 481, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 485, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 489, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 493, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 481, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 485, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 489, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 493, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  /* line 405, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 409, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  /* line 414, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 504, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  /* line 430, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 438, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 504, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  /* line 430, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  /* line 438, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

/* line 156, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 160, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

/* line 164, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  position: absolute;
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

/* line 168, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 172, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 176, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

/* line 180, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 184, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 189, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 194, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 137, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

/* line 145, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 149, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 91, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  margin-right: 0;
  border-radius: 0;
  font-size: 1rem;
  display: inline-block;
}

/* line 120, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

/* line 127, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e7e9;
}

/* line 173, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #007487;
  color: #fefefe;
  cursor: default;
}

/* line 177, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

/* line 154, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

/* line 187, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

/* line 194, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

/* line 42, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #007487;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #767676;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #ff252d;
}

/* line 55, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #007487;
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 46, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #007487;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 67, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #006373;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

/* line 127, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

/* line 88, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

/* line 94, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 6, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* line 16, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}

/* line 21, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 25, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 133, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}

/* line 138, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}

/* line 142, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open body {
  overflow-y: hidden;
}

/* line 148, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

/* line 153, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 2px solid #ccc;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 153, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 88, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column {
  min-width: 0;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 153, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

/* line 163, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 168, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 169, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 173, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 153, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 217, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 223, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 228, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 113, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 118, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

/* line 135, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #007487;
}

/* line 138, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 144, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 233, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 238, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 166, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 244, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 175, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 250, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny {
  height: 1.5rem;
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

/* line 210, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

/* line 254, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.small {
  height: 1.75rem;
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

/* line 210, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 258, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.large {
  height: 2.5rem;
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

/* line 210, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 306, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

/* line 111, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

/* line 119, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

/* line 125, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

/* line 131, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
thead tr,
tfoot tr {
  background: transparent;
}

/* line 145, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

/* line 155, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

/* line 95, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}

/* line 168, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.unstriped tbody {
  background-color: #fefefe;
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media print, screen and (max-width: 61.99875em) {
  /* line 285, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
  table.stack thead {
    display: none;
  }
  /* line 290, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
  table.stack tfoot {
    display: none;
  }
  /* line 294, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  /* line 300, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
  table.stack td {
    border-top: 0;
  }
}

/* line 316, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.hover thead tr:hover {
  background-color: #f3f3f3;
}

/* line 229, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.hover tfoot tr:hover {
  background-color: #ececec;
}

/* line 236, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

/* line 251, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
table.hover:not(.unstriped) tr:nth-of-type(odd):hover {
  background-color: #ececec;
}

/* line 324, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_table.scss */
.table-scroll {
  overflow-x: auto;
}

/* line 144, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 155, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 158, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 165, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #007487;
}

/* line 168, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #00849a;
}

/* line 178, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 89, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #95918c;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
  color: #817d77;
}

/* line 102, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #fefefe;
  color: #007487;
}

/* line 182, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 186, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

/* line 190, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 138, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 116, 135, 0.5);
          box-shadow: 0 0 6px 1px rgba(0, 116, 135, 0.5);
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail image {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  padding: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  color: #0a0a0a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 52, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 59, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  text-align: right;
}

/* line 79, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

/* line 153, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 30rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #007487;
  font-size: 16px;
  color: #fefefe;
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip::before {
  position: absolute;
}

/* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #007487;
  bottom: 100%;
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #007487 transparent transparent;
  top: 100%;
  bottom: auto;
}

/* line 98, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 105, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #007487;
  left: 100%;
}

/* line 110, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 118, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #007487 transparent transparent;
  right: 100%;
  left: auto;
}

/* line 124, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 131, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

/* line 141, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

/* line 146, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tooltip.scss */
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

/* line 122, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.62rem 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  flex-wrap: nowrap;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: rgba(255, 255, 255, 0.9);
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

/* line 71, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

/* line 102, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: auto;
}

/* line 107, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-left: auto;
}

@media print, screen and (max-width: 61.99875em) {
  /* line 135, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  /* line 135, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  /* line 82, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

/* line 146, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

/* line 151, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

/* line 65, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 69, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.invisible {
  visibility: hidden;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  /* line 89, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  /* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 61.99875em) {
  /* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 62em) {
  /* line 89, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 62em) {
  /* line 76, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.99875em) {
  /* line 80, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 62em) and (max-width: 74.99875em) {
  /* line 85, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.99875em), screen and (min-width: 75em) {
  /* line 89, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

/* line 96, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* line 103, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

/* line 110, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  /* line 110, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 110, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

/* line 123, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  /* line 123, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* line 123, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_float.scss */
.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 170, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

/* line 181, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/prototype/_text-transformation.scss */
.text-lowercase {
  text-transform: lowercase !important;
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/prototype/_text-transformation.scss */
.text-uppercase {
  text-transform: uppercase !important;
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/prototype/_text-transformation.scss */
.text-capitalize {
  text-transform: capitalize !important;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

/* line 34, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important;
}

/* line 56, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important;
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important;
}

/* line 76, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%);
  }
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* line 78, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn);
  }
}

/* line 79, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* line 81, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

/* line 90, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/* line 94, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important;
}

/* line 94, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important;
}

/* line 106, ../../shared/bundle/ruby/3.4.0/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important;
}
/* line 3, app/assets/stylesheets/fullcalendar.scss */
:root {
  --fc-border-color: #cacaca;
  --fc-button-bg-color: #007487;
  --fc-button-border-color: #007487;
  --fc-button-hover-bg-color: #d5494e;
  --fc-button-hover-border-color: #d5494e;
  --fc-event-text-color: #fefefe;
}

/* line 16, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-toolbar-title {
  font-size: 1.7rem;
  text-transform: none;
}

/* line 20, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-toolbar-title:after {
  display: none;
}

/* line 25, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-button, #fullcalendar.fc .fc-daygrid-event {
  border-radius: 0;
}

/* line 29, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-button:disabled {
  opacity: 0.3;
}

/* line 33, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-daygrid-event {
  padding-left: 3px;
  padding-right: 3px;
}

/* line 38, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc table {
  margin-bottom: 0;
}

/* line 42, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-event-title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 45, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-event-title-container .fc-event-title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 50, app/assets/stylesheets/fullcalendar.scss */
#fullcalendar.fc .fc-event-title-container .fa.fa-cross {
  color: #fefefe;
  margin-left: auto;
  padding-right: 3px;
  padding-left: 3px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 63, app/assets/stylesheets/fullcalendar.scss */
.covid-calendar-container #fullcalendar, .tech-sup-calendar-container #fullcalendar {
  padding-top: 1rem;
}

/* line 66, app/assets/stylesheets/fullcalendar.scss */
.covid-calendar-container .drag-drop-info, .tech-sup-calendar-container .drag-drop-info {
  display: block;
  margin: 5px 0;
}

/* line 70, app/assets/stylesheets/fullcalendar.scss */
.covid-calendar-container .btn-covid-negative, .tech-sup-calendar-container .btn-covid-negative {
  margin-right: 10px;
}

/* line 75, app/assets/stylesheets/fullcalendar.scss */
.covid-calendar-container .btn-covid-negative:hover, .covid-calendar-container .btn-covid-positive:hover, .covid-calendar-container .btn-tech-sup:hover, .tech-sup-calendar-container .btn-covid-negative:hover, .tech-sup-calendar-container .btn-covid-positive:hover, .tech-sup-calendar-container .btn-tech-sup:hover {
  cursor: -webkit-grab;
  cursor: grab;
}

/* line 81, app/assets/stylesheets/fullcalendar.scss */
.btn-covid-negative, .fc-event-dragging.btn-covid-negative {
  background-color: #00CB49bf;
}

/* line 83, app/assets/stylesheets/fullcalendar.scss */
.btn-covid-negative:hover, .fc-event-dragging.btn-covid-negative:hover {
  background-color: #00CB49bf;
}

/* line 87, app/assets/stylesheets/fullcalendar.scss */
.btn-covid-positive, .fc-event-dragging.btn-covid-positive {
  background-color: #ff252dbf;
}

/* line 89, app/assets/stylesheets/fullcalendar.scss */
.btn-covid-positive:hover, .fc-event-dragging.btn-covid-positive:hover {
  background-color: #ff252dbf;
}

/* line 94, app/assets/stylesheets/fullcalendar.scss */
.btn-tech-sup {
  background-color: #d5494e;
}

/* line 96, app/assets/stylesheets/fullcalendar.scss */
.btn-tech-sup:hover {
  background-color: #d5494e;
}
/* line 3, app/assets/stylesheets/global.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 7, app/assets/stylesheets/global.scss */
.clickable {
  cursor: pointer !important;
}

/* line 9, app/assets/stylesheets/global.scss */
.clickable.has-tip {
  font-weight: normal;
  border-bottom: none;
}

/* line 13, app/assets/stylesheets/global.scss */
.clickable .has-tip {
  border-bottom: none;
}

/* line 17, app/assets/stylesheets/global.scss */
.cip-base-color {
  color: #007487;
}

/* line 21, app/assets/stylesheets/global.scss */
.handle {
  cursor: all-scroll;
}

/* line 23, app/assets/stylesheets/global.scss */
.handle:hover {
  color: #007487;
}

/* line 26, app/assets/stylesheets/global.scss */
.display-inline {
  display: inline;
}

/* line 30, app/assets/stylesheets/global.scss */
.margin-top-2rem {
  margin-top: 2rem;
}

/* line 34, app/assets/stylesheets/global.scss */
.margin-top-1rem {
  margin-top: 1rem;
}

/* line 38, app/assets/stylesheets/global.scss */
.margin-top-30 {
  margin-top: 30px;
}

/* line 41, app/assets/stylesheets/global.scss */
#cmpbox .cmpboxbtn, #cmpbox .cmptxt_btn_back, #cmpbox .cmpcookiesdescrbox .cmpmorelink {
  --clrButton: $cip-base-color;
}
/* line 3, app/assets/stylesheets/headroom.scss */
.headroom-container, .headroom-container2 {
  position: relative;
  z-index: 101;
}

/* line 10, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top, .headroom-container2.headroom--not-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  -webkit-animation-name: headerSmoothDown;
          animation-name: headerSmoothDown;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}

/* line 20, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container, .headroom-container2.headroom--not-top .akademie-navi-container {
  background-color: #007487;
}

/* line 22, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .menu a, .headroom-container2.headroom--not-top .akademie-navi-container .menu a {
  color: #fefefe;
}

/* line 25, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .menu a.active, .headroom-container2.headroom--not-top .akademie-navi-container .menu a.active {
  opacity: 0.7;
}

/* line 31, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container ul.menu.akademie-navi > li:not(:first-child), .headroom-container2.headroom--not-top .akademie-navi-container ul.menu.akademie-navi > li:not(:first-child) {
  border-left-color: #fefefe;
}

/* line 36, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .shopping-cart-link i.fa.fa-shopping-cart.with-item, .headroom-container.headroom--not-top .akademie-navi-container .watch-list-link i.with-item, .headroom-container2.headroom--not-top .akademie-navi-container .shopping-cart-link i.fa.fa-shopping-cart.with-item, .headroom-container2.headroom--not-top .akademie-navi-container .watch-list-link i.with-item {
  color: #fefefe;
}

/* line 39, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .shopping-cart-link .fa-shopping-cart-count, .headroom-container.headroom--not-top .akademie-navi-container .watch-list-link .watch-list-count, .headroom-container2.headroom--not-top .akademie-navi-container .shopping-cart-link .fa-shopping-cart-count, .headroom-container2.headroom--not-top .akademie-navi-container .watch-list-link .watch-list-count {
  background-color: #fefefe;
  color: #007487;
}

/* line 44, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .header-mycip.is-dropdown-submenu-parent a.user-icon .fa-user.logged-in, .headroom-container2.headroom--not-top .akademie-navi-container .header-mycip.is-dropdown-submenu-parent a.user-icon .fa-user.logged-in {
  color: #fefefe;
  opacity: 0.7;
}

/* line 49, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .menu.is-dropdown-submenu, .headroom-container.headroom--not-top .akademie-navi-container .header-mycip .menu.is-dropdown-submenu, .headroom-container2.headroom--not-top .akademie-navi-container .menu.is-dropdown-submenu, .headroom-container2.headroom--not-top .akademie-navi-container .header-mycip .menu.is-dropdown-submenu {
  color: #212529;
}

/* line 51, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .menu.is-dropdown-submenu a, .headroom-container.headroom--not-top .akademie-navi-container .header-mycip .menu.is-dropdown-submenu a, .headroom-container2.headroom--not-top .akademie-navi-container .menu.is-dropdown-submenu a, .headroom-container2.headroom--not-top .akademie-navi-container .header-mycip .menu.is-dropdown-submenu a {
  color: #212529;
  font-weight: normal;
}

/* line 55, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .akademie-navi-container .menu.is-dropdown-submenu a.current, .headroom-container.headroom--not-top .akademie-navi-container .header-mycip .menu.is-dropdown-submenu a.current, .headroom-container2.headroom--not-top .akademie-navi-container .menu.is-dropdown-submenu a.current, .headroom-container2.headroom--not-top .akademie-navi-container .header-mycip .menu.is-dropdown-submenu a.current {
  color: #007487;
  opacity: 1;
}

/* line 63, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .kirinus-navi-container, .headroom-container2.headroom--not-top .kirinus-navi-container {
  -webkit-box-shadow: 0 0.125rem 0.25rem black;
          box-shadow: 0 0.125rem 0.25rem black;
}

/* line 67, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .top-bar, .headroom-container2.headroom--not-top .top-bar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 73, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .top-bar-left .logo img, .headroom-container2.headroom--not-top .top-bar-left .logo img {
  display: none;
}

/* line 76, app/assets/stylesheets/headroom.scss */
.headroom-container.headroom--not-top .top-bar-left .logo .kirinus-figure, .headroom-container2.headroom--not-top .top-bar-left .logo .kirinus-figure {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #007487;
  width: 32px;
  height: 32px;
}

@-webkit-keyframes headerSmoothDown {
  from {
    top: -100%;
  }
  to {
    top: -2rem;
  }
}

@keyframes headerSmoothDown {
  from {
    top: -100%;
  }
  to {
    top: -2rem;
  }
}
/* line 2, app/assets/stylesheets/ie_fixes.scss */
.browser-ie .sticky .top-bar .logo img {
  height: 35px;
}

/* line 5, app/assets/stylesheets/ie_fixes.scss */
.browser-ie .course-search .search-block.additional-margin-ie {
  margin-top: 50px;
}

/* line 9, app/assets/stylesheets/ie_fixes.scss */
.browser-ie .sky-form label.checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 12, app/assets/stylesheets/ie_fixes.scss */
.browser-ie .sky-form label.checkbox i {
  display: none;
}

/* line 15, app/assets/stylesheets/ie_fixes.scss */
.browser-ie .sky-form label.checkbox input[type='checkbox'] {
  left: 0;
  margin: 0;
}

/* line 21, app/assets/stylesheets/ie_fixes.scss */
.browser-ie footer .logo-container img {
  height: 23.2px;
}
/* line 4, app/assets/stylesheets/images.scss */
.orbit .orbit-previous {
  left: 10px;
}

/* line 7, app/assets/stylesheets/images.scss */
.orbit .orbit-next {
  right: 10px;
}

/* line 11, app/assets/stylesheets/images.scss */
.orbit .orbit-previous, .orbit .orbit-next {
  font-size: 2.5rem;
}

/* line 15, app/assets/stylesheets/images.scss */
.orbit .orbit-wrapper {
  height: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  position: relative;
}

/* line 21, app/assets/stylesheets/images.scss */
.orbit .orbit-wrapper .orbit-container {
  width: 100%;
}

/* line 24, app/assets/stylesheets/images.scss */
.orbit .orbit-wrapper .orbit-container .orbit-slide .orbit-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 27, app/assets/stylesheets/images.scss */
.orbit .orbit-wrapper .orbit-container .orbit-slide .orbit-figure img {
  width: 100%;
  margin: auto;
}

/* line 32, app/assets/stylesheets/images.scss */
.orbit .orbit-wrapper .orbit-container .orbit-slide .orbit-figure img.with-teaser-text {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

@media print, screen and (max-width: 74.99875em) {
  /* line 15, app/assets/stylesheets/images.scss */
  .orbit .orbit-wrapper {
    height: 505px;
  }
}

@media print, screen and (max-width: 61.99875em) {
  /* line 15, app/assets/stylesheets/images.scss */
  .orbit .orbit-wrapper {
    height: 410px;
  }
}

@media screen and (max-width: 61.99875em) and (max-width: 832px) {
  /* line 15, app/assets/stylesheets/images.scss */
  .orbit .orbit-wrapper {
    height: 315px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 15, app/assets/stylesheets/images.scss */
  .orbit .orbit-wrapper {
    height: 220px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 58, app/assets/stylesheets/images.scss */
  .orbit .orbit-previous {
    left: 5px;
  }
  /* line 61, app/assets/stylesheets/images.scss */
  .orbit .orbit-next {
    right: 5px;
  }
}

/* line 69, app/assets/stylesheets/images.scss */
.header-image-teaser {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.3;
}

/* line 75, app/assets/stylesheets/images.scss */
.header-image-teaser .content {
  padding: 25px;
  width: 800px;
}

/* line 78, app/assets/stylesheets/images.scss */
.header-image-teaser .content .text {
  color: #fefefe;
  font-size: 3rem;
  font-family: "ArialNova-Light", Arial, sans-serif;
}

/* line 83, app/assets/stylesheets/images.scss */
.header-image-teaser .content .button {
  background-color: #007487;
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: 700;
  font-size: 23px;
  margin-top: 15px;
  padding: 0.75rem 0.85rem;
}

/* line 90, app/assets/stylesheets/images.scss */
.header-image-teaser .content .button:hover {
  background-color: #d5494e;
}

/* line 96, app/assets/stylesheets/images.scss */
.header-image-teaser.orbit-teaser {
  bottom: 40px;
}

@media print, screen and (max-width: 61.99875em) {
  /* line 101, app/assets/stylesheets/images.scss */
  .header-image-teaser .content {
    padding-left: 10px;
    padding-bottom: 10px;
    width: 600px;
  }
  /* line 105, app/assets/stylesheets/images.scss */
  .header-image-teaser .content .text {
    font-size: 2rem;
  }
  /* line 108, app/assets/stylesheets/images.scss */
  .header-image-teaser .content .button {
    font-size: 15px;
  }
  /* line 112, app/assets/stylesheets/images.scss */
  .header-image-teaser.orbit-teaser {
    bottom: 15px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 117, app/assets/stylesheets/images.scss */
  .header-image-teaser .content {
    padding-left: 5px;
    padding-bottom: 10px;
    width: 400px;
  }
  /* line 121, app/assets/stylesheets/images.scss */
  .header-image-teaser .content .text {
    font-size: 1.3rem;
  }
  /* line 124, app/assets/stylesheets/images.scss */
  .header-image-teaser .content .button {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  /* line 130, app/assets/stylesheets/images.scss */
  .header-image-teaser.orbit-teaser {
    bottom: 0;
  }
}
/* line 4, app/assets/stylesheets/incidents.scss */
#supervision_duty_incident_end_of_incident_1i,
#supervision_duty_incident_end_of_incident_2i,
#supervision_duty_incident_end_of_incident_3i,
#supervision_duty_incident_contact_at_1i,
#supervision_duty_incident_contact_at_2i,
#supervision_duty_incident_contact_at_3i {
  display: none;
}

/* line 10, app/assets/stylesheets/incidents.scss */
#supervision_duty_incident_end_of_incident_4i,
#supervision_duty_incident_end_of_incident_5i,
#supervision_duty_incident_contact_at_4i,
#supervision_duty_incident_contact_at_5i {
  display: inline-block;
  width: 4em;
}

/* line 19, app/assets/stylesheets/incidents.scss */
.incident-form .input > label {
  margin-top: 15px;
}

/* line 22, app/assets/stylesheets/incidents.scss */
.incident-form input.zebra_date_picker {
  width: 15em;
}

/* line 23, app/assets/stylesheets/incidents.scss */
.incident-form .cell.inline > div.input {
  display: inline-block;
  width: 12rem;
}

/* line 27, app/assets/stylesheets/incidents.scss */
.incident-form .cell.relatives {
  height: 72px;
}

/* line 29, app/assets/stylesheets/incidents.scss */
.incident-form .cell.relatives .supervision_duty_incident_relatives_informed {
  position: relative;
  top: 36px;
}

/* line 35, app/assets/stylesheets/incidents.scss */
.incident-form .select2 input.select2-search__field {
  height: 100%;
}

/* line 39, app/assets/stylesheets/incidents.scss */
.incident-form textarea {
  min-height: 10em;
  max-height: 70vh;
  width: 100%;
  resize: none;
  overflow: hidden;
}

/* line 46, app/assets/stylesheets/incidents.scss */
.incident-form .float-right.submit-button {
  position: absolute;
  right: 2rem;
}

/* line 52, app/assets/stylesheets/incidents.scss */
.supervision-incidents .headline {
  font-size: 1rem;
}

/* line 54, app/assets/stylesheets/incidents.scss */
.text-align-right {
  text-align: right;
}

/* line 56, app/assets/stylesheets/incidents.scss */
.supervision-incidents .result-box .button {
  margin: 1rem 0 0 1rem;
}
/* line 8, app/assets/stylesheets/intranet.scss */
.news_badge {
  background-color: #007487;
  color: #fefefe;
  border-radius: 50%;
  min-width: 1.5em;
  display: inline-block;
  padding: 0.2em;
  font-size: 0.7em;
  text-align: center;
  font-weight: bold;
  margin-left: 0.25em;
  position: relative;
  bottom: 2px;
  height: 1.5em;
  line-height: 1.2em;
}

/* line 25, app/assets/stylesheets/intranet.scss */
.meta-navi .news_badge, .backend-navi .news_badge, .kirinus-navi .news_badge, .akademie-navi .news_badge, .breadcrumbs .news_badge {
  display: none;
}

/* line 29, app/assets/stylesheets/intranet.scss */
.intra-menu {
  padding: 10px 30px 30px 30px !important;
  margin-top: 30px;
}

/* line 33, app/assets/stylesheets/intranet.scss */
.intra-menu .intra-menu-block {
  margin-top: 20px;
}

/* line 38, app/assets/stylesheets/intranet.scss */
.intra-menu .intra-menu-block ul.accordion-menu li a {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}

/* line 43, app/assets/stylesheets/intranet.scss */
.intra-menu .intra-menu-block ul.accordion-menu li a.current {
  padding-left: 10px;
}

/* line 48, app/assets/stylesheets/intranet.scss */
.intra-menu .intra-menu-block ul.accordion-menu li .submenu-toggle {
  height: 20px;
  width: 30px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 1px dotted #0a0a0a;
}

/* line 59, app/assets/stylesheets/intranet.scss */
.intra-menu .intra-menu-block > .text-uppercase a {
  display: block;
}

/* line 63, app/assets/stylesheets/intranet.scss */
.intra-menu .intra-menu-block a.current {
  background-color: #007487;
  color: #fefefe;
  margin-left: -10px;
  padding-left: 10px;
}

/* line 71, app/assets/stylesheets/intranet.scss */
.intra-menu ul.accordion-menu li a.current .news_badge {
  background-color: #fefefe;
  color: #007487;
}

/* line 83, app/assets/stylesheets/intranet.scss */
.intra-page .intra-margin {
  margin-top: 30px;
}

/* line 85, app/assets/stylesheets/intranet.scss */
.intra-page .intra-margin h1 {
  padding-top: 1rem;
}

/* line 91, app/assets/stylesheets/intranet.scss */
.intra-page .show-files table i {
  color: #007487;
  padding-right: 0.5rem;
}

/* line 95, app/assets/stylesheets/intranet.scss */
.intra-page .show-files table td.date {
  width: 7.5rem;
}

/* line 108, app/assets/stylesheets/intranet.scss */
.bulletin-board-posts .username.headline, .supervision-incidents .username.headline {
  font-size: 1rem;
  font-weight: normal;
}

/* line 112, app/assets/stylesheets/intranet.scss */
.bulletin-board-posts i.fa.fa-envelope, .supervision-incidents i.fa.fa-envelope {
  color: #007487;
}

/* line 115, app/assets/stylesheets/intranet.scss */
.bulletin-board-posts .trash-button, .supervision-incidents .trash-button {
  color: #007487;
  background-color: transparent;
}

/* line 120, app/assets/stylesheets/intranet.scss */
.bulletin-board-posts .result-box, .supervision-incidents .result-box {
  padding-bottom: 30px;
}

/* line 122, app/assets/stylesheets/intranet.scss */
.bulletin-board-posts .result-box .text, .supervision-incidents .result-box .text {
  font-size: 0.8rem;
}

/* line 128, app/assets/stylesheets/intranet.scss */
.form-bulletin-post h5.your-post {
  margin-top: 50px;
}
/* line 3, app/assets/stylesheets/kirinus_buttons.scss */
.btn {
  --bs-btn-padding-x: 1.5em;
  --bs-btn-padding-y: 0.4375em;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 1.75rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: var(--bs-btn-bg);
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

/* line 37, app/assets/stylesheets/kirinus_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 43, app/assets/stylesheets/kirinus_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 51, app/assets/stylesheets/kirinus_buttons.scss */
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 61, app/assets/stylesheets/kirinus_buttons.scss */
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  -webkit-box-shadow: var(--bs-btn-focus-box-shadow);
          box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 66, app/assets/stylesheets/kirinus_buttons.scss */
.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 77, app/assets/stylesheets/kirinus_buttons.scss */
.btn-responsive {
  --bs-btn-color: #fff;
  --bs-btn-bg: #007487;
  --bs-btn-border-color: #007487;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #006373;
  --bs-btn-hover-border-color: #005d6c;
  --bs-btn-focus-shadow-rgb: 38,137,153;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #005d6c;
  --bs-btn-active-border-color: #005765;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #007487;
  --bs-btn-disabled-border-color: #007487;
}

@media print, screen and (min-width: 62em) {
  /* line 77, app/assets/stylesheets/kirinus_buttons.scss */
  .btn-responsive {
    --bs-btn-color: #fff;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-focus-shadow-rgb: 255,255,255;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #fff;
    --bs-gradient: none;
  }
}

/* line 111, app/assets/stylesheets/kirinus_buttons.scss */
.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255,255,255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

/* line 128, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__inner {
  background-color: #f2edec;
  font-size: 1.25rem;
  font-weight: 300;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 62em) {
  /* line 128, app/assets/stylesheets/kirinus_buttons.scss */
  .page-header-slider__inner {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: auto;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: transparent;
    color: #fefefe;
    max-width: 1512px;
    padding: 44px 96px 28px 96px;
  }
}

/* line 152, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__inner h1 {
  font-size: calc(1.3125rem + 0.75vw);
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: 700;
  color: inherit;
}

/* line 157, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__inner h1:after {
  display: none;
}

/* line 159, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__inner p {
  font-size: 1.25rem;
  font-weight: 300;
}

/* line 164, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__main {
  text-align: center;
  font-size: 1.5rem;
  margin: auto 0;
  overflow-wrap: break-word;
  padding: 1.5rem 0;
  word-break: break-word;
}

@media print, screen and (min-width: 62em) {
  /* line 164, app/assets/stylesheets/kirinus_buttons.scss */
  .page-header-slider__main {
    text-align: left;
    width: 66.6%;
  }
}

@media screen and (min-width: 85.4375em) {
  /* line 164, app/assets/stylesheets/kirinus_buttons.scss */
  .page-header-slider__main {
    width: 33.3%;
  }
}

/* line 180, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: none;
  font-size: 250px;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: auto;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: -.4140625em;
  top: 0;
  width: auto;
  z-index: 100;
}

/* line 195, app/assets/stylesheets/kirinus_buttons.scss */
.page-header-slider__overlay svg {
  stroke: #f2edec;
  stroke-width: 6px;
  height: 1em;
  opacity: .4375;
  width: auto;
}

@media print, screen and (min-width: 62em) {
  /* line 204, app/assets/stylesheets/kirinus_buttons.scss */
  .page-header-slider__overlay {
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
    -webkit-animation-timing-function: cubic-bezier(0.18, 0.97, 0.64, 1);
            animation-timing-function: cubic-bezier(0.18, 0.97, 0.64, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 6, app/assets/stylesheets/layout.scss */
.top-bar {
  font-size: 1rem;
  background-color: inherit;
}

/* line 10, app/assets/stylesheets/layout.scss */
.top-bar ul {
  background-color: transparent;
}

/* line 13, app/assets/stylesheets/layout.scss */
.top-bar ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 19, app/assets/stylesheets/layout.scss */
.top-bar .top-bar-left {
  text-align: left;
}

/* line 23, app/assets/stylesheets/layout.scss */
.top-bar .top-bar-left .logo img {
  max-width: 300px;
  height: 32px;
}

/* line 30, app/assets/stylesheets/layout.scss */
.top-bar .top-bar-right {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 35, app/assets/stylesheets/layout.scss */
.top-bar .top-bar-right > .show-for-small-only {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/layout.scss */
body.test-env .kirinus-navi-container {
  background-color: rgba(255, 245, 250, 0.9);
}

/* line 53, app/assets/stylesheets/layout.scss */
.signed-in-from-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.5rem;
  font-size: 0.7rem;
}

/* line 57, app/assets/stylesheets/layout.scss */
.signed-in-from-admin i.fa.fa-luchador {
  font-size: 1.5rem;
  color: #007487;
  margin-left: 10px;
  margin-right: 10px;
}

/* line 69, app/assets/stylesheets/layout.scss */
.menu a.shopping-cart-link, .shopping-cart-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 72, app/assets/stylesheets/layout.scss */
.menu a.shopping-cart-link i.fa.fa-shopping-cart, .shopping-cart-link i.fa.fa-shopping-cart {
  padding-right: 0.2rem;
}

/* line 74, app/assets/stylesheets/layout.scss */
.menu a.shopping-cart-link i.fa.fa-shopping-cart.with-item, .shopping-cart-link i.fa.fa-shopping-cart.with-item {
  color: #007487;
}

/* line 78, app/assets/stylesheets/layout.scss */
.menu a.shopping-cart-link .fa-shopping-cart-count, .shopping-cart-link .fa-shopping-cart-count {
  font-size: 0.6rem;
  font-weight: bold;
  background-color: #e6e6e6;
  padding: 0.25rem 0.25rem 0.15rem 0.25rem;
  border-radius: 50%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 87, app/assets/stylesheets/layout.scss */
.menu a.shopping-cart-link .fa-shopping-cart-count.changed, .shopping-cart-link .fa-shopping-cart-count.changed {
  background-color: #007487;
  color: #fefefe;
}

/* line 97, app/assets/stylesheets/layout.scss */
ul.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 101, app/assets/stylesheets/layout.scss */
ul.breadcrumbs li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 104, app/assets/stylesheets/layout.scss */
ul.breadcrumbs li a {
  line-height: 2;
}

/* line 109, app/assets/stylesheets/layout.scss */
ul.breadcrumbs .kirinus-figure {
  background-color: #95918c;
  width: 21px;
  height: 21px;
}

/* line 115, app/assets/stylesheets/layout.scss */
ul.breadcrumbs li:not(:last-child)::after {
  content: none;
}

/* line 119, app/assets/stylesheets/layout.scss */
ul.breadcrumbs li:not(:first-child)::before {
  content: '|';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0 0.75rem;
  color: #95918c;
}

@media print, screen and (max-width: 61.99875em) {
  /* line 119, app/assets/stylesheets/layout.scss */
  ul.breadcrumbs li:not(:first-child)::before {
    margin: 0 0.5rem;
  }
}

/* line 131, app/assets/stylesheets/layout.scss */
ul.breadcrumbs a:hover {
  text-decoration: none;
  color: #007487;
}

/* line 163, app/assets/stylesheets/layout.scss */
h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
  word-break: break-word;
}

/* line 167, app/assets/stylesheets/layout.scss */
h1, h2 {
  font-size: calc(1.375rem + 1.5vw);
}

/* line 170, app/assets/stylesheets/layout.scss */
h3 {
  font-size: calc(1.375rem + .75vw);
}

/* line 173, app/assets/stylesheets/layout.scss */
h4 {
  font-size: calc(1.3125rem + .75vw);
}

/* line 176, app/assets/stylesheets/layout.scss */
h5 {
  font-size: 1rem;
}

/* line 180, app/assets/stylesheets/layout.scss */
h1, h2, h3 {
  font-family: "ArialNova-Light", Arial, sans-serif;
  font-weight: 300;
}

/* line 184, app/assets/stylesheets/layout.scss */
h4, h5, h6 {
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: 700;
}

/* line 188, app/assets/stylesheets/layout.scss */
h4, h5 {
  color: black;
}

/* line 191, app/assets/stylesheets/layout.scss */
h6 {
  text-transform: uppercase;
  color: #007487;
}

@media screen and (min-width: 75em) {
  /* line 197, app/assets/stylesheets/layout.scss */
  h1, h2 {
    font-size: 2.5rem;
  }
  /* line 200, app/assets/stylesheets/layout.scss */
  h3 {
    font-size: 1.875rem;
  }
  /* line 203, app/assets/stylesheets/layout.scss */
  h4 {
    font-size: 1.875rem;
  }
  /* line 206, app/assets/stylesheets/layout.scss */
  h5 {
    font-size: 1.2rem;
  }
}

/* line 210, app/assets/stylesheets/layout.scss */
.small {
  font-size: 0.75rem;
}

/* line 215, app/assets/stylesheets/layout.scss */
.info-text.with-margin {
  margin-bottom: 1rem;
}

/* line 226, app/assets/stylesheets/layout.scss */
.anchor-with-offset::before {
  display: block;
  content: ' ';
  margin-top: -130px;
  height: 130px;
  visibility: hidden;
  pointer-events: none;
}

/* line 237, app/assets/stylesheets/layout.scss */
.bg_block_middle {
  border-radius: 0 24px 0 24px;
  background-color: #f2edec;
  padding: 30px;
}

/* line 241, app/assets/stylesheets/layout.scss */
.bg_block_middle.cell > .bo-segment-box {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/* line 246, app/assets/stylesheets/layout.scss */
.bg_block_middle.cell > .bo-segment-box .segment-title {
  font-size: 1.875rem;
}

/* line 253, app/assets/stylesheets/layout.scss */
.btn-back {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #007487;
  padding: 0.725rem 1.5rem 0.725rem 1rem;
  line-height: 1;
  color: white;
  font-weight: 700;
  border-radius: 3rem;
}

/* line 263, app/assets/stylesheets/layout.scss */
.btn-back:hover {
  color: white;
}

/* line 266, app/assets/stylesheets/layout.scss */
.btn-back:before {
  font-family: ico_moon;
  content: '\e911';
  padding-right: 0.5rem;
  position: relative;
  bottom: -1px;
}

/* line 274, app/assets/stylesheets/layout.scss */
.btn-to {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #007487;
  padding: 0.725rem 1rem 0.725rem 1.5rem;
  line-height: 1;
  color: white;
  font-weight: 700;
  border-radius: 3rem;
  float: right;
}

/* line 285, app/assets/stylesheets/layout.scss */
.btn-to:after {
  font-family: ico_moon;
  content: '\e912';
  padding-left: 0.5rem;
  clear: both;
  position: relative;
  bottom: -1px;
}

/* line 293, app/assets/stylesheets/layout.scss */
.btn-to:hover {
  color: white;
}
/* line 24, app/assets/stylesheets/menu.scss */
.top-bar-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 28, app/assets/stylesheets/menu.scss */
.meta-navi-container {
  background-color: #f2edec;
  font-weight: 400;
}

/* line 31, app/assets/stylesheets/menu.scss */
.meta-navi-container i.fa {
  font-size: 0.9rem;
}

/* line 34, app/assets/stylesheets/menu.scss */
.meta-navi-container .top-bar {
  padding-bottom: 0;
  padding-top: 0;
  font-size: calc(.75rem + 2px);
}

/* line 41, app/assets/stylesheets/menu.scss */
.meta-navi-container .menu a.shopping-cart-link .fa-shopping-cart-count, .meta-navi-container .shopping-cart-link .fa-shopping-cart-count {
  background-color: #cacaca;
}

/* line 48, app/assets/stylesheets/menu.scss */
body.cipam .meta-navi-container, body.cipco .meta-navi-container {
  padding-right: 1.2rem;
}

/* line 52, app/assets/stylesheets/menu.scss */
.kirinus-navi-container {
  background-color: #fefefe;
}

/* line 54, app/assets/stylesheets/menu.scss */
.kirinus-navi-container .top-bar .menu i.fa {
  font-size: 1.5rem;
}

/* line 59, app/assets/stylesheets/menu.scss */
.kirinus-navi-container .top-bar-left a.logo {
  margin-left: 1rem;
}

/* line 61, app/assets/stylesheets/menu.scss */
.kirinus-navi-container .top-bar-left a.logo .kirinus-figure {
  display: none;
}

/* line 70, app/assets/stylesheets/menu.scss */
.akademie-navi-container ul.menu.akademie-navi > li:not(:first-child) {
  border-left: 1px solid #95918c;
}

/* line 73, app/assets/stylesheets/menu.scss */
.akademie-navi-container ul.menu.akademie-navi i.fa.fa-user, .akademie-navi-container ul.menu.akademie-navi i.fa.fa-shopping-cart {
  font-size: 0.9rem;
}

/* line 77, app/assets/stylesheets/menu.scss */
.akademie-navi-container .menu {
  color: #95918c;
}

/* line 8, app/assets/stylesheets/menu.scss */
.akademie-navi-container .menu a {
  color: #95918c;
  font-weight: 700;
}

/* line 12, app/assets/stylesheets/menu.scss */
.akademie-navi-container .menu a.active {
  color: #007487;
}

/* line 15, app/assets/stylesheets/menu.scss */
.akademie-navi-container .menu a:hover {
  color: #007487;
}

/* line 87, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .dropdown-menu-separator {
  border-right: 2px solid #8a8a8a;
  margin: 0.5rem 0.5rem;
}

/* line 93, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent.is-active {
  background-color: #cbe8e882;
}

/* line 97, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0.5rem;
}

/* line 102, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent a.has-dropdown {
  padding-right: 0.6rem;
}

/* line 104, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent a.has-dropdown::after {
  position: relative;
  font-family: 'ico_moon';
  content: "\e9e4";
  font-size: 0.9rem;
  right: 0;
  width: 0.5rem;
  margin-left: 0.4rem;
  border: 0;
  margin-top: 0;
}

/* line 119, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent li.is-submenu-item a {
  padding: 0.5rem 1.4rem;
}

/* line 122, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent li.is-submenu-item.with-padding {
  padding: 0.5rem 1.4rem;
}

/* line 126, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent li.is-submenu-item.opens-left a.has-dropdown::after, ul.dropdown.menu > li.is-dropdown-submenu-parent li.is-submenu-item.opens-right a.has-dropdown::after {
  height: 1.2rem;
  margin: auto;
  top: 0;
  bottom: 0;
}

/* line 136, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent li.is-submenu-item.opens-left a.has-dropdown::after {
  right: auto;
  left: 0.4rem;
  content: "\e911";
}

/* line 147, app/assets/stylesheets/menu.scss */
ul.dropdown.menu > li.is-dropdown-submenu-parent li.is-submenu-item.opens-right a.has-dropdown::after {
  left: auto;
  right: 1rem;
  content: "\e912";
}

/* line 158, app/assets/stylesheets/menu.scss */
ul.dropdown.menu.akademie-navi {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

/* line 162, app/assets/stylesheets/menu.scss */
ul.dropdown.menu.akademie-navi > li:not(:first-child) {
  padding-left: 0.5rem;
}

/* line 165, app/assets/stylesheets/menu.scss */
ul.dropdown.menu.akademie-navi > li:not(:last-child) {
  padding-right: 0.5rem;
}

/* line 168, app/assets/stylesheets/menu.scss */
ul.dropdown.menu.akademie-navi > li:first-child > a {
  padding-left: 0;
}

/* line 171, app/assets/stylesheets/menu.scss */
ul.dropdown.menu.akademie-navi > li > a {
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}

/* line 178, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent ul.is-dropdown-submenu {
  color: #95918c;
}

/* line 8, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent ul.is-dropdown-submenu a {
  color: #95918c;
  font-weight: 700;
}

/* line 12, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent ul.is-dropdown-submenu a.active {
  color: #007487;
}

/* line 15, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent ul.is-dropdown-submenu a:hover {
  color: #007487;
}

/* line 182, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent a.user-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

/* line 186, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent a.user-icon .fa-user {
  padding-right: 0.4rem;
}

/* line 188, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent a.user-icon .fa-user.logged-in {
  color: #007487;
}

/* line 193, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent a.user-icon::after {
  display: none;
}

/* line 198, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent .mycip-dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 202, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent .mycip-dropdown .logged-in-as {
  display: list-item;
  font-size: 0.7rem;
}

/* line 205, app/assets/stylesheets/menu.scss */
ul.dropdown.menu .header-mycip.is-dropdown-submenu-parent .mycip-dropdown .logged-in-as .username {
  font-size: 0.9rem;
}

/* line 217, app/assets/stylesheets/menu.scss */
.menu a {
  color: #212529;
}

/* line 220, app/assets/stylesheets/menu.scss */
.menu a:hover {
  color: #007487;
}

/* line 224, app/assets/stylesheets/menu.scss */
.menu a.current {
  color: #007487;
}

/* line 229, app/assets/stylesheets/menu.scss */
.menu i:not(.fa-user):not(.fa-shopping-cart) {
  margin-left: 0.2rem;
  font-size: 0.8rem;
}

/* line 235, app/assets/stylesheets/menu.scss */
ul.is-dropdown-submenu {
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  border-width: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* line 242, app/assets/stylesheets/menu.scss */
ul.is-dropdown-submenu li a {
  line-height: 1.1rem;
}
@media print, screen and (max-width: 61.99875em) {
  /* line 7, app/assets/stylesheets/mobile.scss */
  .mobile-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 99;
    background-color: #fefefe;
  }
  /* line 13, app/assets/stylesheets/mobile.scss */
  .mobile-header i.fa.fa-phone-call {
    color: #0a0a0a;
    font-size: 1.5rem;
  }
  /* line 19, app/assets/stylesheets/mobile.scss */
  .top-bar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  /* line 23, app/assets/stylesheets/mobile.scss */
  .top-bar .kirinus-figure {
    display: none;
  }
  /* line 28, app/assets/stylesheets/mobile.scss */
  .top-bar .top-bar-left .logo img {
    height: 25px;
  }
  /* line 36, app/assets/stylesheets/mobile.scss */
  .top-bar-right .burger-menu {
    background-color: transparent;
    color: #0a0a0a;
    margin-bottom: 0;
    font-size: 1.5rem;
    padding: 0.75rem 0 0.75rem 1rem;
  }
  /* line 43, app/assets/stylesheets/mobile.scss */
  .top-bar-right .burger-menu i.fa.fa-burger-menu, .top-bar-right .burger-menu .menu-close-icon {
    height: 21px;
    width: 24px;
  }
  /* line 48, app/assets/stylesheets/mobile.scss */
  .top-bar-right .burger-menu .menu-close-icon {
    display: none;
  }
  /* line 53, app/assets/stylesheets/mobile.scss */
  .top-bar-right .burger-menu[aria-expanded='true'] i.fa.fa-burger-menu {
    display: none;
  }
  /* line 56, app/assets/stylesheets/mobile.scss */
  .top-bar-right .burger-menu[aria-expanded='true'] .menu-close-icon {
    display: block;
  }
  /* line 63, app/assets/stylesheets/mobile.scss */
  #mobile-menu {
    display: none;
  }
  /* line 66, app/assets/stylesheets/mobile.scss */
  #mobile-menu.expanded {
    display: block;
  }
  /* line 70, app/assets/stylesheets/mobile.scss */
  #mobile-menu .top-bar-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  /* line 74, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs {
    border: 0;
  }
  /* line 77, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs .tabs-title a {
    font-weight: 700;
    padding: 0.25rem 1rem;
  }
  /* line 81, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs .tabs-title:not(:last-child) {
    border-right: 2px solid #95918c;
  }
  /* line 86, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs-content {
    border: 0;
    max-height: 400px;
    overflow-x: auto;
  }
  /* line 92, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs-content ul.vertical.menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  /* line 95, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs-content ul.vertical.menu li a {
    padding-left: 0;
  }
  /* line 98, app/assets/stylesheets/mobile.scss */
  #mobile-menu .tabs-content ul.vertical.menu li hr {
    width: 100%;
    border-bottom: 2px solid #95918c;
  }
}

/* line 111, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile {
  background-color: #007487;
  color: #fefefe;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

/* line 117, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .menu a {
  color: #fefefe;
}

/* line 122, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .menu a.shopping-cart-link i.fa.fa-shopping-cart.with-item, .akademie-navi-container-mobile .shopping-cart-link i.fa.fa-shopping-cart.with-item {
  color: #fefefe;
}

/* line 125, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .menu a.shopping-cart-link .fa-shopping-cart-count, .akademie-navi-container-mobile .shopping-cart-link .fa-shopping-cart-count {
  background-color: #fefefe;
  color: #007487;
}

/* line 131, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile ul.horizontal.menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* line 135, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile ul.vertical.menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 139, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .header-mycip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 143, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .header-mycip.logged-in .user-icon {
  font-weight: 700;
  color: #fefefe;
  opacity: 0.7;
}

/* line 149, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .header-mycip .logged-in-as {
  font-size: 0.45rem;
}

/* line 151, app/assets/stylesheets/mobile.scss */
.akademie-navi-container-mobile .header-mycip .logged-in-as .username {
  font-size: 0.6rem;
}
/* line 6, app/assets/stylesheets/pages.scss */
ul.jqtree-tree .jqtree-title {
  color: #0a0a0a;
}

/* line 11, app/assets/stylesheets/pages.scss */
.jqtree-element .actions.right {
  display: block;
  float: right;
}

/* line 14, app/assets/stylesheets/pages.scss */
.jqtree-element .actions.right .departments {
  font-size: 13px;
}

/* line 18, app/assets/stylesheets/pages.scss */
.jqtree-element:hover {
  background-color: #cacaca;
}

/* line 20, app/assets/stylesheets/pages.scss */
.jqtree-element > i {
  padding-right: 5px;
}

/* line 24, app/assets/stylesheets/pages.scss */
.path_for_page {
  margin-top: 20px;
}

/* line 28, app/assets/stylesheets/pages.scss */
.page-instant-push-button {
  float: left;
}

/* line 38, app/assets/stylesheets/pages.scss */
.new_page #page-parts .manual-position .page_page_parts_fixed_pos, .edit_page #page-parts .manual-position .page_page_parts_fixed_pos {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}

/* line 41, app/assets/stylesheets/pages.scss */
.new_page #page-parts .manual-position .page_page_parts_fixed_pos label, .edit_page #page-parts .manual-position .page_page_parts_fixed_pos label {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 5px;
}

/* line 46, app/assets/stylesheets/pages.scss */
.new_page #page-parts .manual-position .page_page_parts_fixed_pos select, .edit_page #page-parts .manual-position .page_page_parts_fixed_pos select {
  width: auto;
  margin-bottom: 0;
}

/* line 53, app/assets/stylesheets/pages.scss */
.new_page #page-parts .variants.block .block-preview, .edit_page #page-parts .variants.block .block-preview {
  font-weight: normal;
  font-size: 0.75rem;
  font-style: italic;
  margin-top: -1.1rem;
}

/* line 59, app/assets/stylesheets/pages.scss */
.new_page #page-parts .variants.block .button-toggle-hidden.active .block-preview, .edit_page #page-parts .variants.block .button-toggle-hidden.active .block-preview {
  display: none;
}

/* line 64, app/assets/stylesheets/pages.scss */
.new_page label.page_show_text_block_change_date, .edit_page label.page_show_text_block_change_date {
  margin-top: 10px;
}

/* line 68, app/assets/stylesheets/pages.scss */
.editorial-changed-at {
  font-size: 0.85rem;
}

/* line 75, app/assets/stylesheets/pages.scss */
section.header-image {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 86, app/assets/stylesheets/pages.scss */
section.header-image .header-image-container.with-teaser-text {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}

/* line 105, app/assets/stylesheets/pages.scss */
.page {
  color: #0a0a0a;
}

/* line 108, app/assets/stylesheets/pages.scss */
.page ul:not(.pagination):not(.orbit-container):not(.menu):not(.select2-selection__rendered):not(.select2-results__options) {
  margin-left: 2.25rem;
  list-style-type: none;
}

/* line 112, app/assets/stylesheets/pages.scss */
.page ul:not(.pagination):not(.orbit-container):not(.menu):not(.select2-selection__rendered):not(.select2-results__options) li:not(.select2-selection__choice):not(.select2-search):before {
  font-family: 'ico_moon';
  font-weight: 900;
  content: "\e912";
  margin-left: -20px;
  float: left;
}

/* line 119, app/assets/stylesheets/pages.scss */
.page ul:not(.pagination):not(.orbit-container):not(.menu):not(.select2-selection__rendered):not(.select2-results__options) li:not(.select2-selection__choice):not(.select2-search).without-before:before {
  content: '';
}

/* line 123, app/assets/stylesheets/pages.scss */
.page ul:not(.pagination):not(.orbit-container):not(.menu):not(.select2-selection__rendered):not(.select2-results__options) li:not(.select2-selection__choice):not(.select2-search).current span, .page ul:not(.pagination):not(.orbit-container):not(.menu):not(.select2-selection__rendered):not(.select2-results__options) li:not(.select2-selection__choice):not(.select2-search).current strong {
  color: #212529;
}

/* line 129, app/assets/stylesheets/pages.scss */
.page ol {
  margin-left: 2.25rem;
}

/* line 131, app/assets/stylesheets/pages.scss */
.page ol li {
  padding-left: 10px;
}

/* line 140, app/assets/stylesheets/pages.scss */
.bg-white {
  background-color: #fefefe;
}

/* line 143, app/assets/stylesheets/pages.scss */
.bg-light {
  background-color: #f0f1f3;
}

/* line 146, app/assets/stylesheets/pages.scss */
.bg-middle {
  background-color: #e6e7e9;
}

/* line 149, app/assets/stylesheets/pages.scss */
.bg-dark {
  background-color: #9d9ea0;
  color: #fefefe;
}

/* line 152, app/assets/stylesheets/pages.scss */
.bg-dark h1, .bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark a {
  color: #fefefe;
}

/* line 154, app/assets/stylesheets/pages.scss */
.bg-dark h1:after, .bg-dark h2:after, .bg-dark h3:after, .bg-dark h4:after, .bg-dark h5:after, .bg-dark a:after {
  border-top-color: #fefefe;
}

/* line 159, app/assets/stylesheets/pages.scss */
.bg-red {
  background-color: #007487;
  color: #fefefe;
}

/* line 162, app/assets/stylesheets/pages.scss */
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4, .bg-red h5, .bg-red a {
  color: #fefefe;
}

/* line 164, app/assets/stylesheets/pages.scss */
.bg-red h1:after, .bg-red h2:after, .bg-red h3:after, .bg-red h4:after, .bg-red h5:after, .bg-red a:after {
  border-top-color: #fefefe;
}

/* line 169, app/assets/stylesheets/pages.scss */
.bg-kirinus, .bg-v2middle {
  border-radius: 0 24px 0 24px;
  background-color: #f2edec;
  padding: 30px;
}

/* line 180, app/assets/stylesheets/pages.scss */
.block .grid-container .grid-padding-x {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 186, app/assets/stylesheets/pages.scss */
.block .grid-container .grid-x .cell.medium-6, .block .grid-container .grid-x .cell.medium-4, .block .grid-container .grid-x .cell.medium-8 {
  padding: 3rem;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 186, app/assets/stylesheets/pages.scss */
  .block .grid-container .grid-x .cell.medium-6, .block .grid-container .grid-x .cell.medium-4, .block .grid-container .grid-x .cell.medium-8 {
    padding: 1.5rem;
  }
}

/* line 196, app/assets/stylesheets/pages.scss */
.block.padding-lr-small .grid-container .grid-padding-x > .cell {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

/* line 200, app/assets/stylesheets/pages.scss */
.block.padding-lr-large .grid-container .grid-padding-x > .cell {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 200, app/assets/stylesheets/pages.scss */
  .block.padding-lr-large .grid-container .grid-padding-x > .cell {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* line 209, app/assets/stylesheets/pages.scss */
.block.padding-tb-small .grid-container .grid-padding-x > .cell {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 213, app/assets/stylesheets/pages.scss */
.block.padding-tb-medium .grid-container .grid-padding-x > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 217, app/assets/stylesheets/pages.scss */
.block.padding-tb-large .grid-container .grid-padding-x > .cell {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 217, app/assets/stylesheets/pages.scss */
  .block.padding-tb-large .grid-container .grid-padding-x > .cell {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

/* line 232, app/assets/stylesheets/pages.scss */
.teaser.adjust_teaser {
  padding-left: 0;
  padding-right: 0;
}

/* line 236, app/assets/stylesheets/pages.scss */
.teaser .teaser-box-color0 {
  background-color: #f0f1f3;
}

/* line 239, app/assets/stylesheets/pages.scss */
.teaser .teaser-box-color1 {
  background-color: #d0d0d2;
}

/* line 242, app/assets/stylesheets/pages.scss */
.teaser .teaser-box-color2 {
  background-color: #dcdddf;
}

/* line 245, app/assets/stylesheets/pages.scss */
.teaser .teaser-box-color3 {
  background-color: #e6e7e9;
}

/* line 248, app/assets/stylesheets/pages.scss */
.teaser .teaser-box-color4 {
  background-color: #f0f1f3;
}

/* line 251, app/assets/stylesheets/pages.scss */
.teaser .teaser-box {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}

/* line 256, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .teaser-link {
  color: inherit;
  height: 100%;
}

/* line 259, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .teaser-link:hover {
  background-color: #007487;
  color: #fefefe;
}

/* line 262, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .teaser-link:hover h4, .teaser .teaser-box .teaser-link:hover i.fa.fa-angle-right {
  color: #fefefe;
}

/* line 265, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .teaser-link:hover .image {
  -webkit-filter: grayscale(20%);
          filter: grayscale(20%);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

/* line 271, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .title {
  padding: 25px 25px 0;
}

/* line 274, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .search {
  padding: 0 25px 25px;
}

/* line 277, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .image {
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 283, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .content {
  padding: 0 25px 25px;
}

/* line 285, app/assets/stylesheets/pages.scss */
.teaser .teaser-box .content.with-image {
  margin-top: 15px;
}

/* line 289, app/assets/stylesheets/pages.scss */
.teaser .teaser-box i.fa.fa-angle-right {
  position: absolute;
  color: #007487;
  right: 10px;
  bottom: 10px;
}

/* line 301, app/assets/stylesheets/pages.scss */
section.show-text-block {
  margin-left: -1rem;
  margin-right: -1rem;
}

/* line 305, app/assets/stylesheets/pages.scss */
div.input.ckeditor {
  margin-bottom: 16px;
}

/* line 311, app/assets/stylesheets/pages.scss */
.button-row .button {
  background-color: #f0f1f3;
  color: #0a0a0a;
  margin-right: 3px;
  font-size: 0.7rem;
}

/* line 317, app/assets/stylesheets/pages.scss */
.button-row .button:hover {
  color: #007487;
  padding: 0.85em 1em;
  background-color: #e6e7e9;
}

/* line 323, app/assets/stylesheets/pages.scss */
.button-row .button.active {
  background-color: #007487;
  color: #fefefe;
  cursor: not-allowed;
}

/* line 334, app/assets/stylesheets/pages.scss */
.headline {
  font-size: 1.2rem;
  text-transform: none;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: 700;
}

/* line 342, app/assets/stylesheets/pages.scss */
.font-family-bold {
  font-family: "Arial Pro", Arial, sans-serif;
  font-weight: 700;
}
/* line 1, app/assets/stylesheets/psychoweb.scss */
.psycho-web-protocol {
  font-size: 75%;
}
/* line 1, app/assets/stylesheets/reports.scss */
.widget-box {
  width: 100%;
  height: 100%;
  min-height: 9rem;
  border-radius: 0 12px 0 12px;
  padding: 20px;
  background-color: #ffffff;
  color: #212529;
  position: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* line 12, app/assets/stylesheets/reports.scss */
.widget-box h5 {
  color: #007487;
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 19, app/assets/stylesheets/reports.scss */
.widget-box ol {
  margin-bottom: 0;
}

/* line 22, app/assets/stylesheets/reports.scss */
.widget-box .segment-url {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

/* line 28, app/assets/stylesheets/reports.scss */
.date-range input {
  max-width: 153px;
}

/* line 31, app/assets/stylesheets/reports.scss */
.code-filter {
  position: relative;
  left: -25px;
}

/* line 34, app/assets/stylesheets/reports.scss */
.code-filter strong {
  padding-left: 30px;
  font-size: 1.1rem;
}

/* line 39, app/assets/stylesheets/reports.scss */
.data-box {
  border-radius: 0 12px 0 12px;
  padding: 10px;
  background-color: #f2edec;
  margin: 5px;
  height: calc(100% - 10px);
}

/* line 46, app/assets/stylesheets/reports.scss */
.total .data-box {
  background-color: #007487;
  color: #ffffff;
}

/* line 50, app/assets/stylesheets/reports.scss */
.filter-box {
  border-radius: 0 12px 0 12px;
  padding: 10px;
  background-color: #f2edec;
  margin: 10px 5px;
  height: calc(100% - 10px);
}

/* line 56, app/assets/stylesheets/reports.scss */
.filter-box .filter-year, .filter-box .filter-quarter, .filter-box .filter-from, .filter-box .filter-until, .filter-box .filter-kind {
  display: inline-block;
  width: 120px;
  padding-left: 10px;
}

/* line 61, app/assets/stylesheets/reports.scss */
.filter-box .filter-from, .filter-box .filter-until {
  width: 140px;
}

/* line 64, app/assets/stylesheets/reports.scss */
.filter-box .filter-kind {
  width: 170px;
}

/* line 69, app/assets/stylesheets/reports.scss */
.main-stats .big-label, .compare .big-label {
  font-size: 1.3rem;
}

/* line 70, app/assets/stylesheets/reports.scss */
.main-stats .medium-label, .compare .medium-label {
  font-size: 1.2rem;
}

/* line 71, app/assets/stylesheets/reports.scss */
.main-stats .small-label, .compare .small-label {
  font-size: 0.8rem;
}

/* line 72, app/assets/stylesheets/reports.scss */
.main-stats .small-data, .compare .small-data {
  font-size: 1.1rem;
}

/* line 73, app/assets/stylesheets/reports.scss */
.main-stats .medium-data, .compare .medium-data {
  font-size: 1.3rem;
  line-height: 5rem;
}

/* line 74, app/assets/stylesheets/reports.scss */
.main-stats .big-data, .compare .big-data {
  font-size: 2rem;
  line-height: 5rem;
}

/* line 77, app/assets/stylesheets/reports.scss */
.sky-form button.left {
  float: none;
}

/* line 78, app/assets/stylesheets/reports.scss */
.detail-report-buttons {
  padding-left: 5px;
}

/* line 80, app/assets/stylesheets/reports.scss */
.detail-report-buttons a.button, .detail-report-buttons button.button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-right: 2rem;
  font-size: 0.9rem;
  border: none;
}

/* line 88, app/assets/stylesheets/reports.scss */
.separate-links a {
  margin-right: 2rem;
}

/* line 91, app/assets/stylesheets/reports.scss */
.text-align-center {
  text-align: center;
}

/* line 93, app/assets/stylesheets/reports.scss */
.search-stats .small-label {
  text-align: center;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
}

/* line 98, app/assets/stylesheets/reports.scss */
.search-stats ol {
  margin-left: 1.8rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
  margin-bottom: 0;
}
/* line 7, app/assets/stylesheets/scrolling.scss */
:target {
  scroll-margin-top: 120px;
}

/* line 14, app/assets/stylesheets/scrolling.scss */
.table-scroll-container {
  position: relative;
}

/* line 16, app/assets/stylesheets/scrolling.scss */
.table-scroll-container .table-scroll-btn {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  color: #8a8a8a;
  background-color: #cacaca;
  opacity: 0.5;
  z-index: 2;
  border-radius: 50%;
}

/* line 28, app/assets/stylesheets/scrolling.scss */
.table-scroll-container .table-scroll-btn i.fa.fa-chevron-double-down {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 31, app/assets/stylesheets/scrolling.scss */
.table-scroll-container .table-scroll-btn.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 37, app/assets/stylesheets/scrolling.scss */
.table-scroll-container table.psyprax_activities thead tr:first-child th:last-child {
  scroll-margin-top: 170px;
}
/* line 10, app/assets/stylesheets/simple_form.scss */
abbr {
  color: inherit;
}

/* line 14, app/assets/stylesheets/simple_form.scss */
.form-actions {
  margin-top: 1rem;
  text-align: right;
}

/* line 18, app/assets/stylesheets/simple_form.scss */
.form-actions a .button-text {
  margin-left: auto;
}

/* line 24, app/assets/stylesheets/simple_form.scss */
.callout {
  font-size: 0.9rem;
}

/* line 27, app/assets/stylesheets/simple_form.scss */
small.error {
  color: #ff252d;
}

/* line 31, app/assets/stylesheets/simple_form.scss */
label small.error {
  font-size: 100%;
}

/* line 36, app/assets/stylesheets/simple_form.scss */
.attribute {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 38, app/assets/stylesheets/simple_form.scss */
.attribute > div {
  display: inline-block;
}

/* line 40, app/assets/stylesheets/simple_form.scss */
.attribute > div.label {
  margin-right: 0.5rem;
  min-width: 16rem;
  max-width: 16rem;
  white-space: normal;
}

/* line 46, app/assets/stylesheets/simple_form.scss */
.attribute > div.value-as-block {
  display: block;
}

/* line 50, app/assets/stylesheets/simple_form.scss */
.attribute .label + i {
  margin-top: auto;
  margin-bottom: auto;
}

/* line 60, app/assets/stylesheets/simple_form.scss */
.simple_form h5.input-label {
  margin-bottom: 0;
  display: inline-block;
}

/* line 65, app/assets/stylesheets/simple_form.scss */
.simple_form select.select_with_icon {
  background-image: none;
}

/* line 71, app/assets/stylesheets/simple_form.scss */
.simple_form .input.error label {
  color: #ff252d;
}

/* line 74, app/assets/stylesheets/simple_form.scss */
.simple_form .input.error select, .simple_form .input.error input:not(.select2-search__field), .simple_form .input.error textarea {
  border: 1px solid #ff252d;
}

/* line 78, app/assets/stylesheets/simple_form.scss */
.simple_form label.checkbox.error i {
  border: 1px solid #ff252d;
}

/* line 83, app/assets/stylesheets/simple_form.scss */
.simple_form .button.remove_fields {
  float: right;
}

/* line 85, app/assets/stylesheets/simple_form.scss */
.simple_form .button.remove_fields + .input {
  padding-top: 35px;
}

/* line 89, app/assets/stylesheets/simple_form.scss */
.simple_form .fields .fields-right {
  float: right;
}

/* line 91, app/assets/stylesheets/simple_form.scss */
.simple_form .fields .fields-right .button.remove_fields {
  float: none;
}

/* line 94, app/assets/stylesheets/simple_form.scss */
.simple_form .fields .fields-right + div.input {
  padding-top: 35px;
}

/* line 99, app/assets/stylesheets/simple_form.scss */
.simple_form .button-toggle-hidden, .simple_form .toggle-hidden {
  margin-bottom: 20px;
}

/* line 103, app/assets/stylesheets/simple_form.scss */
.simple_form label.checkbox label {
  margin-left: 0;
}

/* line 109, app/assets/stylesheets/simple_form.scss */
.simple_form .select2.select2-container ul.select2-selection__rendered {
  margin-left: 0.5rem;
}

/* line 111, app/assets/stylesheets/simple_form.scss */
.simple_form .select2.select2-container ul.select2-selection__rendered li:before {
  content: '';
}

/* line 116, app/assets/stylesheets/simple_form.scss */
.simple_form .select2-hint {
  font-size: 0.75rem;
}

/* line 121, app/assets/stylesheets/simple_form.scss */
.simple_form .form-field-flex .input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem;
}

/* line 125, app/assets/stylesheets/simple_form.scss */
.simple_form .form-field-flex .input label {
  margin-right: 1rem;
}

/* line 128, app/assets/stylesheets/simple_form.scss */
.simple_form .form-field-flex .input input, .simple_form .form-field-flex .input select {
  margin-bottom: 0;
}

/* line 135, app/assets/stylesheets/simple_form.scss */
.sky-form .input.error {
  margin-bottom: 1rem;
}

/* line 138, app/assets/stylesheets/simple_form.scss */
.sky-form .bg-light {
  padding: 30px;
  margin-bottom: 30px;
}

/* line 142, app/assets/stylesheets/simple_form.scss */
.sky-form .row:after {
  content: '';
  display: table;
  clear: both;
}

/* line 148, app/assets/stylesheets/simple_form.scss */
.sky-form .input textarea {
  margin-bottom: 0;
}

/* line 151, app/assets/stylesheets/simple_form.scss */
.sky-form .input input[disabled="disabled"], .sky-form .input textarea[disabled="disabled"], .sky-form .input select[disabled="disabled"],
.sky-form .input input[readonly="readonly"], .sky-form .input textarea[readonly="readonly"], .sky-form .input select[readonly="readonly"] {
  background-color: #f6f2f1;
}

/* line 156, app/assets/stylesheets/simple_form.scss */
.sky-form .input.select_with_icon.disabled i {
  background-color: #f6f2f1;
}

/* line 161, app/assets/stylesheets/simple_form.scss */
.sky-form .checkbox[disabled="disabled"], .sky-form .checkbox[readonly="readonly"] {
  cursor: not-allowed;
}

/* line 163, app/assets/stylesheets/simple_form.scss */
.sky-form .checkbox[disabled="disabled"] i, .sky-form .checkbox[readonly="readonly"] i {
  background-color: #f6f2f1;
}

/* line 166, app/assets/stylesheets/simple_form.scss */
.sky-form .checkbox[disabled="disabled"] i, .sky-form .checkbox[disabled="disabled"] label, .sky-form .checkbox[readonly="readonly"] i, .sky-form .checkbox[readonly="readonly"] label {
  cursor: not-allowed;
}

/* line 170, app/assets/stylesheets/simple_form.scss */
.sky-form .icon-append, .sky-form .icon-prepend {
  top: 19px;
}

/* line 174, app/assets/stylesheets/simple_form.scss */
.sky-form .file-label {
  padding-top: 1.5rem;
}

/* line 178, app/assets/stylesheets/simple_form.scss */
.sky-form .tooltip-label {
  margin-right: 0.5rem;
}

/* line 183, app/assets/stylesheets/simple_form.scss */
.sky-form .checkbox .has-tip.with-icon i.fa {
  border: none;
  background: none;
  position: relative;
}

/* line 191, app/assets/stylesheets/simple_form.scss */
label.checkbox small.error {
  display: block;
}

/* line 194, app/assets/stylesheets/simple_form.scss */
label.checkbox label.checkbox {
  padding-left: 0;
}

/* line 199, app/assets/stylesheets/simple_form.scss */
.float-submit {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/* line 205, app/assets/stylesheets/simple_form.scss */
.submit-button {
  position: relative;
  text-align: right;
}

/* line 208, app/assets/stylesheets/simple_form.scss */
.submit-button.align-left {
  text-align: left;
}

/* line 211, app/assets/stylesheets/simple_form.scss */
.submit-button input, .submit-button a {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 25px;
  height: 37px;
}

/* line 217, app/assets/stylesheets/simple_form.scss */
.submit-button::after, .submit-button a::after {
  font-family: 'ico_moon';
  font-weight: 900;
  content: "\e912";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 25px;
  color: #fefefe;
}

/* line 230, app/assets/stylesheets/simple_form.scss */
.submit-button.as-link a {
  position: relative;
}

/* line 232, app/assets/stylesheets/simple_form.scss */
.submit-button.as-link a::after {
  top: auto;
  bottom: auto;
}

/* line 237, app/assets/stylesheets/simple_form.scss */
.submit-button.as-link::after {
  display: none;
}

/* line 248, app/assets/stylesheets/simple_form.scss */
.select2-container .selection span.select2-selection {
  border-radius: 0;
  min-height: 39px;
  border-color: #ccc;
}

/* line 260, app/assets/stylesheets/simple_form.scss */
.input.file_upload .file-upload-container {
  border: 1px solid black;
  padding: 5px;
  -webkit-transition: border 0.2s, background-color 0.2s;
  transition: border 0.2s, background-color 0.2s;
}

/* line 264, app/assets/stylesheets/simple_form.scss */
.input.file_upload .file-upload-container.drag-over {
  border: 2px dashed #1779ba;
  background-color: rgba(23, 121, 186, 0.05);
}

/* line 268, app/assets/stylesheets/simple_form.scss */
.input.file_upload .file-upload-container label.button {
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}

/* line 273, app/assets/stylesheets/simple_form.scss */
.input.file_upload .file-upload-container label.button + .has-tip {
  margin-left: 0.5rem;
}

/* line 277, app/assets/stylesheets/simple_form.scss */
.input.file_upload .file-upload-container label.selected-file-label {
  display: inline-block;
  margin-left: 1rem;
}

/* line 284, app/assets/stylesheets/simple_form.scss */
.user_document_status select {
  max-width: 100px;
  font-size: 0.7rem;
}
/* line 4, app/assets/stylesheets/tutors.scss */
.tutor-list h5, .tutor h5 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

/* line 9, app/assets/stylesheets/tutors.scss */
.tutor-list .grid-x:nth-child(odd), .tutor .grid-x:nth-child(odd) {
  background-color: #e6e7e9;
}

/* line 11, app/assets/stylesheets/tutors.scss */
.tutor-list .grid-x:nth-child(odd) .cell, .tutor .grid-x:nth-child(odd) .cell {
  background-color: #e6e7e9;
}

/* line 15, app/assets/stylesheets/tutors.scss */
.tutor-list .grid-x:nth-child(even), .tutor .grid-x:nth-child(even) {
  background-color: #f0f1f3;
}

/* line 17, app/assets/stylesheets/tutors.scss */
.tutor-list .grid-x:nth-child(even) .cell, .tutor .grid-x:nth-child(even) .cell {
  background-color: #f0f1f3;
}

/* line 21, app/assets/stylesheets/tutors.scss */
.tutor-list .grid-x .cell, .tutor .grid-x .cell {
  max-width: 350px;
}

/* line 25, app/assets/stylesheets/tutors.scss */
.tutor-list .portrait, .tutor .portrait {
  min-height: 325px;
  max-height: 600px;
  aspect-ratio: 3/4;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

/* line 33, app/assets/stylesheets/tutors.scss */
.tutor-list .tutor-info, .tutor .tutor-info {
  padding: 30px;
  font-size: 0.8rem;
}

/* line 36, app/assets/stylesheets/tutors.scss */
.tutor-list .tutor-info p, .tutor .tutor-info p {
  margin-bottom: 0;
}
@charset "UTF-8";
/* line 9, app/assets/stylesheets/users.scss */
.input.uploader img {
  display: block;
  margin-bottom: 1rem;
}

/* line 15, app/assets/stylesheets/users.scss */
i.password-info {
  padding: 0.2rem;
}

/* line 23, app/assets/stylesheets/users.scss */
.session .bg-light {
  padding: 30px;
}

/* line 26, app/assets/stylesheets/users.scss */
.session .info-text {
  margin-bottom: 20px;
}

/* line 29, app/assets/stylesheets/users.scss */
.session .login-info {
  font-size: 0.8rem;
}

/* line 32, app/assets/stylesheets/users.scss */
.session.admin-session .bg-light {
  border: 2px solid #007487;
}

/* line 40, app/assets/stylesheets/users.scss */
.changeset.attribute {
  margin-bottom: 1rem;
}

/* line 43, app/assets/stylesheets/users.scss */
.changeset.attribute .label > div {
  display: block;
  line-height: 1.3;
  white-space: normal;
}

/* line 49, app/assets/stylesheets/users.scss */
.changeset.attribute .change {
  display: block;
}

/* line 51, app/assets/stylesheets/users.scss */
.changeset.attribute .change .value {
  display: block;
  margin-left: 20px;
}

/* line 62, app/assets/stylesheets/users.scss */
.user-form .extend-right {
  padding-right: 0;
}

/* line 66, app/assets/stylesheets/users.scss */
.user-form .settings i.fa.fa-check, .user-form .settings i.fa.fa-cross {
  color: #0a0a0a;
  padding-right: 5px;
}

/* line 70, app/assets/stylesheets/users.scss */
.user-form .settings i.fa.fa-cross {
  padding-right: 10px;
}

/* line 73, app/assets/stylesheets/users.scss */
.user-form .settings label {
  display: inline-block;
}

/* line 77, app/assets/stylesheets/users.scss */
.user-form .bg-light {
  border-radius: 0 24px 0 24px;
  background-color: #f2edec;
  padding-bottom: 65px;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 39.99875em) {
  /* line 77, app/assets/stylesheets/users.scss */
  .user-form .bg-light {
    margin-bottom: 20px;
  }
}

/* line 87, app/assets/stylesheets/users.scss */
.user-form .submit-button {
  margin-top: 5px;
}

/* line 90, app/assets/stylesheets/users.scss */
.user-form .input input[disabled="disabled"] {
  background-color: #f6f2f1;
}

/* line 108, app/assets/stylesheets/users.scss */
.user-courses table.courses-table tr td:not(:first-child) {
  padding-left: 0.4rem;
}

/* line 111, app/assets/stylesheets/users.scss */
.user-courses table.courses-table tr td:not(:last-child) {
  padding-right: 0.4rem;
}

/* line 122, app/assets/stylesheets/users.scss */
.show-user-documents td.show-user-doc-comment {
  width: 30%;
}

/* line 124, app/assets/stylesheets/users.scss */
.show-user-documents td.show-user-doc-comment .show-comment {
  position: relative;
  min-height: 15px;
}

/* line 127, app/assets/stylesheets/users.scss */
.show-user-documents td.show-user-doc-comment .show-comment .comment {
  margin-right: 15px;
}

/* line 129, app/assets/stylesheets/users.scss */
.show-user-documents td.show-user-doc-comment .show-comment .comment p {
  margin-bottom: 0;
}

/* line 133, app/assets/stylesheets/users.scss */
.show-user-documents td.show-user-doc-comment .show-comment i.fa.fa-comment-pen {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 142, app/assets/stylesheets/users.scss */
.user-doc-link-with-icon {
  white-space: nowrap;
}

/* line 147, app/assets/stylesheets/users.scss */
.upload-user-document-form .input.select_with_icon {
  margin-top: 0.5rem;
}

/* line 151, app/assets/stylesheets/users.scss */
.upload-user-document-form .upload-doc-btn input {
  padding-right: 30px;
}

/* line 154, app/assets/stylesheets/users.scss */
.upload-user-document-form .upload-doc-btn::after {
  content: "";
}

/* line 162, app/assets/stylesheets/users.scss */
td.action-button-col .user-doc-folder-change, td.action-button-col .download-user-doc-button {
  margin-right: 10px;
}

/* line 166, app/assets/stylesheets/users.scss */
td.doc-date-col {
  width: 7rem;
}

/* line 169, app/assets/stylesheets/users.scss */
.show-doc-folder + h6 {
  margin-top: 1.5rem;
}

/* line 175, app/assets/stylesheets/users.scss */
.show-doc-folder .show-user-documents .table-scrollable {
  margin-bottom: 0;
}

/* line 177, app/assets/stylesheets/users.scss */
.show-doc-folder .show-user-documents .table-scrollable table {
  margin-bottom: 0;
}

/* line 183, app/assets/stylesheets/users.scss */
.show-doc-folder .button-toggle-hidden .doc-folder-meta-infos {
  margin-left: 10px;
  font-size: 0.7rem;
}

/* line 193, app/assets/stylesheets/users.scss */
.readiness-appointments {
  max-width: 350px;
}
/* line 8, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker_Icon_Wrapper button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Right {
  margin-right: 8px;
}

/* line 14, app/assets/stylesheets/zebra_date_picker_overrides.scss */
table.status_change input.zebra_date_picker {
  background-color: #fff;
}

/* line 19, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_header.dp_actions, body .Zebra_DatePicker .dp_footer.dp_actions {
  border-collapse: unset;
}

/* line 22, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_header.dp_actions tr, body .Zebra_DatePicker .dp_footer.dp_actions tr {
  background-color: #007487;
}

/* line 24, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_header.dp_actions tr td, body .Zebra_DatePicker .dp_footer.dp_actions tr td {
  border-radius: 0;
  color: #fefefe;
}

/* line 29, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_header.dp_actions .dp_caption, body .Zebra_DatePicker .dp_footer.dp_actions .dp_caption {
  font-weight: normal;
}

/* line 32, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_header.dp_actions .dp_hover, body .Zebra_DatePicker .dp_footer.dp_actions .dp_hover {
  background-color: #d5494e;
}

/* line 38, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_daypicker.dp_body th {
  background-color: #d6d6d6;
}

/* line 44, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_monthpicker td, body .Zebra_DatePicker .dp_yearpicker td {
  vertical-align: middle;
}

/* line 49, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_body {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_body .dp_selected {
  background-color: #d5494e;
}

/* line 54, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_body .dp_current {
  color: #d5494e;
}

/* line 57, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_body .dp_selected.dp_current {
  color: #fefefe;
}

/* line 61, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_body tr {
  border-bottom: 0;
}

/* line 66, app/assets/stylesheets/zebra_date_picker_overrides.scss */
body .Zebra_DatePicker .dp_footer.dp_actions {
  margin-top: 0;
  margin-bottom: 0;
}
@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3962628, 2020-10-20T07:46:54-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: ArialMTPro-Regular by Monotype
 * URL: https://www.myfonts.com/fonts/mti/arial/pro-regular/
 * Copyright: Font software Copyright 1990 Adobe Systems Incorporated. Typeface designs Copyright 1990 The Monotype Corporation. All rights reserved.
 *
 * Webfont: ArialMTPro-Italic by Monotype
 * URL: https://www.myfonts.com/fonts/mti/arial/pro-italic/
 * Copyright: Font software Copyright 1990 Adobe Systems Incorporated. Typeface designs Copyright 1990 The Monotype Corporation. All rights reserved.
 *
 * Webfont: ArialMTPro-Bold by Monotype
 * URL: https://www.myfonts.com/fonts/mti/arial/pro-bold/
 * Copyright: Font software Copyright 1990 Adobe Systems Incorporated. Typeface designs Copyright 1990 The Monotype Corporation. All rights reserved.
 *
 * Webfont: ArialMTPro-BoldItalic by Monotype
 * URL: https://www.myfonts.com/fonts/mti/arial/pro-bold-italic/
 * Copyright: Font software Copyright 1990 Adobe Systems Incorporated. Typeface designs Copyright 1990 The Monotype Corporation. All rights reserved.
 *
 * Webfont: ArialNova-Light by Monotype
 * URL: https://www.myfonts.com/fonts/mti/arial-nova/light/
 * Copyright: &amp;#x00A9; 2014 The Monotype Corporation. All Rights Reserved.
 *
 *
 *
 * © 2020 MyFonts Inc
*/
@font-face {
  font-family: 'Arial Pro';
  font-weight: 400;
  font-display: swap;
  src: url(/assets/ArialMTPro-Regular/font-2413a4003c7f4f87d21e322de6e2bf78896a518223ccc47b81aeabbceaece74b.woff2) format("woff2"), url(/assets/ArialMTPro-Regular/font-ed294c22615a30f22f22b564ce21b43dc93848ed9a8df9d7ec4202e7854c338f.woff) format("woff");
}

@font-face {
  font-family: 'Arial Pro';
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(/assets/ArialMTPro-Italic/font-3abce7b1506a6bbc9cc71ad073750a3c60785733dad2a092106887dd5e1f91a8.woff2) format("woff2"), url(/assets/ArialMTPro-Italic/font-851d8c7c1f04d3afaf2be4bb2b1b8d1095709591f42cbf5aa81ff8e40f359244.woff) format("woff");
}

@font-face {
  font-family: 'Arial Pro';
  font-weight: 700;
  font-display: swap;
  src: url(/assets/ArialMTPro-Bold/font-f51958ccd44728cac8f6799d6b5c173cfae2f266d42f7ec4654f2825a23464dc.woff2) format("woff2"), url(/assets/ArialMTPro-Bold/font-4f65cce94221bd5d9941a8d3150c755f8cb89e241d476f48e0c8cb00a61a4851.woff) format("woff");
}

@font-face {
  font-family: 'Arial Pro';
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(/assets/ArialMTPro-BoldItalic/font-b79b79b585da8eee51b5dd61297a6724a80f346d82ed21de15969a15e286919c.woff2) format("woff2"), url(/assets/ArialMTPro-BoldItalic/font-ff6302cd4a02ccbc2915de37fc037b1a605b72a2b2a09a6bc75d9cdcc9a7040c.woff) format("woff");
}

@font-face {
  font-family: 'ArialNova-Light';
  src: url(/assets/ArialNova-Light/font-f3af5d270f2f18b426bd1925308e84103a2786da7d3283ceaead0008407ccae4.woff2) format("woff2"), url(/assets/ArialNova-Light/font-fc34875211c8eadf723699c34083207dec1c6bbbb44a9106ee999c69163ac3f2.woff) format("woff");
}
@charset "UTF-8";
@font-face {
  font-family: "ico_moon";
  src: url(/assets/ico_moon/ico_moon-acc85a5759c4f5d95284a09f3be6a73e8bb654a0678a62e3b77b184f1dbba27d.ttf?33fbkn) format("truetype"), url(/assets/ico_moon/ico_moon-3caba544da65554ed38a1d5dc7ac3b6fb84cc84cdb72e464c3f01c78ba504ad4.woff?33fbkn) format("woff"), url(/assets/ico_moon/ico_moon-f70c13008e12229b7d35c3af20719e19afbcecb7877efd60e68dbf84ac3e2fd4.svg?33fbkn#ico_moon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* line 14, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ico_moon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 30, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-alarm-exclamation:before {
  content: "";
}

/* line 35, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-alarm-plus:before {
  content: "";
}

/* line 40, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-alarm-snooze:before {
  content: "";
}

/* line 45, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-align-justify:before {
  content: "";
}

/* line 50, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-align-left:before {
  content: "";
}

/* line 55, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ambulance:before {
  content: "";
}

/* line 60, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-circle-down:before {
  content: "";
}

/* line 65, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-circle-left:before {
  content: "";
}

/* line 70, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-circle-right:before {
  content: "";
}

/* line 75, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-circle-up:before {
  content: "";
}

/* line 80, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 85, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 90, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-double-small-down:before {
  content: "";
}

/* line 95, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-double-small-left:before {
  content: "";
}

/* line 100, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-double-small-right:before {
  content: "";
}

/* line 105, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-double-small-up:before {
  content: "";
}

/* line 110, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-down:before {
  content: "";
}

/* line 115, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-left:before {
  content: "";
}

/* line 120, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-right:before {
  content: "";
}

/* line 125, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-small-down:before {
  content: "";
}

/* line 130, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-small-left:before {
  content: "";
}

/* line 135, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-small-right:before {
  content: "";
}

/* line 140, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-small-up:before {
  content: "";
}

/* line 145, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-square-down:before {
  content: "";
}

/* line 150, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-square-left:before {
  content: "";
}

/* line 155, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-square-right:before {
  content: "";
}

/* line 160, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-square-up:before {
  content: "";
}

/* line 165, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angle-up:before {
  content: "";
}

/* line 170, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-angry:before {
  content: "";
}

/* line 175, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-apple-whole:before {
  content: "";
}

/* line 180, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-apps:before {
  content: "";
}

/* line 185, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-apps-add:before {
  content: "";
}

/* line 190, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-apps-delete:before {
  content: "";
}

/* line 195, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-apps-sort:before {
  content: "";
}

/* line 200, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-archive:before {
  content: "";
}

/* line 205, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-circle-down:before {
  content: "";
}

/* line 210, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-circle-left:before {
  content: "";
}

/* line 215, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-circle-right:before {
  content: "";
}

/* line 220, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-circle-up:before {
  content: "";
}

/* line 225, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-down:before {
  content: "";
}

/* line 230, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-from-bottom:before {
  content: "";
}

/* line 235, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-from-left:before {
  content: "";
}

/* line 240, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-from-right:before {
  content: "";
}

/* line 245, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-from-top:before {
  content: "";
}

/* line 250, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-left:before {
  content: "";
}

/* line 255, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-right:before {
  content: "";
}

/* line 260, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-square-down:before {
  content: "";
}

/* line 265, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-square-left:before {
  content: "";
}

/* line 270, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-square-right:before {
  content: "";
}

/* line 275, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-square-up:before {
  content: "";
}

/* line 280, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-to-bottom:before {
  content: "";
}

/* line 285, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-to-left:before {
  content: "";
}

/* line 290, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-to-right:before {
  content: "";
}

/* line 295, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-to-top:before {
  content: "";
}

/* line 300, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-alt-up:before {
  content: "";
}

/* line 305, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 310, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 315, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 320, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 325, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 330, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-from-bottom:before {
  content: "";
}

/* line 335, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-from-left:before {
  content: "";
}

/* line 340, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-from-right:before {
  content: "";
}

/* line 345, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-from-top:before {
  content: "";
}

/* line 350, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 355, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 360, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows:before {
  content: "";
}

/* line 365, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 370, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-alt-h:before {
  content: "";
}

/* line 375, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-alt-v:before {
  content: "";
}

/* line 380, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-cross:before {
  content: "";
}

/* line 385, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-from-dotted-line:before {
  content: "";
}

/* line 390, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-from-line:before {
  content: "";
}

/* line 395, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 400, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-h-copy:before {
  content: "";
}

/* line 405, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-small-down:before {
  content: "";
}

/* line 410, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-small-left:before {
  content: "";
}

/* line 415, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-small-right:before {
  content: "";
}

/* line 420, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-small-up:before {
  content: "";
}

/* line 425, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-square-down:before {
  content: "";
}

/* line 430, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-square-left:before {
  content: "";
}

/* line 435, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-square-right:before {
  content: "";
}

/* line 440, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-square-up:before {
  content: "";
}

/* line 445, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-repeat:before {
  content: "";
}

/* line 450, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-repeat-1:before {
  content: "";
}

/* line 455, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-to-dotted-line:before {
  content: "";
}

/* line 460, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrows-to-line:before {
  content: "";
}

/* line 465, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-to-bottom:before {
  content: "";
}

/* line 470, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-to-left:before {
  content: "";
}

/* line 475, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-to-right:before {
  content: "";
}

/* line 480, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-to-top:before {
  content: "";
}

/* line 485, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-trend-down:before {
  content: "";
}

/* line 490, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-trend-up:before {
  content: "";
}

/* line 495, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 500, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-from-square:before {
  content: "";
}

/* line 505, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-left:before {
  content: "";
}

/* line 510, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-left-from-circle:before {
  content: "";
}

/* line 515, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-right:before {
  content: "";
}

/* line 520, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "";
}

/* line 525, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-right-from-square:before {
  content: "";
}

/* line 530, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-square-triangle:before {
  content: "";
}

/* line 535, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-arrow-up-to-dotted-line:before {
  content: "";
}

/* line 540, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-assept-document:before {
  content: "";
}

/* line 545, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 550, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-asterik:before {
  content: "";
}

/* line 555, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-at:before {
  content: "";
}

/* line 560, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-aubergine:before {
  content: "";
}

/* line 565, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-avocado:before {
  content: "";
}

/* line 570, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-b:before {
  content: "";
}

/* line 575, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-baby-carriage:before {
  content: "";
}

/* line 580, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-backpack:before {
  content: "";
}

/* line 585, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bacon:before {
  content: "";
}

/* line 590, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-badge:before {
  content: "";
}

/* line 595, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-badge-check:before {
  content: "";
}

/* line 600, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-badge-dollar:before {
  content: "";
}

/* line 605, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-badge-percent:before {
  content: "";
}

/* line 610, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-badge-sheriff:before {
  content: "";
}

/* line 615, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bags-shopping:before {
  content: "";
}

/* line 620, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bahai:before {
  content: "";
}

/* line 625, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-balance-scale-left:before {
  content: "";
}

/* line 630, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-balance-scale-right:before {
  content: "";
}

/* line 635, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-balloons:before {
  content: "";
}

/* line 640, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ballot:before {
  content: "";
}

/* line 645, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ban:before {
  content: "";
}

/* line 650, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-band-aid:before {
  content: "";
}

/* line 655, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bank:before {
  content: "";
}

/* line 660, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-barber-shop:before {
  content: "";
}

/* line 665, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-barcode:before {
  content: "";
}

/* line 670, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-barcode-read:before {
  content: "";
}

/* line 675, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-barcode-scan:before {
  content: "";
}

/* line 680, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bars-progress:before {
  content: "";
}

/* line 685, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-baseball:before {
  content: "";
}

/* line 690, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-baseball-alt:before {
  content: "";
}

/* line 695, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-basketball:before {
  content: "";
}

/* line 700, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-basketball-hoop:before {
  content: "";
}

/* line 705, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bed:before {
  content: "";
}

/* line 710, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bed-alt:before {
  content: "";
}

/* line 715, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-beer:before {
  content: "";
}

/* line 720, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bell:before {
  content: "";
}

/* line 725, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bell-ring:before {
  content: "";
}

/* line 730, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bell-school:before {
  content: "";
}

/* line 735, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bike:before {
  content: "";
}

/* line 740, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-biking:before {
  content: "";
}

/* line 745, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-biking-mountain:before {
  content: "";
}

/* line 750, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-billiard:before {
  content: "";
}

/* line 755, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-blinds:before {
  content: "";
}

/* line 760, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-blinds-open:before {
  content: "";
}

/* line 765, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-blinds-raised:before {
  content: "";
}

/* line 770, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bold:before {
  content: "";
}

/* line 775, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bolt:before {
  content: "";
}

/* line 780, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book:before {
  content: "";
}

/* line 785, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book-alt:before {
  content: "";
}

/* line 790, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book-arrow-right:before {
  content: "";
}

/* line 795, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book-arrow-up:before {
  content: "";
}

/* line 800, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book-bookmark:before {
  content: "";
}

/* line 805, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bookmark:before {
  content: "";
}

/* line 810, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book-open-cover:before {
  content: "";
}

/* line 815, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-book-open-reader:before {
  content: "";
}

/* line 820, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-books:before {
  content: "";
}

/* line 825, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bottle:before {
  content: "";
}

/* line 830, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bow-arrow:before {
  content: "";
}

/* line 835, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bowling:before {
  content: "";
}

/* line 840, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bowling-ball:before {
  content: "";
}

/* line 845, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bowling-pins:before {
  content: "";
}

/* line 850, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-box:before {
  content: "";
}

/* line 855, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-box-alt:before {
  content: "";
}

/* line 860, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-box-ballot:before {
  content: "";
}

/* line 865, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-box-check:before {
  content: "";
}

/* line 870, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-boxes:before {
  content: "";
}

/* line 875, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-boxing-glove:before {
  content: "";
}

/* line 880, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-box-tissue:before {
  content: "";
}

/* line 885, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-braille:before {
  content: "";
}

/* line 890, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-brain-circuit:before {
  content: "";
}

/* line 895, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bread:before {
  content: "";
}

/* line 900, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bread-slice:before {
  content: "";
}

/* line 905, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-briefcase:before {
  content: "";
}

/* line 910, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-broccoli:before {
  content: "";
}

/* line 915, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-browser:before {
  content: "";
}

/* line 920, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-brush:before {
  content: "";
}

/* line 925, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bug:before {
  content: "";
}

/* line 930, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-building:before {
  content: "";
}

/* line 935, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bulb:before {
  content: "";
}

/* line 940, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bullseye:before {
  content: "";
}

/* line 945, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bullseye-pointer:before {
  content: "";
}

/* line 950, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-burger-menu:before {
  content: "";
}

/* line 955, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-burrito:before {
  content: "";
}

/* line 960, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bus:before {
  content: "";
}

/* line 965, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-bus-alt:before {
  content: "";
}

/* line 970, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-business-time:before {
  content: "";
}

/* line 975, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-butterfly:before {
  content: "";
}

/* line 980, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-c:before {
  content: "";
}

/* line 985, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cake-birthday:before {
  content: "";
}

/* line 990, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cake-wedding:before {
  content: "";
}

/* line 995, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calculator:before {
  content: "";
}

/* line 1000, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar:before {
  content: "";
}

/* line 1005, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-check:before {
  content: "";
}

/* line 1010, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-clock:before {
  content: "";
}

/* line 1015, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-exclamation:before {
  content: "";
}

/* line 1020, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-lines:before {
  content: "";
}

/* line 1025, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-lines-pen:before {
  content: "";
}

/* line 1030, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-minus:before {
  content: "";
}

/* line 1035, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-pen:before {
  content: "";
}

/* line 1040, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendar-plus:before {
  content: "";
}

/* line 1045, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-calendars:before {
  content: "";
}

/* line 1050, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-call-history:before {
  content: "";
}

/* line 1055, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-call-incoming:before {
  content: "";
}

/* line 1060, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-call-missed:before {
  content: "";
}

/* line 1065, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-call-outgoing:before {
  content: "";
}

/* line 1070, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-camcorder:before {
  content: "";
}

/* line 1075, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-camera:before {
  content: "";
}

/* line 1080, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-camping:before {
  content: "";
}

/* line 1085, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-candy:before {
  content: "";
}

/* line 1090, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-candy-alt:before {
  content: "";
}

/* line 1095, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-canned-food:before {
  content: "";
}

/* line 1100, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car:before {
  content: "";
}

/* line 1105, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-alt:before {
  content: "";
}

/* line 1110, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caravan:before {
  content: "";
}

/* line 1115, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caravan-alt:before {
  content: "";
}

/* line 1120, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-battery:before {
  content: "";
}

/* line 1125, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-bolt:before {
  content: "";
}

/* line 1130, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-building:before {
  content: "";
}

/* line 1135, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-bump:before {
  content: "";
}

/* line 1140, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-bus:before {
  content: "";
}

/* line 1145, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-circle-bolt:before {
  content: "";
}

/* line 1150, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-crash:before {
  content: "";
}

/* line 1155, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-circle-down:before {
  content: "";
}

/* line 1160, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-circle-right:before {
  content: "";
}

/* line 1165, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-circle-up:before {
  content: "";
}

/* line 1170, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-down:before {
  content: "";
}

/* line 1175, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-left:before {
  content: "";
}

/* line 1180, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-quare-up:before {
  content: "";
}

/* line 1185, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-right:before {
  content: "";
}

/* line 1190, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-square-down:before {
  content: "";
}

/* line 1195, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-square-left:before {
  content: "";
}

/* line 1200, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-square-left_1:before {
  content: "";
}

/* line 1205, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-square-right:before {
  content: "";
}

/* line 1210, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-caret-up:before {
  content: "";
}

/* line 1215, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-garage:before {
  content: "";
}

/* line 1220, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-mechanic:before {
  content: "";
}

/* line 1225, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-carrot:before {
  content: "";
}

/* line 1230, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cars:before {
  content: "";
}

/* line 1235, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-side:before {
  content: "";
}

/* line 1240, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-side-bolt:before {
  content: "";
}

/* line 1245, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-tilt:before {
  content: "";
}

/* line 1250, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-car-wash:before {
  content: "";
}

/* line 1255, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cash-register:before {
  content: "";
}

/* line 1260, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chair:before {
  content: "";
}

/* line 1265, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chair-office:before {
  content: "";
}

/* line 1270, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-charging-station:before {
  content: "";
}

/* line 1275, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-area:before {
  content: "";
}

/* line 1280, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-connected:before {
  content: "";
}

/* line 1285, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-histogram:before {
  content: "";
}

/* line 1290, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-line-up:before {
  content: "";
}

/* line 1295, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-network:before {
  content: "";
}

/* line 1300, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-pie:before {
  content: "";
}

/* line 1305, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-pie-alt:before {
  content: "";
}

/* line 1310, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-pyramid:before {
  content: "";
}

/* line 1315, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-scatter:before {
  content: "";
}

/* line 1320, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-set-theory:before {
  content: "";
}

/* line 1325, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chart-tree:before {
  content: "";
}

/* line 1330, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chat-arrow-down:before {
  content: "";
}

/* line 1335, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chat-arrow-grow:before {
  content: "";
}

/* line 1340, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-check:before {
  content: "";
}

/* line 1345, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-checkbox:before {
  content: "";
}

/* line 1350, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cheese:before {
  content: "";
}

/* line 1355, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cherry:before {
  content: "";
}

/* line 1360, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess:before {
  content: "";
}

/* line 1365, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-bishop:before {
  content: "";
}

/* line 1370, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-board:before {
  content: "";
}

/* line 1375, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-clock:before {
  content: "";
}

/* line 1380, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-clock-alt:before {
  content: "";
}

/* line 1385, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-king:before {
  content: "";
}

/* line 1390, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-king-alt:before {
  content: "";
}

/* line 1395, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-knight:before {
  content: "";
}

/* line 1400, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-knight-alt:before {
  content: "";
}

/* line 1405, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-pawn:before {
  content: "";
}

/* line 1410, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-pawn-alt:before {
  content: "";
}

/* line 1415, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-piece:before {
  content: "";
}

/* line 1420, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-queen:before {
  content: "";
}

/* line 1425, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-queen-alt:before {
  content: "";
}

/* line 1430, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-rook:before {
  content: "";
}

/* line 1435, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chess-rook-alt:before {
  content: "";
}

/* line 1440, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chevron-double-down:before {
  content: "";
}

/* line 1445, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chevron-double-up:before {
  content: "";
}

/* line 1450, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-child-head:before {
  content: "";
}

/* line 1455, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-chocolate:before {
  content: "";
}

/* line 1460, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle:before {
  content: "";
}

/* line 1465, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle-cross:before {
  content: "";
}

/* line 1470, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle-envelope:before {
  content: "";
}

/* line 1475, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle-phone:before {
  content: "";
}

/* line 1480, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle-phone-flip:before {
  content: "";
}

/* line 1485, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle-phone-hangup:before {
  content: "";
}

/* line 1490, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-circle-small:before {
  content: "";
}

/* line 1495, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clean:before {
  content: "";
}

/* line 1500, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clip:before {
  content: "";
}

/* line 1505, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clipboard-list:before {
  content: "";
}

/* line 1510, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clipboard-list-check:before {
  content: "";
}

/* line 1515, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock:before {
  content: "";
}

/* line 1520, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-eight-thirty:before {
  content: "";
}

/* line 1525, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-eleven:before {
  content: "";
}

/* line 1530, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-eleven-thirty:before {
  content: "";
}

/* line 1535, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-five:before {
  content: "";
}

/* line 1540, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-five-thirty:before {
  content: "";
}

/* line 1545, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-four-thirty:before {
  content: "";
}

/* line 1550, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-nine:before {
  content: "";
}

/* line 1555, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-nine-thirty:before {
  content: "";
}

/* line 1560, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-one:before {
  content: "";
}

/* line 1565, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-one-thirty:before {
  content: "";
}

/* line 1570, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-seven:before {
  content: "";
}

/* line 1575, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-seven-thirty:before {
  content: "";
}

/* line 1580, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-six:before {
  content: "";
}

/* line 1585, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-six-thirty:before {
  content: "";
}

/* line 1590, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-ten:before {
  content: "";
}

/* line 1595, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-ten-thirty:before {
  content: "";
}

/* line 1600, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-three:before {
  content: "";
}

/* line 1605, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-three-thirty:before {
  content: "";
}

/* line 1610, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-twelve:before {
  content: "";
}

/* line 1615, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-twelve-thirty:before {
  content: "";
}

/* line 1620, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-two:before {
  content: "";
}

/* line 1625, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clock-two-thirty:before {
  content: "";
}

/* line 1630, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud:before {
  content: "";
}

/* line 1635, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-check:before {
  content: "";
}

/* line 1640, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-disabled:before {
  content: "";
}

/* line 1645, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 1650, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-download-alt:before {
  content: "";
}

/* line 1655, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-drizzle:before {
  content: "";
}

/* line 1660, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-hail:before {
  content: "";
}

/* line 1665, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-hail-mixed:before {
  content: "";
}

/* line 1670, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-moon:before {
  content: "";
}

/* line 1675, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-moon-rain:before {
  content: "";
}

/* line 1680, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-rain:before {
  content: "";
}

/* line 1685, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-rainbow:before {
  content: "";
}

/* line 1690, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clouds:before {
  content: "";
}

/* line 1695, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-share:before {
  content: "";
}

/* line 1700, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-showers:before {
  content: "";
}

/* line 1705, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-showers-heavy:before {
  content: "";
}

/* line 1710, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-sleet:before {
  content: "";
}

/* line 1715, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clouds-moon:before {
  content: "";
}

/* line 1720, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-snow:before {
  content: "";
}

/* line 1725, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-clouds-sun:before {
  content: "";
}

/* line 1730, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-sun:before {
  content: "";
}

/* line 1735, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-sun-rain:before {
  content: "";
}

/* line 1740, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 1745, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cloud-upload-alt:before {
  content: "";
}

/* line 1750, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-club:before {
  content: "";
}

/* line 1755, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cocktail:before {
  content: "";
}

/* line 1760, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cocktail-alt:before {
  content: "";
}

/* line 1765, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-branch:before {
  content: "";
}

/* line 1770, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-commit:before {
  content: "";
}

/* line 1775, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-compare:before {
  content: "";
}

/* line 1780, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-fork:before {
  content: "";
}

/* line 1785, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-merge:before {
  content: "";
}

/* line 1790, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-pull-request:before {
  content: "";
}

/* line 1795, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-pull-request-closed:before {
  content: "";
}

/* line 1800, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-pull-request-draft:before {
  content: "";
}

/* line 1805, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-code-simple:before {
  content: "";
}

/* line 1810, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-coffee:before {
  content: "";
}

/* line 1815, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-coffee-pot:before {
  content: "";
}

/* line 1820, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-coin:before {
  content: "";
}

/* line 1825, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-coins:before {
  content: "";
}

/* line 1830, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comet:before {
  content: "";
}

/* line 1835, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment:before {
  content: "";
}

/* line 1840, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-alt:before {
  content: "";
}

/* line 1845, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-alt-middle:before {
  content: "";
}

/* line 1850, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-alt-middle-top:before {
  content: "";
}

/* line 1855, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-arrow-down:before {
  content: "";
}

/* line 1860, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-arrow-up:before {
  content: "";
}

/* line 1865, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-arrow-up-right:before {
  content: "";
}

/* line 1870, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-check:before {
  content: "";
}

/* line 1875, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-code:before {
  content: "";
}

/* line 1880, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-dollar:before {
  content: "";
}

/* line 1885, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-exclamation:before {
  content: "";
}

/* line 1890, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-heart:before {
  content: "";
}

/* line 1895, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-image:before {
  content: "";
}

/* line 1900, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-info:before {
  content: "";
}

/* line 1905, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-pen:before {
  content: "";
}

/* line 1910, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-question:before {
  content: "";
}

/* line 1915, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-quote:before {
  content: "";
}

/* line 1920, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comments:before {
  content: "";
}

/* line 1925, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comments-dollar:before {
  content: "";
}

/* line 1930, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-slash:before {
  content: "";
}

/* line 1935, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-sms:before {
  content: "";
}

/* line 1940, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comments-question:before {
  content: "";
}

/* line 1945, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comments-question-check:before {
  content: "";
}

/* line 1950, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-text:before {
  content: "";
}

/* line 1955, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-user:before {
  content: "";
}

/* line 1960, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-comment-xmark:before {
  content: "";
}

/* line 1965, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-compress:before {
  content: "";
}

/* line 1970, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-compress-alt:before {
  content: "";
}

/* line 1975, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-computer:before {
  content: "";
}

/* line 1980, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-confetti:before {
  content: "";
}

/* line 1985, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cookie:before {
  content: "";
}

/* line 1990, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-copy:before {
  content: "";
}

/* line 1995, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-copy-alt:before {
  content: "";
}

/* line 2000, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-copyright:before {
  content: "";
}

/* line 2005, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-corn:before {
  content: "";
}

/* line 2010, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cow:before {
  content: "";
}

/* line 2015, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cream:before {
  content: "";
}

/* line 2020, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-credit-card:before {
  content: "";
}

/* line 2025, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cricket:before {
  content: "";
}

/* line 2030, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-croissant:before {
  content: "";
}

/* line 2035, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cross:before {
  content: "";
}

/* line 2040, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-crossed-eye:before {
  content: "";
}

/* line 2045, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cross-small:before {
  content: "";
}

/* line 2050, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-crown:before {
  content: "";
}

/* line 2055, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-crystal-ball:before {
  content: "";
}

/* line 2060, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cube:before {
  content: "";
}

/* line 2065, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cupcake:before {
  content: "";
}

/* line 2070, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-curling:before {
  content: "";
}

/* line 2075, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cursor:before {
  content: "";
}

/* line 2080, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cursor-finger:before {
  content: "";
}

/* line 2085, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cursor-plus:before {
  content: "";
}

/* line 2090, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cursor-text:before {
  content: "";
}

/* line 2095, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-cursor-text-alt:before {
  content: "";
}

/* line 2100, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-d:before {
  content: "";
}

/* line 2105, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dart:before {
  content: "";
}

/* line 2110, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dashboard:before {
  content: "";
}

/* line 2115, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-database:before {
  content: "";
}

/* line 2120, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-data-transfer:before {
  content: "";
}

/* line 2125, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-delete:before {
  content: "";
}

/* line 2130, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-delete-document:before {
  content: "";
}

/* line 2135, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-delete-user:before {
  content: "";
}

/* line 2140, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-democrat:before {
  content: "";
}

/* line 2145, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dewpoint:before {
  content: "";
}

/* line 2150, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-diagram-project:before {
  content: "";
}

/* line 2155, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-diamond:before {
  content: "";
}

/* line 2160, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice:before {
  content: "";
}

/* line 2165, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-alt:before {
  content: "";
}

/* line 2170, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-d10:before {
  content: "";
}

/* line 2175, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-d12:before {
  content: "";
}

/* line 2180, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-d20:before {
  content: "";
}

/* line 2185, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-d4:before {
  content: "";
}

/* line 2190, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-d6:before {
  content: "";
}

/* line 2195, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-d8:before {
  content: "";
}

/* line 2200, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-four:before {
  content: "";
}

/* line 2205, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-one:before {
  content: "";
}

/* line 2210, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-six:before {
  content: "";
}

/* line 2215, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-three:before {
  content: "";
}

/* line 2220, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dice-two:before {
  content: "";
}

/* line 2225, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-diploma:before {
  content: "";
}

/* line 2230, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-disco-ball:before {
  content: "";
}

/* line 2235, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-disk:before {
  content: "";
}

/* line 2240, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-display-code:before {
  content: "";
}

/* line 2245, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dizzy:before {
  content: "";
}

/* line 2250, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-doctor:before {
  content: "";
}

/* line 2255, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-document:before {
  content: "";
}

/* line 2260, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-document-signed:before {
  content: "";
}

/* line 2265, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dollar:before {
  content: "";
}

/* line 2270, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-donate:before {
  content: "";
}

/* line 2275, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-down-left-and-up-right-to-center:before {
  content: "";
}

/* line 2280, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-download:before {
  content: "";
}

/* line 2285, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-drafting-compass:before {
  content: "";
}

/* line 2290, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-dreidel:before {
  content: "";
}

/* line 2295, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-drink-alt:before {
  content: "";
}

/* line 2300, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-drumstick:before {
  content: "";
}

/* line 2305, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-duplicate:before {
  content: "";
}

/* line 2310, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-e:before {
  content: "";
}

/* line 2315, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-earnings:before {
  content: "";
}

/* line 2320, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-eclipse:before {
  content: "";
}

/* line 2325, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-eclipse-alt:before {
  content: "";
}

/* line 2330, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-edit:before {
  content: "";
}

/* line 2335, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-edit-alt:before {
  content: "";
}

/* line 2340, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-egg:before {
  content: "";
}

/* line 2345, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-egg-fried:before {
  content: "";
}

/* line 2350, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-e-learning:before {
  content: "";
}

/* line 2355, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-engine-warning:before {
  content: "";
}

/* line 2360, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-enter:before {
  content: "";
}

/* line 2365, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope:before {
  content: "";
}

/* line 2370, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-ban:before {
  content: "";
}

/* line 2375, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-bulk:before {
  content: "";
}

/* line 2380, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-download:before {
  content: "";
}

/* line 2385, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-marker:before {
  content: "";
}

/* line 2390, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 2395, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-open-dollar:before {
  content: "";
}

/* line 2400, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-open-text:before {
  content: "";
}

/* line 2405, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-envelope-plus:before {
  content: "";
}

/* line 2410, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-equality:before {
  content: "";
}

/* line 2415, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-euro:before {
  content: "";
}

/* line 2420, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-exchange:before {
  content: "";
}

/* line 2425, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-exchange-alt:before {
  content: "";
}

/* line 2430, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-exclamation:before {
  content: "";
}

/* line 2435, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-exit:before {
  content: "";
}

/* line 2440, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-expand:before {
  content: "";
}

/* line 2445, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-expand-arrows:before {
  content: "";
}

/* line 2450, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-expand-arrows-alt:before {
  content: "";
}

/* line 2455, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-eye:before {
  content: "";
}

/* line 2460, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-eye-dropper:before {
  content: "";
}

/* line 2465, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-f:before {
  content: "";
}

/* line 2470, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-feather:before {
  content: "";
}

/* line 2475, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ferris-wheel:before {
  content: "";
}

/* line 2480, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-field-hockey:before {
  content: "";
}

/* line 2485, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 2490, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file:before {
  content: "";
}

/* line 2495, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-ai:before {
  content: "";
}

/* line 2500, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-chart-line:before {
  content: "";
}

/* line 2505, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-chart-pie:before {
  content: "";
}

/* line 2510, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-code:before {
  content: "";
}

/* line 2515, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-eps:before {
  content: "";
}

/* line 2520, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-invoice:before {
  content: "";
}

/* line 2525, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-invoice-dollar:before {
  content: "";
}

/* line 2530, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-psd:before {
  content: "";
}

/* line 2535, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-spreadsheet:before {
  content: "";
}

/* line 2540, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-file-video:before {
  content: "";
}

/* line 2545, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fill:before {
  content: "";
}

/* line 2550, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-film:before {
  content: "";
}

/* line 2555, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-film-slash:before {
  content: "";
}

/* line 2560, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-filter:before {
  content: "";
}

/* line 2565, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-filters:before {
  content: "";
}

/* line 2570, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-filter-slash:before {
  content: "";
}

/* line 2575, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fingerprint:before {
  content: "";
}

/* line 2580, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fish:before {
  content: "";
}

/* line 2585, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flag:before {
  content: "";
}

/* line 2590, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flag-alt:before {
  content: "";
}

/* line 2595, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flag-usa:before {
  content: "";
}

/* line 2600, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flame:before {
  content: "";
}

/* line 2605, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flip-horizontal:before {
  content: "";
}

/* line 2610, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flower:before {
  content: "";
}

/* line 2615, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flower-bouquet:before {
  content: "";
}

/* line 2620, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flower-tulip:before {
  content: "";
}

/* line 2625, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-flushed:before {
  content: "";
}

/* line 2630, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fog:before {
  content: "";
}

/* line 2635, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folder:before {
  content: "";
}

/* line 2640, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folder-download:before {
  content: "";
}

/* line 2645, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folder-minus:before {
  content: "";
}

/* line 2650, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folders:before {
  content: "";
}

/* line 2655, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folder-times:before {
  content: "";
}

/* line 2660, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folder-tree:before {
  content: "";
}

/* line 2665, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-folder-upload:before {
  content: "";
}

/* line 2670, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-following:before {
  content: "";
}

/* line 2675, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-football:before {
  content: "";
}

/* line 2680, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fork:before {
  content: "";
}

/* line 2685, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-form:before {
  content: "";
}

/* line 2690, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-forward:before {
  content: "";
}

/* line 2695, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-fox:before {
  content: "";
}

/* line 2700, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-french-fries:before {
  content: "";
}

/* line 2705, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-frown:before {
  content: "";
}

/* line 2710, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ftp:before {
  content: "";
}

/* line 2715, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-funnel-dollar:before {
  content: "";
}

/* line 2720, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-g:before {
  content: "";
}

/* line 2725, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gallery:before {
  content: "";
}

/* line 2730, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-game-board-alt:before {
  content: "";
}

/* line 2735, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gamepad:before {
  content: "";
}

/* line 2740, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-garage:before {
  content: "";
}

/* line 2745, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-garage-car:before {
  content: "";
}

/* line 2750, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-garage-open:before {
  content: "";
}

/* line 2755, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-garlic:before {
  content: "";
}

/* line 2760, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gas-pump:before {
  content: "";
}

/* line 2765, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gas-pump-alt:before {
  content: "";
}

/* line 2770, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gas-pump-slash:before {
  content: "";
}

/* line 2775, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gem:before {
  content: "";
}

/* line 2780, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gif:before {
  content: "";
}

/* line 2785, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gift:before {
  content: "";
}

/* line 2790, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gift-card:before {
  content: "";
}

/* line 2795, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gifts:before {
  content: "";
}

/* line 2800, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gingerbread-man:before {
  content: "";
}

/* line 2805, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-glass:before {
  content: "";
}

/* line 2810, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-glass-cheers:before {
  content: "";
}

/* line 2815, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-glasses:before {
  content: "";
}

/* line 2820, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-globe:before {
  content: "";
}

/* line 2825, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-globe-alt:before {
  content: "";
}

/* line 2830, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-golf:before {
  content: "";
}

/* line 2835, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-golf-ball:before {
  content: "";
}

/* line 2840, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-golf-club:before {
  content: "";
}

/* line 2845, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-graduation-cap:before {
  content: "";
}

/* line 2850, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grape:before {
  content: "";
}

/* line 2855, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-graphic-tablet:before {
  content: "";
}

/* line 2860, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grid:before {
  content: "";
}

/* line 2865, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grid-alt:before {
  content: "";
}

/* line 2870, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grill:before {
  content: "";
}

/* line 2875, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grimace:before {
  content: "";
}

/* line 2880, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin:before {
  content: "";
}

/* line 2885, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-alt:before {
  content: "";
}

/* line 2890, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-beam:before {
  content: "";
}

/* line 2895, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-beam-sweat:before {
  content: "";
}

/* line 2900, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-hearts:before {
  content: "";
}

/* line 2905, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-squint:before {
  content: "";
}

/* line 2910, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-squint-tears:before {
  content: "";
}

/* line 2915, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-stars:before {
  content: "";
}

/* line 2920, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-tears:before {
  content: "";
}

/* line 2925, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-tongue:before {
  content: "";
}

/* line 2930, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-tongue-squint:before {
  content: "";
}

/* line 2935, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-tongue-wink:before {
  content: "";
}

/* line 2940, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-grin-wink:before {
  content: "";
}

/* line 2945, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-guitar:before {
  content: "";
}

/* line 2950, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gym:before {
  content: "";
}

/* line 2955, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-h:before {
  content: "";
}

/* line 2960, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hamburger:before {
  content: "";
}

/* line 2965, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hamburger-soda:before {
  content: "";
}

/* line 2970, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hand:before {
  content: "";
}

/* line 2975, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hand-holding-box:before {
  content: "";
}

/* line 2980, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hand-holding-heart:before {
  content: "";
}

/* line 2985, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hand-holding-seeding:before {
  content: "";
}

/* line 2990, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-handshake:before {
  content: "";
}

/* line 2995, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-happy:before {
  content: "";
}

/* line 3000, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hastag:before {
  content: "";
}

/* line 3005, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hat-birthday:before {
  content: "";
}

/* line 3010, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hat-chef:before {
  content: "";
}

/* line 3015, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-headphones:before {
  content: "";
}

/* line 3020, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-headset:before {
  content: "";
}

/* line 3025, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-head-side-thinking:before {
  content: "";
}

/* line 3030, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-heart:before {
  content: "";
}

/* line 3035, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-heart-arrow:before {
  content: "";
}

/* line 3040, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-heat:before {
  content: "";
}

/* line 3045, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-helicopter-side:before {
  content: "";
}

/* line 3050, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-highlighter:before {
  content: "";
}

/* line 3055, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hiking:before {
  content: "";
}

/* line 3060, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hockey-mask:before {
  content: "";
}

/* line 3065, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hockey-puck:before {
  content: "";
}

/* line 3070, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hockey-sticks:before {
  content: "";
}

/* line 3075, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-home:before {
  content: "";
}

/* line 3080, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-home-location:before {
  content: "";
}

/* line 3085, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-home-location-alt:before {
  content: "";
}

/* line 3090, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hotdog:before {
  content: "";
}

/* line 3095, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hourglass:before {
  content: "";
}

/* line 3100, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hourglass-end:before {
  content: "";
}

/* line 3105, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-house-flood:before {
  content: "";
}

/* line 3110, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hryvnia:before {
  content: "";
}

/* line 3115, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-humidity:before {
  content: "";
}

/* line 3120, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-hurricane:before {
  content: "";
}

/* line 3125, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-i:before {
  content: "";
}

/* line 3130, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ice-cream:before {
  content: "";
}

/* line 3135, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ice-skate:before {
  content: "";
}

/* line 3140, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-id-badge:before {
  content: "";
}

/* line 3145, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-inbox:before {
  content: "";
}

/* line 3150, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-inbox-in:before {
  content: "";
}

/* line 3155, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-inbox-out:before {
  content: "";
}

/* line 3160, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-incognito:before {
  content: "";
}

/* line 3165, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-indent:before {
  content: "";
}

/* line 3170, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-infinity:before {
  content: "";
}

/* line 3175, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-info:before {
  content: "";
}

/* line 3180, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-interactive:before {
  content: "";
}

/* line 3185, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-interlining:before {
  content: "";
}

/* line 3190, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-interrogation:before {
  content: "";
}

/* line 3195, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-italic:before {
  content: "";
}

/* line 3200, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-j:before {
  content: "";
}

/* line 3205, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-jam:before {
  content: "";
}

/* line 3210, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-jpg:before {
  content: "";
}

/* line 3215, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-k:before {
  content: "";
}

/* line 3220, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-kerning:before {
  content: "";
}

/* line 3225, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-key:before {
  content: "";
}

/* line 3230, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-keyboard:before {
  content: "";
}

/* line 3235, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-keynote:before {
  content: "";
}

/* line 3240, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-kiss:before {
  content: "";
}

/* line 3245, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-kiss-beam:before {
  content: "";
}

/* line 3250, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-kiss-wink-heart:before {
  content: "";
}

/* line 3255, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-kite:before {
  content: "";
}

/* line 3260, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-knife:before {
  content: "";
}

/* line 3265, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-l:before {
  content: "";
}

/* line 3270, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-label:before {
  content: "";
}

/* line 3275, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-laptop:before {
  content: "";
}

/* line 3280, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-laptop-code:before {
  content: "";
}

/* line 3285, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lasso:before {
  content: "";
}

/* line 3290, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-laugh:before {
  content: "";
}

/* line 3295, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-laugh-beam:before {
  content: "";
}

/* line 3300, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-laugh-squint:before {
  content: "";
}

/* line 3305, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-laugh-wink:before {
  content: "";
}

/* line 3310, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-layer-minus:before {
  content: "";
}

/* line 3315, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-layer-plus:before {
  content: "";
}

/* line 3320, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-layers:before {
  content: "";
}

/* line 3325, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-leaf:before {
  content: "";
}

/* line 3330, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lemon:before {
  content: "";
}

/* line 3335, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-letter-case:before {
  content: "";
}

/* line 3340, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lettuce:before {
  content: "";
}

/* line 3345, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-level-down:before {
  content: "";
}

/* line 3350, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-level-down-alt:before {
  content: "";
}

/* line 3355, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-level-up:before {
  content: "";
}

/* line 3360, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-level-up-alt:before {
  content: "";
}

/* line 3365, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-life-ring:before {
  content: "";
}

/* line 3370, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lightbulb-dollar:before {
  content: "";
}

/* line 3375, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-line-width:before {
  content: "";
}

/* line 3380, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-link:before {
  content: "";
}

/* line 3385, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-link-alt:before {
  content: "";
}

/* line 3390, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-link-horizontal:before {
  content: "";
}

/* line 3395, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-link-horizontal-slash:before {
  content: "";
}

/* line 3400, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-link-slash:before {
  content: "";
}

/* line 3405, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-link-slash-alt:before {
  content: "";
}

/* line 3410, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lipstick:before {
  content: "";
}

/* line 3415, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lira-sign:before {
  content: "";
}

/* line 3420, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-list:before {
  content: "";
}

/* line 3425, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-list-check:before {
  content: "";
}

/* line 3430, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-loading:before {
  content: "";
}

/* line 3435, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-location-alt:before {
  content: "";
}

/* line 3440, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lock:before {
  content: "";
}

/* line 3445, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-lock-alt:before {
  content: "";
}

/* line 3450, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-log-out:before {
  content: "";
}

/* line 3455, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-luchador:before {
  content: "";
}

/* line 3460, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-luggage-rolling:before {
  content: "";
}

/* line 3465, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-m:before {
  content: "";
}

/* line 3470, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-magic-wand:before {
  content: "";
}

/* line 3475, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mailbox:before {
  content: "";
}

/* line 3480, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-makeup-brush:before {
  content: "";
}

/* line 3485, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-man-head:before {
  content: "";
}

/* line 3490, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-map:before {
  content: "";
}

/* line 3495, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-map-marker:before {
  content: "";
}

/* line 3500, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-map-marker-cross:before {
  content: "";
}

/* line 3505, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-map-marker-home:before {
  content: "";
}

/* line 3510, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-map-marker-minus:before {
  content: "";
}

/* line 3515, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-map-marker-plus:before {
  content: "";
}

/* line 3520, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-marker:before {
  content: "";
}

/* line 3525, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-marker-time:before {
  content: "";
}

/* line 3530, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mars:before {
  content: "";
}

/* line 3535, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mars-double:before {
  content: "";
}

/* line 3540, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mask-carnival:before {
  content: "";
}

/* line 3545, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-medicine:before {
  content: "";
}

/* line 3550, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-megaphone:before {
  content: "";
}

/* line 3555, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-meh:before {
  content: "";
}

/* line 3560, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-meh-blank:before {
  content: "";
}

/* line 3565, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-meh-rolling-eyes:before {
  content: "";
}

/* line 3570, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-melon:before {
  content: "";
}

/* line 3575, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-menu-dots:before {
  content: "";
}

/* line 3580, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-menu-dots-vertical:before {
  content: "";
}

/* line 3585, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-message-code:before {
  content: "";
}

/* line 3590, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-meteor:before {
  content: "";
}

/* line 3595, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-microphone:before {
  content: "";
}

/* line 3600, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-microphone-alt:before {
  content: "";
}

/* line 3605, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mind-share:before {
  content: "";
}

/* line 3610, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-minuss:before {
  content: "";
}

/* line 3615, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-minus-small:before {
  content: "";
}

/* line 3620, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mobile:before {
  content: "";
}

/* line 3625, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mobile-button:before {
  content: "";
}

/* line 3630, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mobile-notch:before {
  content: "";
}

/* line 3635, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mode-landscape:before {
  content: "";
}

/* line 3640, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mode-portrait:before {
  content: "";
}

/* line 3645, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-money:before {
  content: "";
}

/* line 3650, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-money-bill-wave:before {
  content: "";
}

/* line 3655, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-money-bill-wave-alt:before {
  content: "";
}

/* line 3660, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-money-check:before {
  content: "";
}

/* line 3665, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-money-check-edit:before {
  content: "";
}

/* line 3670, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-money-check-edit-alt:before {
  content: "";
}

/* line 3675, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-moon:before {
  content: "";
}

/* line 3680, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-moon-stars:before {
  content: "";
}

/* line 3685, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 3690, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mountains:before {
  content: "";
}

/* line 3695, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mouse:before {
  content: "";
}

/* line 3700, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mug:before {
  content: "";
}

/* line 3705, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mug-alt:before {
  content: "";
}

/* line 3710, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mug-hot:before {
  content: "";
}

/* line 3715, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mug-hot-alt:before {
  content: "";
}

/* line 3720, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mug-tea:before {
  content: "";
}

/* line 3725, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-mushroom:before {
  content: "";
}

/* line 3730, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-music:before {
  content: "";
}

/* line 3735, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-music-alt:before {
  content: "";
}

/* line 3740, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-music-file:before {
  content: "";
}

/* line 3745, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-n:before {
  content: "";
}

/* line 3750, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-navigation:before {
  content: "";
}

/* line 3755, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-network:before {
  content: "";
}

/* line 3760, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-network-cloud:before {
  content: "";
}

/* line 3765, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-noodles:before {
  content: "";
}

/* line 3770, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-notebook:before {
  content: "";
}

/* line 3775, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-o:before {
  content: "";
}

/* line 3780, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-oil-can:before {
  content: "";
}

/* line 3785, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-oil-temp:before {
  content: "";
}

/* line 3790, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-olive-oil:before {
  content: "";
}

/* line 3795, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-olives:before {
  content: "";
}

/* line 3800, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-onion:before {
  content: "";
}

/* line 3805, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-opacity:before {
  content: "";
}

/* line 3810, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-overline:before {
  content: "";
}

/* line 3815, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-p:before {
  content: "";
}

/* line 3820, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-package:before {
  content: "";
}

/* line 3825, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-page-break:before {
  content: "";
}

/* line 3830, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 3835, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-paint-roller:before {
  content: "";
}

/* line 3840, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-palette:before {
  content: "";
}

/* line 3845, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pan:before {
  content: "";
}

/* line 3850, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-paper-plane:before {
  content: "";
}

/* line 3855, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-password:before {
  content: "";
}

/* line 3860, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pause:before {
  content: "";
}

/* line 3865, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-paw:before {
  content: "";
}

/* line 3870, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-peach:before {
  content: "";
}

/* line 3875, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pencil:before {
  content: "";
}

/* line 3880, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pencil-ruler:before {
  content: "";
}

/* line 3885, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pennant:before {
  content: "";
}

/* line 3890, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-people-poll:before {
  content: "";
}

/* line 3895, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pepper:before {
  content: "";
}

/* line 3900, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pepper-hot:before {
  content: "";
}

/* line 3905, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-percentage:before {
  content: "";
}

/* line 3910, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pharmacy:before {
  content: "";
}

/* line 3915, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-phone-call:before {
  content: "";
}

/* line 3920, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-phone-cross:before {
  content: "";
}

/* line 3925, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-phone-office:before {
  content: "";
}

/* line 3930, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-phone-pause:before {
  content: "";
}

/* line 3935, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-phone-slash:before {
  content: "";
}

/* line 3940, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-photo-film-music:before {
  content: "";
}

/* line 3945, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-photo-video:before {
  content: "";
}

/* line 3950, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-physics:before {
  content: "";
}

/* line 3955, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-picnic:before {
  content: "";
}

/* line 3960, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-picture:before {
  content: "";
}

/* line 3965, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pie:before {
  content: "";
}

/* line 3970, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-piggy-bank:before {
  content: "";
}

/* line 3975, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pineapple:before {
  content: "";
}

/* line 3980, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ping-pong:before {
  content: "";
}

/* line 3985, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pixabay:before {
  content: "";
}

/* line 3990, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pizza-slice:before {
  content: "";
}

/* line 3995, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-plane:before {
  content: "";
}

/* line 4000, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-plane-alt:before {
  content: "";
}

/* line 4005, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-plate:before {
  content: "";
}

/* line 4010, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-play:before {
  content: "";
}

/* line 4015, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-play-alt:before {
  content: "";
}

/* line 4020, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-playing-cards:before {
  content: "";
}

/* line 4025, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-play-pause:before {
  content: "";
}

/* line 4030, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-plus:before {
  content: "";
}

/* line 4035, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-plus-small:before {
  content: "";
}

/* line 4040, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-podium:before {
  content: "";
}

/* line 4045, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-podium-star:before {
  content: "";
}

/* line 4050, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-poker-chip:before {
  content: "";
}

/* line 4055, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-poo:before {
  content: "";
}

/* line 4060, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-popcorn:before {
  content: "";
}

/* line 4065, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-portrait:before {
  content: "";
}

/* line 4070, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pot:before {
  content: "";
}

/* line 4075, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pound:before {
  content: "";
}

/* line 4080, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-presentation:before {
  content: "";
}

/* line 4085, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-print:before {
  content: "";
}

/* line 4090, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-protractor:before {
  content: "";
}

/* line 4095, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pulse:before {
  content: "";
}

/* line 4100, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pumpkin:before {
  content: "";
}

/* line 4105, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 4110, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-pyramid:before {
  content: "";
}

/* line 4115, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-q:before {
  content: "";
}

/* line 4120, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-qrcode:before {
  content: "";
}

/* line 4125, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-question:before {
  content: "";
}

/* line 4130, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-question-square:before {
  content: "";
}

/* line 4135, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-quote-right:before {
  content: "";
}

/* line 4140, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-r:before {
  content: "";
}

/* line 4145, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-racquet:before {
  content: "";
}

/* line 4150, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-radish:before {
  content: "";
}

/* line 4155, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rainbow:before {
  content: "";
}

/* line 4160, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-raindrops:before {
  content: "";
}

/* line 4165, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rec:before {
  content: "";
}

/* line 4170, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-receipt:before {
  content: "";
}

/* line 4175, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-record-vinyl:before {
  content: "";
}

/* line 4180, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rectabgle-vertical:before {
  content: "";
}

/* line 4185, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rectangle-barcode:before {
  content: "";
}

/* line 4190, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rectangle-code:before {
  content: "";
}

/* line 4195, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rectangle-horizontal:before {
  content: "";
}

/* line 4200, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rectangle-panoramic:before {
  content: "";
}

/* line 4205, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rectangle-xmark:before {
  content: "";
}

/* line 4210, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-recycle:before {
  content: "";
}

/* line 4215, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-redo:before {
  content: "";
}

/* line 4220, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-redo-alt:before {
  content: "";
}

/* line 4225, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-reflect:before {
  content: "";
}

/* line 4230, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-refresh:before {
  content: "";
}

/* line 4235, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-registered:before {
  content: "";
}

/* line 4240, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-remove-user:before {
  content: "";
}

/* line 4245, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-reply-all:before {
  content: "";
}

/* line 4250, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-republican:before {
  content: "";
}

/* line 4255, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-resize:before {
  content: "";
}

/* line 4260, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-resources:before {
  content: "";
}

/* line 4265, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-restaurant:before {
  content: "";
}

/* line 4270, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rewind:before {
  content: "";
}

/* line 4275, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rhombus:before {
  content: "";
}

/* line 4280, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rings-wedding:before {
  content: "";
}

/* line 4285, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-road:before {
  content: "";
}

/* line 4290, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rocket:before {
  content: "";
}

/* line 4295, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rocket-lunch:before {
  content: "";
}

/* line 4300, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-room-service:before {
  content: "";
}

/* line 4305, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rotate-left:before {
  content: "";
}

/* line 4310, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rotate-right:before {
  content: "";
}

/* line 4315, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ruble-sign:before {
  content: "";
}

/* line 4320, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rugby:before {
  content: "";
}

/* line 4325, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rugby-helmet:before {
  content: "";
}

/* line 4330, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ruler-combined:before {
  content: "";
}

/* line 4335, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ruler-horizontal:before {
  content: "";
}

/* line 4340, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ruler-triangle:before {
  content: "";
}

/* line 4345, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ruler-vertical:before {
  content: "";
}

/* line 4350, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-running:before {
  content: "";
}

/* line 4355, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rupee-sign:before {
  content: "";
}

/* line 4360, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-rv:before {
  content: "";
}

/* line 4365, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-s:before {
  content: "";
}

/* line 4370, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sack:before {
  content: "";
}

/* line 4375, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sack-dollar:before {
  content: "";
}

/* line 4380, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sad:before {
  content: "";
}

/* line 4385, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sad-cry:before {
  content: "";
}

/* line 4390, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sad-tear:before {
  content: "";
}

/* line 4395, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-salad:before {
  content: "";
}

/* line 4400, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-salt-pepper:before {
  content: "";
}

/* line 4405, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sandwich:before {
  content: "";
}

/* line 4410, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sauce:before {
  content: "";
}

/* line 4415, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sausage:before {
  content: "";
}

/* line 4420, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-scale:before {
  content: "";
}

/* line 4425, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-school:before {
  content: "";
}

/* line 4430, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-school-bus:before {
  content: "";
}

/* line 4435, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-scissors:before {
  content: "";
}

/* line 4440, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-screen:before {
  content: "";
}

/* line 4445, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-search:before {
  content: "";
}

/* line 4450, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-search-alt:before {
  content: "";
}

/* line 4455, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-search-dollar:before {
  content: "";
}

/* line 4460, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-search-heart:before {
  content: "";
}

/* line 4465, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-search-location:before {
  content: "";
}

/* line 4470, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sensor:before {
  content: "";
}

/* line 4475, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sensor-alert:before {
  content: "";
}

/* line 4480, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sensor-fire:before {
  content: "";
}

/* line 4485, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sensor-on:before {
  content: "";
}

/* line 4490, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sensor-smoke:before {
  content: "";
}

/* line 4495, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-settings:before {
  content: "";
}

/* line 4500, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-settings-sliders:before {
  content: "";
}

/* line 4505, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-share:before {
  content: "";
}

/* line 4510, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shekel-sign:before {
  content: "";
}

/* line 4515, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shield:before {
  content: "";
}

/* line 4520, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shield-check:before {
  content: "";
}

/* line 4525, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shield-exclamation:before {
  content: "";
}

/* line 4530, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shield-interrogation:before {
  content: "";
}

/* line 4535, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shield-plus:before {
  content: "";
}

/* line 4540, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ship:before {
  content: "";
}

/* line 4545, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ship-side:before {
  content: "";
}

/* line 4550, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shop:before {
  content: "";
}

/* line 4555, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 4560, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shopping-bag-add:before {
  content: "";
}

/* line 4565, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 4570, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 4575, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shopping-cart-add:before {
  content: "";
}

/* line 4580, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shopping-cart-check:before {
  content: "";
}

/* line 4585, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shrimp:before {
  content: "";
}

/* line 4590, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shuffle:before {
  content: "";
}

/* line 4595, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shuttlecock:before {
  content: "";
}

/* line 4600, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-shuttle-van:before {
  content: "";
}

/* line 4605, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sidebar:before {
  content: "";
}

/* line 4610, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sidebar-flip:before {
  content: "";
}

/* line 4615, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-signal-alt:before {
  content: "";
}

/* line 4620, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-signal-alt-1:before {
  content: "";
}

/* line 4625, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-signal-alt-2:before {
  content: "";
}

/* line 4630, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sign-in-alt:before {
  content: "";
}

/* line 4635, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sign-out-alt:before {
  content: "";
}

/* line 4640, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-skateboard:before {
  content: "";
}

/* line 4645, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-skating:before {
  content: "";
}

/* line 4650, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-skewer:before {
  content: "";
}

/* line 4655, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-skiing:before {
  content: "";
}

/* line 4660, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-skiing-nordic:before {
  content: "";
}

/* line 4665, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ski-jump:before {
  content: "";
}

/* line 4670, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ski-lift:before {
  content: "";
}

/* line 4675, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sledding:before {
  content: "";
}

/* line 4680, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sleigh:before {
  content: "";
}

/* line 4685, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-smartphone:before {
  content: "";
}

/* line 4690, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-smile-beam:before {
  content: "";
}

/* line 4695, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-smile-wink:before {
  content: "";
}

/* line 4700, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-smog:before {
  content: "";
}

/* line 4705, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-smoke:before {
  content: "";
}

/* line 4710, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-snow-blowing:before {
  content: "";
}

/* line 4715, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-snowboarding:before {
  content: "";
}

/* line 4720, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-snowflake:before {
  content: "";
}

/* line 4725, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-snowflakes:before {
  content: "";
}

/* line 4730, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-snowmobile:before {
  content: "";
}

/* line 4735, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-snowplow:before {
  content: "";
}

/* line 4740, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-soap:before {
  content: "";
}

/* line 4745, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-social-network:before {
  content: "";
}

/* line 4750, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort:before {
  content: "";
}

/* line 4755, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-alpha-down:before {
  content: "";
}

/* line 4760, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-alpha-down-alt:before {
  content: "";
}

/* line 4765, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-alpha-up:before {
  content: "";
}

/* line 4770, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-alpha-up-alt:before {
  content: "";
}

/* line 4775, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-alt:before {
  content: "";
}

/* line 4780, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-amount-down:before {
  content: "";
}

/* line 4785, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-amount-down-alt:before {
  content: "";
}

/* line 4790, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-amount-up:before {
  content: "";
}

/* line 4795, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-amount-up-alt:before {
  content: "";
}

/* line 4800, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-down:before {
  content: "";
}

/* line 4805, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-numeric-down:before {
  content: "";
}

/* line 4810, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sort-numeric-down-alt:before {
  content: "";
}

/* line 4815, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-soup:before {
  content: "";
}

/* line 4820, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-spa:before {
  content: "";
}

/* line 4825, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 4830, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-spade:before {
  content: "";
}

/* line 4835, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sparkles:before {
  content: "";
}

/* line 4840, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-speaker:before {
  content: "";
}

/* line 4845, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sphere:before {
  content: "";
}

/* line 4850, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-spinner:before {
  content: "";
}

/* line 4855, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-spoon:before {
  content: "";
}

/* line 4860, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-square:before {
  content: "";
}

/* line 4865, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-square-code:before {
  content: "";
}

/* line 4870, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-square-root:before {
  content: "";
}

/* line 4875, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-square-terminal:before {
  content: "";
}

/* line 4880, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-stamp:before {
  content: "";
}

/* line 4885, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-star:before {
  content: "";
}

/* line 4890, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-starfighter:before {
  content: "";
}

/* line 4895, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-star-octogram:before {
  content: "";
}

/* line 4900, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-stars:before {
  content: "";
}

/* line 4905, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-stats:before {
  content: "";
}

/* line 4910, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-steak:before {
  content: "";
}

/* line 4915, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-steering-wheel:before {
  content: "";
}

/* line 4920, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 4925, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sticker:before {
  content: "";
}

/* line 4930, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-stop:before {
  content: "";
}

/* line 4935, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-stopwatch:before {
  content: "";
}

/* line 4940, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-store-alt:before {
  content: "";
}

/* line 4945, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-strawberry:before {
  content: "";
}

/* line 4950, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-subtitles:before {
  content: "";
}

/* line 4955, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-subway:before {
  content: "";
}

/* line 4960, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-suitcase-alt:before {
  content: "";
}

/* line 4965, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-summer:before {
  content: "";
}

/* line 4970, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sun:before {
  content: "";
}

/* line 4975, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sunrise:before {
  content: "";
}

/* line 4980, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sunrise-alt:before {
  content: "";
}

/* line 4985, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sunset:before {
  content: "";
}

/* line 4990, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-surfing:before {
  content: "";
}

/* line 4995, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-surprise:before {
  content: "";
}

/* line 5000, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sushi:before {
  content: "";
}

/* line 5005, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-swimmer:before {
  content: "";
}

/* line 5010, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-sword:before {
  content: "";
}

/* line 5015, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-symbol:before {
  content: "";
}

/* line 5020, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-syringe:before {
  content: "";
}

/* line 5025, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-t:before {
  content: "";
}

/* line 5030, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-table-columns:before {
  content: "";
}

/* line 5035, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-table-layout:before {
  content: "";
}

/* line 5040, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-table-pivot:before {
  content: "";
}

/* line 5045, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-table-rows:before {
  content: "";
}

/* line 5050, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tablet:before {
  content: "";
}

/* line 5055, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-table-tree:before {
  content: "";
}

/* line 5060, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer:before {
  content: "";
}

/* line 5065, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-alt-average:before {
  content: "";
}

/* line 5070, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-alt-fastest:before {
  content: "";
}

/* line 5075, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-alt-slow:before {
  content: "";
}

/* line 5080, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-alt-slowest:before {
  content: "";
}

/* line 5085, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-average:before {
  content: "";
}

/* line 5090, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-fast:before {
  content: "";
}

/* line 5095, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-fastest:before {
  content: "";
}

/* line 5100, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-slow:before {
  content: "";
}

/* line 5105, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tachometer-slowest:before {
  content: "";
}

/* line 5110, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-taco:before {
  content: "";
}

/* line 5115, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tags:before {
  content: "";
}

/* line 5120, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tally:before {
  content: "";
}

/* line 5125, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-target:before {
  content: "";
}

/* line 5130, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-taxi:before {
  content: "";
}

/* line 5135, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-temperature-down:before {
  content: "";
}

/* line 5140, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-temperature-frigid:before {
  content: "";
}

/* line 5145, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-temperature-high:before {
  content: "";
}

/* line 5150, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-temperature-low:before {
  content: "";
}

/* line 5155, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-temperature-up:before {
  content: "";
}

/* line 5160, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tenge:before {
  content: "";
}

/* line 5165, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tennis:before {
  content: "";
}

/* line 5170, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-terrace:before {
  content: "";
}

/* line 5175, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-test:before {
  content: "";
}

/* line 5180, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-test-tube:before {
  content: "";
}

/* line 5185, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-text:before {
  content: "";
}

/* line 5190, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-text-check:before {
  content: "";
}

/* line 5195, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-text-slash:before {
  content: "";
}

/* line 5200, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-thermometer-half:before {
  content: "";
}

/* line 5205, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-thumbtack:before {
  content: "";
}

/* line 5210, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-thunderstorm:before {
  content: "";
}

/* line 5215, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-thunderstorm-moon:before {
  content: "";
}

/* line 5220, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-thunderstorm-sun:before {
  content: "";
}

/* line 5225, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ticket:before {
  content: "";
}

/* line 5230, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-add:before {
  content: "";
}

/* line 5235, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-check:before {
  content: "";
}

/* line 5240, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-delete:before {
  content: "";
}

/* line 5245, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-fast:before {
  content: "";
}

/* line 5250, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-forward:before {
  content: "";
}

/* line 5255, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-forward-sixty:before {
  content: "";
}

/* line 5260, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-forward-ten:before {
  content: "";
}

/* line 5265, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-half-past:before {
  content: "";
}

/* line 5270, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-oclock:before {
  content: "";
}

/* line 5275, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-past:before {
  content: "";
}

/* line 5280, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-quarter-past:before {
  content: "";
}

/* line 5285, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-quarter-to:before {
  content: "";
}

/* line 5290, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-time-twenty-four:before {
  content: "";
}

/* line 5295, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tire:before {
  content: "";
}

/* line 5300, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tired:before {
  content: "";
}

/* line 5305, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tire-flat:before {
  content: "";
}

/* line 5310, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tire-pressure-warning:before {
  content: "";
}

/* line 5315, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tire-rugged:before {
  content: "";
}

/* line 5320, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tomato:before {
  content: "";
}

/* line 5325, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tool-box:before {
  content: "";
}

/* line 5330, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tool-crop:before {
  content: "";
}

/* line 5335, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tool-marquee:before {
  content: "";
}

/* line 5340, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tooth:before {
  content: "";
}

/* line 5345, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tornado:before {
  content: "";
}

/* line 5350, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tractor:before {
  content: "";
}

/* line 5355, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-trailer:before {
  content: "";
}

/* line 5360, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-train:before {
  content: "";
}

/* line 5365, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-train-side:before {
  content: "";
}

/* line 5370, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tram:before {
  content: "";
}

/* line 5375, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-transform:before {
  content: "";
}

/* line 5380, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-trash:before {
  content: "";
}

/* line 5385, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-treasure-chest:before {
  content: "";
}

/* line 5390, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-treatment:before {
  content: "";
}

/* line 5395, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tree:before {
  content: "";
}

/* line 5400, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tree-christmas:before {
  content: "";
}

/* line 5405, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-triangle:before {
  content: "";
}

/* line 5410, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-trophy:before {
  content: "";
}

/* line 5415, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-container:before {
  content: "";
}

/* line 5420, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-couch:before {
  content: "";
}

/* line 5425, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-loading:before {
  content: "";
}

/* line 5430, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-monster:before {
  content: "";
}

/* line 5435, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-moving:before {
  content: "";
}

/* line 5440, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-pickup:before {
  content: "";
}

/* line 5445, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-plow:before {
  content: "";
}

/* line 5450, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-ramp:before {
  content: "";
}

/* line 5455, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-truck-side:before {
  content: "";
}

/* line 5460, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tty:before {
  content: "";
}

/* line 5465, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-turkey:before {
  content: "";
}

/* line 5470, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-tv-music:before {
  content: "";
}

/* line 5475, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-typewriter:before {
  content: "";
}

/* line 5480, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-u:before {
  content: "";
}

/* line 5485, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-umbrella:before {
  content: "";
}

/* line 5490, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-underline:before {
  content: "";
}

/* line 5495, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-undo:before {
  content: "";
}

/* line 5500, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-undo-alt:before {
  content: "";
}

/* line 5505, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-unlock:before {
  content: "";
}

/* line 5510, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-upload:before {
  content: "";
}

/* line 5515, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-usb-pendrive:before {
  content: "";
}

/* line 5520, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-usd-circle:before {
  content: "";
}

/* line 5525, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-usd-square:before {
  content: "";
}

/* line 5530, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-user:before {
  content: "";
}

/* line 5535, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-user-add:before {
  content: "";
}

/* line 5540, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-users:before {
  content: "";
}

/* line 5545, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-users-alt:before {
  content: "";
}

/* line 5550, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-user-time:before {
  content: "";
}

/* line 5555, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-utensils:before {
  content: "";
}

/* line 5560, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-v:before {
  content: "";
}

/* line 5565, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-vector:before {
  content: "";
}

/* line 5570, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-vector-alt:before {
  content: "";
}

/* line 5575, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-venus:before {
  content: "";
}

/* line 5580, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-venus-double:before {
  content: "";
}

/* line 5585, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 5590, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-video-arrow-down-left:before {
  content: "";
}

/* line 5595, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-video-arrow-up-right:before {
  content: "";
}

/* line 5600, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-video-camera:before {
  content: "";
}

/* line 5605, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-video-camera-alt:before {
  content: "";
}

/* line 5610, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-video-plus:before {
  content: "";
}

/* line 5615, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-video-slash:before {
  content: "";
}

/* line 5620, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-volcano:before {
  content: "";
}

/* line 5625, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-volleyball:before {
  content: "";
}

/* line 5630, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-volume:before {
  content: "";
}

/* line 5635, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-w:before {
  content: "";
}

/* line 5640, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wagon-covered:before {
  content: "";
}

/* line 5645, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wallet:before {
  content: "";
}

/* line 5650, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-water:before {
  content: "";
}

/* line 5655, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-water-bottle:before {
  content: "";
}

/* line 5660, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-water-lower:before {
  content: "";
}

/* line 5665, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-watermelon:before {
  content: "";
}

/* line 5670, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-water-rise:before {
  content: "";
}

/* line 5675, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wheat:before {
  content: "";
}

/* line 5680, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 5685, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-whistle:before {
  content: "";
}

/* line 5690, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wifi-alt:before {
  content: "";
}

/* line 5695, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wind:before {
  content: "";
}

/* line 5700, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-windsock:before {
  content: "";
}

/* line 5705, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wind-warning:before {
  content: "";
}

/* line 5710, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-woman-head:before {
  content: "";
}

/* line 5715, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-world:before {
  content: "";
}

/* line 5720, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-wrench-simple:before {
  content: "";
}

/* line 5725, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-x:before {
  content: "";
}

/* line 5730, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-y:before {
  content: "";
}

/* line 5735, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-yen:before {
  content: "";
}

/* line 5740, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-z:before {
  content: "";
}

/* line 5745, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-zoom-in:before {
  content: "";
}

/* line 5750, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-zoom-out:before {
  content: "";
}

/* line 5755, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-a:before {
  content: "";
}

/* line 5760, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ad:before {
  content: "";
}

/* line 5765, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-add:before {
  content: "";
}

/* line 5770, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-add-document:before {
  content: "";
}

/* line 5775, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-add-folder:before {
  content: "";
}

/* line 5780, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-address-book:before {
  content: "";
}

/* line 5785, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-air-conditioner:before {
  content: "";
}

/* line 5790, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-air-freshener:before {
  content: "";
}

/* line 5795, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-alarm-clock:before {
  content: "";
}

/* line 5800, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-neuro:before {
  content: "";
}

/* line 5805, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-ortho:before {
  content: "";
}

/* line 5810, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-paediatrie:before {
  content: "";
}

/* line 5815, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-psychosomatik:before {
  content: "";
}

/* line 5820, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-allgemeinmedizin:before {
  content: "";
}

/* line 5825, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-gastro:before {
  content: "";
}

/* line 5830, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-inneremedizin:before {
  content: "";
}

/* line 5835, app/assets/stylesheets/fonts/ico_moon/style.scss */
.fa-kardio:before {
  content: "";
}
/* line 4, app/assets/stylesheets/fonts/ico_moon/custom.scss */
.fa-shopping-cart-remove {
  width: 28px;
  height: 28px;
  display: inline-block;
  mask: url(/assets/shopping-cart-remove-68db14683f2819edad49b6b379a0527924c9addab646ab17bbd0b56deda49862.svg) no-repeat center/contain;
  -webkit-mask: url(/assets/shopping-cart-remove-68db14683f2819edad49b6b379a0527924c9addab646ab17bbd0b56deda49862.svg) no-repeat center/contain;
  background-color: #007487;
}

/* line 13, app/assets/stylesheets/fonts/ico_moon/custom.scss */
.bookmark-button .fa-shopping-cart-remove {
  background-color: #fefefe;
  height: 16px;
  width: 16px;
}

/* line 20, app/assets/stylesheets/fonts/ico_moon/custom.scss */
.fa-report {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  mask: url(/assets/report-44147adf435723256d64e91f3521333f81da46288c86b61a1ceea1b0f74e0137.svg) no-repeat center/contain;
  -webkit-mask: url(/assets/report-44147adf435723256d64e91f3521333f81da46288c86b61a1ceea1b0f74e0137.svg) no-repeat center/contain;
  background-color: #007487;
}

/* line 33, app/assets/stylesheets/fonts/ico_moon/custom.scss */
.fa.fa-user, .fa.fa-sign-out-alt, .fa.fa-shopping-cart {
  font-weight: 900;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 * maybe use an official (npm) version of sky-forms
 * do we have to pay for the license of sky-forms?









 */
/* line 1, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker {
  background: #666;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px #888;
          box-shadow: 0px 0px 10px #888;
  color: #222;
  font: 13px Tahoma, Arial, Helvetica, sans-serif;
  padding: 3px 3px;
  position: absolute;
  display: table;
  z-index: 1200;
}

/* line 13, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker *,
.Zebra_DatePicker *:after,
.Zebra_DatePicker *:before {
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker * {
  padding: 0;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker table {
  border-collapse: collapse;
  border-radius: 4px;
  border-spacing: 0;
  width: 100%;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker th, .Zebra_DatePicker td {
  padding: 5px;
  cursor: pointer;
  text-align: center;
  min-width: 25px;
  width: 25px;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body th, .Zebra_DatePicker .dp_body td {
  border: 1px solid #bfbfbf;
}

/* line 42, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body th:first-child, .Zebra_DatePicker .dp_body td:first-child {
  border-left: none;
}

/* line 46, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body th:last-child, .Zebra_DatePicker .dp_body td:last-child {
  border-right: none;
}

/* line 50, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body tr:first-child th,
.Zebra_DatePicker .dp_body tr:first-child td {
  border-top: none;
}

/* line 55, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body tr:last-child th,
.Zebra_DatePicker .dp_body tr:last-child td {
  border-bottom: none;
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body td {
  background: #e6e5e5;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_weekend {
  background: #d6d6d6;
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_not_in_month {
  background: #e0e6f2;
  color: #98acd4;
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_current {
  color: #cc236b;
}

/* line 77, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_selected {
  background: #b56a6a;
  color: #fff;
}

/* line 82, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_disabled {
  background: #f2f2f2;
  color: #cccccc;
  cursor: text;
}

/* line 88, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_disabled.dp_current {
  color: #b56a6a;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_hover {
  color: #fff;
  background: #88a09e;
}

/* line 97, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
  background-color: #8c8c8c;
  color: #fff;
}

/* line 102, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_monthpicker td,
.Zebra_DatePicker .dp_yearpicker td,
.Zebra_DatePicker .dp_timepicker td {
  width: 33.3333%;
}

/* line 108, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_timepicker .dp_disabled {
  border: none;
  color: #222;
  font-size: 39px;
  font-weight: bold;
}

/* line 115, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_time_separator div {
  position: relative;
}

/* line 119, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_time_separator div:after {
  content: ":";
  color: 1px solid #bfbfbf;
  font-size: 37px;
  left: 100%;
  position: absolute;
  z-index: 1;
}

/* line 128, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_header {
  margin-bottom: 3px;
}

/* line 132, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_footer {
  margin-top: 3px;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_footer .dp_icon {
  width: 50%;
}

/* line 140, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_actions td {
  border-radius: 4px;
  color: #fff;
}

/* line 145, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_actions .dp_caption {
  font-weight: bold;
  width: 100%;
}

/* line 150, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_actions .dp_hover {
  background-color: #8c8c8c;
  color: #fff;
}

/* line 155, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_daypicker th {
  background: #ffcc33;
  cursor: text;
  font-weight: bold;
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker.dp_hidden {
  display: none;
}

/* line 165, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_icon {
  height: 16px;
  background-image: url(/assets/zebra-datepicker/default/icons-85e33b21c94623a0281c90b702993a74751ee08f1b8cb1f17f70f94508c86b07.png);
  background-repeat: no-repeat;
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_icon.dp_confirm {
  background-position: center -123px;
}

/* line 175, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_icon.dp_view_toggler {
  background-position: center -91px;
}

/* line 179, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
.Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
  background-position: center -59px;
}

/* line 183, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
button.Zebra_DatePicker_Icon {
  background: url(/assets/zebra-datepicker/default/icons-85e33b21c94623a0281c90b702993a74751ee08f1b8cb1f17f70f94508c86b07.png) no-repeat center top;
  border: none;
  cursor: pointer;
  display: block;
  height: 16px;
  line-height: 0;
  margin: 0 0 0 3px;
  padding: 0;
  position: absolute;
  text-indent: -9000px;
  width: 16px;
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Disabled {
  background-position: center -32px;
  cursor: default;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Right {
  margin: 0 3px 0 0;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/zebra-datepicker-rails-1.9.7/vendor/assets/stylesheets/zebra-datepicker/default.scss */
button.Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside_Left {
  margin: 0 0 0 3px;
}
