/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://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;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* 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-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.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-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.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}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.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 Accordion 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
/*

 */
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
/*!
 * jQuery UI Button 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;

	/* Support: IE <= 11 */
	overflow: visible;
}

.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 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/*!
 * jQuery UI Checkboxradio 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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 {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-draggable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Menu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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%;
	-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
/*!
 * jQuery UI Resizable 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Selectmenu 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/*

 */
.ui-sortable-handle {
	touch-action: none;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://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.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/*




















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


 */
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons-regular-d7f083631d2357fe2c2c75d353cb1d6deaceb0249e07d00a59f9cdffbbccf35a.woff2) format('woff2'),
       url(/assets/material-icons-regular-a9f2f380dd4aab1414f47620e68d9bf7d45cece149be7fec8a94e532e1660cb1.woff) format('woff');
}

/* Base class */
.material-icons,
.mi {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons Outlined'),
       local('MaterialIconsOutlined-Regular '),
       url(/assets/material-icons-outlined-d3e78343a497af3765b6667951b118e5306aa9638c23d1c75981201fa96bcb67.woff2) format('woff2'),
       url(/assets/material-icons-outlined-a25d8d4d249395ba17511661070b904077b78c2561d044014aadab2217c9e191.woff) format('woff');
}

/* Add outlined styles */
.material-icons.outlined,
.mi.outlined {
  font-family: 'Material Icons Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/*
 * CSS File of Material icons.
 * CSS code based on:
 * https://github.com/google/material-design-icons
 */




/* Use the font */
@font-face {
  font-family: 'Material Icons Round';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons Round'),
       local('MaterialIconsRound-Regular '),
       url(/assets/material-icons-round-3fef898cf50aaf8568a58024ad798db93aaff2475c7035e9bfcfd374d12be97a.woff2) format('woff2'),
       url(/assets/material-icons-round-3ade97b7e5d342878021c42871394ca50dc1dd0579e3d90513256d2612a65bfa.woff) format('woff');
}

/* Add round styles */
.material-icons.round,
.mi.round {
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	transform: scale(0,0);
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	transform: scale(1,1);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	transform: rotateZ(4deg);
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	transform: rotateZ(0deg);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	transition-property: top;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	transition-property: left;
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}
/* line 7, ../../local/bundle/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  /* line 7, ../../local/bundle/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}

/* line 30, ../../local/bundle/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}

/* line 36, ../../local/bundle/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}

/* line 39, ../../local/bundle/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}
/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red {
  background-color: #F44336 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text {
  color: #F44336 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal {
  background-color: #009688 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text {
  color: #009688 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown {
  background-color: #795548 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text {
  color: #795548 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black {
  background-color: #000000 !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black-text {
  color: #000000 !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent {
  background-color: transparent !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
/* line 91, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-5, .modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i {
  line-height: inherit;
}

/* line 134, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.tiny {
  font-size: 1rem;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.small {
  font-size: 2rem;
}

/* line 148, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.medium {
  font-size: 4rem;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active a {
  color: #fff;
}

/* line 185, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active {
  background-color: #ee6e73;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 207, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 212, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 226, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 234, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
  float: left;
}

/* line 248, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 252, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 258, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 263, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 271, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 285, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 288, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 296, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 300, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  /* line 309, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 314, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 319, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 324, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 329, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 334, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 339, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 344, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 349, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 354, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 359, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 364, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 372, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 379, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73;
}

/* line 384, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 397, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table, th, td {
  border: none;
}

/* line 401, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 408, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped tr {
  border-bottom: none;
}

/* line 413, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 417, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 423, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 425, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 431, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 437, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 441, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  /* line 452, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 459, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 463, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 469, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 470, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 474, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 478, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 483, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 490, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 495, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 499, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 504, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 510, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 520, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 527, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 535, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 541, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 551, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 560, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 564, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 568, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 577, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 581, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}

/* line 585, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 590, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #26a69a;
}

/* line 595, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 602, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 607, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 610, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 617, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.secondary-content {
  float: right;
  color: #26a69a;
}

/* line 621, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 629, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 635, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 645, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 654, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width .3s linear;
}

/* line 662, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate {
  background-color: #26a69a;
}

/* line 664, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 676, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 725, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hide {
  display: none !important;
}

/* line 730, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 733, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 736, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 740, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left {
  float: left !important;
}

/* line 743, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right {
  float: right !important;
}

/* line 748, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 752, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 756, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 762, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 769, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #26a69a;
  border-radius: 2px;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new:after {
  content: " new";
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 70%;
  }
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad {
  padding: 0;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav a {
  color: #fff;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 76, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 93, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 111, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul {
  margin: 0;
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 119, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 136, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul.left {
  float: left;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav form {
  height: 100%;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 161, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

/* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 188, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 193, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 201, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 205, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
em {
  font-style: italic;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.light {
  font-weight: 300;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small {
  height: 300px;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.medium {
  height: 400px;
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.large {
  height: 500px;
}

/* line 65, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal {
  display: flex;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 72, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 95, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image {
  position: relative;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content p {
  margin: 0;
}

/* line 148, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 159, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

/* line 160, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 38, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a {
  color: rgba(238, 110, 115, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(246, 178, 181, 0.2);
  outline: none;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #ee6e73;
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(238, 110, 115, 0.4);
  cursor: default;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #f6b2b5;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 91, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 94, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tooltip.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #1d7d74;
}

/* line 65, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #2bbbad;
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:hover {
  background-color: #26a69a;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
button.btn-floating {
  border: none;
}

/* line 152, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 197, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 221, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #26a69a;
  border-radius: 50%;
  transform: scale(0);
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 280, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 284, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 309, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 320, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 76, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 83, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 78, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible,
.sidenav.sidenav-fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible li,
.sidenav.sidenav-fixed .collapsible li {
  padding: 0;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header,
.sidenav.sidenav-fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header:hover,
.sidenav.sidenav-fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header i,
.sidenav.sidenav-fixed .collapsible-header i {
  line-height: inherit;
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body li a,
.sidenav.sidenav-fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 69, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 75, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 87, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
select:focus {
  outline: 1px solid #c9f3ef;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #2ab7a9;
}

/* line 11, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}

/* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 124, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 129, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

/* line 133, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

/* line 137, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 149, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 156, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 164, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 197, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 205, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 220, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 227, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #26a69a;
}

/* line 230, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 241, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 244, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 251, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 261, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 266, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 280, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 287, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 292, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 308, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 313, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 324, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
/* line 341, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 343, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 352, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border-radius: 50%;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border: 2px solid #26a69a;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:after {
  background-color: #26a69a;
}

/* line 73, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 78, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 83, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 92, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 13, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 15, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 100, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):before,
.filled-in[type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 124, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 134, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 158, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 169, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

/* line 196, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 57, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select.browser-default {
  opacity: 1;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 15, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}

/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 97, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .hide-select {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 127, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 139, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 146, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 150, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 176, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 183, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field {
  position: relative;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 97, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 117, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/* line 133, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 155, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 159, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}

/***************
    Nav List
***************/
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #ee6e73;
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #ee6e73;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 38, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i, .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > [class^="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) li > a > [class*="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > .btn, .sidenav li > .btn-small, .sidenav li > .btn-large, .sidenav li > .btn-flat, .sidenav li > .btn-floating {
  margin: 10px 32px;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 75, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 87, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 92, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 93, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 117, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 137, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 139, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 152, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 154, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 186, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}

/* line 189, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 193, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}

/* line 69, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 126, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 252, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 268, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 284, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 290, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 320, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 18, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Modal */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-month input {
  width: 80px;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 57, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #26a69a;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 64, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 94, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table tr {
  border: none;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-today {
  color: #26a69a;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-selected {
  background-color: #26a69a;
  color: #fff;
}

/* line 118, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 129, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

/* line 130, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}

/* Footer */
/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 155, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #26a69a;
  padding: 0 1rem;
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 188, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 13, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #26a69a;
  padding: 10px;
  font-weight: 300;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 64, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

/* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

/* line 105, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 119, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 122, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #26a69a;
}

/* line 135, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}

/* Footer */
/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 149, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-close {
  color: #26a69a;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 164, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 172, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 176, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 4, app/assets/stylesheets/application/codes.css.sass */
#codes-list #materialbox-overlay {
  background-color: white;
}

/* line 6, app/assets/stylesheets/application/codes.css.sass */
#codes-list .qrcode {
  opacity: 1;
  padding: 30px 30px 0;
}

/* line 9, app/assets/stylesheets/application/codes.css.sass */
#codes-list .card {
  margin: auto;
}

/* line 11, app/assets/stylesheets/application/codes.css.sass */
#codes-list .card .small-level {
  font-size: 12px;
}

/* line 14, app/assets/stylesheets/application/codes.css.sass */
#codes-list .card .card-image {
  margin: auto;
}

@media only screen and (min-width : 601px) {
  /* line 14, app/assets/stylesheets/application/codes.css.sass */
  #codes-list .card .card-image {
    max-width: 275px;
  }
}

@media only screen and (min-width : 601px) {
  /* line 9, app/assets/stylesheets/application/codes.css.sass */
  #codes-list .card {
    width: 400px;
  }
}

/* line 21, app/assets/stylesheets/application/codes.css.sass */
#codes-list .card .card-action a {
  margin-right: 0 !important;
  line-height: 16px !important;
}

/* line 25, app/assets/stylesheets/application/codes.css.sass */
#codes-list .divider {
  margin: 25px 0;
}
/* line 2, app/assets/stylesheets/application/export.css.sass */
#exports .doc-icon {
  white-space: nowrap;
  width: 40px;
  margin-top: -8px;
}
/* line 1, app/assets/stylesheets/application/footer.css.sass */
footer {
  z-index: 1000;
  background: #f9f7f6;
  border-top: 1px solid #dedede;
  bottom: 0;
  left: 0;
  padding: 12px;
  position: fixed;
  right: 0;
}
/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red {
  background-color: #F44336 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text {
  color: #F44336 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal {
  background-color: #009688 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text {
  color: #009688 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown {
  background-color: #795548 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text {
  color: #795548 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black {
  background-color: #000000 !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black-text {
  color: #000000 !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent {
  background-color: transparent !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
/* line 91, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-5, .modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #1779ba;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i {
  line-height: inherit;
}

/* line 134, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.tiny {
  font-size: 1rem;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.small {
  font-size: 2rem;
}

/* line 148, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.medium {
  font-size: 4rem;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active a {
  color: #fff;
}

/* line 185, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active {
  background-color: #1779ba;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 207, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 212, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 226, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 234, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
  float: left;
}

/* line 248, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 252, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 258, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 263, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 271, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 285, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 288, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 296, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 300, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  /* line 309, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 314, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 319, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 324, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 329, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 334, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 339, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 344, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 349, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 354, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 359, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 364, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 372, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 379, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #1779ba;
}

/* line 384, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 397, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table, th, td {
  border: none;
}

/* line 401, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 408, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped tr {
  border-bottom: none;
}

/* line 413, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 417, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 423, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 425, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 431, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 437, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 441, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  /* line 452, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 459, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 463, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 469, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 470, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 474, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 478, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 483, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 490, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 495, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 499, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 504, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 510, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 520, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 527, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 535, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 541, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 551, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 560, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 564, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 568, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 577, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 581, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active {
  background-color: #767676;
  color: white;
}

/* line 585, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 590, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #767676;
}

/* line 595, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 602, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 607, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 610, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 617, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.secondary-content {
  float: right;
  color: #767676;
}

/* line 621, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 629, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 635, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 645, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: gainsboro;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 654, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #767676;
  transition: width .3s linear;
}

/* line 662, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate {
  background-color: #767676;
}

/* line 664, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 676, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 725, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hide {
  display: none !important;
}

/* line 730, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 733, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 736, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 740, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left {
  float: left !important;
}

/* line 743, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right {
  float: right !important;
}

/* line 748, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 752, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 756, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 762, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 769, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #767676;
  border-radius: 2px;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new:after {
  content: " new";
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 70%;
  }
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad {
  padding: 0;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #1779ba;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav a {
  color: #fff;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 76, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 93, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 111, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul {
  margin: 0;
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 119, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 136, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul.left {
  float: left;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav form {
  height: 100%;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 161, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

/* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 188, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 193, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 201, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 205, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
em {
  font-style: italic;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.light {
  font-weight: 300;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 1rem;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small {
  height: 300px;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.medium {
  height: 400px;
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.large {
  height: 500px;
}

/* line 65, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal {
  display: flex;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 72, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 95, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image {
  position: relative;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 1rem;
}

/* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content {
  padding: 1rem;
  border-radius: 0 0 2px 2px;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content p {
  margin: 0;
}

/* line 148, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 159, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 1rem;
}

/* line 160, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 1rem;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal {
  padding: 1rem;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 38, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a {
  color: rgba(23, 121, 186, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(55, 160, 230, 0.2);
  outline: none;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #1779ba;
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(23, 121, 186, 0.4);
  cursor: default;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #37a0e6;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 91, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 94, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tooltip.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large,
.btn-flat {
  border: none;
  border-radius: 0;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0.85em 1em;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #5d5d5d;
}

/* line 65, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #767676;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #838383;
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #767676;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:hover {
  background-color: #767676;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
button.btn-floating {
  border: none;
}

/* line 152, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 197, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 221, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #767676;
  border-radius: 50%;
  transform: scale(0);
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 280, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 284, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 309, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 320, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #767676;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 76, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 83, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 78, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible,
.sidenav.sidenav-fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible li,
.sidenav.sidenav-fixed .collapsible li {
  padding: 0;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header,
.sidenav.sidenav-fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header:hover,
.sidenav.sidenav-fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header i,
.sidenav.sidenav-fixed .collapsible-header i {
  line-height: inherit;
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body li a,
.sidenav.sidenav-fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 1rem;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 69, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 75, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 87, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
select:focus {
  outline: 1px solid #eeeeee;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: gray;
}

/* line 11, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #767676;
  box-shadow: 0 1px 0 0 #767676;
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #767676;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #3adb76;
}

/* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #cc4b37;
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #3adb76;
  box-shadow: 0 1px 0 0 #3adb76;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #cc4b37;
  box-shadow: 0 1px 0 0 #cc4b37;
}

/* line 124, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 129, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #3adb76;
}

/* line 133, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #cc4b37;
}

/* line 137, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 149, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 156, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 164, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 197, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 205, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 220, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 227, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #767676;
}

/* line 230, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 241, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 244, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 251, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 261, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 266, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fefefe;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 280, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 287, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 292, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 308, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 313, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 324, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
/* line 341, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 343, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 352, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border-radius: 50%;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border: 2px solid #767676;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:after {
  background-color: #767676;
}

/* line 73, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 78, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 83, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 92, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 13, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 15, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #767676;
  border-bottom: 2px solid #767676;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #767676;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 100, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):before,
.filled-in[type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 124, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 134, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fefefe;
  border-bottom: 2px solid #fefefe;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 158, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #767676;
  background-color: #767676;
  z-index: 0;
}

/* line 169, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #767676;
  border-color: #767676;
}

/* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

/* line 196, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #b6b6b6;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #767676;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 0;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 57, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before {
  background-color: rgba(118, 118, 118, 0.15);
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(118, 118, 118, 0.15);
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select.browser-default {
  opacity: 1;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select {
  opacity: 0;
  background-color: #fefefe;
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 0;
  height: 3rem;
}

/* line 15, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #cacaca;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #767676;
}

/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 97, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .hide-select {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 127, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 139, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 146, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 150, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 176, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 183, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field {
  position: relative;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #767676;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #767676;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: #fefefe;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #767676;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #767676;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 97, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(118, 118, 118, 0.26);
}

/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 117, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #767676;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(118, 118, 118, 0.26);
}

/* line 133, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 155, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #767676;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 159, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(118, 118, 118, 0.26);
}

/***************
    Nav List
***************/
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #1779ba;
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #1779ba;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 38, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i, .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > [class^="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) li > a > [class*="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > .btn, .sidenav li > .btn-small, .sidenav li > .btn-large, .sidenav li > .btn-flat, .sidenav li > .btn-floating {
  margin: 10px 32px;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 75, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 87, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 92, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 93, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 117, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 137, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 139, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 152, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 154, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 186, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #1779ba;
}

/* line 189, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 193, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #767676;
}

/* line 69, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 126, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 252, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 268, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 284, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 290, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 320, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 18, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #1779ba;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Modal */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-month input {
  width: 80px;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 57, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #767676;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 64, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 94, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table tr {
  border: none;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-today {
  color: #767676;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-selected {
  background-color: #767676;
  color: #fff;
}

/* line 118, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 129, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

/* line 130, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button:focus {
  background-color: rgba(118, 118, 118, 0.25);
}

/* Footer */
/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 155, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #767676;
  padding: 0 1rem;
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 188, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 13, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #767676;
  padding: 10px;
  font-weight: 300;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 64, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

/* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(118, 118, 118, 0.25);
}

/* line 105, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 119, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 122, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas line {
  stroke: #767676;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #767676;
}

/* line 135, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #767676;
}

/* Footer */
/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 149, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-close {
  color: #767676;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 164, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 172, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 176, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 5, app/assets/stylesheets/application/header.css.sass */
#header .header-site {
  min-height: 100px !important;
  line-height: 48px;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 15, app/assets/stylesheets/application/header.css.sass */
#header .header-site .title {
  color: #ff5500;
  font-size: 24px;
  font-weight: bold;
}

/* line 21, app/assets/stylesheets/application/header.css.sass */
#header .header-site .main-logo {
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 35px;
}

@media only screen and (max-width : 600px) {
  /* line 21, app/assets/stylesheets/application/header.css.sass */
  #header .header-site .main-logo {
    height: 30px;
  }
}

/* line 32, app/assets/stylesheets/application/header.css.sass */
#header .header-site .retailer-logo {
  height: 50px;
  max-width: 150px;
  border-radius: 50%;
  margin: 0 25px;
}

/* line 38, app/assets/stylesheets/application/header.css.sass */
#header nav {
  color: #000 !important;
  background-color: transparent !important;
  box-shadow: none;
  line-height: 26px !important;
  padding-right: 12px;
}

@media only screen and (max-width : 600px) {
  /* line 38, app/assets/stylesheets/application/header.css.sass */
  #header nav {
    margin: 12px 0 12px !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 38, app/assets/stylesheets/application/header.css.sass */
  #header nav {
    margin: 12px 0 -26px !important;
  }
}

/* line 48, app/assets/stylesheets/application/header.css.sass */
#header nav .breadcrumb {
  color: rgba(0, 0, 0, 0.54);
}

/* line 50, app/assets/stylesheets/application/header.css.sass */
#header nav .breadcrumb:before {
  color: rgba(0, 0, 0, 0.54);
}

/* line 52, app/assets/stylesheets/application/header.css.sass */
#header nav .breadcrumb:last-child {
  color: rgba(0, 0, 0, 0.87);
}
/* line 1, app/assets/stylesheets/application/home.css.sass */
#home-list {
  width: 100%;
}

/* line 7, app/assets/stylesheets/application/home.css.sass */
#home-list .card table.striped.centered tr td {
  padding: 9px 2px !important;
}
/*!
 * Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

/* line 9, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

/* line 19, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

/* line 23, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free';
}

/* line 26, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_core.scss */
.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands';
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-1x {
  font-size: 1em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2x {
  font-size: 2em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-3x {
  font-size: 3em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-4x {
  font-size: 4em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-5x {
  font-size: 5em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-6x {
  font-size: 6em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-7x {
  font-size: 7em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-8x {
  font-size: 8em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-9x {
  font-size: 9em;
}

/* line 6, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-10x {
  font-size: 10em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_sizing.scss */
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

/* line 9, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

/* line 12, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

/* line 17, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

/* line 22, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 31, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

/* line 40, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

/* line 49, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 58, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

/* line 67, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

/* line 71, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  /* line 83, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_animated.scss */
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  transform: rotate(90deg);
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  transform: rotate(180deg);
}

/* line 12, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  transform: rotate(270deg);
}

/* line 16, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  transform: scale(-1, 1);
}

/* line 20, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  transform: scale(1, -1);
}

/* line 24, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

/* line 4, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 13, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

/* line 21, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 25, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 29, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-0 {
  --fa: "\30";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-1 {
  --fa: "\31";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-2 {
  --fa: "\32";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-3 {
  --fa: "\33";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-4 {
  --fa: "\34";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-5 {
  --fa: "\35";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-6 {
  --fa: "\36";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-7 {
  --fa: "\37";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-8 {
  --fa: "\38";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-9 {
  --fa: "\39";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip {
  --fa: "\f576";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-circle {
  --fa: "\e4bd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-right {
  --fa: "\f138";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right {
  --fa: "\f138";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-at {
  --fa: "\40";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can {
  --fa: "\f2ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt {
  --fa: "\f2ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height {
  --fa: "\f034";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-xmark {
  --fa: "\f235";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times {
  --fa: "\f235";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope {
  --fa: "\f0f1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-message {
  --fa: "\f27a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt {
  --fa: "\f27a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info {
  --fa: "\f129";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-alt {
  --fa: "\f422";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-explosion {
  --fa: "\e4e9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-lines {
  --fa: "\f15c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt {
  --fa: "\f15c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text {
  --fa: "\f15c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wave-square {
  --fa: "\f83e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ring {
  --fa: "\f70b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-un {
  --fa: "\e4d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three {
  --fa: "\f527";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-days {
  --fa: "\f073";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt {
  --fa: "\f073";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-check {
  --fa: "\e4aa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball {
  --fa: "\f45f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball {
  --fa: "\f45f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down {
  --fa: "\f0dd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-desc {
  --fa: "\f0dd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-minus {
  --fa: "\f056";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle {
  --fa: "\f056";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open {
  --fa: "\f52b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-from-bracket {
  --fa: "\f2f5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt {
  --fa: "\f2f5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom {
  --fa: "\f5d2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soap {
  --fa: "\e06e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icons {
  --fa: "\f86d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines-slash {
  --fa: "\f539";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash {
  --fa: "\f539";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-check {
  --fa: "\e4c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-medical {
  --fa: "\e06a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint {
  --fa: "\f577";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right {
  --fa: "\f0a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-location {
  --fa: "\f689";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-location {
  --fa: "\f689";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-step {
  --fa: "\f051";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward {
  --fa: "\f051";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-beam {
  --fa: "\f5b8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam {
  --fa: "\f5b8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered {
  --fa: "\f11e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football {
  --fa: "\f44e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball {
  --fa: "\f44e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-exclamation {
  --fa: "\e56c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop {
  --fa: "\f125";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-down {
  --fa: "\f103";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down {
  --fa: "\f103";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rectangle {
  --fa: "\e594";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-roof {
  --fa: "\e537";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-line {
  --fa: "\e534";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer-mug-empty {
  --fa: "\f0fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer {
  --fa: "\f0fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-predecessor {
  --fa: "\e477";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-long {
  --fa: "\f176";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up {
  --fa: "\f176";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-simple {
  --fa: "\f46a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn {
  --fa: "\f46a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person {
  --fa: "\f183";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-male {
  --fa: "\f183";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop {
  --fa: "\f109";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-csv {
  --fa: "\f6dd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-menorah {
  --fa: "\f676";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-plane {
  --fa: "\e58f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-record-vinyl {
  --fa: "\f8d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-stars {
  --fa: "\f587";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars {
  --fa: "\f587";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong {
  --fa: "\f55c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pastafarianism {
  --fa: "\f67b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon {
  --fa: "\f2e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon {
  --fa: "\f2e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar-wheat {
  --fa: "\e517";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelopes-bulk {
  --fa: "\f674";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-bulk {
  --fa: "\f674";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-h {
  --fa: "\f47e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol {
  --fa: "\f47e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pager {
  --fa: "\f815";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book {
  --fa: "\f2b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-book {
  --fa: "\f2b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough {
  --fa: "\f0cc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-k {
  --fa: "\4b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-flag {
  --fa: "\e51c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil {
  --fa: "\f303";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt {
  --fa: "\f303";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward {
  --fa: "\f04a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right {
  --fa: "\f0da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments {
  --fa: "\f086";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste {
  --fa: "\f0ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-clipboard {
  --fa: "\f0ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-pull-request {
  --fa: "\e13c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list {
  --fa: "\f46d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-ramp-box {
  --fa: "\f4de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading {
  --fa: "\f4de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check {
  --fa: "\f4fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-virus {
  --fa: "\e597";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheet-plastic {
  --fa: "\e571";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blog {
  --fa: "\f781";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja {
  --fa: "\f504";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll-torah {
  --fa: "\f6a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torah {
  --fa: "\f6a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom-ball {
  --fa: "\f458";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch {
  --fa: "\f458";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch-broom-ball {
  --fa: "\f458";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off {
  --fa: "\f204";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-archive {
  --fa: "\f187";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive {
  --fa: "\f187";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-drowning {
  --fa: "\e545";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-9-1 {
  --fa: "\f886";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc {
  --fa: "\f886";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint {
  --fa: "\f58a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can {
  --fa: "\f5bd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster {
  --fa: "\f63b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-w {
  --fa: "\57";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-africa {
  --fa: "\f57c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa {
  --fa: "\f57c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rainbow {
  --fa: "\f75b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch {
  --fa: "\f1ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-screen-button {
  --fa: "\f3fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt {
  --fa: "\f3fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw {
  --fa: "\f1b0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud {
  --fa: "\f0c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel-bricks {
  --fa: "\e58a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-flushed {
  --fa: "\f579";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed {
  --fa: "\f579";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-user {
  --fa: "\f80d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel {
  --fa: "\f0e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal {
  --fa: "\f0e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars {
  --fa: "\f1e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash {
  --fa: "\f131";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-tissue {
  --fa: "\e05b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle {
  --fa: "\f21c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-concierge {
  --fa: "\f562";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell {
  --fa: "\f562";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-ruler {
  --fa: "\f5ae";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler {
  --fa: "\f5ae";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows {
  --fa: "\e068";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-arrows-left-right {
  --fa: "\e068";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus-burst {
  --fa: "\e523";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-right {
  --fa: "\f152";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right {
  --fa: "\f152";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scissors {
  --fa: "\f0c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut {
  --fa: "\f0c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-plant-wilt {
  --fa: "\e57a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilets-portable {
  --fa: "\e584";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck {
  --fa: "\f453";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table {
  --fa: "\f0ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachograph-digital {
  --fa: "\f566";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph {
  --fa: "\f566";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-slash {
  --fa: "\e073";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clover {
  --fa: "\e139";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply {
  --fa: "\f3e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply {
  --fa: "\f3e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-and-crescent {
  --fa: "\f699";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-fire {
  --fa: "\e50c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-minus {
  --fa: "\f146";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square {
  --fa: "\f146";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter {
  --fa: "\f533";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass {
  --fa: "\f14e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-down {
  --fa: "\f150";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down {
  --fa: "\f150";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-question {
  --fa: "\e4ef";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code {
  --fa: "\f5fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook {
  --fa: "\f5c3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle {
  --fa: "\f485";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars {
  --fa: "\f0c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon {
  --fa: "\f0c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-group {
  --fa: "\e533";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end {
  --fa: "\f253";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3 {
  --fa: "\f253";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-crack {
  --fa: "\f7a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-broken {
  --fa: "\f7a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-up-right {
  --fa: "\f360";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt {
  --fa: "\f360";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-beam {
  --fa: "\f597";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam {
  --fa: "\f597";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-film {
  --fa: "\f008";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal {
  --fa: "\f547";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-robbery {
  --fa: "\e536";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb {
  --fa: "\f0eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left {
  --fa: "\f0d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-exclamation {
  --fa: "\f06a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle {
  --fa: "\f06a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-xmark {
  --fa: "\e56d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out {
  --fa: "\f08b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-down {
  --fa: "\f13a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down {
  --fa: "\f13a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-keyhole {
  --fa: "\f13e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt {
  --fa: "\f13e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-heavy {
  --fa: "\f740";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-simple {
  --fa: "\f58f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt {
  --fa: "\f58f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap {
  --fa: "\f0e8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate {
  --fa: "\f4b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory {
  --fa: "\f538";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-spikes {
  --fa: "\e568";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-burner {
  --fa: "\e4f1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag {
  --fa: "\f024";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hanukiah {
  --fa: "\f6e6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather {
  --fa: "\f52d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-low {
  --fa: "\f027";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down {
  --fa: "\f027";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash {
  --fa: "\f4b3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun-rain {
  --fa: "\f743";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress {
  --fa: "\f066";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn {
  --fa: "\e2cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-alt {
  --fa: "\e2cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ankh {
  --fa: "\f644";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-child {
  --fa: "\e4fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk {
  --fa: "\2a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-check {
  --fa: "\f14a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square {
  --fa: "\f14a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peseta-sign {
  --fa: "\e221";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading {
  --fa: "\f1dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-header {
  --fa: "\f1dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ghost {
  --fa: "\f6e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list {
  --fa: "\f03a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-squares {
  --fa: "\f03a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone-flip {
  --fa: "\f87b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square-alt {
  --fa: "\f87b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus {
  --fa: "\f217";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad {
  --fa: "\f11b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-dot {
  --fa: "\f192";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle {
  --fa: "\f192";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-dizzy {
  --fa: "\f567";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy {
  --fa: "\f567";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-egg {
  --fa: "\f7fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-campground {
  --fa: "\f6bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-plus {
  --fa: "\f65e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol {
  --fa: "\f1e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol-ball {
  --fa: "\f1e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball {
  --fa: "\f1e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paintbrush {
  --fa: "\f1fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush {
  --fa: "\f1fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock {
  --fa: "\f023";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump {
  --fa: "\f52f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub-person {
  --fa: "\f593";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub {
  --fa: "\f593";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location {
  --fa: "\f59f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked {
  --fa: "\f59f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water {
  --fa: "\e50e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree {
  --fa: "\f1bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-lock {
  --fa: "\e4cc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-dollar {
  --fa: "\f81d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-to-square {
  --fa: "\f044";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit {
  --fa: "\f044";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side {
  --fa: "\f5e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-nodes {
  --fa: "\f1e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt {
  --fa: "\f1e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-minus {
  --fa: "\e4ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half {
  --fa: "\f252";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2 {
  --fa: "\f252";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope {
  --fa: "\f610";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sink {
  --fa: "\e06d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bag-shopping {
  --fa: "\f290";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag {
  --fa: "\f290";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-z-a {
  --fa: "\f881";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc {
  --fa: "\f881";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mitten {
  --fa: "\f7b5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rays {
  --fa: "\e54d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users {
  --fa: "\f0c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash {
  --fa: "\f070";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask-vial {
  --fa: "\e4f3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand {
  --fa: "\f256";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper {
  --fa: "\f256";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-om {
  --fa: "\f679";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-worm {
  --fa: "\e599";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-xmark {
  --fa: "\e50b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug {
  --fa: "\f1e6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up {
  --fa: "\f077";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock {
  --fa: "\f259";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch {
  --fa: "\f2f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss {
  --fa: "\f596";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss {
  --fa: "\f596";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue {
  --fa: "\f589";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue {
  --fa: "\f589";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop {
  --fa: "\f43a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wink {
  --fa: "\f58c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink {
  --fa: "\f58c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-deaf {
  --fa: "\f2a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf {
  --fa: "\f2a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness {
  --fa: "\f2a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-of-hearing {
  --fa: "\f2a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-check {
  --fa: "\e564";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five {
  --fa: "\f523";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-rss {
  --fa: "\f143";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square {
  --fa: "\f143";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-land-mine-on {
  --fa: "\e51b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor {
  --fa: "\f246";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp {
  --fa: "\f5bf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stairs {
  --fa: "\e289";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-i {
  --fa: "\49";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia-sign {
  --fa: "\f6f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hryvnia {
  --fa: "\f6f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills {
  --fa: "\f484";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-wide {
  --fa: "\f581";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt {
  --fa: "\f581";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth {
  --fa: "\f5c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-v {
  --fa: "\56";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle {
  --fa: "\f206";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-snake {
  --fa: "\e579";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-asclepius {
  --fa: "\e579";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rod-snake {
  --fa: "\e579";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-staff-aesculapius {
  --fa: "\e579";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough-slash {
  --fa: "\e062";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-medical {
  --fa: "\f0f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance {
  --fa: "\f0f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowman {
  --fa: "\f7d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle {
  --fa: "\f5a7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-barrier {
  --fa: "\e562";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school {
  --fa: "\f549";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-igloo {
  --fa: "\f7ae";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint {
  --fa: "\f595";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right {
  --fa: "\f105";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse {
  --fa: "\f6f0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-q {
  --fa: "\51";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-g {
  --fa: "\47";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical {
  --fa: "\f481";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-half {
  --fa: "\f2c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-2 {
  --fa: "\f2c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2 {
  --fa: "\f2c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half {
  --fa: "\f2c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dong-sign {
  --fa: "\e169";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules {
  --fa: "\f46b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-storm {
  --fa: "\f75a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo-bolt {
  --fa: "\f75a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown-open {
  --fa: "\f57a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open {
  --fa: "\f57a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up {
  --fa: "\f0a6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill {
  --fa: "\f0d6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark {
  --fa: "\f02e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify {
  --fa: "\f039";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach {
  --fa: "\f5ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-un {
  --fa: "\e503";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye {
  --fa: "\f140";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacon {
  --fa: "\f7e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down {
  --fa: "\f0a7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder {
  --fa: "\f07b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-blank {
  --fa: "\f07b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-waveform {
  --fa: "\f478";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt {
  --fa: "\f478";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation {
  --fa: "\f7b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-simple {
  --fa: "\e473";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke {
  --fa: "\f229";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial {
  --fa: "\f492";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge {
  --fa: "\f624";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard {
  --fa: "\f624";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-med {
  --fa: "\f624";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-average {
  --fa: "\f624";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-e {
  --fa: "\45";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-clip {
  --fa: "\f305";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt {
  --fa: "\f305";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user {
  --fa: "\f007";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-circle-check {
  --fa: "\e56b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster {
  --fa: "\f793";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-van-shuttle {
  --fa: "\f5b6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van {
  --fa: "\f5b6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-user {
  --fa: "\e4da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-left {
  --fa: "\f191";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left {
  --fa: "\f191";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter {
  --fa: "\f591";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-key {
  --fa: "\f084";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn {
  --fa: "\f0a1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe {
  --fa: "\f0ac";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-synagogue {
  --fa: "\f69b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-half-dress {
  --fa: "\e548";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-bridge {
  --fa: "\e563";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow {
  --fa: "\f124";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-c {
  --fa: "\43";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-button {
  --fa: "\f10a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-lock {
  --fa: "\e4d6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pizza-slice {
  --fa: "\f818";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave {
  --fa: "\f53a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area {
  --fa: "\f1fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart {
  --fa: "\f1fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flag {
  --fa: "\e50d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-minus {
  --fa: "\e540";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban {
  --fa: "\f05e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cancel {
  --fa: "\f05e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-rotate {
  --fa: "\e0d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener {
  --fa: "\f5d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star {
  --fa: "\f005";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-repeat {
  --fa: "\f363";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cross {
  --fa: "\f654";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box {
  --fa: "\f466";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars {
  --fa: "\f228";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-pointer {
  --fa: "\f245";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer {
  --fa: "\f245";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-maximize {
  --fa: "\f31e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt {
  --fa: "\f31e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station {
  --fa: "\f5e7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes {
  --fa: "\f61f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-circle-square {
  --fa: "\f61f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuffle {
  --fa: "\f074";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-random {
  --fa: "\f074";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-running {
  --fa: "\f70c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-running {
  --fa: "\f70c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-retro {
  --fa: "\e527";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spider {
  --fa: "\f717";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bound {
  --fa: "\e4f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar {
  --fa: "\f571";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-exclamation {
  --fa: "\e556";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray {
  --fa: "\f497";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spell-check {
  --fa: "\f891";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-slash {
  --fa: "\f715";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer-mouse {
  --fa: "\f8cc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse {
  --fa: "\f8cc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in {
  --fa: "\f090";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-slash {
  --fa: "\e070";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt-slash {
  --fa: "\e070";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-server {
  --fa: "\f233";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid-slash {
  --fa: "\e4a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop-lock {
  --fa: "\e4a5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start {
  --fa: "\f251";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1 {
  --fa: "\f251";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender-phone {
  --fa: "\f6b6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-wheat {
  --fa: "\e4db";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-breastfeeding {
  --fa: "\e53a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-to-bracket {
  --fa: "\f2f6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt {
  --fa: "\f2f6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus {
  --fa: "\f221";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport {
  --fa: "\f5ab";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack-slash {
  --fa: "\e68f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack-slash {
  --fa: "\e68f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-pulse {
  --fa: "\f21e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat {
  --fa: "\f21e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry-box {
  --fa: "\f4ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry {
  --fa: "\f4ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-high {
  --fa: "\f769";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip {
  --fa: "\f2db";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown {
  --fa: "\f521";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging {
  --fa: "\f5cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmarks-lines {
  --fa: "\e59a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription {
  --fa: "\f572";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-scale {
  --fa: "\f496";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight {
  --fa: "\f496";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-group {
  --fa: "\f500";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends {
  --fa: "\f500";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-a-z {
  --fa: "\f15e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up {
  --fa: "\f15e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight {
  --fa: "\f441";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-squint {
  --fa: "\f59b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint {
  --fa: "\f59b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair {
  --fa: "\f193";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-up {
  --fa: "\f0aa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up {
  --fa: "\f0aa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on {
  --fa: "\f205";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking {
  --fa: "\f554";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking {
  --fa: "\f554";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-l {
  --fa: "\4c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire {
  --fa: "\f06d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed-pulse {
  --fa: "\f487";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures {
  --fa: "\f487";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-space {
  --fa: "\f197";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle {
  --fa: "\f197";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh {
  --fa: "\f599";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh {
  --fa: "\f599";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open {
  --fa: "\f07c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-plus {
  --fa: "\e500";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork {
  --fa: "\e13b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-city {
  --fa: "\f64f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-lines {
  --fa: "\f3c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt {
  --fa: "\f3c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pepper-hot {
  --fa: "\f816";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock {
  --fa: "\f09c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-colon-sign {
  --fa: "\e140";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset {
  --fa: "\f590";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-slash {
  --fa: "\e071";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-xmark {
  --fa: "\e566";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus {
  --fa: "\f503";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-up {
  --fa: "\f22a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v {
  --fa: "\f22a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-champagne-glasses {
  --fa: "\f79f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-cheers {
  --fa: "\f79f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard {
  --fa: "\f328";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-exclamation {
  --fa: "\e50a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-up {
  --fa: "\f574";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload {
  --fa: "\f574";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi {
  --fa: "\f1eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-3 {
  --fa: "\f1eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi-strong {
  --fa: "\f1eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath {
  --fa: "\f2cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub {
  --fa: "\f2cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline {
  --fa: "\f0cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-pen {
  --fa: "\f4ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit {
  --fa: "\f4ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature {
  --fa: "\f5b7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel {
  --fa: "\f551";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold {
  --fa: "\f032";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-lock {
  --fa: "\e4ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-ngo {
  --fa: "\e4d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-manat-sign {
  --fa: "\e1d5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal {
  --fa: "\f53e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-top-left {
  --fa: "\f853";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-style {
  --fa: "\f853";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-location-dot {
  --fa: "\f5a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt {
  --fa: "\f5a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi {
  --fa: "\f669";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-vertical {
  --fa: "\f681";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll {
  --fa: "\f681";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-hot {
  --fa: "\f7b6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery {
  --fa: "\f5df";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-car {
  --fa: "\f5df";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift {
  --fa: "\f06b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two {
  --fa: "\f528";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen {
  --fa: "\f445";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses {
  --fa: "\f530";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board {
  --fa: "\f43c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-check {
  --fa: "\e4d2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-chalkboard {
  --fa: "\e53d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-right {
  --fa: "\f22b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h {
  --fa: "\f22b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-back-fist {
  --fa: "\f255";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock {
  --fa: "\f255";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-caret-up {
  --fa: "\f151";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up {
  --fa: "\f151";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-showers-water {
  --fa: "\e4e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar {
  --fa: "\f080";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart {
  --fa: "\f080";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-bubbles {
  --fa: "\e05e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-wash {
  --fa: "\e05e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal {
  --fa: "\f537";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train {
  --fa: "\f238";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-low-vision {
  --fa: "\f2a8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision {
  --fa: "\f2a8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow {
  --fa: "\f520";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sailboat {
  --fa: "\e445";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore {
  --fa: "\f2d2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-plus {
  --fa: "\f0fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square {
  --fa: "\f0fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-torii-gate {
  --fa: "\f6a1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog {
  --fa: "\f52e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bucket {
  --fa: "\e4cf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image {
  --fa: "\f03e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone {
  --fa: "\f130";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cow {
  --fa: "\f6c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up {
  --fa: "\f0d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver {
  --fa: "\f54a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-closed {
  --fa: "\e185";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-tsunami {
  --fa: "\e515";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-nfi {
  --fa: "\e576";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass {
  --fa: "\f57b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt {
  --fa: "\f57b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-binary {
  --fa: "\e69b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left {
  --fa: "\f2ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-back {
  --fa: "\f2ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-backward {
  --fa: "\f2ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt {
  --fa: "\f2ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-columns {
  --fa: "\f0db";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns {
  --fa: "\f0db";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon {
  --fa: "\f094";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-mask {
  --fa: "\e063";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake {
  --fa: "\f2b5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem {
  --fa: "\f3a5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly {
  --fa: "\f472";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-box {
  --fa: "\f472";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking {
  --fa: "\f48d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minimize {
  --fa: "\f78c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress-arrows-alt {
  --fa: "\f78c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument {
  --fa: "\f5a6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowplow {
  --fa: "\f7d2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-right {
  --fa: "\f101";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right {
  --fa: "\f101";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis {
  --fa: "\f55f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-play {
  --fa: "\f144";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle {
  --fa: "\f144";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets {
  --fa: "\f490";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethernet {
  --fa: "\f796";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign {
  --fa: "\f153";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eur {
  --fa: "\f153";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro {
  --fa: "\f153";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chair {
  --fa: "\f6c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-check {
  --fa: "\f058";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle {
  --fa: "\f058";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-stop {
  --fa: "\f28d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle {
  --fa: "\f28d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass-drafting {
  --fa: "\f568";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass {
  --fa: "\f568";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plate-wheat {
  --fa: "\e55a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-icicles {
  --fa: "\f7ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-shelter {
  --fa: "\e54f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter {
  --fa: "\f22c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge {
  --fa: "\f2c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker {
  --fa: "\f5a1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-beam {
  --fa: "\f59a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam {
  --fa: "\f59a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter-symbol {
  --fa: "\e502";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access {
  --fa: "\f29a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-up {
  --fa: "\f139";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up {
  --fa: "\f139";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lari-sign {
  --fa: "\e1c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volcano {
  --fa: "\f770";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sterling-sign {
  --fa: "\f154";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp {
  --fa: "\f154";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign {
  --fa: "\f154";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-viruses {
  --fa: "\e076";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-person-confined {
  --fa: "\e577";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie {
  --fa: "\f508";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-long {
  --fa: "\f175";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down {
  --fa: "\f175";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate {
  --fa: "\f0a3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all {
  --fa: "\f122";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all {
  --fa: "\f122";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase {
  --fa: "\f0f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skating {
  --fa: "\f7c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skating {
  --fa: "\f7c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-dollar {
  --fa: "\f662";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-funnel-dollar {
  --fa: "\f662";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro {
  --fa: "\f083";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-down {
  --fa: "\f0ab";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down {
  --fa: "\f0ab";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import {
  --fa: "\f56f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-file {
  --fa: "\f56f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-arrow-up-right {
  --fa: "\f14c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square {
  --fa: "\f14c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open {
  --fa: "\f49e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scroll {
  --fa: "\f70e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa {
  --fa: "\f5bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin-lock {
  --fa: "\e51f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause {
  --fa: "\f04c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-avalanche {
  --fa: "\e507";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-empty {
  --fa: "\f2cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-0 {
  --fa: "\f2cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0 {
  --fa: "\f2cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty {
  --fa: "\f2cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb {
  --fa: "\f1e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered {
  --fa: "\f25d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card {
  --fa: "\f2bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-contact-card {
  --fa: "\f2bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard {
  --fa: "\f2bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-right {
  --fa: "\f516";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript {
  --fa: "\f12c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond-turn-right {
  --fa: "\f5eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions {
  --fa: "\f5eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burst {
  --fa: "\e4dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-laptop {
  --fa: "\e066";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-house {
  --fa: "\e066";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-tired {
  --fa: "\f5c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired {
  --fa: "\f5c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bills {
  --fa: "\e1f3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smog {
  --fa: "\f75f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crutch {
  --fa: "\f7f7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload {
  --fa: "\f0ee";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette {
  --fa: "\f53f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-right {
  --fa: "\e4c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest {
  --fa: "\e085";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ferry {
  --fa: "\e4ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling {
  --fa: "\f4d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sprout {
  --fa: "\f4d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-right {
  --fa: "\f337";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h {
  --fa: "\f337";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-packing {
  --fa: "\e4c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-left {
  --fa: "\f0a8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left {
  --fa: "\f0a8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-food {
  --fa: "\e4c6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-candy-cane {
  --fa: "\f786";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-wide-short {
  --fa: "\f160";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc {
  --fa: "\f160";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down {
  --fa: "\f160";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-bolt {
  --fa: "\f76c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thunderstorm {
  --fa: "\f76c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-slash {
  --fa: "\f87d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove-format {
  --fa: "\f87d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile-wink {
  --fa: "\f4da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink {
  --fa: "\f4da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word {
  --fa: "\f1c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint {
  --fa: "\f1c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right {
  --fa: "\f07e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h {
  --fa: "\f07e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-lock {
  --fa: "\e510";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download {
  --fa: "\f0ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt {
  --fa: "\f0ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-children {
  --fa: "\e4e1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard {
  --fa: "\f51b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackboard {
  --fa: "\f51b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large-slash {
  --fa: "\f4fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash {
  --fa: "\f4fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open {
  --fa: "\f2b6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple-slash {
  --fa: "\e05f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt-slash {
  --fa: "\e05f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mattress-pillow {
  --fa: "\e525";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guarani-sign {
  --fa: "\e19a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-rotate {
  --fa: "\f021";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh {
  --fa: "\f021";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync {
  --fa: "\f021";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher {
  --fa: "\f134";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cruzeiro-sign {
  --fa: "\e152";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal {
  --fa: "\f532";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-halved {
  --fa: "\f3ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt {
  --fa: "\f3ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-atlas {
  --fa: "\f558";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas {
  --fa: "\f558";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus {
  --fa: "\e074";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-circle-check {
  --fa: "\e4e8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group {
  --fa: "\f5fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-dot {
  --fa: "\e4be";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway {
  --fa: "\f557";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-check {
  --fa: "\e4fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-crack {
  --fa: "\f6f1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-damage {
  --fa: "\f6f1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zipper {
  --fa: "\f1c6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive {
  --fa: "\f1c6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square {
  --fa: "\f0c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-empty {
  --fa: "\f000";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini {
  --fa: "\f000";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch {
  --fa: "\f4b8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cedi-sign {
  --fa: "\e0df";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic {
  --fa: "\f033";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-column-lock {
  --fa: "\e678";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-church {
  --fa: "\f51d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-dollar {
  --fa: "\f653";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-democrat {
  --fa: "\f747";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-z {
  --fa: "\5a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing {
  --fa: "\f7c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing {
  --fa: "\f7c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-lock {
  --fa: "\e567";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-a {
  --fa: "\41";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-down {
  --fa: "\e03f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-down {
  --fa: "\e03f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-pointed {
  --fa: "\f56b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt {
  --fa: "\f56b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-p {
  --fa: "\50";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake {
  --fa: "\f2dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper {
  --fa: "\f1ea";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-ad {
  --fa: "\f641";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ad {
  --fa: "\f641";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-arrow-right {
  --fa: "\f0a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right {
  --fa: "\f0a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter-circle-xmark {
  --fa: "\e17b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-locust {
  --fa: "\e520";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort {
  --fa: "\f0dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted {
  --fa: "\f0dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol {
  --fa: "\f0cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-1-2 {
  --fa: "\f0cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-numeric {
  --fa: "\f0cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress-burst {
  --fa: "\e544";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-dollar {
  --fa: "\f53d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt {
  --fa: "\f53d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square {
  --fa: "\f5cb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bread-slice {
  --fa: "\f7ec";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-language {
  --fa: "\f1ab";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart {
  --fa: "\f598";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter {
  --fa: "\f0b0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question {
  --fa: "\3f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature {
  --fa: "\f573";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down-left-right {
  --fa: "\f0b2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt {
  --fa: "\f0b2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-user {
  --fa: "\e065";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart {
  --fa: "\f4be";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece {
  --fa: "\f12e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check {
  --fa: "\f53c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-stroke {
  --fa: "\f5c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt {
  --fa: "\f5c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code {
  --fa: "\f121";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-whiskey-glass {
  --fa: "\f7a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-whiskey {
  --fa: "\f7a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-chart {
  --fa: "\e522";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link {
  --fa: "\f08e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes-stacked {
  --fa: "\e4e6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign {
  --fa: "\f159";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-krw {
  --fa: "\f159";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-won {
  --fa: "\f159";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-covid {
  --fa: "\e4a8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-austral-sign {
  --fa: "\e0a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-f {
  --fa: "\46";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf {
  --fa: "\f06c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road {
  --fa: "\f018";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi {
  --fa: "\f1ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab {
  --fa: "\f1ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-plus {
  --fa: "\e541";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie {
  --fa: "\f200";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart {
  --fa: "\f200";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt-lightning {
  --fa: "\e0b7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sack-xmark {
  --fa: "\e56a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel {
  --fa: "\f1c3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract {
  --fa: "\f56c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish-fins {
  --fa: "\e4f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-flag {
  --fa: "\e4d5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam {
  --fa: "\f582";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam {
  --fa: "\f582";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup {
  --fa: "\f248";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop {
  --fa: "\f619";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-pin {
  --fa: "\f041";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker {
  --fa: "\f041";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaaba {
  --fa: "\f66b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper {
  --fa: "\f71e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-helmet-safety {
  --fa: "\f807";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-hat {
  --fa: "\f807";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-hard {
  --fa: "\f807";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject {
  --fa: "\f052";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-right {
  --fa: "\f35a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-check {
  --fa: "\e555";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group {
  --fa: "\f247";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line {
  --fa: "\f201";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart {
  --fa: "\f201";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-ventilator {
  --fa: "\e524";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right {
  --fa: "\f061";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signs-post {
  --fa: "\f277";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs {
  --fa: "\f277";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cash-register {
  --fa: "\f788";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-question {
  --fa: "\e542";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h {
  --fa: "\48";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp {
  --fa: "\e57b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tools {
  --fa: "\f7d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-to-eye {
  --fa: "\e4bf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-bolt {
  --fa: "\e55b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart {
  --fa: "\f004";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-and-venus {
  --fa: "\f224";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-user {
  --fa: "\e1b0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-user {
  --fa: "\e1b0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumpster-fire {
  --fa: "\f794";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-crack {
  --fa: "\e3b1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-martini-glass-citrus {
  --fa: "\f561";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail {
  --fa: "\f561";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-surprise {
  --fa: "\f5c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise {
  --fa: "\f5c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-water {
  --fa: "\e4c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-pause {
  --fa: "\f28b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle {
  --fa: "\f28b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-paper-slash {
  --fa: "\e072";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-whole {
  --fa: "\f5d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt {
  --fa: "\f5d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kitchen-set {
  --fa: "\e51a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-r {
  --fa: "\52";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-quarter {
  --fa: "\f2ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-1 {
  --fa: "\f2ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1 {
  --fa: "\f2ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter {
  --fa: "\f2ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube {
  --fa: "\f1b2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin-sign {
  --fa: "\e0b4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-dog {
  --fa: "\e573";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel {
  --fa: "\f5ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open {
  --fa: "\f3c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-elevator {
  --fa: "\e16d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-transfer {
  --fa: "\e528";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-trend-up {
  --fa: "\e529";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-poll-horizontal {
  --fa: "\f682";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poll-h {
  --fa: "\f682";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle {
  --fa: "\f111";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-fast {
  --fa: "\f049";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward {
  --fa: "\f049";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle {
  --fa: "\f1b8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut {
  --fa: "\f4fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-slash {
  --fa: "\e069";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark {
  --fa: "\f25c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball {
  --fa: "\f434";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball {
  --fa: "\f434";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite-dish {
  --fa: "\f7c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-up {
  --fa: "\f35b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen-button {
  --fa: "\f3cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt {
  --fa: "\f3cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-high {
  --fa: "\f028";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up {
  --fa: "\f028";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-rays {
  --fa: "\e593";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet {
  --fa: "\f555";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check {
  --fa: "\f46c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio {
  --fa: "\f1c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-burger {
  --fa: "\f805";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamburger {
  --fa: "\f805";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench {
  --fa: "\f0ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bugs {
  --fa: "\e4d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign {
  --fa: "\f156";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee {
  --fa: "\f156";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image {
  --fa: "\f1c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-question {
  --fa: "\f059";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle {
  --fa: "\f059";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure {
  --fa: "\f5b0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-slash {
  --fa: "\e060";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bookmark {
  --fa: "\e0bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch {
  --fa: "\f126";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy {
  --fa: "\f8c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge {
  --fa: "\e4c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-flip {
  --fa: "\f879";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-alt {
  --fa: "\f879";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-front {
  --fa: "\e2b7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cat {
  --fa: "\f6be";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field {
  --fa: "\e58d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-route {
  --fa: "\f4d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-question {
  --fa: "\e4e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-panorama {
  --fa: "\e209";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-medical {
  --fa: "\f7f5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open {
  --fa: "\f62f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-minus {
  --fa: "\e4ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags {
  --fa: "\f02c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass {
  --fa: "\f4e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward-fast {
  --fa: "\f050";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward {
  --fa: "\f050";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh-blank {
  --fa: "\f5a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank {
  --fa: "\f5a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-parking {
  --fa: "\f540";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking {
  --fa: "\f540";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-signal {
  --fa: "\e012";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-progress {
  --fa: "\f828";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks-alt {
  --fa: "\f828";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet-drip {
  --fa: "\e006";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed {
  --fa: "\f474";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed {
  --fa: "\f474";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban-smoking {
  --fa: "\f54d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban {
  --fa: "\f54d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal {
  --fa: "\f120";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-button {
  --fa: "\f10b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-flag {
  --fa: "\e514";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-basket-shopping {
  --fa: "\f291";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket {
  --fa: "\f291";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape {
  --fa: "\f4db";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-simple {
  --fa: "\f55e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt {
  --fa: "\f55e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye {
  --fa: "\f06e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-cry {
  --fa: "\f5b3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry {
  --fa: "\f5b3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description {
  --fa: "\f29e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-to-person {
  --fa: "\e54c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-shield {
  --fa: "\e4f0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash {
  --fa: "\f506";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen {
  --fa: "\f304";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-observation {
  --fa: "\e586";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code {
  --fa: "\f1c9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal {
  --fa: "\f012";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-5 {
  --fa: "\f012";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal-perfect {
  --fa: "\f012";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus {
  --fa: "\f207";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-xmark {
  --fa: "\e501";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney {
  --fa: "\e3af";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg {
  --fa: "\e3af";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize {
  --fa: "\f2d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-frown {
  --fa: "\f119";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown {
  --fa: "\f119";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription {
  --fa: "\f5b1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shop {
  --fa: "\f54f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt {
  --fa: "\f54f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-floppy-disk {
  --fa: "\f0c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-save {
  --fa: "\f0c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vihara {
  --fa: "\f6a7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-unbalanced {
  --fa: "\f515";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale-left {
  --fa: "\f515";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up {
  --fa: "\f0de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-asc {
  --fa: "\f0de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots {
  --fa: "\f4ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting {
  --fa: "\f4ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plant-wilt {
  --fa: "\e5aa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond {
  --fa: "\f219";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint {
  --fa: "\f585";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint {
  --fa: "\f585";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd {
  --fa: "\f4c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-diagram {
  --fa: "\e695";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacterium {
  --fa: "\e05a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer {
  --fa: "\f25a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan {
  --fa: "\f56a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors {
  --fa: "\f257";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-praying {
  --fa: "\f684";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-praying-hands {
  --fa: "\f684";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-right {
  --fa: "\f01e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-rotate {
  --fa: "\f01e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo {
  --fa: "\f01e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biohazard {
  --fa: "\f780";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-crosshairs {
  --fa: "\f601";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location {
  --fa: "\f601";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double {
  --fa: "\f227";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-dress {
  --fa: "\e59c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-between-lines {
  --fa: "\e591";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs-virus {
  --fa: "\e067";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tears {
  --fa: "\f588";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears {
  --fa: "\f588";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone {
  --fa: "\f095";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-xmark {
  --fa: "\f273";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times {
  --fa: "\f273";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-reaching {
  --fa: "\e59d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-virus {
  --fa: "\e064";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-gear {
  --fa: "\f4fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog {
  --fa: "\f4fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-1-9 {
  --fa: "\f163";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up {
  --fa: "\f163";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed {
  --fa: "\f52a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-virus {
  --fa: "\e06c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six {
  --fa: "\f526";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito-net {
  --fa: "\e52c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-fragment {
  --fa: "\e697";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bridge-water {
  --fa: "\e4ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-booth {
  --fa: "\f756";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width {
  --fa: "\f035";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-wizard {
  --fa: "\f6e8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy {
  --fa: "\f5ac";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-digging {
  --fa: "\f85e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-digging {
  --fa: "\f85e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash {
  --fa: "\f1f8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple {
  --fa: "\f629";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-med {
  --fa: "\f629";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-average {
  --fa: "\f629";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-medical {
  --fa: "\f7e6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo {
  --fa: "\f2fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right {
  --fa: "\f10e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right-alt {
  --fa: "\f10e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirt {
  --fa: "\f553";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t-shirt {
  --fa: "\f553";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt {
  --fa: "\f553";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes {
  --fa: "\f1b3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide {
  --fa: "\f529";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge-sign {
  --fa: "\f7d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tenge {
  --fa: "\f7d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones {
  --fa: "\f025";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding {
  --fa: "\f4c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-clapping {
  --fa: "\e1a8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-republican {
  --fa: "\f75e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left {
  --fa: "\f060";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-xmark {
  --fa: "\e543";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler {
  --fa: "\f545";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left {
  --fa: "\f036";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d6 {
  --fa: "\f6d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-restroom {
  --fa: "\f7bd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-j {
  --fa: "\4a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-viewfinder {
  --fa: "\e595";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video {
  --fa: "\f1c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-from-square {
  --fa: "\f35d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt {
  --fa: "\f35d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells {
  --fa: "\f00a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th {
  --fa: "\f00a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf {
  --fa: "\f1c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-bible {
  --fa: "\f647";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bible {
  --fa: "\f647";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-o {
  --fa: "\4f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-medical {
  --fa: "\f0fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit {
  --fa: "\f0fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret {
  --fa: "\f21b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-otter {
  --fa: "\f700";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dress {
  --fa: "\f182";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-female {
  --fa: "\f182";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dollar {
  --fa: "\f651";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-business-time {
  --fa: "\f64a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-clock {
  --fa: "\f64a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-large {
  --fa: "\f009";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large {
  --fa: "\f009";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-tanakh {
  --fa: "\f827";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tanakh {
  --fa: "\f827";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume {
  --fa: "\f2a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone {
  --fa: "\f2a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-user {
  --fa: "\f7f3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child {
  --fa: "\f1ae";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign {
  --fa: "\f195";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-satellite {
  --fa: "\f7bf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-lock {
  --fa: "\e558";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag {
  --fa: "\f02b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment {
  --fa: "\f075";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake-candles {
  --fa: "\f1fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake {
  --fa: "\f1fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cake {
  --fa: "\f1fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope {
  --fa: "\f0e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-up {
  --fa: "\f102";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up {
  --fa: "\f102";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip {
  --fa: "\f0c6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon {
  --fa: "\f4d6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lungs {
  --fa: "\f604";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-9-1 {
  --fa: "\f887";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-litecoin-sign {
  --fa: "\e1d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-none {
  --fa: "\f850";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-nodes {
  --fa: "\e4e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box {
  --fa: "\f4cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent {
  --fa: "\f03c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-field-un {
  --fa: "\e58e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass {
  --fa: "\f254";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-empty {
  --fa: "\f254";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain {
  --fa: "\f6fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-doctor {
  --fa: "\f0f0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md {
  --fa: "\f0f0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-info {
  --fa: "\f05a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle {
  --fa: "\f05a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-meatball {
  --fa: "\f73b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera {
  --fa: "\f030";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-alt {
  --fa: "\f030";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-virus {
  --fa: "\e578";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meteor {
  --fa: "\f753";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-on {
  --fa: "\e4dd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sleigh {
  --fa: "\f7cc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-1-9 {
  --fa: "\f162";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc {
  --fa: "\f162";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down {
  --fa: "\f162";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-water {
  --fa: "\f4c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water {
  --fa: "\f773";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check {
  --fa: "\f274";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille {
  --fa: "\f2a1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-medical {
  --fa: "\f486";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt {
  --fa: "\f486";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark {
  --fa: "\f66f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck {
  --fa: "\f0d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs {
  --fa: "\f05b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-cane {
  --fa: "\e53c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent {
  --fa: "\e57d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vest-patches {
  --fa: "\e086";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double {
  --fa: "\f560";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-a-z {
  --fa: "\f15d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc {
  --fa: "\f15d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down {
  --fa: "\f15d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wheat {
  --fa: "\e52a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie {
  --fa: "\f563";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo {
  --fa: "\f0e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hard-drive {
  --fa: "\f0a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd {
  --fa: "\f0a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-squint-tears {
  --fa: "\f586";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears {
  --fa: "\f586";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell {
  --fa: "\f44b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-list {
  --fa: "\f022";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt {
  --fa: "\f022";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tarp-droplet {
  --fa: "\e57c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-check {
  --fa: "\e511";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skiing-nordic {
  --fa: "\f7ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus {
  --fa: "\f271";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival {
  --fa: "\f5af";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-left {
  --fa: "\f359";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-subway {
  --fa: "\f239";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway {
  --fa: "\f239";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-gantt {
  --fa: "\e0e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-indian-rupee {
  --fa: "\e1bc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inr {
  --fa: "\e1bc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-simple {
  --fa: "\f565";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt {
  --fa: "\f565";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1 {
  --fa: "\f3d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt {
  --fa: "\f3d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-left-long {
  --fa: "\f30a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna {
  --fa: "\f471";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-virus-slash {
  --fa: "\e075";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus {
  --fa: "\f068";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-subtract {
  --fa: "\f068";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess {
  --fa: "\f439";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left-long {
  --fa: "\f177";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left {
  --fa: "\f177";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-check {
  --fa: "\e55c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view {
  --fa: "\f21d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-franc-sign {
  --fa: "\e18f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off {
  --fa: "\f026";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear {
  --fa: "\f013";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog {
  --fa: "\f013";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet-slash {
  --fa: "\f5c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash {
  --fa: "\f5c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosque {
  --fa: "\f678";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mosquito {
  --fa: "\e52b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-david {
  --fa: "\f69a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-rifle {
  --fa: "\e54b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-shopping {
  --fa: "\f07a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart {
  --fa: "\f07a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials {
  --fa: "\f493";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-plus {
  --fa: "\e55f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-place-of-worship {
  --fa: "\f67f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical {
  --fa: "\f58e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hexagon-nodes {
  --fa: "\e699";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-up {
  --fa: "\f148";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up {
  --fa: "\f148";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-u {
  --fa: "\55";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-variable {
  --fa: "\f698";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-root-alt {
  --fa: "\f698";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock {
  --fa: "\f017";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-four {
  --fa: "\f017";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward-step {
  --fa: "\f048";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward {
  --fa: "\f048";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet {
  --fa: "\f482";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-faucet {
  --fa: "\e005";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-bat-ball {
  --fa: "\f432";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-s {
  --fa: "\53";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-timeline {
  --fa: "\e29c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard {
  --fa: "\f11c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down {
  --fa: "\f0d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-medical {
  --fa: "\f7f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clinic-medical {
  --fa: "\f7f2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-3 {
  --fa: "\f2c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3 {
  --fa: "\f2c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-screen {
  --fa: "\f3cf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android-alt {
  --fa: "\f3cf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-up {
  --fa: "\e22d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank {
  --fa: "\f4d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half {
  --fa: "\f242";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3 {
  --fa: "\f242";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-city {
  --fa: "\e52e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins {
  --fa: "\f51e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-khanda {
  --fa: "\f66d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders {
  --fa: "\f1de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h {
  --fa: "\f1de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-tree {
  --fa: "\f802";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-network-wired {
  --fa: "\f6ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin {
  --fa: "\f276";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hamsa {
  --fa: "\f665";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cent-sign {
  --fa: "\e3f5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask {
  --fa: "\f0c3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-pregnant {
  --fa: "\e31e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-sparkles {
  --fa: "\f72b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-vertical {
  --fa: "\f142";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v {
  --fa: "\f142";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket {
  --fa: "\f145";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off {
  --fa: "\f011";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-long {
  --fa: "\f30b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-usa {
  --fa: "\f74d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-file {
  --fa: "\e51d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty {
  --fa: "\f1e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teletype {
  --fa: "\f1e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-next {
  --fa: "\e476";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-rifle {
  --fa: "\e54e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning {
  --fa: "\f20a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-hiking {
  --fa: "\f6ec";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hiking {
  --fa: "\f6ec";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double {
  --fa: "\f226";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-images {
  --fa: "\f302";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator {
  --fa: "\f1ec";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-pulling {
  --fa: "\e535";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-n {
  --fa: "\4e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cable-car {
  --fa: "\f7da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tram {
  --fa: "\f7da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-rain {
  --fa: "\f73d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-circle-xmark {
  --fa: "\e4d4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship {
  --fa: "\f21a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-download {
  --fa: "\f019";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin {
  --fa: "\f580";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin {
  --fa: "\f580";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-delete-left {
  --fa: "\f55a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace {
  --fa: "\f55a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper {
  --fa: "\f1fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper {
  --fa: "\f1fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-check {
  --fa: "\e5a0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward {
  --fa: "\f04e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile {
  --fa: "\f3ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-android {
  --fa: "\f3ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone {
  --fa: "\f3ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-meh {
  --fa: "\f11a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh {
  --fa: "\f11a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center {
  --fa: "\f037";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-skull {
  --fa: "\f6b7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-dead {
  --fa: "\f6b7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card {
  --fa: "\f2c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license {
  --fa: "\f2c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent {
  --fa: "\f03b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent {
  --fa: "\f03b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house {
  --fa: "\f015";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home {
  --fa: "\f015";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-alt {
  --fa: "\f015";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-home-lg-alt {
  --fa: "\f015";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-week {
  --fa: "\f784";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-medical {
  --fa: "\f812";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-b {
  --fa: "\42";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical {
  --fa: "\f477";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one {
  --fa: "\f525";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird {
  --fa: "\f535";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange {
  --fa: "\f0ec";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right {
  --fa: "\f2f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt {
  --fa: "\f2f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-forward {
  --fa: "\f2f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils {
  --fa: "\f2e7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery {
  --fa: "\f2e7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-wide-short {
  --fa: "\f161";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up {
  --fa: "\f161";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mill-sign {
  --fa: "\e1ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowl-rice {
  --fa: "\e2eb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull {
  --fa: "\f54c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-broadcast {
  --fa: "\f519";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower {
  --fa: "\f519";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup {
  --fa: "\f63c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-long {
  --fa: "\f30c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop {
  --fa: "\f04d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-merge {
  --fa: "\f387";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload {
  --fa: "\f093";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hurricane {
  --fa: "\f751";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mound {
  --fa: "\e52d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet-portable {
  --fa: "\e583";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc {
  --fa: "\f51f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-arrow-down {
  --fa: "\f56d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download {
  --fa: "\f56d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-caravan {
  --fa: "\f8ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-cat {
  --fa: "\e572";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt {
  --fa: "\f0e7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-zap {
  --fa: "\f0e7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water {
  --fa: "\e4f4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-well {
  --fa: "\e532";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vault {
  --fa: "\e2c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars {
  --fa: "\f222";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toilet {
  --fa: "\f7d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-circle-xmark {
  --fa: "\e557";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign {
  --fa: "\f157";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny {
  --fa: "\f157";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jpy {
  --fa: "\f157";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rmb {
  --fa: "\f157";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen {
  --fa: "\f157";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign {
  --fa: "\f158";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rouble {
  --fa: "\f158";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rub {
  --fa: "\f158";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble {
  --fa: "\f158";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun {
  --fa: "\f185";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-guitar {
  --fa: "\f7a6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-laugh-wink {
  --fa: "\f59c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink {
  --fa: "\f59c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-horse-head {
  --fa: "\f7ab";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bore-hole {
  --fa: "\e4c3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry {
  --fa: "\f275";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-down {
  --fa: "\f358";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-florin-sign {
  --fa: "\e184";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-short-wide {
  --fa: "\f884";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc {
  --fa: "\f884";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down-alt {
  --fa: "\f884";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than {
  --fa: "\3c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down {
  --fa: "\f107";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-tunnel {
  --fa: "\e4de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-head-side-cough {
  --fa: "\e061";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-lines {
  --fa: "\f7a4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down {
  --fa: "\f165";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock {
  --fa: "\f502";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-long {
  --fa: "\f178";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right {
  --fa: "\f178";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis {
  --fa: "\f141";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h {
  --fa: "\f141";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn {
  --fa: "\f443";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kit-medical {
  --fa: "\f479";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid {
  --fa: "\f479";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-through-window {
  --fa: "\e5a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox {
  --fa: "\f552";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-holding-circle {
  --fa: "\e4fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug {
  --fa: "\f188";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card {
  --fa: "\f09d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt {
  --fa: "\f09d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car {
  --fa: "\f1b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile {
  --fa: "\f1b9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-hand {
  --fa: "\e4f7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open-reader {
  --fa: "\f5da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader {
  --fa: "\f5da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mountain-sun {
  --fa: "\e52f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-d20 {
  --fa: "\f6cf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-droplet {
  --fa: "\e58c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-xmark {
  --fa: "\e5a1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-arrow-up {
  --fa: "\e040";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-up {
  --fa: "\e040";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal {
  --fa: "\f5a2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed {
  --fa: "\f236";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-h {
  --fa: "\f0fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square {
  --fa: "\f0fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast {
  --fa: "\f2ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-full {
  --fa: "\f2c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-4 {
  --fa: "\f2c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4 {
  --fa: "\f2c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full {
  --fa: "\f2c7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell {
  --fa: "\f0f3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript {
  --fa: "\f12b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-xmark {
  --fa: "\e560";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life {
  --fa: "\f621";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash {
  --fa: "\f3dd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller {
  --fa: "\f5aa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-angle {
  --fa: "\f4c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping {
  --fa: "\f4c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-dot {
  --fa: "\f3c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt {
  --fa: "\f3c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file {
  --fa: "\f15b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than {
  --fa: "\3e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-swimming {
  --fa: "\f5c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer {
  --fa: "\f5c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down {
  --fa: "\f063";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-droplet {
  --fa: "\f043";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint {
  --fa: "\f043";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser {
  --fa: "\f12d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-americas {
  --fa: "\f57d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth {
  --fa: "\f57d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-america {
  --fa: "\f57d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas {
  --fa: "\f57d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-burst {
  --fa: "\e53b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove {
  --fa: "\f4ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty {
  --fa: "\f244";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0 {
  --fa: "\f244";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-socks {
  --fa: "\f696";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox {
  --fa: "\f01c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-section {
  --fa: "\e447";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-high {
  --fa: "\f625";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt {
  --fa: "\f625";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt-fast {
  --fa: "\f625";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-text {
  --fa: "\f658";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital {
  --fa: "\f0f8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt {
  --fa: "\f0f8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-wide {
  --fa: "\f0f8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-bottle {
  --fa: "\f72f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook {
  --fa: "\f447";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars-staggered {
  --fa: "\f550";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-reorder {
  --fa: "\f550";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream {
  --fa: "\f550";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dharmachakra {
  --fa: "\f655";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotdog {
  --fa: "\f80f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-with-cane {
  --fa: "\f29d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind {
  --fa: "\f29d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum {
  --fa: "\f569";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ice-cream {
  --fa: "\f810";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax {
  --fa: "\f1ac";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph {
  --fa: "\f1dd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-to-slot {
  --fa: "\f772";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vote-yea {
  --fa: "\f772";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half {
  --fa: "\f089";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-stacked {
  --fa: "\f468";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes {
  --fa: "\f468";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes-alt {
  --fa: "\f468";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link {
  --fa: "\f0c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain {
  --fa: "\f0c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ear-listen {
  --fa: "\f2a2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree-city {
  --fa: "\e587";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-play {
  --fa: "\f04b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-font {
  --fa: "\f031";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-lock {
  --fa: "\e67a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupiah-sign {
  --fa: "\e23d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass {
  --fa: "\f002";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search {
  --fa: "\f002";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis {
  --fa: "\f45d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-dots-from-line {
  --fa: "\f470";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses {
  --fa: "\f470";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore-alt {
  --fa: "\f82a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-naira-sign {
  --fa: "\e1f6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down {
  --fa: "\f218";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-walkie-talkie {
  --fa: "\f8ef";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pen {
  --fa: "\f31c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-edit {
  --fa: "\f31c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt {
  --fa: "\f543";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-pen {
  --fa: "\f14b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square {
  --fa: "\f14b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square {
  --fa: "\f14b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling {
  --fa: "\f5c1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-exclamation {
  --fa: "\e53f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down {
  --fa: "\f078";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full {
  --fa: "\f240";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery {
  --fa: "\f240";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-5 {
  --fa: "\f240";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull-crossbones {
  --fa: "\f714";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-compare {
  --fa: "\e13a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul {
  --fa: "\f0ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-dots {
  --fa: "\f0ca";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-lock {
  --fa: "\e56f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tower-cell {
  --fa: "\e585";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-down-long {
  --fa: "\f309";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down {
  --fa: "\f309";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ranking-star {
  --fa: "\e561";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king {
  --fa: "\f43f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-harassing {
  --fa: "\e549";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brazilian-real-sign {
  --fa: "\e46c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-dome {
  --fa: "\f752";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-landmark-alt {
  --fa: "\f752";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up {
  --fa: "\f062";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv {
  --fa: "\f26c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-television {
  --fa: "\f26c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv-alt {
  --fa: "\f26c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shrimp {
  --fa: "\e448";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-check {
  --fa: "\f0ae";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks {
  --fa: "\f0ae";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jug-detergent {
  --fa: "\e519";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-user {
  --fa: "\f2bd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle {
  --fa: "\f2bd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield {
  --fa: "\f505";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wind {
  --fa: "\f72e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-burst {
  --fa: "\f5e1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash {
  --fa: "\f5e1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-y {
  --fa: "\59";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-snowboarding {
  --fa: "\f7ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowboarding {
  --fa: "\f7ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-fast {
  --fa: "\f48b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast {
  --fa: "\f48b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish {
  --fa: "\f578";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate {
  --fa: "\f501";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-half-stroke {
  --fa: "\f042";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust {
  --fa: "\f042";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clapperboard {
  --fa: "\e131";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-radiation {
  --fa: "\f7ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radiation-alt {
  --fa: "\f7ba";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball {
  --fa: "\f433";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball {
  --fa: "\f433";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter-up {
  --fa: "\e518";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-project {
  --fa: "\f542";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram {
  --fa: "\f542";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy {
  --fa: "\f0c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-xmark {
  --fa: "\f6a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-mute {
  --fa: "\f6a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-times {
  --fa: "\f6a9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-sparkles {
  --fa: "\e05d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip {
  --fa: "\f58d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal {
  --fa: "\f58d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-from-square {
  --fa: "\f14d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square {
  --fa: "\f14d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-combatant {
  --fa: "\e4e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-child-rifle {
  --fa: "\e4e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gun {
  --fa: "\e19b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-phone {
  --fa: "\f098";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square {
  --fa: "\f098";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus {
  --fa: "\2b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-add {
  --fa: "\2b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand {
  --fa: "\f065";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-computer {
  --fa: "\e4e5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark {
  --fa: "\f00d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-close {
  --fa: "\f00d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-multiply {
  --fa: "\f00d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove {
  --fa: "\f00d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times {
  --fa: "\f00d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows {
  --fa: "\f047";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-user {
  --fa: "\f51c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher {
  --fa: "\f51c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peso-sign {
  --fa: "\e222";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-shield {
  --fa: "\e4d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby {
  --fa: "\f77c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-line {
  --fa: "\e592";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left {
  --fa: "\f10d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left-alt {
  --fa: "\f10d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tractor {
  --fa: "\f722";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-arrow-up {
  --fa: "\f829";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-restore {
  --fa: "\f829";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-lines-leaning {
  --fa: "\e51e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined {
  --fa: "\f546";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright {
  --fa: "\f1f9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals {
  --fa: "\3d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender {
  --fa: "\f517";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth {
  --fa: "\f62e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign {
  --fa: "\f20b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ils {
  --fa: "\f20b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel {
  --fa: "\f20b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel {
  --fa: "\f20b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sheqel-sign {
  --fa: "\f20b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-map {
  --fa: "\f279";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket {
  --fa: "\f135";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-film {
  --fa: "\f87c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo-video {
  --fa: "\f87c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-minus {
  --fa: "\f65d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-store {
  --fa: "\f54e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-up {
  --fa: "\e098";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-minus {
  --fa: "\e55e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-hanging {
  --fa: "\f4d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign {
  --fa: "\f4d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve {
  --fa: "\f55b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash {
  --fa: "\f1f6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet {
  --fa: "\f3fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-android {
  --fa: "\f3fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-school-flag {
  --fa: "\e56e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill {
  --fa: "\f575";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up {
  --fa: "\f106";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-drumstick-bite {
  --fa: "\f6d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-holly-berry {
  --fa: "\f7aa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left {
  --fa: "\f053";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bacteria {
  --fa: "\e059";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard {
  --fa: "\f258";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-notdef {
  --fa: "\e1fe";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-disease {
  --fa: "\f7fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical {
  --fa: "\f469";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless {
  --fa: "\f22d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right {
  --fa: "\f054";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet {
  --fa: "\f079";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-rear {
  --fa: "\f5de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt {
  --fa: "\f5de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pump-soap {
  --fa: "\e06b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash {
  --fa: "\f4e2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter {
  --fa: "\f243";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2 {
  --fa: "\f243";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-radio {
  --fa: "\f8d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baby-carriage {
  --fa: "\f77d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carriage-baby {
  --fa: "\f77d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light {
  --fa: "\f637";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer {
  --fa: "\f491";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vr-cardboard {
  --fa: "\f729";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-middle-finger {
  --fa: "\f806";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent {
  --fa: "\25";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage {
  --fa: "\25";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving {
  --fa: "\f4df";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-water-droplet {
  --fa: "\e4f5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-display {
  --fa: "\e163";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-smile {
  --fa: "\f118";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile {
  --fa: "\f118";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack {
  --fa: "\f08d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack {
  --fa: "\f08d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy {
  --fa: "\f091";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-praying {
  --fa: "\f683";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pray {
  --fa: "\f683";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hammer {
  --fa: "\f6e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace {
  --fa: "\f25b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate {
  --fa: "\f2f1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt {
  --fa: "\f2f1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner {
  --fa: "\f110";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot {
  --fa: "\f544";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-peace {
  --fa: "\f67c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears {
  --fa: "\f085";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs {
  --fa: "\f085";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse {
  --fa: "\f494";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch {
  --fa: "\f5bc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-hearts {
  --fa: "\f584";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts {
  --fa: "\f584";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four {
  --fa: "\f524";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sim-card {
  --fa: "\f7c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender {
  --fa: "\f225";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt {
  --fa: "\f225";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury {
  --fa: "\f223";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-turn-down {
  --fa: "\f149";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down {
  --fa: "\f149";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling-burst {
  --fa: "\e547";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-award {
  --fa: "\f559";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-simple {
  --fa: "\f3ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt {
  --fa: "\f3ff";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building {
  --fa: "\f1ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angles-left {
  --fa: "\f100";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left {
  --fa: "\f100";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode {
  --fa: "\f029";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-rotate-left {
  --fa: "\f1da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-history {
  --fa: "\f1da";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat {
  --fa: "\f583";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export {
  --fa: "\f56e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right-from-file {
  --fa: "\f56e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield {
  --fa: "\f132";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-blank {
  --fa: "\f132";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-short-wide {
  --fa: "\f885";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up-alt {
  --fa: "\f885";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-nodes {
  --fa: "\e696";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-medical {
  --fa: "\e3b2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball-tee {
  --fa: "\f450";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball {
  --fa: "\f450";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-chevron-left {
  --fa: "\f137";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left {
  --fa: "\f137";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-chimney-window {
  --fa: "\e00d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib {
  --fa: "\f5ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tents {
  --fa: "\e582";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wand-magic {
  --fa: "\f0d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic {
  --fa: "\f0d0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dog {
  --fa: "\f6d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-carrot {
  --fa: "\f787";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon {
  --fa: "\f186";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-empty {
  --fa: "\f5ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt {
  --fa: "\f5ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cheese {
  --fa: "\f7ef";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-yin-yang {
  --fa: "\f6ad";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-music {
  --fa: "\f001";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-commit {
  --fa: "\f386";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-temperature-low {
  --fa: "\f76b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-biking {
  --fa: "\f84a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-biking {
  --fa: "\f84a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom {
  --fa: "\f51a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-heart {
  --fa: "\e574";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gopuram {
  --fa: "\f664";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-oceania {
  --fa: "\e47b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-oceania {
  --fa: "\e47b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-xmark {
  --fa: "\f2d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-square {
  --fa: "\f2d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-square {
  --fa: "\f2d3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag {
  --fa: "\23";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-alt {
  --fa: "\f424";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can {
  --fa: "\f613";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-t {
  --fa: "\54";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hippo {
  --fa: "\f6ed";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-column {
  --fa: "\e0e3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity {
  --fa: "\f534";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial-circle-check {
  --fa: "\e596";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-voicemail {
  --fa: "\f897";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fan {
  --fa: "\f863";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-luggage {
  --fa: "\e554";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-up-down {
  --fa: "\f338";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v {
  --fa: "\f338";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon-rain {
  --fa: "\f73c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar {
  --fa: "\f133";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trailer {
  --fa: "\e041";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bahai {
  --fa: "\f666";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-haykal {
  --fa: "\f666";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sd-card {
  --fa: "\f7c2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dragon {
  --fa: "\f6d5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints {
  --fa: "\f54b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-plus {
  --fa: "\f055";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle {
  --fa: "\f055";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink {
  --fa: "\f58b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding {
  --fa: "\f4bd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-link-slash {
  --fa: "\f127";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-broken {
  --fa: "\f127";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain-slash {
  --fa: "\f127";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink {
  --fa: "\f127";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone {
  --fa: "\f24d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-z-a {
  --fa: "\f882";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-flame-curved {
  --fa: "\f7e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-alt {
  --fa: "\f7e4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tornado {
  --fa: "\f76f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-circle-plus {
  --fa: "\e494";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-quran {
  --fa: "\f687";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-quran {
  --fa: "\f687";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor {
  --fa: "\f13d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-border-all {
  --fa: "\f84c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-angry {
  --fa: "\f556";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry {
  --fa: "\f556";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite {
  --fa: "\f564";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-trend-down {
  --fa: "\e097";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss {
  --fa: "\f09e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed {
  --fa: "\f09e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon {
  --fa: "\f5ee";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-scale-balanced {
  --fa: "\f24e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale {
  --fa: "\f24e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gauge-simple-high {
  --fa: "\f62a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer {
  --fa: "\f62a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-fast {
  --fa: "\f62a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower {
  --fa: "\f2cc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop {
  --fa: "\f390";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop-alt {
  --fa: "\f390";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-m {
  --fa: "\4d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-list {
  --fa: "\f00b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list {
  --fa: "\f00b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-sms {
  --fa: "\f7cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sms {
  --fa: "\f7cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book {
  --fa: "\f02d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus {
  --fa: "\f234";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-check {
  --fa: "\f00c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters {
  --fa: "\f241";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4 {
  --fa: "\f241";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-house-circle-check {
  --fa: "\e509";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left {
  --fa: "\f104";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagram-successor {
  --fa: "\e47a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-arrow-right {
  --fa: "\e58b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-fist {
  --fa: "\f6de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fist-raised {
  --fa: "\f6de";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-moon {
  --fa: "\f6c3";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase {
  --fa: "\f0b1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-falling {
  --fa: "\e546";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-image-portrait {
  --fa: "\f3e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait {
  --fa: "\f3e0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag {
  --fa: "\f507";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rug {
  --fa: "\e569";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-europe {
  --fa: "\f7a2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-europe {
  --fa: "\f7a2";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart {
  --fa: "\f59d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-xmark {
  --fa: "\f410";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-rectangle-times {
  --fa: "\f410";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle {
  --fa: "\f410";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close {
  --fa: "\f410";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-baht-sign {
  --fa: "\e0ac";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open {
  --fa: "\f518";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-journal-whills {
  --fa: "\f66a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-journal-whills {
  --fa: "\f66a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handcuffs {
  --fa: "\e4f8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-triangle-exclamation {
  --fa: "\f071";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle {
  --fa: "\f071";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning {
  --fa: "\f071";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-database {
  --fa: "\f1c0";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share {
  --fa: "\f064";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward {
  --fa: "\f064";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bottle-droplet {
  --fa: "\e4c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask-face {
  --fa: "\e1d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hill-rockslide {
  --fa: "\e508";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-right-left {
  --fa: "\f362";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt {
  --fa: "\f362";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane {
  --fa: "\f1d8";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-road-circle-exclamation {
  --fa: "\e565";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dungeon {
  --fa: "\f6d9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right {
  --fa: "\f038";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-1-wave {
  --fa: "\f53b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring {
  --fa: "\f1cd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands {
  --fa: "\f2a7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language {
  --fa: "\f2a7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing {
  --fa: "\f2a7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-day {
  --fa: "\f783";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-water-ladder {
  --fa: "\f5c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ladder-water {
  --fa: "\f5c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool {
  --fa: "\f5c5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-up-down {
  --fa: "\f07d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v {
  --fa: "\f07d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-grimace {
  --fa: "\f57f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace {
  --fa: "\f57f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-move {
  --fa: "\e2ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt {
  --fa: "\e2ce";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-down {
  --fa: "\f3be";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt {
  --fa: "\f3be";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-walking-arrow-right {
  --fa: "\e552";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-envelope {
  --fa: "\f199";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square {
  --fa: "\f199";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice {
  --fa: "\f522";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball {
  --fa: "\f436";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain {
  --fa: "\f5dc";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandage {
  --fa: "\f462";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid {
  --fa: "\f462";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus {
  --fa: "\f272";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-xmark {
  --fa: "\f057";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle {
  --fa: "\f057";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-xmark-circle {
  --fa: "\f057";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-gifts {
  --fa: "\f79c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel {
  --fa: "\f594";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-earth-asia {
  --fa: "\f57e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia {
  --fa: "\f57e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-clip {
  --fa: "\f47f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt {
  --fa: "\f47f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus {
  --fa: "\f00e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up {
  --fa: "\f164";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock {
  --fa: "\f4fd";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-dots {
  --fa: "\f461";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies {
  --fa: "\f461";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice {
  --fa: "\f570";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize {
  --fa: "\f2d1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mug-saucer {
  --fa: "\f0f4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee {
  --fa: "\f0f4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush {
  --fa: "\f55d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-half-dashed {
  --fa: "\e698";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mask {
  --fa: "\f6fa";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-minus {
  --fa: "\f010";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus {
  --fa: "\f010";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical {
  --fa: "\f548";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-large {
  --fa: "\f406";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt {
  --fa: "\f406";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-train-tram {
  --fa: "\e5b4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-nurse {
  --fa: "\f82f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe {
  --fa: "\f48e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-sun {
  --fa: "\f6c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch-20 {
  --fa: "\e06f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full {
  --fa: "\f45c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet {
  --fa: "\f076";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jar {
  --fa: "\e516";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-note-sticky {
  --fa: "\f249";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note {
  --fa: "\f249";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug-slash {
  --fa: "\e490";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone {
  --fa: "\f5d7";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-cells-row-unlock {
  --fa: "\e691";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-injured {
  --fa: "\f728";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-face-sad-tear {
  --fa: "\f5b4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear {
  --fa: "\f5b4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane {
  --fa: "\f072";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-tent-arrows-down {
  --fa: "\e581";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation {
  --fa: "\21";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-spin {
  --fa: "\e4bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-print {
  --fa: "\f02f";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-try {
  --fa: "\e2bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira {
  --fa: "\e2bb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign {
  --fa: "\24";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar {
  --fa: "\24";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-usd {
  --fa: "\24";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-x {
  --fa: "\58";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-dollar {
  --fa: "\f688";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-gear {
  --fa: "\f509";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog {
  --fa: "\f509";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-military-pointing {
  --fa: "\e54a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-columns {
  --fa: "\f19c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-bank {
  --fa: "\f19c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution {
  --fa: "\f19c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-museum {
  --fa: "\f19c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-university {
  --fa: "\f19c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella {
  --fa: "\f0e9";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-trowel {
  --fa: "\e589";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-d {
  --fa: "\44";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-stapler {
  --fa: "\e5af";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-masks-theater {
  --fa: "\f630";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks {
  --fa: "\f630";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-kip-sign {
  --fa: "\e1c4";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left {
  --fa: "\f0a5";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-simple {
  --fa: "\f4c6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-alt {
  --fa: "\f4c6";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-jet-fighter {
  --fa: "\f0fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet {
  --fa: "\f0fb";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-share-nodes {
  --fa: "\f1e1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square {
  --fa: "\f1e1";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode {
  --fa: "\f02a";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-minus {
  --fa: "\e43c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video {
  --fa: "\f03d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera {
  --fa: "\f03d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap {
  --fa: "\f19d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board {
  --fa: "\f19d";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-medical {
  --fa: "\e05c";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-person-circle-check {
  --fa: "\e53e";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-turn-up {
  --fa: "\f3bf";
}

/* line 8, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt {
  --fa: "\f3bf";
}

/* line 5, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* line 39, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_solid.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/assets/font-awesome/fa-solid-900-64214b0a6635e69b2722c690f29506337eccbc40c088f7f5bc4e42b361d162a8.woff2) format("woff2"), url(/assets/font-awesome/fa-solid-900-44ef3d6557f63579b379a863e53cc44a21b5dca68bea163842cf2f88741b53fc.ttf) format("truetype");
}

/* line 24, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_solid.scss */
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_regular.scss */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
}

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-regular-400-1cd36d00df15fd48055bbc42daf8a494228887c26255da15c70c7cff5b31e107.woff2) format("woff2"), url(/assets/font-awesome/fa-regular-400-f8fbc72fd51ef0b8ecca0cbc0212af363185a3ffdb62b54e6d42b61fadf5eb18.ttf) format("truetype");
}

/* line 24, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_regular.scss */
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
/* line 9, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
}

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/assets/font-awesome/fa-brands-400-1f56bc1732fed207bf092be076fd531aa7e15e8af32fd4ce2e98ef278d385bac.woff2) format("woff2"), url(/assets/font-awesome/fa-brands-400-89694cccd89936fa505b71253427335d580a5989a0e3a614d87a934b58b0e2a8.ttf) format("truetype");
}

/* line 23, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fab,
.fa-brands {
  font-weight: 400;
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-monero {
  --fa: "\f3d0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hooli {
  --fa: "\f427";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yelp {
  --fa: "\f1e9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-visa {
  --fa: "\f1f0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm {
  --fa: "\f202";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopware {
  --fa: "\f5b5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc {
  --fa: "\f4e8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aws {
  --fa: "\f375";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-redhat {
  --fa: "\f7bc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yoast {
  --fa: "\f2b1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudflare {
  --fa: "\e07d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ups {
  --fa: "\f7e0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pixiv {
  --fa: "\e640";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpexplorer {
  --fa: "\f2de";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dyalog {
  --fa: "\f399";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bity {
  --fa: "\f37a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stackpath {
  --fa: "\f842";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buysellads {
  --fa: "\f20d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order {
  --fa: "\f2b0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-modx {
  --fa: "\f285";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-guilded {
  --fa: "\e07e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vnv {
  --fa: "\f40b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-js {
  --fa: "\f3b9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js-square {
  --fa: "\f3b9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microsoft {
  --fa: "\f3ca";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-qq {
  --fa: "\f1d6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-orcid {
  --fa: "\f8d2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-java {
  --fa: "\f4e4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-invision {
  --fa: "\f7b0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centercode {
  --fa: "\f380";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide-g {
  --fa: "\f2a6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-drupal {
  --fa: "\f1a9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jxl {
  --fa: "\e67b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dart-lang {
  --fa: "\e693";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hire-a-helper {
  --fa: "\f3b0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-by {
  --fa: "\f4e7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unity {
  --fa: "\e049";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whmcs {
  --fa: "\f40d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rocketchat {
  --fa: "\f3e8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vk {
  --fa: "\f189";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-untappd {
  --fa: "\f405";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mailchimp {
  --fa: "\f59e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3-alt {
  --fa: "\f38b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-reddit {
  --fa: "\f1a2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-square {
  --fa: "\f1a2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-v {
  --fa: "\f27d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-contao {
  --fa: "\f26d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome {
  --fa: "\e5ad";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deskpro {
  --fa: "\f38f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave {
  --fa: "\e63c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sistrix {
  --fa: "\f3ee";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-instagram {
  --fa: "\e055";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram-square {
  --fa: "\e055";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-battle-net {
  --fa: "\f835";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-the-red-yeti {
  --fa: "\f69d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-hacker-news {
  --fa: "\f3af";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news-square {
  --fa: "\f3af";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge {
  --fa: "\f282";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-threads {
  --fa: "\e618";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-napster {
  --fa: "\f3d2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-snapchat {
  --fa: "\f2ad";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-square {
  --fa: "\f2ad";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-g {
  --fa: "\f0d5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-artstation {
  --fa: "\f77a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-markdown {
  --fa: "\f60f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sourcetree {
  --fa: "\f7d3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus {
  --fa: "\f2b3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-diaspora {
  --fa: "\f791";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-foursquare {
  --fa: "\f180";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-overflow {
  --fa: "\f16c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-alt {
  --fa: "\f113";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-squadron {
  --fa: "\f511";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pagelines {
  --fa: "\f18c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-algolia {
  --fa: "\f36c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-red-river {
  --fa: "\f3e3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sa {
  --fa: "\f4ef";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-safari {
  --fa: "\f267";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google {
  --fa: "\f1a0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-alt {
  --fa: "\f35c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-atlassian {
  --fa: "\f77b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin-in {
  --fa: "\f0e1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digital-ocean {
  --fa: "\f391";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nimblr {
  --fa: "\f5a8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chromecast {
  --fa: "\f838";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-evernote {
  --fa: "\f839";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hacker-news {
  --fa: "\f1d4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adversal {
  --fa: "\f36a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons {
  --fa: "\f25e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-watchman-monitoring {
  --fa: "\e087";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons {
  --fa: "\f280";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weixin {
  --fa: "\f1d7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shirtsinbulk {
  --fa: "\f214";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codepen {
  --fa: "\f1cb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-alt {
  --fa: "\f841";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lyft {
  --fa: "\f3c3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rev {
  --fa: "\f5b2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-windows {
  --fa: "\f17a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wizards-of-the-coast {
  --fa: "\f730";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-viadeo {
  --fa: "\f2aa";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo-square {
  --fa: "\f2aa";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meetup {
  --fa: "\f2e0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-centos {
  --fa: "\f789";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-adn {
  --fa: "\f170";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudsmith {
  --fa: "\f384";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opensuse {
  --fa: "\e62b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-alt {
  --fa: "\f1a8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-dribbble {
  --fa: "\f397";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble-square {
  --fa: "\f397";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-codiepie {
  --fa: "\f284";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node {
  --fa: "\f419";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mix {
  --fa: "\f3cb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam {
  --fa: "\f1b6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-apple-pay {
  --fa: "\f416";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-scribd {
  --fa: "\f28a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-debian {
  --fa: "\e60b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-openid {
  --fa: "\f19b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instalod {
  --fa: "\e081";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-files-pinwheel {
  --fa: "\e69f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-expeditedssl {
  --fa: "\f23e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellcast {
  --fa: "\f2da";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-twitter {
  --fa: "\f081";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter-square {
  --fa: "\f081";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-r-project {
  --fa: "\f4f7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-delicious {
  --fa: "\f1a5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-freebsd {
  --fa: "\f3a4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vuejs {
  --fa: "\f41f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accusoft {
  --fa: "\f369";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ioxhost {
  --fa: "\f208";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fonticons-fi {
  --fa: "\f3a2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store {
  --fa: "\f36f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-mastercard {
  --fa: "\f1f1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes-note {
  --fa: "\f3b5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-golang {
  --fa: "\e40f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter {
  --fa: "\f3bb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-kickstarter {
  --fa: "\f3bb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grav {
  --fa: "\f2d6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weibo {
  --fa: "\f18a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uncharted {
  --fa: "\e084";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firstdraft {
  --fa: "\f3a1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-youtube {
  --fa: "\f431";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube-square {
  --fa: "\f431";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wikipedia-w {
  --fa: "\f266";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpressr {
  --fa: "\f3e4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rendact {
  --fa: "\f3e4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angellist {
  --fa: "\f209";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-republic {
  --fa: "\f50c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-directional {
  --fa: "\e530";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skype {
  --fa: "\f17e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joget {
  --fa: "\f3b7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedora {
  --fa: "\f798";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe-s {
  --fa: "\f42a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-meta {
  --fa: "\e49b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-laravel {
  --fa: "\f3bd";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hotjar {
  --fa: "\f3b1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth-b {
  --fa: "\f294";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-letterboxd {
  --fa: "\e62e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sticker-mule {
  --fa: "\f3f7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-zero {
  --fa: "\f4f3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hips {
  --fa: "\f452";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css {
  --fa: "\e6a2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance {
  --fa: "\f1b4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit {
  --fa: "\f1a1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discord {
  --fa: "\f392";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-chrome {
  --fa: "\f268";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-app-store-ios {
  --fa: "\f370";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-discover {
  --fa: "\f1f2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpbeginner {
  --fa: "\f297";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-confluence {
  --fa: "\f78d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shoelace {
  --fa: "\e60c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mdb {
  --fa: "\f8ca";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dochub {
  --fa: "\f394";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-accessible-icon {
  --fa: "\f368";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ebay {
  --fa: "\f4f4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon {
  --fa: "\f270";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-unsplash {
  --fa: "\e07c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yarn {
  --fa: "\f7e3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-steam {
  --fa: "\f1b7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-square {
  --fa: "\f1b7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-500px {
  --fa: "\f26e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-vimeo {
  --fa: "\f194";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo-square {
  --fa: "\f194";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-asymmetrik {
  --fa: "\f372";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome {
  --fa: "\f2b4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-flag {
  --fa: "\f2b4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gratipay {
  --fa: "\f184";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple {
  --fa: "\f179";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hive {
  --fa: "\e07f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitkraken {
  --fa: "\f3a6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keybase {
  --fa: "\f4f5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apple-pay {
  --fa: "\f415";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-padlet {
  --fa: "\e4a0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amazon-pay {
  --fa: "\f42c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-github {
  --fa: "\f092";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github-square {
  --fa: "\f092";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon {
  --fa: "\f1a4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fedex {
  --fa: "\f797";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phoenix-framework {
  --fa: "\f3dc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-shopify {
  --fa: "\e057";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-neos {
  --fa: "\f612";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-threads {
  --fa: "\e619";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hackerrank {
  --fa: "\f5f7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-researchgate {
  --fa: "\f4f8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-swift {
  --fa: "\f8e1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angular {
  --fa: "\f420";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speakap {
  --fa: "\f3f3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-angrycreative {
  --fa: "\f36e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-y-combinator {
  --fa: "\f23b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-empire {
  --fa: "\f1d1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-envira {
  --fa: "\f299";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-scholar {
  --fa: "\e63b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-gitlab {
  --fa: "\e5ae";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab-square {
  --fa: "\e5ae";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-studiovinari {
  --fa: "\f3f8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper {
  --fa: "\f2ae";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress {
  --fa: "\f19a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-product-hunt {
  --fa: "\f288";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox {
  --fa: "\f269";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linode {
  --fa: "\f2b8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads {
  --fa: "\f3a8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-odnoklassniki {
  --fa: "\f264";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki-square {
  --fa: "\f264";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jsfiddle {
  --fa: "\f1cc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sith {
  --fa: "\f512";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeisle {
  --fa: "\f2b2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-page4 {
  --fa: "\f3d7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hashnode {
  --fa: "\e499";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-react {
  --fa: "\f41b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-paypal {
  --fa: "\f1f4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-squarespace {
  --fa: "\f5be";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-stripe {
  --fa: "\f1f5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-share {
  --fa: "\f4f2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitcoin {
  --fa: "\f379";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-keycdn {
  --fa: "\f3ba";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opera {
  --fa: "\f26a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itch-io {
  --fa: "\f83a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-umbraco {
  --fa: "\f8e8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-galactic-senate {
  --fa: "\f50d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ubuntu {
  --fa: "\f7df";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-draft2digital {
  --fa: "\f396";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stripe {
  --fa: "\f429";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-houzz {
  --fa: "\f27c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg {
  --fa: "\f260";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dhl {
  --fa: "\f790";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pinterest {
  --fa: "\f0d3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-square {
  --fa: "\f0d3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing {
  --fa: "\f168";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blackberry {
  --fa: "\f37b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-pd {
  --fa: "\f4ec";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-playstation {
  --fa: "\f3df";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quinscape {
  --fa: "\f459";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-less {
  --fa: "\f41d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger-b {
  --fa: "\f37d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-opencart {
  --fa: "\f23d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vine {
  --fa: "\f1ca";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-signal-messenger {
  --fa: "\e663";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-paypal {
  --fa: "\f1ed";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitlab {
  --fa: "\f296";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-typo3 {
  --fa: "\f42b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reddit-alien {
  --fa: "\f281";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yahoo {
  --fa: "\f19e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dailymotion {
  --fa: "\e052";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-affiliatetheme {
  --fa: "\f36b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-pp {
  --fa: "\f1a7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bootstrap {
  --fa: "\f836";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odnoklassniki {
  --fa: "\f263";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nfc-symbol {
  --fa: "\e531";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mintbit {
  --fa: "\e62f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ethereum {
  --fa: "\f42e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-speaker-deck {
  --fa: "\f83c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-patreon {
  --fa: "\f3d9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-avianex {
  --fa: "\f374";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ello {
  --fa: "\f5f1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gofore {
  --fa: "\f3a7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bimobject {
  --fa: "\f378";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-brave-reverse {
  --fa: "\e63d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-f {
  --fa: "\f39e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-google-plus {
  --fa: "\f0d4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-plus-square {
  --fa: "\f0d4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-web-awesome {
  --fa: "\e682";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mandalorian {
  --fa: "\f50f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-first-order-alt {
  --fa: "\f50a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-osi {
  --fa: "\f41a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-wallet {
  --fa: "\f1ee";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-periscope {
  --fa: "\f3da";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fulcrum {
  --fa: "\f50b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudscale {
  --fa: "\f383";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-forumbee {
  --fa: "\f211";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mizuni {
  --fa: "\f3cc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-schlix {
  --fa: "\f3ea";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-xing {
  --fa: "\f169";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xing-square {
  --fa: "\f169";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bandcamp {
  --fa: "\f2d5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wpforms {
  --fa: "\f298";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cloudversify {
  --fa: "\f385";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usps {
  --fa: "\f7e1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-megaport {
  --fa: "\f5a3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-magento {
  --fa: "\f3c4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-spotify {
  --fa: "\f1bc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-optin-monster {
  --fa: "\f23c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fly {
  --fa: "\f417";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-bluesky {
  --fa: "\e6a3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-aviato {
  --fa: "\f421";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-itunes {
  --fa: "\f3b4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cuttlefish {
  --fa: "\f38c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-blogger {
  --fa: "\f37c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flickr {
  --fa: "\f16e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viber {
  --fa: "\f409";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-soundcloud {
  --fa: "\f1be";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-digg {
  --fa: "\f1a6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tencent-weibo {
  --fa: "\f1d5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-letterboxd {
  --fa: "\e62d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-symfony {
  --fa: "\f83d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-maxcdn {
  --fa: "\f136";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-etsy {
  --fa: "\f2d7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-messenger {
  --fa: "\f39f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-audible {
  --fa: "\f373";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-think-peaks {
  --fa: "\f731";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bilibili {
  --fa: "\e3d9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-erlang {
  --fa: "\f39d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-x-twitter {
  --fa: "\e61b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cotton-bureau {
  --fa: "\f89e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dashcube {
  --fa: "\f210";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-42-group {
  --fa: "\e080";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-innosoft {
  --fa: "\e080";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stack-exchange {
  --fa: "\f18d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-elementor {
  --fa: "\f430";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-pied-piper {
  --fa: "\e01e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-square {
  --fa: "\e01e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nd {
  --fa: "\f4eb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-palfed {
  --fa: "\f3d8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-superpowers {
  --fa: "\f2dd";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-resolving {
  --fa: "\f3e7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-xbox {
  --fa: "\f412";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-searchengin {
  --fa: "\f3eb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tiktok {
  --fa: "\e07b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-facebook {
  --fa: "\f082";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook-square {
  --fa: "\f082";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-renren {
  --fa: "\f18b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linux {
  --fa: "\f17c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-glide {
  --fa: "\f2a5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-linkedin {
  --fa: "\f08c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hubspot {
  --fa: "\f3b2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deploydog {
  --fa: "\f38e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitch {
  --fa: "\f1e8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flutter {
  --fa: "\e694";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ravelry {
  --fa: "\f2d9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixer {
  --fa: "\e056";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-lastfm {
  --fa: "\f203";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-lastfm-square {
  --fa: "\f203";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vimeo {
  --fa: "\f40a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mendeley {
  --fa: "\f7b3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uniregistry {
  --fa: "\f404";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-figma {
  --fa: "\f799";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-remix {
  --fa: "\f4ee";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amazon-pay {
  --fa: "\f42d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dropbox {
  --fa: "\f16b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-instagram {
  --fa: "\f16d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cmplid {
  --fa: "\e360";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-upwork {
  --fa: "\e641";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-facebook {
  --fa: "\f09a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gripfire {
  --fa: "\f3ac";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jedi-order {
  --fa: "\f50e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uikit {
  --fa: "\f403";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-phabricator {
  --fa: "\f3db";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ussunnah {
  --fa: "\f407";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-earlybirds {
  --fa: "\f39a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trade-federation {
  --fa: "\f513";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-autoprefixer {
  --fa: "\f41c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp {
  --fa: "\f232";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-upwork {
  --fa: "\e67c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slideshare {
  --fa: "\f1e7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-play {
  --fa: "\f3ab";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viadeo {
  --fa: "\f2a9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-line {
  --fa: "\f3c0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-drive {
  --fa: "\f3aa";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-servicestack {
  --fa: "\f3ec";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-simplybuilt {
  --fa: "\f215";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bitbucket {
  --fa: "\f171";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-imdb {
  --fa: "\f2d8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deezer {
  --fa: "\e077";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-raspberry-pi {
  --fa: "\f7bb";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jira {
  --fa: "\f7b1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-docker {
  --fa: "\f395";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-screenpal {
  --fa: "\e570";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluetooth {
  --fa: "\f293";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gitter {
  --fa: "\f426";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-d-and-d {
  --fa: "\f38d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-microblog {
  --fa: "\e01a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-diners-club {
  --fa: "\f24c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gg-circle {
  --fa: "\f261";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pied-piper-hat {
  --fa: "\f4e5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kickstarter-k {
  --fa: "\f3bc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex {
  --fa: "\f413";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-readme {
  --fa: "\f4d5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-html5 {
  --fa: "\f13b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sellsy {
  --fa: "\f213";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-web-awesome {
  --fa: "\e683";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sass {
  --fa: "\f41e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wsh {
  --fa: "\e2d0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buromobelexperte {
  --fa: "\f37f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-salesforce {
  --fa: "\f83b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-octopus-deploy {
  --fa: "\e082";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medapps {
  --fa: "\f3c6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ns8 {
  --fa: "\f3d5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest-p {
  --fa: "\f231";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-apper {
  --fa: "\f371";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fort-awesome {
  --fa: "\f286";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-waze {
  --fa: "\f83f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bluesky {
  --fa: "\e671";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-jcb {
  --fa: "\f24b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat {
  --fa: "\f2ab";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-snapchat-ghost {
  --fa: "\f2ab";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rust {
  --fa: "\e07a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wix {
  --fa: "\f5cf";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-behance {
  --fa: "\f1b5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-behance-square {
  --fa: "\f1b5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-supple {
  --fa: "\f3f9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-webflow {
  --fa: "\e65c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rebel {
  --fa: "\f1d0";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-css3 {
  --fa: "\f13c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-staylinked {
  --fa: "\f3f5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-kaggle {
  --fa: "\f5fa";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-space-awesome {
  --fa: "\e5ac";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-deviantart {
  --fa: "\f1bd";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cpanel {
  --fa: "\f388";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-goodreads-g {
  --fa: "\f3a9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-git {
  --fa: "\f1d2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git-square {
  --fa: "\f1d2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-tumblr {
  --fa: "\f174";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr-square {
  --fa: "\f174";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-trello {
  --fa: "\f181";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-get-pocket {
  --fa: "\f265";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-perbyte {
  --fa: "\e083";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-grunt {
  --fa: "\f3ad";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-weebly {
  --fa: "\f5cc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-connectdevelop {
  --fa: "\f20e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-leanpub {
  --fa: "\f212";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-black-tie {
  --fa: "\f27e";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-themeco {
  --fa: "\f5c6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-python {
  --fa: "\f3e2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-android {
  --fa: "\f17b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-bots {
  --fa: "\e340";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-free-code-camp {
  --fa: "\f2c5";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-hornbill {
  --fa: "\f592";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-js {
  --fa: "\f3b8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ideal {
  --fa: "\e013";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-git {
  --fa: "\f1d3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dev {
  --fa: "\f6cc";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sketch {
  --fa: "\f7c6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yandex-international {
  --fa: "\f414";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-cc-amex {
  --fa: "\f1f3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-uber {
  --fa: "\f402";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-github {
  --fa: "\f09b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-php {
  --fa: "\f457";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-alipay {
  --fa: "\f642";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-youtube {
  --fa: "\f167";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-skyatlas {
  --fa: "\f216";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-firefox-browser {
  --fa: "\e007";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-replyd {
  --fa: "\f3e6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-suse {
  --fa: "\f7d6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-jenkins {
  --fa: "\f3b6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-twitter {
  --fa: "\f099";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-rockrms {
  --fa: "\f3e9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pinterest {
  --fa: "\f0d2";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buffer {
  --fa: "\f837";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-npm {
  --fa: "\f3d4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-yammer {
  --fa: "\f840";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-btc {
  --fa: "\f15a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-dribbble {
  --fa: "\f17d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-internet-explorer {
  --fa: "\f26b";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-stubber {
  --fa: "\e5c7";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram {
  --fa: "\f2c6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-telegram-plane {
  --fa: "\f2c6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-old-republic {
  --fa: "\f510";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-odysee {
  --fa: "\e5c6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-whatsapp {
  --fa: "\f40c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-whatsapp-square {
  --fa: "\f40c";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-node-js {
  --fa: "\f3d3";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-edge-legacy {
  --fa: "\e078";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack {
  --fa: "\f198";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-slack-hash {
  --fa: "\f198";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medrt {
  --fa: "\f3c8";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-usb {
  --fa: "\f287";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-tumblr {
  --fa: "\f173";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-vaadin {
  --fa: "\f408";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-quora {
  --fa: "\f2c4";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-square-x-twitter {
  --fa: "\e61a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-reacteurope {
  --fa: "\f75d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium {
  --fa: "\f23a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-medium-m {
  --fa: "\f23a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-amilia {
  --fa: "\f36d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mixcloud {
  --fa: "\f289";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-flipboard {
  --fa: "\f44d";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-viacoin {
  --fa: "\f237";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-critical-role {
  --fa: "\f6c9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-sitrox {
  --fa: "\e44a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-discourse {
  --fa: "\f393";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-joomla {
  --fa: "\f1aa";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-mastodon {
  --fa: "\f4f6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-airbnb {
  --fa: "\f834";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wolf-pack-battalion {
  --fa: "\f514";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-buy-n-large {
  --fa: "\f8a6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-gulp {
  --fa: "\f3ae";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-strava {
  --fa: "\f428";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-ember {
  --fa: "\f423";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-canadian-maple-leaf {
  --fa: "\f785";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-teamspeak {
  --fa: "\f4f9";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pushed {
  --fa: "\f3e1";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wordpress-simple {
  --fa: "\f411";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-nutritionix {
  --fa: "\f3d6";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-wodu {
  --fa: "\e088";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-google-pay {
  --fa: "\e079";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-intercom {
  --fa: "\f7af";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-zhihu {
  --fa: "\f63f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-korvue {
  --fa: "\f42f";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-pix {
  --fa: "\e43a";
}

/* line 28, ../../local/bundle/gems/font-awesome-sass-6.7.2/assets/stylesheets/font-awesome/_brands.scss */
.fa-steam-symbol {
  --fa: "\f3f6";
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red {
  background-color: #e51c23 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text {
  color: #e51c23 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-5 {
  background-color: #fdeaeb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-3 {
  background-color: #f3989b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-3 {
  color: #f3989b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-2 {
  background-color: #ee6e73 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.lighten-1 {
  background-color: #ea454b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-lighten-1 {
  color: #ea454b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-1 {
  background-color: #d0181e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-1 {
  color: #d0181e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-2 {
  background-color: #b9151b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-2 {
  color: #b9151b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-3 {
  background-color: #a21318 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-3 {
  color: #a21318 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red.darken-4 {
  background-color: #8b1014 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.materialize-red-text.text-darken-4 {
  color: #8b1014 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red {
  background-color: #F44336 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text {
  color: #F44336 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-5 {
  background-color: #FFEBEE !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-3 {
  background-color: #EF9A9A !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-2 {
  background-color: #E57373 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-2 {
  color: #E57373 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.lighten-1 {
  background-color: #EF5350 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-1 {
  background-color: #E53935 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-1 {
  color: #E53935 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-2 {
  background-color: #D32F2F !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-2 {
  color: #D32F2F !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-3 {
  background-color: #C62828 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-3 {
  color: #C62828 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.darken-4 {
  background-color: #B71C1C !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-darken-4 {
  color: #B71C1C !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-1 {
  background-color: #FF8A80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-2 {
  background-color: #FF5252 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-2 {
  color: #FF5252 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-3 {
  background-color: #FF1744 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-3 {
  color: #FF1744 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red.accent-4 {
  background-color: #D50000 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.red-text.text-accent-4 {
  color: #D50000 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink {
  background-color: #e91e63 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text {
  color: #e91e63 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-5 {
  background-color: #fce4ec !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-5 {
  color: #fce4ec !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-4 {
  background-color: #f8bbd0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-4 {
  color: #f8bbd0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-3 {
  background-color: #f48fb1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-3 {
  color: #f48fb1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-2 {
  background-color: #f06292 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-2 {
  color: #f06292 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.lighten-1 {
  background-color: #ec407a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-lighten-1 {
  color: #ec407a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-1 {
  background-color: #d81b60 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-1 {
  color: #d81b60 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-2 {
  background-color: #c2185b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-2 {
  color: #c2185b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-3 {
  background-color: #ad1457 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-3 {
  color: #ad1457 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.darken-4 {
  background-color: #880e4f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-darken-4 {
  color: #880e4f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-1 {
  background-color: #ff80ab !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-1 {
  color: #ff80ab !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-2 {
  background-color: #ff4081 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-2 {
  color: #ff4081 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-3 {
  background-color: #f50057 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-3 {
  color: #f50057 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink.accent-4 {
  background-color: #c51162 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.pink-text.text-accent-4 {
  color: #c51162 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple {
  background-color: #9c27b0 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text {
  color: #9c27b0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.lighten-1 {
  background-color: #ab47bc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-1 {
  background-color: #8e24aa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-3 {
  background-color: #6a1b9a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.darken-4 {
  background-color: #4a148c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-darken-4 {
  color: #4a148c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-1 {
  background-color: #ea80fc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-2 {
  background-color: #e040fb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-2 {
  color: #e040fb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-3 {
  background-color: #d500f9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple.accent-4 {
  background-color: #aa00ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple {
  background-color: #673ab7 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text {
  color: #673ab7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-5 {
  background-color: #ede7f6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-3 {
  background-color: #b39ddb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-2 {
  background-color: #9575cd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-2 {
  color: #9575cd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.lighten-1 {
  background-color: #7e57c2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-1 {
  background-color: #5e35b1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-2 {
  background-color: #512da8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-2 {
  color: #512da8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-3 {
  background-color: #4527a0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-3 {
  color: #4527a0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.darken-4 {
  background-color: #311b92 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-darken-4 {
  color: #311b92 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-1 {
  background-color: #b388ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-1 {
  color: #b388ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-2 {
  background-color: #7c4dff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-2 {
  color: #7c4dff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-3 {
  background-color: #651fff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-3 {
  color: #651fff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple.accent-4 {
  background-color: #6200ea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-purple-text.text-accent-4 {
  color: #6200ea !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo {
  background-color: #3f51b5 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text {
  color: #3f51b5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-5 {
  background-color: #e8eaf6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-4 {
  background-color: #c5cae9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-4 {
  color: #c5cae9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-3 {
  background-color: #9fa8da !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-3 {
  color: #9fa8da !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-2 {
  background-color: #7986cb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-2 {
  color: #7986cb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.lighten-1 {
  background-color: #5c6bc0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-1 {
  background-color: #3949ab !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-1 {
  color: #3949ab !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-2 {
  background-color: #303f9f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-2 {
  color: #303f9f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-3 {
  background-color: #283593 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-3 {
  color: #283593 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.darken-4 {
  background-color: #1a237e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-darken-4 {
  color: #1a237e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-1 {
  background-color: #8c9eff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-1 {
  color: #8c9eff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-2 {
  background-color: #536dfe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-2 {
  color: #536dfe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-3 {
  background-color: #3d5afe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-3 {
  color: #3d5afe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo.accent-4 {
  background-color: #304ffe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.indigo-text.text-accent-4 {
  color: #304ffe !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue {
  background-color: #2196F3 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text {
  color: #2196F3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-1 {
  background-color: #1E88E5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-2 {
  background-color: #1976D2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-3 {
  background-color: #1565C0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.darken-4 {
  background-color: #0D47A1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-1 {
  background-color: #82B1FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-2 {
  background-color: #448AFF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-2 {
  color: #448AFF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-3 {
  background-color: #2979FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-3 {
  color: #2979FF !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue.accent-4 {
  background-color: #2962FF !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-text.text-accent-4 {
  color: #2962FF !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue {
  background-color: #03a9f4 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text {
  color: #03a9f4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-5 {
  background-color: #e1f5fe !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-4 {
  background-color: #b3e5fc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-3 {
  background-color: #81d4fa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-3 {
  color: #81d4fa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-2 {
  background-color: #4fc3f7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.lighten-1 {
  background-color: #29b6f6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-1 {
  background-color: #039be5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-1 {
  color: #039be5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-2 {
  background-color: #0288d1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-2 {
  color: #0288d1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-3 {
  background-color: #0277bd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-3 {
  color: #0277bd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.darken-4 {
  background-color: #01579b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-darken-4 {
  color: #01579b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-1 {
  background-color: #80d8ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-1 {
  color: #80d8ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-2 {
  background-color: #40c4ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-2 {
  color: #40c4ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-3 {
  background-color: #00b0ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-3 {
  color: #00b0ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue.accent-4 {
  background-color: #0091ea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-blue-text.text-accent-4 {
  color: #0091ea !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan {
  background-color: #00bcd4 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text {
  color: #00bcd4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-5 {
  background-color: #e0f7fa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-5 {
  color: #e0f7fa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-4 {
  background-color: #b2ebf2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-3 {
  background-color: #80deea !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-3 {
  color: #80deea !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-2 {
  background-color: #4dd0e1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.lighten-1 {
  background-color: #26c6da !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-lighten-1 {
  color: #26c6da !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-1 {
  background-color: #00acc1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-1 {
  color: #00acc1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-2 {
  background-color: #0097a7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-2 {
  color: #0097a7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-3 {
  background-color: #00838f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-3 {
  color: #00838f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.darken-4 {
  background-color: #006064 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-darken-4 {
  color: #006064 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-1 {
  background-color: #84ffff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-1 {
  color: #84ffff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-2 {
  background-color: #18ffff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-2 {
  color: #18ffff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-3 {
  background-color: #00e5ff !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-3 {
  color: #00e5ff !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan.accent-4 {
  background-color: #00b8d4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.cyan-text.text-accent-4 {
  color: #00b8d4 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal {
  background-color: #009688 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text {
  color: #009688 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-2 {
  background-color: #4db6ac !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.lighten-1 {
  background-color: #26a69a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-1 {
  background-color: #00897b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-1 {
  color: #00897b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-2 {
  background-color: #00796b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-2 {
  color: #00796b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-3 {
  background-color: #00695c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-3 {
  color: #00695c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.darken-4 {
  background-color: #004d40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-darken-4 {
  color: #004d40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-1 {
  background-color: #a7ffeb !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-2 {
  background-color: #64ffda !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-2 {
  color: #64ffda !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-3 {
  background-color: #1de9b6 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal.accent-4 {
  background-color: #00bfa5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green {
  background-color: #4CAF50 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text {
  color: #4CAF50 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-2 {
  background-color: #81C784 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-2 {
  color: #81C784 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.lighten-1 {
  background-color: #66BB6A !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-1 {
  background-color: #43A047 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-1 {
  color: #43A047 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-2 {
  background-color: #388E3C !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-2 {
  color: #388E3C !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-3 {
  background-color: #2E7D32 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.darken-4 {
  background-color: #1B5E20 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-1 {
  background-color: #B9F6CA !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-2 {
  background-color: #69F0AE !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-2 {
  color: #69F0AE !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-3 {
  background-color: #00E676 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-3 {
  color: #00E676 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green.accent-4 {
  background-color: #00C853 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.green-text.text-accent-4 {
  color: #00C853 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green {
  background-color: #8bc34a !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text {
  color: #8bc34a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-5 {
  background-color: #f1f8e9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-4 {
  background-color: #dcedc8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-4 {
  color: #dcedc8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-3 {
  background-color: #c5e1a5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-2 {
  background-color: #aed581 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-2 {
  color: #aed581 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.lighten-1 {
  background-color: #9ccc65 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-lighten-1 {
  color: #9ccc65 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-1 {
  background-color: #7cb342 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-1 {
  color: #7cb342 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-2 {
  background-color: #689f38 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-2 {
  color: #689f38 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-3 {
  background-color: #558b2f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-3 {
  color: #558b2f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.darken-4 {
  background-color: #33691e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-darken-4 {
  color: #33691e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-1 {
  background-color: #ccff90 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-1 {
  color: #ccff90 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-2 {
  background-color: #b2ff59 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-2 {
  color: #b2ff59 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-3 {
  background-color: #76ff03 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-3 {
  color: #76ff03 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green.accent-4 {
  background-color: #64dd17 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.light-green-text.text-accent-4 {
  color: #64dd17 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime {
  background-color: #cddc39 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text {
  color: #cddc39 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-5 {
  background-color: #f9fbe7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-5 {
  color: #f9fbe7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-4 {
  background-color: #f0f4c3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-4 {
  color: #f0f4c3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-3 {
  background-color: #e6ee9c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-3 {
  color: #e6ee9c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-2 {
  background-color: #dce775 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-2 {
  color: #dce775 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.lighten-1 {
  background-color: #d4e157 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-lighten-1 {
  color: #d4e157 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-1 {
  background-color: #c0ca33 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-1 {
  color: #c0ca33 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-2 {
  background-color: #afb42b !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-2 {
  color: #afb42b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-3 {
  background-color: #9e9d24 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-3 {
  color: #9e9d24 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.darken-4 {
  background-color: #827717 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-darken-4 {
  color: #827717 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-1 {
  background-color: #f4ff81 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-1 {
  color: #f4ff81 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-2 {
  background-color: #eeff41 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-2 {
  color: #eeff41 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-3 {
  background-color: #c6ff00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-3 {
  color: #c6ff00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime.accent-4 {
  background-color: #aeea00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.lime-text.text-accent-4 {
  color: #aeea00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow {
  background-color: #ffeb3b !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text {
  color: #ffeb3b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-3 {
  background-color: #fff59d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-2 {
  background-color: #fff176 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-1 {
  background-color: #fdd835 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-2 {
  background-color: #fbc02d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-3 {
  background-color: #f9a825 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.darken-4 {
  background-color: #f57f17 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-1 {
  background-color: #ffff8d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-2 {
  background-color: #ffff00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-3 {
  background-color: #ffea00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow.accent-4 {
  background-color: #ffd600 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber {
  background-color: #ffc107 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text {
  color: #ffc107 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-5 {
  background-color: #fff8e1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-5 {
  color: #fff8e1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-4 {
  background-color: #ffecb3 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-4 {
  color: #ffecb3 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-3 {
  background-color: #ffe082 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-3 {
  color: #ffe082 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-2 {
  background-color: #ffd54f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-2 {
  color: #ffd54f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.lighten-1 {
  background-color: #ffca28 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-lighten-1 {
  color: #ffca28 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-1 {
  background-color: #ffb300 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-1 {
  color: #ffb300 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-2 {
  background-color: #ffa000 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-2 {
  color: #ffa000 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-3 {
  background-color: #ff8f00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-3 {
  color: #ff8f00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.darken-4 {
  background-color: #ff6f00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-darken-4 {
  color: #ff6f00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-1 {
  background-color: #ffe57f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-1 {
  color: #ffe57f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-2 {
  background-color: #ffd740 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-2 {
  color: #ffd740 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-3 {
  background-color: #ffc400 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-3 {
  color: #ffc400 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber.accent-4 {
  background-color: #ffab00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.amber-text.text-accent-4 {
  color: #ffab00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange {
  background-color: #ff9800 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text {
  color: #ff9800 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-2 {
  background-color: #ffb74d !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.lighten-1 {
  background-color: #ffa726 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-1 {
  background-color: #fb8c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-2 {
  background-color: #f57c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-3 {
  background-color: #ef6c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.darken-4 {
  background-color: #e65100 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-darken-4 {
  color: #e65100 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-1 {
  background-color: #ffd180 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-2 {
  background-color: #ffab40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-3 {
  background-color: #ff9100 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange.accent-4 {
  background-color: #ff6d00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange {
  background-color: #ff5722 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text {
  color: #ff5722 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-4 {
  background-color: #ffccbc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-3 {
  background-color: #ffab91 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-2 {
  background-color: #ff8a65 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.lighten-1 {
  background-color: #ff7043 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-1 {
  background-color: #f4511e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-1 {
  color: #f4511e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-2 {
  background-color: #e64a19 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-2 {
  color: #e64a19 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-3 {
  background-color: #d84315 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-3 {
  color: #d84315 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.darken-4 {
  background-color: #bf360c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-darken-4 {
  color: #bf360c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-1 {
  background-color: #ff9e80 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-2 {
  background-color: #ff6e40 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-3 {
  background-color: #ff3d00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange.accent-4 {
  background-color: #dd2c00 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown {
  background-color: #795548 !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text {
  color: #795548 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-5 {
  background-color: #efebe9 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-5 {
  color: #efebe9 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-4 {
  background-color: #d7ccc8 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-4 {
  color: #d7ccc8 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-3 {
  background-color: #bcaaa4 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-3 {
  color: #bcaaa4 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-2 {
  background-color: #a1887f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-2 {
  color: #a1887f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.lighten-1 {
  background-color: #8d6e63 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-lighten-1 {
  color: #8d6e63 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-1 {
  background-color: #6d4c41 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-1 {
  color: #6d4c41 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-2 {
  background-color: #5d4037 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-2 {
  color: #5d4037 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-3 {
  background-color: #4e342e !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-3 {
  color: #4e342e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown.darken-4 {
  background-color: #3e2723 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.brown-text.text-darken-4 {
  color: #3e2723 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey {
  background-color: #607d8b !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text {
  color: #607d8b !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-3 {
  background-color: #37474f !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey.darken-4 {
  background-color: #263238 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey {
  background-color: #9e9e9e !important;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text {
  color: #9e9e9e !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-5 {
  background-color: #fafafa !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-3 {
  background-color: #eeeeee !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-1 {
  background-color: #757575 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-1 {
  color: #757575 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-2 {
  background-color: #616161 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-2 {
  color: #616161 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-3 {
  background-color: #424242 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-3 {
  color: #424242 !important;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey.darken-4 {
  background-color: #212121 !important;
}

/* line 17, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.grey-text.text-darken-4 {
  color: #212121 !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black {
  background-color: #000000 !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.black-text {
  color: #000000 !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white {
  background-color: #FFFFFF !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.white-text {
  color: #FFFFFF !important;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent {
  background-color: transparent !important;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_color-classes.scss */
.transparent-text {
  color: transparent !important;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 240, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 256, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 266, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 277, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_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;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 300, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 322, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 336, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 364, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 374, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 383, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 393, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 406, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_normalize.scss */
[hidden] {
  display: none;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
html {
  box-sizing: border-box;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul:not(.browser-default) > li {
  list-style-type: none;
}

/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.valign-wrapper {
  display: flex;
  align-items: center;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.clearfix {
  clear: both;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-0 {
  box-shadow: none !important;
}

/* 2dp elevation modified*/
/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1, .sidenav, .collapsible, .dropdown-content, .btn-floating, .btn, .btn-small, .btn-large, .toast, .card, .card-panel, nav {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

/* line 72, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-1-half, .btn-floating:hover, .btn:hover, .btn-small:hover, .btn-large:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

/* 6dp elevation modified*/
/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

/* 12dp elevation modified*/
/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* 16dp elevation */
/* line 91, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}

/* 24dp elevation */
/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.z-depth-5, .modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable {
  transition: box-shadow .25s;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #64B5F6;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i {
  line-height: inherit;
}

/* line 134, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.left {
  float: left;
  margin-right: 15px;
}

/* line 138, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.right {
  float: right;
  margin-left: 15px;
}

/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.tiny {
  font-size: 1rem;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.small {
  font-size: 2rem;
}

/* line 148, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.medium {
  font-size: 4rem;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
i.large {
  font-size: 6rem;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}

/* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}

/* line 183, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active a {
  color: #fff;
}

/* line 185, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.active {
  background-color: #64B5F6;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.disabled a {
  cursor: default;
  color: #999;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li i {
  font-size: 2rem;
}

/* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

@media only screen and (max-width : 992px) {
  /* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination {
    width: 100%;
  }
  /* line 207, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.prev,
.pagination li.next {
    width: 10%;
  }
  /* line 212, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}

/* line 221, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb {
  display: inline-block;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 226, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb i,
.breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
.breadcrumb i.material-icons {
  display: inline-block;
  float: left;
  font-size: 24px;
}

/* line 234, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:before {
  content: '\E5CC';
  color: rgba(255, 255, 255, 0.7);
  vertical-align: top;
  display: inline-block;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 25px;
  margin: 0 10px 0 8px;
  -webkit-font-smoothing: antialiased;
  float: left;
}

/* line 248, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:first-child:before {
  display: none;
}

/* line 252, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.breadcrumb:last-child {
  color: #fff;
}

/* line 258, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

/* line 263, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* line 271, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}

/* line 285, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pin-top, .pin-bottom {
  position: relative;
}

/* line 288, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.pinned {
  position: fixed !important;
}

/*********************
  Transition Classes
**********************/
/* line 296, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
ul.staggered-list li {
  opacity: 0;
}

/* line 300, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width : 600px) {
  /* line 309, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 314, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-down {
    display: none !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 319, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 324, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-med-only {
    display: none !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 329, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 334, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .hide-on-extra-large-only {
    display: none !important;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 339, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-extra-large {
    display: block !important;
  }
}

@media only screen and (min-width : 993px) {
  /* line 344, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-large {
    display: block !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  /* line 349, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 354, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-small {
    display: block !important;
  }
}

@media only screen and (min-width : 601px) {
  /* line 359, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-up {
    display: block !important;
  }
}

@media only screen and (max-width : 992px) {
  /* line 364, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .show-on-medium-and-down {
    display: block !important;
  }
}

@media only screen and (max-width : 600px) {
  /* line 372, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  .center-on-small-only {
    text-align: center;
  }
}

/* line 379, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #64B5F6;
}

/* line 384, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.page-footer .footer-copyright {
  overflow: hidden;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}

/* line 397, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table, th, td {
  border: none;
}

/* line 401, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 408, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped tr {
  border-bottom: none;
}

/* line 413, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 417, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.striped > tbody > tr > td {
  border-radius: 0;
}

/* line 423, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr {
  transition: background-color .25s ease;
}

/* line 425, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}

/* line 431, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
table.centered thead tr th, table.centered tbody tr td {
  text-align: center;
}

/* line 437, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 441, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}

@media only screen and (max-width : 992px) {
  /* line 452, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  /* line 459, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  /* line 463, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th,
table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  /* line 469, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    text-align: left;
  }
  /* line 470, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    display: block;
    float: left;
  }
  /* line 474, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  /* line 478, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  /* line 483, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 490, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  /* line 495, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  /* line 499, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  /* line 504, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  /* line 510, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}

/* line 520, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

/* line 527, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}

/* line 535, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}

/* line 541, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}

/* line 551, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}

/* line 560, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .title {
  font-size: 16px;
}

/* line 564, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar p {
  margin: 0;
}

/* line 568, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}

/* line 577, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item:last-child {
  border-bottom: none;
}

/* line 581, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active {
  background-color: #c5b696;
  color: white;
}

/* line 585, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection .collection-item.active .secondary-content {
  color: #fff;
}

/* line 590, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item {
  display: block;
  transition: .25s;
  color: #c5b696;
}

/* line 595, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}

/* line 602, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}

/* line 607, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item {
  padding-left: 30px;
}

/* line 610, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}

/* line 617, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.secondary-content {
  float: right;
  color: #c5b696;
}

/* line 621, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.collapsible .collection {
  margin: 0;
  border: none;
}

/* line 629, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 635, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 645, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: white;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}

/* line 654, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #c5b696;
  transition: width .3s linear;
}

/* line 662, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate {
  background-color: #c5b696;
}

/* line 664, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

/* line 676, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

/*******************
  Utility Classes
*******************/
/* line 725, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.hide {
  display: none !important;
}

/* line 730, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left-align {
  text-align: left;
}

/* line 733, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right-align {
  text-align: right;
}

/* line 736, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center, .center-align {
  text-align: center;
}

/* line 740, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.left {
  float: left !important;
}

/* line 743, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.right {
  float: right !important;
}

/* line 748, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 752, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.circle {
  border-radius: 50%;
}

/* line 756, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 762, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 769, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_global.scss */
.no-padding {
  padding: 0 !important;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: 22px;
  height: 22px;
  color: #757575;
  float: right;
  box-sizing: border-box;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new {
  font-weight: 300;
  font-size: 0.8rem;
  color: #fff;
  background-color: #c5b696;
  border-radius: 2px;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge.new:after {
  content: " new";
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
span.badge[data-badge-caption]::after {
  content: " " attr(data-badge-caption);
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px;
  -webkit-font-smoothing: auto;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collection-item span.badge {
  margin-top: calc(0.75rem - 11px);
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.collapsible span.badge {
  margin-left: auto;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
.sidenav span.badge {
  margin-top: calc(24px - 11px);
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_badges.scss */
table span.badge {
  display: inline-block;
  float: none;
  margin-left: auto;
}

/* This is needed for some mobile phones to display the Google Icon font properly */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_icons-material-design.scss */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}

@media only screen and (min-width : 601px) {
  /* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 85%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .container {
    width: 70%;
  }
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad {
  padding: 0;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-bot {
  padding-bottom: 0;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.section.no-pad-top {
  padding-top: 0;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col[class*="push-"], .row .col[class*="pull-"] {
  position: relative;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s1 {
  width: 8.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s2 {
  width: 16.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s4 {
  width: 33.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s5 {
  width: 41.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s7 {
  width: 58.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s8 {
  width: 66.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s10 {
  width: 83.3333333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s11 {
  width: 91.6666666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s1 {
  margin-left: 8.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s1 {
  right: 8.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s1 {
  left: 8.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s2 {
  margin-left: 16.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s2 {
  right: 16.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s2 {
  left: 16.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s3 {
  margin-left: 25%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s3 {
  right: 25%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s3 {
  left: 25%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s4 {
  margin-left: 33.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s4 {
  right: 33.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s4 {
  left: 33.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s5 {
  margin-left: 41.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s5 {
  right: 41.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s5 {
  left: 41.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s6 {
  margin-left: 50%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s6 {
  right: 50%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s6 {
  left: 50%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s7 {
  margin-left: 58.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s7 {
  right: 58.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s7 {
  left: 58.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s8 {
  margin-left: 66.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s8 {
  right: 66.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s8 {
  left: 66.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s9 {
  margin-left: 75%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s9 {
  right: 75%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s9 {
  left: 75%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s10 {
  margin-left: 83.3333333333%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s10 {
  right: 83.3333333333%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s10 {
  left: 83.3333333333%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s11 {
  margin-left: 91.6666666667%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s11 {
  right: 91.6666666667%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s11 {
  left: 91.6666666667%;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.offset-s12 {
  margin-left: 100%;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.pull-s12 {
  right: 100%;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
.row .col.push-s12 {
  left: 100%;
}

@media only screen and (min-width : 601px) {
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-m12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-m12 {
    left: 100%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-l12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-l12 {
    left: 100%;
  }
}

@media only screen and (min-width : 1201px) {
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl1 {
    margin-left: 8.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl1 {
    left: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl2 {
    margin-left: 16.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl2 {
    left: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl3 {
    left: 25%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl4 {
    margin-left: 33.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl4 {
    left: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl5 {
    margin-left: 41.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl5 {
    left: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl6 {
    left: 50%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl7 {
    margin-left: 58.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl7 {
    left: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl8 {
    margin-left: 66.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl8 {
    left: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl9 {
    left: 75%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl10 {
    margin-left: 83.3333333333%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl10 {
    left: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl11 {
    margin-left: 91.6666666667%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl11 {
    left: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.pull-xl12 {
    right: 100%;
  }
  /* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_grid.scss */
  .row .col.push-xl12 {
    left: 100%;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav {
  color: #fff;
  background-color: #64B5F6;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended {
  height: auto;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav a {
  color: #fff;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav i,
nav [class^="mdi-"], nav [class*="mdi-"],
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-wrapper {
  position: relative;
  height: 100%;
}

@media only screen and (min-width : 993px) {
  /* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav a.sidenav-trigger {
    display: none;
  }
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width : 992px) {
  /* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 76, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left, nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  /* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.left {
    left: 0.5rem;
  }
  /* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}

/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}

/* line 93, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .brand-logo i,
nav .brand-logo [class^="mdi-"], nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}

/* line 111, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul {
  margin: 0;
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li {
  transition: background-color .3s;
  float: left;
  padding: 0;
}

/* line 119, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a {
  transition: background-color .3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn, nav ul a.btn-small, nav ul a.btn-large, nav ul a.btn-flat, nav ul a.btn-floating {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}

/* line 136, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a.btn > .material-icons, nav ul a.btn-small > .material-icons, nav ul a.btn-large > .material-icons, nav ul a.btn-flat > .material-icons, nav ul a.btn-floating > .material-icons {
  height: inherit;
  line-height: inherit;
}

/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav ul.left {
  float: left;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav form {
  height: 100%;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field {
  margin: 0;
  height: 100%;
}

/* line 161, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}

/* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field input:focus, nav .input-field input[type=text]:valid, nav .input-field input[type=password]:valid, nav .input-field input[type=email]:valid, nav .input-field input[type=url]:valid, nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}

/* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label {
  top: 0;
  left: 0;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color .3s;
}

/* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
nav .input-field label.active i {
  color: #fff;
}

/* line 188, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}

/* line 193, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
.navbar-fixed nav {
  position: fixed;
}

@media only screen and (min-width : 601px) {
  /* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  /* line 201, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  /* line 205, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_navbar.scss */
  .navbar-fixed {
    height: 64px;
  }
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
a {
  text-decoration: none;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 0) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 14.5px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  html {
    font-size: 15px;
  }
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
em {
  font-style: italic;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
strong {
  font-weight: 500;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
small {
  font-size: 75%;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.light {
  font-weight: 300;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
.thin {
  font-weight: 200;
}

@media only screen and (min-width: 360px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 390px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.224rem;
  }
}

@media only screen and (min-width: 420px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.248rem;
  }
}

@media only screen and (min-width: 450px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.272rem;
  }
}

@media only screen and (min-width: 480px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.296rem;
  }
}

@media only screen and (min-width: 510px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.32rem;
  }
}

@media only screen and (min-width: 540px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.344rem;
  }
}

@media only screen and (min-width: 570px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.368rem;
  }
}

@media only screen and (min-width: 600px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.392rem;
  }
}

@media only screen and (min-width: 630px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.416rem;
  }
}

@media only screen and (min-width: 660px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.44rem;
  }
}

@media only screen and (min-width: 690px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.464rem;
  }
}

@media only screen and (min-width: 720px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.488rem;
  }
}

@media only screen and (min-width: 750px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.512rem;
  }
}

@media only screen and (min-width: 780px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.536rem;
  }
}

@media only screen and (min-width: 810px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.56rem;
  }
}

@media only screen and (min-width: 840px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.584rem;
  }
}

@media only screen and (min-width: 870px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.608rem;
  }
}

@media only screen and (min-width: 900px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.632rem;
  }
}

@media only screen and (min-width: 930px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.656rem;
  }
}

@media only screen and (min-width: 960px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.68rem;
  }
}

@media only screen and (max-width: 360px) {
  /* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_typography.scss */
  .flow-text {
    font-size: 1.2rem;
  }
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-out {
  transform: scale(0);
  transition: transform .2s !important;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_transitions.scss */
.scale-transition.scale-in {
  transform: scale(1);
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-title.activator {
  cursor: pointer;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small, .card.medium, .card.large {
  position: relative;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image, .card.medium .card-image, .card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
  max-height: 40%;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-content, .card.medium .card-content, .card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 44, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small .card-action, .card.medium .card-action, .card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.small {
  height: 300px;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.medium {
  height: 400px;
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.large {
  height: 500px;
}

/* line 65, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal {
  display: flex;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}

/* line 72, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
  height: 100%;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image {
  max-width: 50%;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}

/* line 95, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-action {
  z-index: 2;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}

/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image {
  position: relative;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}

/* line 141, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content p {
  margin: 0;
}

/* line 148, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-content .card-title i {
  line-height: 32px;
}

/* line 159, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}

/* line 160, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color .3s ease;
  text-transform: uppercase;
}

/* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-action a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_cards.scss */
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}

@media only screen and (max-width : 600px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}

@media only screen and (min-width : 601px) and (max-width : 992px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}

@media only screen and (min-width : 993px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
.toast.rounded {
  border-radius: 24px;
}

@media only screen and (max-width : 600px) {
  /* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_toast.scss */
  .toast {
    width: 100%;
    border-radius: 0;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent {
  background-color: transparent;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/* line 11, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width {
  display: flex;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}

/* line 38, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a {
  color: rgba(100, 181, 246, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color .28s ease, background-color .28s ease;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:focus, .tabs .tab a.active:focus {
  background-color: rgba(172, 216, 250, 0.2);
  outline: none;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab a:hover, .tabs .tab a.active {
  background-color: transparent;
  color: #64B5F6;
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .tab.disabled a, .tabs .tab.disabled a:hover {
  color: rgba(100, 181, 246, 0.4);
  cursor: default;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  background-color: #acd8fa;
  will-change: left, right;
}

@media only screen and (max-width : 992px) {
  /* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs {
    display: flex;
  }
  /* line 91, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab {
    flex-grow: 1;
  }
  /* line 94, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tabs.scss */
  .tabs .tab a {
    padding: 0 12px;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tooltip.scss */
.material-tooltip {
  padding: 10px 8px;
  font-size: 1rem;
  z-index: 2000;
  background-color: transparent;
  border-radius: 2px;
  color: #fff;
  min-height: 36px;
  line-height: 120%;
  opacity: 0;
  position: absolute;
  text-align: center;
  max-width: calc(100% - 4px);
  overflow: hidden;
  left: 0;
  top: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: #323232;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tooltip.scss */
.backdrop {
  position: absolute;
  opacity: 0;
  height: 7px;
  width: 14px;
  border-radius: 0 0 50% 50%;
  background-color: #323232;
  z-index: -1;
  transform-origin: 50% 0%;
  visibility: hidden;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large,
.btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i {
  font-size: 1.3rem;
  line-height: inherit;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:focus, .btn-small:focus, .btn-large:focus,
.btn-floating:focus {
  background-color: #b39f75;
}

/* line 65, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn, .btn-small, .btn-large {
  text-decoration: none;
  color: #fff;
  background-color: #c5b696;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn:hover, .btn-small:hover, .btn-large:hover {
  background-color: #cec1a6;
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #c5b696;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:hover {
  background-color: #c5b696;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating:before {
  border-radius: 0;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large {
  width: 56px;
  height: 56px;
  padding: 0;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large.halfway-fab {
  bottom: -28px;
}

/* line 96, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-large i {
  line-height: 56px;
}

/* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small {
  width: 32.4px;
  height: 32.4px;
}

/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small.halfway-fab {
  bottom: -16.2px;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.btn-small i {
  line-height: 32.4px;
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab {
  position: absolute;
  right: 24px;
  bottom: -20px;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating.halfway-fab.left {
  right: auto;
  left: 24px;
}

/* line 136, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-floating i {
  width: inherit;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
button.btn-floating {
  border: none;
}

/* line 152, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997;
}

/* line 154, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.active ul {
  visibility: visible;
}

/* line 160, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
  padding: 0 0 0 15px;
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
  text-align: right;
  right: 64px;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  left: auto;
  /*width 100% only goes to width of button container */
  width: 500px;
}

/* line 172, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
  display: inline-block;
  margin: 7.5px 15px 0 0;
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right {
  padding: 0 15px 0 0;
}

/* line 180, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul {
  text-align: left;
  direction: rtl;
  left: 64px;
  right: auto;
}

/* line 185, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-right ul li {
  margin: 7.5px 0 0 15px;
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom {
  padding: 0 0 15px 0;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul {
  top: 64px;
  bottom: auto;
  display: flex;
  flex-direction: column-reverse;
}

/* line 197, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.direction-bottom ul li {
  margin: 15px 0 0 0;
}

/* line 202, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar {
  padding: 0;
  height: 56px;
}

/* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar.active > a i {
  opacity: 0;
}

/* line 210, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul {
  display: flex;
  top: 0;
  bottom: 0;
  z-index: 1;
}

/* line 215, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li {
  flex: 1;
  display: inline-block;
  margin: 0;
  height: 100%;
  transition: none;
}

/* line 221, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  line-height: 56px;
  z-index: 1;
}

/* line 232, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn.toolbar ul li a i {
  line-height: inherit;
}

/* line 245, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul {
  left: 0;
  right: 0;
  text-align: center;
  position: absolute;
  bottom: 64px;
  margin: 0;
  visibility: hidden;
}

/* line 253, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul li {
  margin-bottom: 15px;
}

/* line 256, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn ul a.btn-floating {
  opacity: 0;
}

/* line 260, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.fixed-action-btn .fab-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 40px;
  height: 40px;
  background-color: #c5b696;
  border-radius: 50%;
  transform: scale(0);
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s;
}

/* line 280, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus, .btn-flat:hover {
  box-shadow: none;
}

/* line 284, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 287, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-flat.disabled, .btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}

/* line 296, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}

/* line 303, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-large i {
  font-size: 1.6rem;
}

/* line 309, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}

/* line 314, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-small i {
  font-size: 1.2rem;
}

/* line 320, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_buttons.scss */
.btn-block {
  display: block;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content:focus {
  outline: 0;
}

/* line 21, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #eee;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li:focus {
  outline: none;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #c5b696;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}

/* line 76, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}

/* line 83, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_dropdown.scss */
.dropdown-trigger {
  cursor: pointer;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 40, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-notransition {
  transition: none !important;
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 107, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_waves.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal:focus {
  outline: none;
}

@media only screen and (max-width : 992px) {
  /* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
  .modal {
    width: 80%;
  }
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal h1, .modal h2, .modal h3, .modal h4 {
  margin-top: 0;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-content {
  padding: 24px;
}

/* line 33, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-close {
  cursor: pointer;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal .modal-footer .btn, .modal .modal-footer .btn-large, .modal .modal-footer .btn-small, .modal .modal-footer .btn-flat {
  margin: 6px 0;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}

/* line 78, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_modal.scss */
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header:focus {
  outline: 0;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible,
.sidenav.sidenav-fixed .collapsible {
  border: none;
  box-shadow: none;
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible li,
.sidenav.sidenav-fixed .collapsible li {
  padding: 0;
}

/* line 52, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header,
.sidenav.sidenav-fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header:hover,
.sidenav.sidenav-fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-header i,
.sidenav.sidenav-fixed .collapsible-header i {
  line-height: inherit;
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body,
.sidenav.sidenav-fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.sidenav .collapsible-body li a,
.sidenav.sidenav-fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout {
  border: none;
  box-shadow: none;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_collapsible.scss */
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}

/* line 37, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all .3s;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:hover {
  cursor: text;
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}

/* line 69, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}

/* line 75, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 82, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 87, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_chips.scss */
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed {
  display: block;
  cursor: zoom-in;
  position: relative;
  transition: opacity .4s;
  -webkit-backface-visibility: hidden;
}

/* line 3, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed:hover:not(.active) {
  opacity: .8;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialboxed.active {
  cursor: zoom-out;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
#materialbox-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #292929;
  z-index: 1000;
  will-change: opacity;
}

/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_materialbox.scss */
.materialbox-caption {
  position: fixed;
  display: none;
  color: #fff;
  line-height: 50px;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0% 15%;
  height: 50px;
  z-index: 1000;
  -webkit-font-smoothing: antialiased;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
select:focus {
  outline: 1px solid white;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
button:focus {
  outline: none;
  background-color: #ccbfa3;
}

/* line 11, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_forms.scss */
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
::-moz-placeholder {
  color: #d1d1d1;
}
::placeholder {
  color: #d1d1d1;
}

/* Text inputs */
/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):disabled, input[readonly="readonly"]:not([type]),
input[type=text]:not(.browser-default):disabled,
input[type=text][readonly="readonly"]:not(.browser-default),
input[type=password]:not(.browser-default):disabled,
input[type=password][readonly="readonly"]:not(.browser-default),
input[type=email]:not(.browser-default):disabled,
input[type=email][readonly="readonly"]:not(.browser-default),
input[type=url]:not(.browser-default):disabled,
input[type=url][readonly="readonly"]:not(.browser-default),
input[type=time]:not(.browser-default):disabled,
input[type=time][readonly="readonly"]:not(.browser-default),
input[type=date]:not(.browser-default):disabled,
input[type=date][readonly="readonly"]:not(.browser-default),
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime][readonly="readonly"]:not(.browser-default),
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local][readonly="readonly"]:not(.browser-default),
input[type=tel]:not(.browser-default):disabled,
input[type=tel][readonly="readonly"]:not(.browser-default),
input[type=number]:not(.browser-default):disabled,
input[type=number][readonly="readonly"]:not(.browser-default),
input[type=search]:not(.browser-default):disabled,
input[type=search][readonly="readonly"]:not(.browser-default),
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}

/* line 49, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):disabled + label, input[readonly="readonly"]:not([type]) + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=text][readonly="readonly"]:not(.browser-default) + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=password][readonly="readonly"]:not(.browser-default) + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=email][readonly="readonly"]:not(.browser-default) + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=url][readonly="readonly"]:not(.browser-default) + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=time][readonly="readonly"]:not(.browser-default) + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=date][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime][readonly="readonly"]:not(.browser-default) + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=datetime-local][readonly="readonly"]:not(.browser-default) + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=tel][readonly="readonly"]:not(.browser-default) + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=number][readonly="readonly"]:not(.browser-default) + label,
input[type=search]:not(.browser-default):disabled + label,
input[type=search][readonly="readonly"]:not(.browser-default) + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #c5b696;
  box-shadow: 0 1px 0 0 #c5b696;
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #c5b696;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.valid:not([type]):focus ~ label,
input.valid[type=text]:not(.browser-default):focus ~ label,
input.valid[type=password]:not(.browser-default):focus ~ label,
input.valid[type=email]:not(.browser-default):focus ~ label,
input.valid[type=url]:not(.browser-default):focus ~ label,
input.valid[type=time]:not(.browser-default):focus ~ label,
input.valid[type=date]:not(.browser-default):focus ~ label,
input.valid[type=datetime]:not(.browser-default):focus ~ label,
input.valid[type=datetime-local]:not(.browser-default):focus ~ label,
input.valid[type=tel]:not(.browser-default):focus ~ label,
input.valid[type=number]:not(.browser-default):focus ~ label,
input.valid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.valid:focus ~ label {
  color: #4CAF50;
}

/* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.invalid:not([type]):focus ~ label,
input.invalid[type=text]:not(.browser-default):focus ~ label,
input.invalid[type=password]:not(.browser-default):focus ~ label,
input.invalid[type=email]:not(.browser-default):focus ~ label,
input.invalid[type=url]:not(.browser-default):focus ~ label,
input.invalid[type=time]:not(.browser-default):focus ~ label,
input.invalid[type=date]:not(.browser-default):focus ~ label,
input.invalid[type=datetime]:not(.browser-default):focus ~ label,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ label,
input.invalid[type=tel]:not(.browser-default):focus ~ label,
input.invalid[type=number]:not(.browser-default):focus ~ label,
input.invalid[type=search]:not(.browser-default):focus ~ label,
textarea.materialize-textarea.invalid:focus ~ label {
  color: #F44336;
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
input.validate:not([type]) + label,
input.validate[type=text]:not(.browser-default) + label,
input.validate[type=password]:not(.browser-default) + label,
input.validate[type=email]:not(.browser-default) + label,
input.validate[type=url]:not(.browser-default) + label,
input.validate[type=time]:not(.browser-default) + label,
input.validate[type=date]:not(.browser-default) + label,
input.validate[type=datetime]:not(.browser-default) + label,
input.validate[type=datetime-local]:not(.browser-default) + label,
input.validate[type=tel]:not(.browser-default) + label,
input.validate[type=number]:not(.browser-default) + label,
input.validate[type=search]:not(.browser-default) + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}

/* Validation Sass Placeholders */
/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid > input.select-dropdown, .select-wrapper.invalid > input.select-dropdown:focus, input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}

/* line 124, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid .helper-text[data-success], .select-wrapper.invalid ~ .helper-text[data-error], input.valid:not([type]) ~ .helper-text[data-success], input.valid:not([type]):focus ~ .helper-text[data-success], input.invalid:not([type]) ~ .helper-text[data-error], input.invalid:not([type]):focus ~ .helper-text[data-error],
input.valid[type=text]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=text]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=password]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=password]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=email]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=email]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=url]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=url]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=time]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=time]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=date]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=date]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=tel]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=tel]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=number]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=number]:not(.browser-default) ~ .helper-text[data-error],
input.valid[type=search]:not(.browser-default) ~ .helper-text[data-success],
input.invalid[type=search]:not(.browser-default) ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid:focus ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid:focus ~ .helper-text[data-error] {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

/* line 129, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.valid ~ .helper-text:after, input.valid:not([type]) ~ .helper-text:after, input.valid:not([type]):focus ~ .helper-text:after,
input.valid[type=text]:not(.browser-default) ~ .helper-text:after,
input.valid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=password]:not(.browser-default) ~ .helper-text:after,
input.valid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=email]:not(.browser-default) ~ .helper-text:after,
input.valid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=url]:not(.browser-default) ~ .helper-text:after,
input.valid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=time]:not(.browser-default) ~ .helper-text:after,
input.valid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=date]:not(.browser-default) ~ .helper-text:after,
input.valid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.valid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.valid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=number]:not(.browser-default) ~ .helper-text:after,
input.valid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.valid[type=search]:not(.browser-default) ~ .helper-text:after,
input.valid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea.valid:focus ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}

/* line 133, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper.invalid ~ .helper-text:after, input.invalid:not([type]) ~ .helper-text:after, input.invalid:not([type]):focus ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=text]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=password]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=email]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=url]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=time]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=date]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=datetime-local]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=tel]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=number]:not(.browser-default):focus ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default) ~ .helper-text:after,
input.invalid[type=search]:not(.browser-default):focus ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid:focus ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}

/* line 137, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.select-wrapper + label:after, input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out;
}

/* line 149, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

/* line 156, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}

/* line 164, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col label {
  left: 0.75rem;
}

/* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}

/* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform .2s ease-out, color .2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}

/* line 190, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > label.active:not(.label-icon) {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 197, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label, .input-field > input[type=date]:not(.browser-default) + label, .input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}

/* line 204, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 205, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 220, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color .2s;
  top: 0.5rem;
}

/* line 227, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix.active {
  color: #c5b696;
}

/* line 230, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 241, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field .prefix ~ label {
  margin-left: 3rem;
}

@media only screen and (max-width : 992px) {
  /* line 244, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}

@media only screen and (max-width : 600px) {
  /* line 251, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}

/* Search Field */
/* line 261, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color;
}

/* line 266, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}

/* line 280, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search]:focus:not(.browser-default) + label i, .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close, .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}

/* line 287, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}

/* line 292, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.input-field input[type=search] ~ .mdi-navigation-close, .input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: .3s color;
}

/* Textarea */
/* line 308, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}

/* line 313, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  /* prevents scroll bar flash */
  padding: .8rem 0 .8rem 0;
  /* prevents text jump on Enter keypress */
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}

/* line 324, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1;
}

/* Autocomplete */
/* line 341, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li .highlight {
  color: #444;
}

/* line 343, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}

/* Character Counter */
/* line 352, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_input-fields.scss */
.character-counter {
  min-height: 18px;
}

/* Radio Buttons
   ========================================================================== */
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border-radius: 50%;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}

/* Checked styles */
/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}

/* line 62, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:before,
.with-gap[type="radio"]:checked + span:after {
  border: 2px solid #c5b696;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after,
.with-gap[type="radio"]:checked + span:after {
  background-color: #c5b696;
}

/* line 73, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}

/* Radio With gap */
/* line 78, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:checked + span:after {
  transform: scale(0.5);
}

/* Focused styles */
/* line 83, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.tabbed[type="radio"]:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}

/* line 92, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
.with-gap[type="radio"]:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 104, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_radio-buttons.scss */
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 13, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 15, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"] + span:not(.lever):before, [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: .2s;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}

/* line 47, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 63, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #c5b696;
  border-bottom: 2px solid #c5b696;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}

/* Indeterminate checkbox */
/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #c5b696;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}

/* line 100, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):after {
  border-radius: 2px;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"] + span:not(.lever):before,
.filled-in[type="checkbox"] + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 124, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 134, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 145, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}

/* line 158, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #c5b696;
  background-color: #c5b696;
  z-index: 0;
}

/* line 169, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #c5b696;
  border-color: #c5b696;
}

/* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}

/* line 192, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}

/* line 196, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_checkboxes.scss */
.filled-in[type="checkbox"]:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}

/* Switch
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever {
  background-color: #eeeded;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #c5b696;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}

/* line 45, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before, .switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
}

/* line 57, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:before {
  background-color: rgba(197, 182, 150, 0.15);
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input.tabbed[type=checkbox]:checked:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(197, 182, 150, 0.15);
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input.tabbed[type=checkbox]:not(:disabled):focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_switches.scss */
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}

/* Select Field
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select.browser-default {
  opacity: 1;
}

/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}

/* line 15, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-label {
  position: absolute;
}

/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper {
  position: relative;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.valid + label, .select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

/* line 58, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 1;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #c5b696;
}

/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}

/* line 97, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper .hide-select {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}

/* line 116, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}

/* line 121, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 127, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}

/* line 139, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 146, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 150, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.prefix ~ label {
  margin-left: 3rem;
}

/* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}

/* line 176, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

/* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}

/* line 183, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}

/* line 187, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_select.scss */
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}

/* File Input
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field {
  position: relative;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input.file-path {
  width: 100%;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field .btn, .file-field .btn-large, .file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field span {
  cursor: pointer;
}

/* line 24, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_file-input.scss */
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}

/* Range
   ========================================================================== */
/* line 4, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.range-field {
  position: relative;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}

/* line 23, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:focus {
  outline: none;
}

/* line 28, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #c5b696;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #c5b696;
  font-size: 0;
  transform: rotate(45deg);
}

/* line 51, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}

/* line 80, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  -webkit-appearance: none;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 88, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #c5b696;
  -webkit-transition: box-shadow .3s;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #c5b696;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}

/* line 97, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(197, 182, 150, 0.26);
}

/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-focus-inner {
  border: 0;
}

/* line 117, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #c5b696;
  -moz-transition: box-shadow .3s;
  transition: box-shadow .3s;
  margin-top: -5px;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(197, 182, 150, 0.26);
}

/* line 133, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-lower {
  background: #777;
}

/* line 151, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-fill-upper {
  background: #ddd;
}

/* line 155, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #c5b696;
  -ms-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

/* line 159, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/forms/_range.scss */
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(197, 182, 150, 0.26);
}

/***************
    Nav List
***************/
/* line 5, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents.fixed {
  position: fixed;
}

/* line 9, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents li {
  padding: 2px 0;
}

/* line 12, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a {
  display: inline-block;
  font-weight: 300;
  color: #757575;
  padding-left: 16px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: .4;
  display: inline-block;
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 15px;
  border-left: 1px solid #64B5F6;
}

/* line 27, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_table_of_contents.scss */
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 14px;
  border-left: 2px solid #64B5F6;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}

/* line 29, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible {
  margin: 0;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li {
  float: none;
  line-height: 48px;
}

/* line 38, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating):hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 53, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i, .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > [class^="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) li > a > [class*="mdi-"], .sidenav li > a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-flat):not(.btn-floating) > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav li > .btn, .sidenav li > .btn-small, .sidenav li > .btn-large, .sidenav li > .btn-flat, .sidenav li > .btn-floating {
  margin: 10px 32px;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .divider {
  margin: 8px 0 0 0;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}

/* line 75, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .subheader:hover {
  background-color: transparent;
}

/* line 87, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}

/* line 92, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}

/* line 93, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view > a:hover {
  background-color: transparent;
}

/* line 98, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle, .sidenav .user-view .name, .sidenav .user-view .email {
  display: block;
}

/* line 112, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}

/* line 117, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}

/* line 123, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}

/* line 137, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}

/* line 139, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.drag-target.right-aligned {
  right: 0;
}

/* line 152, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}

/* line 154, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}

@media only screen and (max-width : 992px) {
  /* line 167, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  /* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  /* line 175, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav > a {
    padding: 0 16px;
  }
  /* line 179, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}

/* line 186, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #64B5F6;
}

/* line 189, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}

/* line 193, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav .collapsible-body {
  padding: 0;
}

/* line 198, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_sidenav.scss */
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
/* line 30, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.preloader-wrapper.active {
  /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
  animation: container-rotate 1568ms linear infinite;
}

@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* line 61, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #c5b696;
}

/* line 69, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}

/* line 79, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
/* line 102, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 114, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 120, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 126, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg);
  }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg);
  }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg);
  }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg);
  }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg);
  }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg);
  }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg);
  }
  /* 4   * ARCSIZE */
}

@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}

@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}

@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
/* line 229, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 239, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}

/* line 244, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}

/* line 252, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  /* STROKEWIDTH */
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 268, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  transform: rotate(129deg);
}

/* line 274, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  transform: rotate(-129deg);
}

/* line 284, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* line 290, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}

@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}

/* line 320, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_preloader.scss */
#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 16, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.slides {
  height: 100%;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}

/* line 31, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}

/* line 41, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li .caption p {
  color: #e0e0e0;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .slides li.active {
  z-index: 2;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 74, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_slider.scss */
.slider .indicators .indicator-item.active {
  background-color: #4CAF50;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  perspective: 500px;
  transform-style: preserve-3d;
  transform-origin: 0% 50%;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider {
  top: 0;
  left: 0;
}

/* line 6, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}

/* line 18, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

/* line 32, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item {
  visibility: hidden;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 54, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .carousel-item > img {
  width: 100%;
}

/* line 59, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}

/* line 67, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color .3s;
  border-radius: 50%;
}

/* line 68, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}

/* line 86, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_carousel.scss */
.carousel.scrolling .carousel-item .materialboxed,
.carousel .carousel-item:not(.active) .materialboxed {
  pointer-events: none;
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  transition: visibility 0s .3s;
}

/* line 10, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open {
  visibility: visible;
  transition: visibility 0s;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target {
  transform: scale(1);
  opacity: .95;
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 22, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::before {
  transform: scale(1);
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  transition: opacity .3s, transform .3s, visibility 0s 1s;
}

/* line 35, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #64B5F6;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14), 0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-content {
  position: relative;
  display: table-cell;
}

/* line 55, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}

/* line 56, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before, .tap-target-wave::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
}

/* line 66, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::before {
  transform: scale(0);
  transition: transform .3s;
}

/* line 70, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-wave::after {
  visibility: hidden;
  transition: opacity .3s, transform .3s, visibility 0s;
  z-index: -1;
}

/* line 84, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
.tap-target-origin:not(.btn):not(.btn-large):not(.btn-small), .tap-target-origin:not(.btn):not(.btn-large):not(.btn-small):hover {
  background: none;
}

@media only screen and (max-width: 600px) {
  /* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_tapTarget.scss */
  .tap-target, .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}

/* line 1, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse {
  overflow: visible;
  position: relative;
}

/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_pulse.scss */
.pulse::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  transition: opacity .3s, transform .3s;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  z-index: -1;
}

@keyframes pulse-animation {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Modal */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

/* line 8, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 14, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls {
  display: flex;
  justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

/* line 20, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .selects-container {
  display: flex;
}

/* line 25, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

/* line 34, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-wrapper .caret {
  display: none;
}

/* line 39, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-year input {
  width: 50px;
}

/* line 43, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-controls .select-month input {
  width: 80px;
}

/* line 48, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

/* Date Display */
/* line 57, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display {
  flex: 1 auto;
  background-color: #c5b696;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

/* line 64, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 71, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
/* line 81, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-calendar-container {
  flex: 2.5 auto;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

/* line 90, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table thead {
  border-bottom: none;
}

/* line 94, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

/* line 99, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table tr {
  border: none;
}

/* line 103, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-today {
  color: #c5b696;
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-selected {
  background-color: #c5b696;
  color: #fff;
}

/* line 118, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

/* line 129, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

/* line 130, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-day-button:focus {
  background-color: rgba(193, 181, 154, 0.25);
}

/* Footer */
/* line 147, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

/* line 155, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #c5b696;
  padding: 0 1rem;
}

/* line 163, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
.datepicker-clear {
  color: #F44336;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 170, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-modal {
    max-width: 625px;
  }
  /* line 174, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 178, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-date-display {
    flex: 0 1 270px;
  }
  /* line 182, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-controls,
.datepicker-table,
.datepicker-footer {
    width: 320px;
  }
  /* line 188, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_datepicker.scss */
  .datepicker-day-button {
    line-height: 44px;
  }
}

/* Timepicker Containers */
/* line 2, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

/* line 7, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-container.modal-content {
  display: flex;
  flex-direction: column;
  padding: 0;
}

/* line 13, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.text-primary {
  color: white;
}

/* Clock Digital Display */
/* line 19, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-digital-display {
  flex: 1 auto;
  background-color: #c5b696;
  padding: 10px;
  font-weight: 300;
}

/* line 26, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 36, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

/* line 42, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-hours {
  margin-right: 3px;
}

/* line 46, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-span-minutes {
  margin-left: 3px;
}

/* line 50, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}

/* Analog Clock Display */
/* line 60, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-analog-display {
  flex: 2.5 auto;
}

/* line 64, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 77, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* line 85, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-minutes {
  visibility: hidden;
}

/* line 89, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

/* line 101, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(197, 182, 150, 0.25);
}

/* line 105, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial {
  transition: transform 350ms, opacity 350ms;
}

/* line 108, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out {
  opacity: 0;
}

/* line 109, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-hours {
  transform: scale(1.1, 1.1);
}

/* line 113, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-dial-out.timepicker-minutes {
  transform: scale(0.8, 0.8);
}

/* line 119, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas {
  transition: opacity 175ms;
}

/* line 122, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas line {
  stroke: #c5b696;
  stroke-width: 4;
  stroke-linecap: round;
}

/* line 128, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-out {
  opacity: 0.25;
}

/* line 131, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bearing {
  stroke: none;
  fill: #c5b696;
}

/* line 135, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-canvas-bg {
  stroke: none;
  fill: #c5b696;
}

/* Footer */
/* line 142, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: flex;
  justify-content: space-between;
}

/* line 149, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear {
  color: #F44336;
}

/* line 153, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-close {
  color: #c5b696;
}

/* line 157, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
}

/* Media Queries */
@media only screen and (min-width : 601px) {
  /* line 164, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-modal {
    max-width: 600px;
  }
  /* line 168, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-container.modal-content {
    flex-direction: row;
  }
  /* line 172, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-text-container {
    top: 32%;
  }
  /* line 176, ../../local/bundle/gems/materialize-sass-1.0.0.1/assets/stylesheets/materialize/components/_timepicker.scss */
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}

/* line 8, app/assets/stylesheets/application/layout.css.sass */
* {
  box-sizing: border-box;
  overflow-scrolling: touch;
}

/* line 11, app/assets/stylesheets/application/layout.css.sass */
*:after, *:before {
  box-sizing: border-box;
}

/* line 15, app/assets/stylesheets/application/layout.css.sass */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 20, app/assets/stylesheets/application/layout.css.sass */
body {
  background: #f9f7f6;
  color: #404d5b;
}

/* line 24, app/assets/stylesheets/application/layout.css.sass */
body section {
  margin: 45px auto;
  width: 80%;
}

/* line 28, app/assets/stylesheets/application/layout.css.sass */
body .nowrap {
  white-space: nowrap;
}

/* line 31, app/assets/stylesheets/application/layout.css.sass */
body .hidden {
  display: none !important;
}

/* line 34, app/assets/stylesheets/application/layout.css.sass */
body .pagination a {
  display: inline-block !important;
}

/* line 37, app/assets/stylesheets/application/layout.css.sass */
body .no-margin-top {
  margin-top: 0px !important;
}

/* line 40, app/assets/stylesheets/application/layout.css.sass */
body .minicolors-theme-bootstrap .minicolors-input {
  padding-left: 44px !important;
  box-sizing: border-box;
}

/* line 44, app/assets/stylesheets/application/layout.css.sass */
body .container {
  padding-top: 25px;
  padding-bottom: 150px;
}

/* line 48, app/assets/stylesheets/application/layout.css.sass */
body .right-separator {
  border-right: 1px solid #e0e0e0;
}

/* line 51, app/assets/stylesheets/application/layout.css.sass */
body .modal {
  max-width: 600px;
}

/* line 54, app/assets/stylesheets/application/layout.css.sass */
body .modal.modal-fixed-footer {
  top: 10% !important;
  height: 80% !important;
  max-height: 80% !important;
}

/* line 59, app/assets/stylesheets/application/layout.css.sass */
body img:not([src]) {
  content: "" !important;
}

/* line 62, app/assets/stylesheets/application/layout.css.sass */
body .pagination.disabled {
  padding: 0 !important;
}

/* line 65, app/assets/stylesheets/application/layout.css.sass */
body .pagination a:hover, body .pagination button:hover {
  background: none !important;
}

/* line 68, app/assets/stylesheets/application/layout.css.sass */
body .toastable {
  display: none;
}

/* line 71, app/assets/stylesheets/application/layout.css.sass */
body .toast {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 79, app/assets/stylesheets/application/layout.css.sass */
body .toast .toast-action {
  margin-left: 1rem !important;
}

/* line 82, app/assets/stylesheets/application/layout.css.sass */
body .subheader {
  margin-bottom: -0.5rem !important;
}

/* line 85, app/assets/stylesheets/application/layout.css.sass */
body .material-tooltip {
  text-align: left !important;
}

/* line 89, app/assets/stylesheets/application/layout.css.sass */
body .clearfix:before {
  content: '';
  display: table;
}

/* line 92, app/assets/stylesheets/application/layout.css.sass */
body .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

/* line 97, app/assets/stylesheets/application/layout.css.sass */
body .autocompletion-field {
  margin: 0 18px !important;
}

/* line 100, app/assets/stylesheets/application/layout.css.sass */
body .autocomplete-content {
  position: initial !important;
  opacity: 1 !important;
  height: 200px !important;
  width: 100% !important;
}

/* line 105, app/assets/stylesheets/application/layout.css.sass */
body .autocomplete-content img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 107, app/assets/stylesheets/application/layout.css.sass */
body .autocomplete-content .highlight {
  font-weight: bold;
  color: #111111;
}

/* line 112, app/assets/stylesheets/application/layout.css.sass */
body .autocomplete-content.dropdown-content li > span {
  color: #888888;
}

/* line 115, app/assets/stylesheets/application/layout.css.sass */
body .autocomplete-selected {
  background-color: #e1e1e1;
  opacity: 0.5;
}

/* line 120, app/assets/stylesheets/application/layout.css.sass */
body label {
  pointer-events: none;
}
/* line 2, app/assets/stylesheets/application/live.css.sass */
#live td, #live th {
  padding: 10px 0;
}
/* line 3, app/assets/stylesheets/application/programs.css.sass */
#programs-list .card .card-image {
  min-height: 148px;
}

/* line 5, app/assets/stylesheets/application/programs.css.sass */
#programs-list .card .card-title {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
}

/* line 7, app/assets/stylesheets/application/programs.css.sass */
#programs-list .card a {
  color: #404d5b;
}
/* line 4, app/assets/stylesheets/application/sessions.css.sass */
#sessions .callout {
  max-width: 550px;
  margin: auto;
}

/* line 9, app/assets/stylesheets/application/sessions.css.sass */
.controller-sessions,
.controller-passwords {
  font-family: 'avenir next';
}

/* line 14, app/assets/stylesheets/application/sessions.css.sass */
.controller-sessions section h3,
.controller-passwords section h3 {
  font-family: 'avenir next';
}

/* line 17, app/assets/stylesheets/application/sessions.css.sass */
.controller-sessions section form,
.controller-passwords section form {
  font-family: 'avenir next';
}

/* line 19, app/assets/stylesheets/application/sessions.css.sass */
.controller-sessions section form input[type=submit],
.controller-passwords section form input[type=submit] {
  font-weight: bold;
}

/* line 22, app/assets/stylesheets/application/sessions.css.sass */
.controller-sessions section form .box-error,
.controller-passwords section form .box-error {
  font-size: 14px;
  font-family: 'avenir next';
}
/* line 1, app/assets/stylesheets/application/shops.css.sass */
#shops-cards {
  width: 100% !important;
}

/* line 4, app/assets/stylesheets/application/shops.css.sass */
#shops-cards .row {
  margin-bottom: 0px !important;
}

/* line 7, app/assets/stylesheets/application/shops.css.sass */
#shops-cards .circular {
  display: block;
  margin: auto;
  width: 63px;
  height: 63px;
  overflow: hidden;
  border-radius: 50% !important;
}

/* line 14, app/assets/stylesheets/application/shops.css.sass */
#shops-cards .circular img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: white;
}

/* line 20, app/assets/stylesheets/application/shops.css.sass */
#shops-cards .btn {
  letter-spacing: 0 !important;
}

/* line 23, app/assets/stylesheets/application/shops.css.sass */
#shops-cards .btn-flat {
  color: #616161;
  padding: 0 0 0 16px;
}

/* line 26, app/assets/stylesheets/application/shops.css.sass */
#shops-cards .btn-flat i {
  font-size: 40px;
}
/* line 4, app/assets/stylesheets/application/sidebar.css.sass */
.authentificated header, .authentificated main, .authentificated footer {
  padding-left: 300px !important;
}

@media only screen and (max-width: 992px) {
  /* line 9, app/assets/stylesheets/application/sidebar.css.sass */
  .authentificated header, .authentificated main, .authentificated footer {
    padding-left: 0 !important;
  }
}

/* line 12, app/assets/stylesheets/application/sidebar.css.sass */
span.badge.new {
  font-weight: 500 !important;
  min-width: 2.25rem;
}

/* line 17, app/assets/stylesheets/application/sidebar.css.sass */
#sidebar .header-site {
  text-align: center;
  min-height: 100px !important;
  line-height: 48px;
  background: white;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

/* line 27, app/assets/stylesheets/application/sidebar.css.sass */
#sidebar .header-site .logo {
  width: 80%;
}

/* line 30, app/assets/stylesheets/application/sidebar.css.sass */
#sidebar .header-site .title {
  color: white;
  font-size: 24px;
  font-weight: bold;
}
/* line 2, app/assets/stylesheets/application/stamp.css.sass */
#stamps .buttons {
  max-width: 375px;
  margin: 25px auto;
}

/* line 5, app/assets/stylesheets/application/stamp.css.sass */
#stamps .buttons .stamp {
  margin: 5px;
  font-size: 20px;
}

/* line 9, app/assets/stylesheets/application/stamp.css.sass */
#stamps .card-action .btn-flat {
  font-size: 18px !important;
  margin: 8px 0 -8px;
}

/* line 13, app/assets/stylesheets/application/stamp.css.sass */
#stamps.modal-content {
  padding: 50px;
}
/* line 2, app/assets/stylesheets/application/users.css.sass */
#users .stamp {
  cursor: pointer !important;
  margin: 6px 3px !important;
}

/* line 5, app/assets/stylesheets/application/users.css.sass */
#users .stamp.locked {
  cursor: not-allowed !important;
}

/* line 11, app/assets/stylesheets/application/users.css.sass */
.controller-users.action-index #users .collection-item[data-href] {
  cursor: pointer;
}

/* line 14, app/assets/stylesheets/application/users.css.sass */
.alpha50 {
  opacity: 0.45;
}

/* line 18, app/assets/stylesheets/application/users.css.sass */
#users.show .materialboxed {
  margin: auto;
  text-align: center;
}

/* line 22, app/assets/stylesheets/application/users.css.sass */
#users.show .circle {
  height: 152px;
  width: 152px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 27, app/assets/stylesheets/application/users.css.sass */
#users.show .user-profil-title {
  width: 50%;
  text-align: right;
  padding: 8px;
  padding-right: 12px;
}
@font-face {
  font-family: "context-menu-icons";
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x);
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x#iefix) format("embedded-opentype"), url(/assets/ContextMenu/context-menu-icons.woff2?2i55x) format("woff2"), url(/assets/ContextMenu/context-menu-icons.woff?2i55x) format("woff"), url(/assets/ContextMenu/context-menu-icons.ttf?2i55x) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-add:before {
  content: "\EA01";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-copy:before {
  content: "\EA02";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-cut:before {
  content: "\EA03";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-delete:before {
  content: "\EA04";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-edit:before {
  content: "\EA05";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-paste:before {
  content: "\EA06";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-quit:before {
  content: "\EA07";
}
@font-face {
  font-family: "context-menu-icons";
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x);
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x#iefix) format("embedded-opentype"), url(/assets/ContextMenu/context-menu-icons.woff2?2i55x) format("woff2"), url(/assets/ContextMenu/context-menu-icons.woff?2i55x) format("woff"), url(/assets/ContextMenu/context-menu-icons.ttf?2i55x) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@charset "UTF-8";
/*!
 * jQuery contextMenu - Plugin for simple contextMenu handling
 *
 * Version: v@VERSION
 *
 * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF)
 * Web: http://swisnl.github.io/jQuery-contextMenu/
 *
 * Copyright (c) 2011-@YEAR SWIS BV and contributors
 *
 * Licensed under
 *   MIT License http://www.opensource.org/licenses/mit-license
 *
 * Date: @DATE
 */
@font-face {
  font-family: "context-menu-icons";
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x);
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x#iefix) format("embedded-opentype"), url(/assets/ContextMenu/context-menu-icons.woff2?2i55x) format("woff2"), url(/assets/ContextMenu/context-menu-icons.woff?2i55x) format("woff"), url(/assets/ContextMenu/context-menu-icons.ttf?2i55x) format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "context-menu-icons";
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x);
  src: url(/assets/ContextMenu/context-menu-icons.eot?2i55x#iefix) format("embedded-opentype"), url(/assets/ContextMenu/context-menu-icons.woff2?2i55x) format("woff2"), url(/assets/ContextMenu/context-menu-icons.woff?2i55x) format("woff"), url(/assets/ContextMenu/context-menu-icons.ttf?2i55x) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-add:before {
  content: "\EA01";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-copy:before {
  content: "\EA02";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-cut:before {
  content: "\EA03";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-delete:before {
  content: "\EA04";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-edit:before {
  content: "\EA05";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-paste:before {
  content: "\EA06";
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon-quit:before {
  content: "\EA07";
}

/* line 57, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon::before {
  color: #2980B9;
  font-family: "context-menu-icons";
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2em;
}

/* line 23, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-icon.context-menu-hover:before {
  color: #FFF;
}

/* line 26, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-icon.context-menu-disabled::before {
  color: #bbbbbb;
}

/* line 30, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-icon.context-menu-icon--fa {
  display: list-item;
  font-family: inherit;
}

/* line 57, app/assets/stylesheets/shared/ContextMenu/icons/_mixins.scss */
.context-menu-icon.context-menu-icon--fa::before {
  color: #2980B9;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 1em;
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 2em;
}

/* line 36, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-icon.context-menu-icon--fa.context-menu-hover:before {
  color: #FFF;
}

/* line 39, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-icon.context-menu-icon--fa.context-menu-disabled::before {
  color: #bbbbbb;
}

/* line 46, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-list {
  background: #FFF;
  border: 1px solid #bebebe;
  border-radius: 0.2em;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  font-family: inherit;
  font-size: inherit;
  display: inline-block;
  list-style-type: none;
  margin: 0.3em;
  max-width: 26em;
  min-width: 13em;
  padding: 0.25em 0;
  position: absolute;
}

/* line 62, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item {
  background-color: #FFF;
  color: #2F2F2F;
  padding: 0.2em 2em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* line 70, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-separator {
  border-bottom: 1px solid #e6e6e6;
  margin: 0.35em 0;
  padding: 0;
}

/* line 76, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item > label > input,
.context-menu-item > label > textarea {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}

/* line 81, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item.context-menu-hover {
  background-color: #2980B9;
  color: #FFF;
  cursor: pointer;
}

/* line 87, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item.context-menu-disabled {
  background-color: #FFF;
  color: #bbbbbb;
  cursor: default;
}

/* line 93, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-input.context-menu-hover {
  cursor: default;
}

/* line 97, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-submenu:after {
  content: '';
  border-style: solid;
  border-width: .25em 0 .25em .25em;
  border-color: transparent transparent transparent #2F2F2F;
  height: 0;
  position: absolute;
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

/**
 * Inputs
 */
/* line 114, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item.context-menu-input {
  padding: .3em .6em;
}

/* vertically align inside labels */
/* line 119, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-input > label > * {
  vertical-align: top;
}

/* position checkboxes and radios as icons */
/* line 124, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-input > label > input[type="checkbox"],
.context-menu-input > label > input[type="radio"] {
  margin-right: .4em;
  position: relative;
  top: .12em;
}

/* line 131, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-input > label {
  margin: 0;
}

/* line 135, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-input > label,
.context-menu-input > label > input[type="text"],
.context-menu-input > label > textarea,
.context-menu-input > label > select {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

/* line 144, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-input > label > textarea {
  height: 7em;
}

/* line 148, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item > .context-menu-list {
  display: none;
  /* re-positioned by js */
  right: -.3em;
  top: .3em;
}

/* line 155, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-item.context-menu-visible > .context-menu-list {
  display: block;
}

/* line 159, app/assets/stylesheets/shared/ContextMenu/jquery.contextMenu.scss */
.context-menu-accesskey {
  text-decoration: underline;
}
@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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 10, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
body {
  margin: 0;
}

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

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

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

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

/* line 64, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/* line 80, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
small {
  font-size: 80%;
}

/* line 96, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
sub {
  bottom: -0.25em;
}

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

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

/* line 127, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
button,
input {
  overflow: visible;
}

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

/* line 156, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

/* line 225, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/vendor/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

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

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

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

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

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

/* line 140, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
.foundation-mq {
  font-family: "small=0em&medium=40em&xmedium=48em&large=64em&xlarge=75em&xxlarge=90em";
}

/* line 144, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
html {
  box-sizing: border-box;
  font-size: 100%;
}

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

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

/* line 174, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

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

/* line 203, ../../local/bundle/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, ../../local/bundle/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 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] button {
  outline: 0;
}

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

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

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

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

/* line 28, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.row::before, .row::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.row::after {
  clear: both;
}

/* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 48em) {
  /* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  /* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 90em) {
  /* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

/* line 42, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

/* line 49, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded {
  max-width: none;
}

/* line 52, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

/* line 58, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row:not(.expanded) .row {
  max-width: none;
}

/* line 67, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 67, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

/* line 73, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

/* line 88, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.column.row.row, .row.row.columns {
  float: none;
}

/* line 93, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-1 {
  width: 8.3333333333%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-0 {
  margin-left: 0%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-2 {
  width: 16.6666666667%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-3 {
  width: 25%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-3 {
  position: relative;
  left: 25%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-3 {
  position: relative;
  left: -25%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-4 {
  width: 33.3333333333%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-3 {
  margin-left: 25%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-5 {
  width: 41.6666666667%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-6 {
  width: 50%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-6 {
  position: relative;
  left: 50%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-6 {
  position: relative;
  left: -50%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-7 {
  width: 58.3333333333%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-6 {
  margin-left: 50%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-8 {
  width: 66.6666666667%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-9 {
  width: 75%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-9 {
  position: relative;
  left: 75%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-9 {
  position: relative;
  left: -75%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-10 {
  width: 83.3333333333%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-9 {
  margin-left: 75%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-11 {
  width: 91.6666666667%;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-12 {
  width: 100%;
}

/* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}

/* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

/* line 141, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

/* line 143, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

/* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

/* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-centered {
  margin-right: auto;
  margin-left: auto;
}

/* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

/* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}

/* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}

/* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-1 {
    width: 8.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-2 {
    width: 16.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-3 {
    width: 25%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-4 {
    width: 33.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-5 {
    width: 41.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-6 {
    width: 50%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-7 {
    width: 58.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-8 {
    width: 66.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-9 {
    width: 75%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-10 {
    width: 83.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-11 {
    width: 91.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-12 {
    width: 100%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 141, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 143, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  /* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 48em) {
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-1 {
    width: 8.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-2 {
    width: 16.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-3 {
    width: 25%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-4 {
    width: 33.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-5 {
    width: 41.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-6 {
    width: 50%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-7 {
    width: 58.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-8 {
    width: 66.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-9 {
    width: 75%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-10 {
    width: 83.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-11 {
    width: 91.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-12 {
    width: 100%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-1 > .column, .xmedium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-1 > .column:nth-of-type(1n), .xmedium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-1 > .column:nth-of-type(1n+1), .xmedium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-1 > .column:last-child, .xmedium-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-2 > .column, .xmedium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-2 > .column:nth-of-type(1n), .xmedium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-2 > .column:nth-of-type(2n+1), .xmedium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-2 > .column:last-child, .xmedium-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-3 > .column, .xmedium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-3 > .column:nth-of-type(1n), .xmedium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-3 > .column:nth-of-type(3n+1), .xmedium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-3 > .column:last-child, .xmedium-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-4 > .column, .xmedium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-4 > .column:nth-of-type(1n), .xmedium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-4 > .column:nth-of-type(4n+1), .xmedium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-4 > .column:last-child, .xmedium-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-5 > .column, .xmedium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-5 > .column:nth-of-type(1n), .xmedium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-5 > .column:nth-of-type(5n+1), .xmedium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-5 > .column:last-child, .xmedium-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-6 > .column, .xmedium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-6 > .column:nth-of-type(1n), .xmedium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-6 > .column:nth-of-type(6n+1), .xmedium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-6 > .column:last-child, .xmedium-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-7 > .column, .xmedium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-7 > .column:nth-of-type(1n), .xmedium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-7 > .column:nth-of-type(7n+1), .xmedium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-7 > .column:last-child, .xmedium-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-8 > .column, .xmedium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-8 > .column:nth-of-type(1n), .xmedium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-8 > .column:nth-of-type(8n+1), .xmedium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xmedium-up-8 > .column:last-child, .xmedium-up-8 > .columns:last-child {
    float: left;
  }
  /* line 141, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-collapse > .column, .xmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 143, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .xmedium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-uncollapse > .column, .xmedium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xmedium-centered, .xmedium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xmedium-uncentered, .xmedium-push-0, .xmedium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xmedium-uncentered, .xmedium-uncentered:last-child:not(:first-child), .xmedium-push-0, .xmedium-push-0:last-child:not(:first-child), .xmedium-pull-0, .xmedium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  /* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xmedium-uncentered:last-child:not(:first-child), .xmedium-push-0:last-child:not(:first-child), .xmedium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-1 {
    width: 8.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-2 {
    width: 16.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-3 {
    width: 25%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-4 {
    width: 33.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-5 {
    width: 41.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-6 {
    width: 50%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-7 {
    width: 58.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-8 {
    width: 66.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-9 {
    width: 75%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-10 {
    width: 83.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-11 {
    width: 91.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-12 {
    width: 100%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  /* line 141, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 143, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  /* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 75em) {
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-1 {
    width: 8.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-2 {
    width: 16.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-3 {
    width: 25%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-4 {
    width: 33.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-5 {
    width: 41.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-6 {
    width: 50%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-7 {
    width: 58.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-8 {
    width: 66.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-9 {
    width: 75%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-10 {
    width: 83.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-11 {
    width: 91.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-12 {
    width: 100%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 141, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 143, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xlarge-uncentered, .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0, .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0, .xlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  /* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xlarge-uncentered:last-child:not(:first-child), .xlarge-push-0:last-child:not(:first-child), .xlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (min-width: 90em) {
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-3 {
    width: 25%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-6 {
    width: 50%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-9 {
    width: 75%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  /* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 103, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-12 {
    width: 100%;
  }
  /* line 126, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
    float: left;
  }
  /* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  /* line 50, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  /* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_layout.scss */
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
    float: left;
  }
  /* line 141, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  /* line 143, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  /* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  /* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  /* line 20, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xxlarge-uncentered, .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0, .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0, .xxlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  /* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_position.scss */
  .xxlarge-uncentered:last-child:not(:first-child), .xxlarge-push-0:last-child:not(:first-child), .xxlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}

/* line 179, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
.column-block {
  margin-bottom: 1.25rem;
}

/* line 63, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_gutter.scss */
.column-block > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  /* line 179, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_classes.scss */
  .column-block {
    margin-bottom: 1.875rem;
  }
  /* line 63, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/grid/_gutter.scss */
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/* line 228, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 268, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 275, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
small {
  font-size: 80%;
  line-height: inherit;
}

/* line 281, ../../local/bundle/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: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}

/* line 293, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  /* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h1, .h1 {
    font-size: 3rem;
  }
  /* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h2, .h2 {
    font-size: 2.5rem;
  }
  /* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h3, .h3 {
    font-size: 1.9375rem;
  }
  /* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h4, .h4 {
    font-size: 1.5625rem;
  }
  /* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h5, .h5 {
    font-size: 1.25rem;
  }
  /* line 304, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
  h6, .h6 {
    font-size: 1rem;
  }
}

/* line 343, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}

/* line 350, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
a:hover, a:focus {
  color: #1468a0;
}

/* line 358, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
a img {
  border: 0;
}

/* line 364, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
li {
  font-size: inherit;
}

/* line 392, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

/* line 398, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ol {
  margin-left: 1.25rem;
}

/* line 404, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 411, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
dl {
  margin-bottom: 1rem;
}

/* line 414, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 421, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

/* line 442, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

/* line 449, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_base.scss */
figure {
  margin: 0;
}

/* line 461, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.lead {
  font-size: 125%;
  line-height: 1.6;
}

/* line 150, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.stat {
  font-size: 2.5rem;
  line-height: 1;
}

/* line 154, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
p + .stat {
  margin-top: -1rem;
}

/* line 161, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_helpers.scss */
.cite-block:before, cite:before {
  content: "— ";
}

/* line 171, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-left {
  text-align: left;
}

/* line 15, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-right {
  text-align: right;
}

/* line 15, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
.text-center {
  text-align: center;
}

/* line 15, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-left {
    text-align: left;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-right {
    text-align: right;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .medium-text-center {
    text-align: center;
  }
  /* line 10, ../../local/bundle/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: 48em) {
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xmedium-text-left {
    text-align: left;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xmedium-text-right {
    text-align: right;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xmedium-text-center {
    text-align: center;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xmedium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-left {
    text-align: left;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-right {
    text-align: right;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-center {
    text-align: center;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xlarge-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 90em) {
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-left {
    text-align: left;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-right {
    text-align: right;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-center {
    text-align: center;
  }
  /* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_alignment.scss */
  .xxlarge-text-justify {
    text-align: justify;
  }
}

/* line 18, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
.show-for-print {
  display: none !important;
}

@media print {
  /* line 21, ../../local/bundle/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;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 38, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .show-for-print {
    display: block !important;
  }
  /* line 39, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .hide-for-print {
    display: none !important;
  }
  /* line 41, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  table.show-for-print {
    display: table !important;
  }
  /* line 42, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  thead.show-for-print {
    display: table-header-group !important;
  }
  /* line 43, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  tbody.show-for-print {
    display: table-row-group !important;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  tr.show-for-print {
    display: table-row !important;
  }
  /* line 45, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  td.show-for-print {
    display: table-cell !important;
  }
  /* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  th.show-for-print {
    display: table-cell !important;
  }
  /* line 49, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 52, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 56, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 64, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 73, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 80, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 88, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/typography/_print.scss */
  .print-break-inside {
    page-break-inside: auto;
  }
}

/* line 333, ../../local/bundle/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;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

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

/* line 338, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.tiny {
  font-size: 0.6rem;
}

/* line 338, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.small {
  font-size: 0.75rem;
}

/* line 338, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.large {
  font-size: 1.25rem;
}

/* line 343, ../../local/bundle/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, ../../local/bundle/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: #1779ba;
  color: #fefefe;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}

/* line 198, ../../local/bundle/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: #1779ba;
  color: #fefefe;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}

/* line 198, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #cc4b37;
  color: #fefefe;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 216, ../../local/bundle/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, ../../local/bundle/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 #1779ba;
  color: #1779ba;
}

/* line 242, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

/* line 234, ../../local/bundle/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 #1779ba;
  color: #1779ba;
}

/* line 242, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}

/* line 234, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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 #cc4b37;
  color: #cc4b37;
}

/* line 242, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

/* line 252, ../../local/bundle/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, ../../local/bundle/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: #1779ba;
}

/* line 276, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}

/* line 269, ../../local/bundle/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: #1779ba;
}

/* line 276, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}

/* line 269, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #cc4b37;
}

/* line 276, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}

/* line 385, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}

/* line 406, ../../local/bundle/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: #1779ba;
}

/* line 406, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #cc4b37;
}

/* line 415, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
a.button:hover, a.button:focus {
  text-decoration: none;
}

/* line 65, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
.hide {
  display: none !important;
}

/* line 69, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: 47.99875em) {
  /* line 85, ../../local/bundle/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: 48em) {
  /* line 89, ../../local/bundle/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: 48em) {
  /* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xmedium {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em) {
  /* line 80, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xmedium {
    display: none !important;
  }
}

@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  /* line 85, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xmedium-only {
    display: none !important;
  }
}

@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  /* line 89, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xmedium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  /* line 80, ../../local/bundle/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: 64em) and (max-width: 74.99875em) {
  /* line 85, ../../local/bundle/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: 63.99875em), screen and (min-width: 75em) {
  /* line 89, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  /* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  /* line 80, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  /* line 85, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  /* line 89, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  /* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  /* line 80, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  /* line 85, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  /* line 89, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-xxlarge-only {
    display: none !important;
  }
}

/* line 96, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

/* line 123, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_visibility.scss */
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_float.scss */
.float-left {
  float: left !important;
}

/* line 14, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_float.scss */
.float-right {
  float: right !important;
}

/* line 18, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.clearfix::after {
  clear: both;
}

/* line 149, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

/* line 74, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #1779ba;
}

/* line 102, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}

/* line 113, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion.scss */
.is-active > .accordion-title::before {
  content: "–";
}

/* line 161, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu li {
  width: 100%;
}

/* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu a {
  padding: 0.7rem 1rem;
}

/* line 99, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

/* line 103, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

/* line 66, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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 {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

/* line 130, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.is-accordion-submenu-parent {
  position: relative;
}

/* line 134, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.has-submenu-toggle > a {
  margin-right: 40px;
}

/* line 139, ../../local/bundle/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, ../../local/bundle/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: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* line 166, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_accordion-menu.scss */
.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

/* line 171, ../../local/bundle/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 111, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.breadcrumbs::after {
  clear: both;
}

/* line 70, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

/* line 86, ../../local/bundle/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: #cacaca;
}

/* line 101, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a {
  color: #1779ba;
}

/* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs a:hover {
  text-decoration: underline;
}

/* line 114, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_breadcrumbs.scss */
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

/* line 217, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.button-group::after {
  clear: both;
}

/* line 54, ../../local/bundle/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;
}

/* line 64, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group .button:last-child {
  margin-right: 0;
}

/* line 222, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.tiny .button {
  font-size: 0.6rem;
}

/* line 222, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.small .button {
  font-size: 0.75rem;
}

/* line 222, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.large .button {
  font-size: 1.25rem;
}

/* line 228, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded {
  margin-right: -1px;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

/* line 198, ../../local/bundle/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,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.primary .button:hover, .button-group.primary .button:focus,
.button-group:hover,
.button-group:focus {
  background-color: #126195;
  color: #fefefe;
}

/* line 198, ../../local/bundle/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,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.secondary .button:hover, .button-group.secondary .button:focus,
.button-group:hover,
.button-group:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}

/* line 198, ../../local/bundle/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,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.success .button:hover, .button-group.success .button:focus,
.button-group:hover,
.button-group:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

/* line 198, ../../local/bundle/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,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.warning .button:hover, .button-group.warning .button:focus,
.button-group:hover,
.button-group:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

/* line 198, ../../local/bundle/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,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

/* line 206, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.alert .button:hover, .button-group.alert .button:focus,
.button-group:hover,
.button-group:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

/* line 216, ../../local/bundle/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, ../../local/bundle/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 #1779ba;
  color: #1779ba;
}

/* line 242, ../../local/bundle/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: #0c3d5d;
  color: #0c3d5d;
}

/* line 234, ../../local/bundle/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 #1779ba;
  color: #1779ba;
}

/* line 242, ../../local/bundle/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: #0c3d5d;
  color: #0c3d5d;
}

/* line 234, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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 #cc4b37;
  color: #cc4b37;
}

/* line 242, ../../local/bundle/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: #67251a;
  color: #67251a;
}

/* line 252, ../../local/bundle/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, ../../local/bundle/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: #1779ba;
}

/* line 276, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button.scss */
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}

/* line 269, ../../local/bundle/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: #1779ba;
}

/* line 276, ../../local/bundle/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: #0c3d5d;
}

/* line 269, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #cc4b37;
}

/* line 276, ../../local/bundle/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: #67251a;
}

/* line 90, ../../local/bundle/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, ../../local/bundle/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 156, ../../local/bundle/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 {
  width: 100%;
}

/* line 164, ../../local/bundle/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 265, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}

/* line 110, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

/* line 132, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

@media print, screen and (min-width: 40em) {
  /* line 190, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 190, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 39.99875em) {
  /* line 282, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  /* line 286, ../../local/bundle/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: 47.99875em) {
  /* line 293, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_button-group.scss */
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  /* line 297, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

/* line 59, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout > :first-child {
  margin-top: 0;
}

/* line 63, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout > :last-child {
  margin-bottom: 0;
}

/* line 97, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}

/* line 97, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}

/* line 97, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

/* line 97, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

/* line 97, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_callout.scss */
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

/* line 103, ../../local/bundle/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, ../../local/bundle/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 108, ../../local/bundle/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 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .close-button {
  outline: 0;
}

/* line 101, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_close-button.scss */
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

/* line 114, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_close-button.scss */
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

/* line 74, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown {
  position: relative;
  overflow: hidden;
}

/* line 78, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown li {
  display: block;
}

/* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.is-drilldown.animate-height {
  transition: height 0.5s;
}

/* line 89, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}

/* line 95, ../../local/bundle/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;
  transition: transform 0.15s linear;
}

/* line 105, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}

/* line 111, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 121, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_drilldown.scss */
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

/* line 49, ../../local/bundle/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 #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

/* line 58, ../../local/bundle/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 #1779ba;
  right: 1rem;
  left: auto;
}

/* line 64, ../../local/bundle/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 #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}

/* line 132, ../../local/bundle/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 #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

/* line 71, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-opening {
  display: block;
}

/* line 64, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

/* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.tiny {
  width: 100px;
}

/* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.small {
  width: 200px;
}

/* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown.scss */
.dropdown-pane.large {
  width: 400px;
}

/* line 85, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

/* line 154, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li > a {
  background: #fefefe;
  padding: 0.7rem 1rem;
}

/* line 160, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}

/* line 165, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.no-js .dropdown.menu ul {
  display: none;
}

/* line 169, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

/* line 71, ../../local/bundle/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 #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, ../../local/bundle/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 #1779ba;
}

@media print, screen and (min-width: 40em) {
  /* line 85, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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 #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../local/bundle/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 #1779ba;
  }
}

@media print, screen and (min-width: 48em) {
  /* line 85, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-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 #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xmedium-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 #1779ba;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 85, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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 #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../local/bundle/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 #1779ba;
  }
}

@media screen and (min-width: 75em) {
  /* line 85, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-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 #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xlarge-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 #1779ba;
  }
}

@media screen and (min-width: 90em) {
  /* line 85, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  /* line 93, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  /* line 101, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  /* line 106, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-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: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  /* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  /* line 121, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  /* line 129, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  /* line 67, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  /* line 71, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-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 #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  /* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
  .dropdown.menu.xxlarge-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 #1779ba;
  }
}

/* line 192, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical {
  width: 100px;
}

/* line 203, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-menu.vertical.align-right {
  float: right;
}

/* line 208, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu-parent {
  position: relative;
}

/* line 211, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

/* line 67, ../../local/bundle/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, ../../local/bundle/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 #1779ba transparent transparent;
  right: auto;
  left: 5px;
}

/* line 77, ../../local/bundle/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 #1779ba;
}

/* line 264, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu > li {
  width: 100%;
}

/* line 275, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_dropdown-menu.scss */
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

/* line 51, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}

/* line 58, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.primary {
  background: #1779ba;
  color: #fefefe;
}

/* line 58, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.secondary {
  background: #767676;
  color: #fefefe;
}

/* line 58, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

/* line 58, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

/* line 58, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_label.scss */
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

/* line 107, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object {
  display: block;
  margin-bottom: 1rem;
}

/* line 30, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object img {
  max-width: none;
}

/* line 111, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section {
  display: table-cell;
  vertical-align: top;
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section:first-child {
  padding-right: 1rem;
}

/* line 58, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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;
    display: block;
  }
  /* line 101, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}

/* line 78, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.middle {
  vertical-align: middle;
}

/* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_media-object.scss */
.media-object-section.bottom {
  vertical-align: bottom;
}

/* line 361, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .menu li {
  outline: 0;
}

/* line 72, ../../local/bundle/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.7rem 1rem;
}

/* line 81, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu input {
  display: inline-block;
}

/* line 185, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu li, .menu.horizontal li {
  display: inline-block;
}

/* line 196, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.vertical li {
  display: block;
}

/* line 375, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded {
  display: table;
  width: 100%;
}

/* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}

/* line 214, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.simple li + li {
  margin-left: 1rem;
}

/* line 218, ../../local/bundle/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 185, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-vertical li {
    display: block;
  }
  /* line 394, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 48em) {
  /* line 185, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xmedium-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xmedium-vertical li {
    display: block;
  }
  /* line 394, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xmedium-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xmedium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xmedium-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xmedium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 185, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-vertical li {
    display: block;
  }
  /* line 394, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 75em) {
  /* line 185, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-vertical li {
    display: block;
  }
  /* line 394, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 90em) {
  /* line 185, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-horizontal li {
    display: inline-block;
  }
  /* line 196, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-vertical li {
    display: block;
  }
  /* line 394, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-expanded {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 398, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-simple {
    display: table;
    width: 100%;
  }
  /* line 104, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
  .menu.xxlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

/* line 404, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

/* line 249, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}

/* line 254, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}

/* line 249, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}

/* line 254, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}

/* line 269, ../../local/bundle/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;
  display: inline-block;
}

/* line 286, ../../local/bundle/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;
  display: inline-block;
}

/* line 298, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-top li a {
  text-align: center;
}

/* line 306, ../../local/bundle/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 {
  display: block;
  margin: 0 auto 0.25rem;
}

/* line 322, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.icon-bottom li a {
  text-align: center;
}

/* line 330, ../../local/bundle/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 {
  display: block;
  margin: 0.25rem auto 0;
}

/* line 444, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}

/* line 450, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}

/* line 456, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-left {
  text-align: left;
}

/* line 461, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right {
  text-align: right;
}

/* line 144, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right .submenu li {
  text-align: left;
}

/* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right.vertical .submenu li {
  text-align: right;
}

/* line 464, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

/* line 470, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-center {
  text-align: center;
}

/* line 169, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu.align-center .submenu li {
  text-align: left;
}

/* line 474, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

/* line 481, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu {
  text-align: center;
}

/* line 169, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.menu-centered > .menu .submenu li {
  text-align: left;
}

/* line 492, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_menu.scss */
.no-js [data-responsive-menu] ul {
  display: none;
}

/* line 2, ../../local/bundle/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, ../../local/bundle/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: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

/* line 6, ../../local/bundle/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, ../../local/bundle/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;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

/* line 137, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

/* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.is-off-canvas-open {
  overflow: hidden;
}

/* line 97, ../../local/bundle/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%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

/* line 115, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

/* line 124, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 452, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

/* line 159, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-push {
  z-index: 12;
}

/* line 169, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-closed {
  visibility: hidden;
}

/* line 174, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap {
  z-index: 13;
}

/* line 177, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 183, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas.is-open {
  transform: translate(0, 0);
}

/* line 463, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

/* line 159, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-closed {
  visibility: hidden;
}

/* line 174, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

/* line 183, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

/* line 468, ../../local/bundle/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;
  transform: translateX(-250px);
}

@media print, screen and (min-width: 40em) {
  /* line 468, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left {
    width: 250px;
    transform: translateX(-250px);
  }
}

/* line 208, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}

@media print, screen and (min-width: 40em) {
  /* line 208, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px);
  }
}

/* line 215, ../../local/bundle/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 {
  transform: translate(0, 0);
}

/* line 222, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

@media print, screen and (min-width: 40em) {
  /* line 222, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
  }
}

/* line 344, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 469, ../../local/bundle/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;
  transform: translateX(250px);
}

@media print, screen and (min-width: 40em) {
  /* line 469, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right {
    width: 250px;
    transform: translateX(250px);
  }
}

/* line 245, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}

@media print, screen and (min-width: 40em) {
  /* line 245, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px);
  }
}

/* line 252, ../../local/bundle/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 {
  transform: translate(0, 0);
}

/* line 259, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

@media print, screen and (min-width: 40em) {
  /* line 259, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
  }
}

/* line 344, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 470, ../../local/bundle/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;
  transform: translateY(-250px);
}

@media print, screen and (min-width: 40em) {
  /* line 470, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top {
    height: 250px;
    transform: translateY(-250px);
  }
}

/* line 282, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}

@media print, screen and (min-width: 40em) {
  /* line 282, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px);
  }
}

/* line 288, ../../local/bundle/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 {
  transform: translate(0, 0);
}

/* line 295, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

@media print, screen and (min-width: 40em) {
  /* line 295, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px);
  }
}

/* line 344, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 471, ../../local/bundle/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;
  transform: translateY(250px);
}

@media print, screen and (min-width: 40em) {
  /* line 471, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom {
    height: 250px;
    transform: translateY(250px);
  }
}

/* line 318, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}

@media print, screen and (min-width: 40em) {
  /* line 318, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px);
  }
}

/* line 324, ../../local/bundle/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 {
  transform: translate(0, 0);
}

/* line 331, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

@media print, screen and (min-width: 40em) {
  /* line 331, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px);
  }
}

/* line 344, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

/* line 473, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}

/* line 368, ../../local/bundle/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 {
  transition: transform 0.5s ease;
}

/* line 374, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}

/* line 379, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  /* line 481, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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: 48em) {
  /* line 481, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xmedium .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-xmedium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xmedium ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 485, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xmedium .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-xmedium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xmedium ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 489, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xmedium .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-xmedium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xmedium ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 493, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xmedium .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-xmedium {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xmedium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 481, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/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 screen and (min-width: 75em) {
  /* line 481, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 485, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 489, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 493, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 90em) {
  /* line 481, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  /* line 485, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  /* line 489, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  /* line 493, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  /* line 400, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  /* line 405, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  /* line 409, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  /* line 504, ../../local/bundle/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;
    transition: none;
  }
  /* line 430, ../../local/bundle/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 {
    box-shadow: none;
    transform: none;
  }
  /* line 438, ../../local/bundle/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: 48em) {
  /* line 504, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  /* line 430, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xmedium.position-left, .off-canvas.in-canvas-for-xmedium.position-right, .off-canvas.in-canvas-for-xmedium.position-top, .off-canvas.in-canvas-for-xmedium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 438, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xmedium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 504, ../../local/bundle/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;
    transition: none;
  }
  /* line 430, ../../local/bundle/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 {
    box-shadow: none;
    transform: none;
  }
  /* line 438, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  /* line 504, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  /* line 430, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 438, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

@media screen and (min-width: 90em) {
  /* line 504, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  /* line 430, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  /* line 438, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_off-canvas.scss */
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}

/* line 156, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit {
  position: relative;
}

/* line 160, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-slide {
  width: 100%;
  position: absolute;
}

/* line 73, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-figure {
  margin: 0;
}

/* line 172, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

/* line 176, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-next, [data-whatinput='mouse'] .orbit-previous {
  outline: 0;
}

/* line 111, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

/* line 184, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-previous {
  left: 0;
}

/* line 189, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-next {
  left: auto;
  right: 0;
}

/* line 194, ../../local/bundle/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 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

/* line 137, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

/* line 149, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_orbit.scss */
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.pagination::after {
  clear: both;
}

/* line 91, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

/* line 102, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}

@media print, screen and (min-width: 40em) {
  /* line 91, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
  .pagination li {
    display: inline-block;
  }
}

/* line 120, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

/* line 173, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}

/* line 177, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_pagination.scss */
.pagination .disabled:hover {
  background: transparent;
}

/* line 181, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.primary .progress-meter {
  background-color: #1779ba;
}

/* line 47, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.secondary .progress-meter {
  background-color: #767676;
}

/* line 47, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.success .progress-meter {
  background-color: #3adb76;
}

/* line 47, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.warning .progress-meter {
  background-color: #ffae00;
}

/* line 47, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

/* line 55, ../../local/bundle/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: #1779ba;
}

/* line 60, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_progress-bar.scss */
.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

/* line 106, ../../local/bundle/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;
          user-select: none;
  touch-action: none;
}

/* line 111, ../../local/bundle/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;
  transition: all 0.2s ease-in-out;
}

/* line 46, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-fill.is-dragging {
  transition: all 0s linear;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

/* line 67, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-handle:hover {
  background-color: #14679e;
}

/* line 71, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_slider.scss */
.slider-handle.is-dragging {
  transition: all 0s linear;
}

/* line 121, ../../local/bundle/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, ../../local/bundle/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;
  transform: scale(1, -1);
}

/* line 88, ../../local/bundle/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, ../../local/bundle/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;
  transform: translateX(-50%);
}

/* line 6, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky-container {
  position: relative;
}

/* line 10, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

/* line 16, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-top {
  top: 0;
}

/* line 25, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

/* line 30, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

/* line 35, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_sticky.scss */
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/* line 133, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
html.is-reveal-open body {
  overflow-y: hidden;
}

/* line 148, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

/* line 201, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    min-height: 0;
  }
}

/* line 88, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal .column, .reveal .columns {
  min-width: 0;
}

/* line 93, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}

/* line 163, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}

/* line 173, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_reveal.scss */
.reveal.without-overlay {
  position: fixed;
}

/* line 27, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/prototype/_shadow.scss */
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/* line 217, ../../local/bundle/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;
          user-select: none;
}

/* line 223, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

/* line 228, ../../local/bundle/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;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

/* line 113, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input + .switch-paddle {
  margin: 0;
}

/* line 118, ../../local/bundle/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;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: '';
}

/* line 135, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle {
  background: #1779ba;
}

/* line 138, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

/* line 144, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}

/* line 233, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 238, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-active {
  left: 8%;
  display: none;
}

/* line 166, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-active {
  display: block;
}

/* line 244, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch-inactive {
  right: 15%;
}

/* line 175, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
input:checked + label > .switch-inactive {
  display: none;
}

/* line 250, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.tiny {
  height: 1.5rem;
}

/* line 197, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.small {
  height: 1.75rem;
}

/* line 197, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

/* line 258, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.large {
  height: 2.5rem;
}

/* line 197, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_switch.scss */
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

/* line 144, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.tabs::after {
  clear: both;
}

/* line 71, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

/* line 155, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a {
  padding: 0;
}

/* line 158, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.simple > li > a:hover {
  background: transparent;
}

/* line 165, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary {
  background: #1779ba;
}

/* line 168, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a {
  color: #fefefe;
}

/* line 171, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

/* line 178, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title {
  float: left;
}

/* line 89, ../../local/bundle/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: 0.75rem;
  line-height: 1;
  color: #1779ba;
}

/* line 201, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}

/* line 97, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}

/* line 102, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #e6e6e6;
  color: #1779ba;
}

/* line 182, ../../local/bundle/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;
  transition: all 0.5s ease;
}

/* line 186, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel {
  display: none;
  padding: 1rem;
}

/* line 138, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_tabs.scss */
.tabs-panel.is-active {
  display: block;
}

/* line 60, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

/* line 64, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail {
  transition: box-shadow 200ms ease-out;
}

/* line 49, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}

/* line 54, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_thumbnail.scss */
a.thumbnail image {
  box-shadow: none;
}

/* line 38, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.title-bar::after {
  clear: both;
}

/* line 52, ../../local/bundle/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 69, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-left {
  float: left;
}

/* line 73, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_title-bar.scss */
.title-bar-right {
  float: right;
  text-align: right;
}

/* line 79, ../../local/bundle/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 122, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar {
  padding: 0.5rem;
}

/* line 170, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

/* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/util/_mixins.scss */
.top-bar::after {
  clear: both;
}

/* line 47, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar,
.top-bar ul {
  background-color: white;
}

/* line 60, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar input.button {
  width: auto;
}

/* line 90, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  /* line 113, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}

@media print, screen and (max-width: 47.99875em) {
  /* line 90, ../../local/bundle/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 {
    width: 100%;
  }
}

@media print, screen and (max-width: 63.99875em) {
  /* line 90, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xmedium .top-bar-left,
.top-bar.stacked-for-xmedium .top-bar-right {
    width: 100%;
  }
}

@media print, screen and (max-width: 74.99875em) {
  /* line 90, ../../local/bundle/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 {
    width: 100%;
  }
}

@media print, screen and (max-width: 89.99875em) {
  /* line 90, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

/* line 90, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  width: 100%;
}

/* line 157, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

/* line 162, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-title .menu-icon {
  bottom: 2px;
}

/* line 167, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-left {
  float: left;
}

/* line 171, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/components/_top-bar.scss */
.top-bar-right {
  float: right;
}

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

@media print, screen and (min-width: 40em) {
  /* line 13, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  /* line 16, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/* line 20, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-x {
  display: flex;
  flex-flow: row wrap;
}

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

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

/* line 37, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell.shrink {
  flex: 0 0 auto;
}

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

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

/* line 63, ../../local/bundle/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 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 63, ../../local/bundle/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 {
    flex-basis: auto;
  }
}

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

@media print, screen and (min-width: 64em) {
  /* line 63, ../../local/bundle/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 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  /* line 63, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  /* line 63, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 92, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  /* line 83, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-shrink {
    width: auto;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-3 {
    width: 25%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-6 {
    width: 50%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-9 {
    width: 75%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 92, ../../local/bundle/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: 48em) {
  /* line 72, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  /* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-12, .grid-x > .xmedium-11, .grid-x > .xmedium-10, .grid-x > .xmedium-9, .grid-x > .xmedium-8, .grid-x > .xmedium-7, .grid-x > .xmedium-6, .grid-x > .xmedium-5, .grid-x > .xmedium-4, .grid-x > .xmedium-3, .grid-x > .xmedium-2, .grid-x > .xmedium-1, .grid-x > .xmedium-shrink {
    flex: 0 0 auto;
  }
  /* line 83, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-shrink {
    width: auto;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-1 {
    width: 8.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-2 {
    width: 16.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-3 {
    width: 25%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-4 {
    width: 33.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-5 {
    width: 41.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-6 {
    width: 50%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-7 {
    width: 58.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-8 {
    width: 66.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-9 {
    width: 75%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-10 {
    width: 83.3333333333%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-11 {
    width: 91.6666666667%;
  }
  /* line 92, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-x > .xmedium-12 {
    width: 100%;
  }
}

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

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

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

/* line 100, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 136, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  /* line 147, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  /* line 175, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  /* line 181, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

@media print, screen and (min-width: 40em) {
  /* line 186, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

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

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

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

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

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

/* line 33, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-1 > .cell {
    width: 100%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-2 > .cell {
    width: 50%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-4 > .cell {
    width: 25%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-5 > .cell {
    width: 20%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 33, ../../local/bundle/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: 48em) {
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-1 > .cell {
    width: 100%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-2 > .cell {
    width: 50%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-3 > .cell {
    width: 33.3333333333%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-4 > .cell {
    width: 25%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-5 > .cell {
    width: 20%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-6 > .cell {
    width: 16.6666666667%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-7 > .cell {
    width: 14.2857142857%;
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .xmedium-up-8 > .cell {
    width: 12.5%;
  }
}

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

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

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

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

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

/* line 33, ../../local/bundle/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% - 1.25rem);
}

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

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

/* line 33, ../../local/bundle/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% - 1.25rem);
}

/* line 33, ../../local/bundle/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% - 1.25rem);
}

/* line 33, ../../local/bundle/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% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
}

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

@media print, screen and (min-width: 64em) {
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  /* line 33, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_layout.scss */
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
  /* line 33, ../../local/bundle/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% - 1.875rem);
  }
}

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

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

/* line 232, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

/* line 53, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../local/bundle/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: 48em) {
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .small-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

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

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

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

/* line 238, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  /* line 44, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  /* line 44, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../local/bundle/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: 48em) {
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-1 {
    width: 8.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-2 {
    width: 16.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-3 {
    width: 25%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-4 {
    width: 33.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-5 {
    width: 41.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-6 {
    width: 50%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-7 {
    width: 58.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-8 {
    width: 66.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-9 {
    width: 75%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-10 {
    width: 83.3333333333%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-11 {
    width: 91.6666666667%;
  }
  /* line 53, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .medium-margin-collapse > .xmedium-12 {
    width: 100%;
  }
}

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

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

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

@media print, screen and (min-width: 40em) {
  /* line 238, ../../local/bundle/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, ../../local/bundle/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: 48em) {
  /* line 232, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xmedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  /* line 29, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .xmedium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  /* line 238, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_collapse.scss */
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

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

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

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

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

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

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

/* line 256, ../../local/bundle/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% + 0.625rem);
}

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

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

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

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

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

/* line 274, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

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

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

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

/* line 300, ../../local/bundle/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 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  /* line 300, ../../local/bundle/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 {
    flex-basis: auto;
  }
}

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

@media print, screen and (min-width: 64em) {
  /* line 300, ../../local/bundle/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 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 75em) {
  /* line 300, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}

@media screen and (min-width: 90em) {
  /* line 300, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

/* line 328, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  /* line 319, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-shrink {
    height: auto;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-3 {
    height: 25%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-6 {
    height: 50%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-9 {
    height: 75%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../local/bundle/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: 48em) {
  /* line 308, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-12, .grid-y > .xmedium-11, .grid-y > .xmedium-10, .grid-y > .xmedium-9, .grid-y > .xmedium-8, .grid-y > .xmedium-7, .grid-y > .xmedium-6, .grid-y > .xmedium-5, .grid-y > .xmedium-4, .grid-y > .xmedium-3, .grid-y > .xmedium-2, .grid-y > .xmedium-1, .grid-y > .xmedium-shrink {
    flex: 0 0 auto;
  }
  /* line 319, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-shrink {
    height: auto;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-3 {
    height: 25%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-6 {
    height: 50%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-9 {
    height: 75%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xmedium-12 {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 308, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  /* line 319, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-shrink {
    height: auto;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-3 {
    height: 25%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-6 {
    height: 50%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-9 {
    height: 75%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .large-12 {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  /* line 308, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  /* line 319, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  /* line 308, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  /* line 313, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  /* line 319, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  /* line 328, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

/* line 340, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 340, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 345, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 345, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

/* line 136, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 136, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 140, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 147, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 112, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

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

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

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

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

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

/* line 359, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

/* line 363, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell .grid-frame {
  width: 100%;
}

/* line 367, ../../local/bundle/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, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

/* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  /* line 383, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .medium-grid-frame {
    width: 100%;
  }
  /* line 391, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 399, ../../local/bundle/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: 48em) {
  /* line 383, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xmedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .xmedium-grid-frame {
    width: 100%;
  }
  /* line 391, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xmedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 395, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xmedium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .xmedium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 399, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xmedium-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: 64em) {
  /* line 383, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .large-grid-frame {
    width: 100%;
  }
  /* line 391, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 399, ../../local/bundle/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;
  }
}

@media screen and (min-width: 75em) {
  /* line 383, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  /* line 391, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 395, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 399, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media screen and (min-width: 90em) {
  /* line 383, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  /* line 387, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  /* line 391, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  /* line 395, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  /* line 82, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_frame.scss */
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  /* line 399, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/* line 406, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}

@media print, screen and (min-width: 40em) {
  /* line 412, ../../local/bundle/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;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 48em) {
  /* line 412, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.xmedium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 412, ../../local/bundle/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;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 75em) {
  /* line 412, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

@media screen and (min-width: 90em) {
  /* line 412, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

/* line 420, ../../local/bundle/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, ../../local/bundle/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: 48em) {
  /* line 424, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.xmedium-grid-frame {
    height: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  /* line 424, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 75em) {
  /* line 424, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

@media screen and (min-width: 90em) {
  /* line 424, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

/* line 136, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 136, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}

/* line 140, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  /* line 147, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}

/* line 112, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .auto {
  height: auto;
}

/* line 116, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .shrink {
  height: auto;
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

/* line 124, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

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

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

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

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

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

/* line 432, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  /* line 432, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  /* line 432, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 432, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  /* line 432, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  /* line 432, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  /* line 436, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 48em) {
  /* line 436, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.xmedium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 64em) {
  /* line 436, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 75em) {
  /* line 436, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

@media screen and (min-width: 90em) {
  /* line 436, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/xy-grid/_classes.scss */
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

/* line 34, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

/* line 34, ../../local/bundle/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, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/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 {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/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 {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/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 {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/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 {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

/* line 22, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

/* line 34, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/util/_transition.scss */
.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

/* line 56, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  transition-duration: 750ms !important;
}

/* line 56, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  transition-duration: 250ms !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  transition-timing-function: linear !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  transition-timing-function: ease !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  transition-timing-function: ease-in !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  transition-timing-function: ease-out !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 62, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 68, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  transition-delay: 300ms !important;
}

/* line 68, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  transition-delay: 700ms !important;
}

/* line 76, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake {
  animation-name: shake-7;
}

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

/* line 77, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

/* line 78, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.spin-ccw {
  animation-name: spin-ccw-1turn;
}

@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

/* line 79, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

/* line 81, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

/* line 90, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.infinite {
  animation-iteration-count: infinite;
}

/* line 94, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.slow {
  animation-duration: 750ms !important;
}

/* line 94, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.fast {
  animation-duration: 250ms !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.linear {
  animation-timing-function: linear !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease {
  animation-timing-function: ease !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in {
  animation-timing-function: ease-in !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-out {
  animation-timing-function: ease-out !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

/* line 100, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

/* line 106, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.short-delay {
  animation-delay: 300ms !important;
}

/* line 106, ../../local/bundle/gems/foundation-rails-6.6.2.0/vendor/assets/scss/motion-ui/_classes.scss */
.long-delay {
  animation-delay: 700ms !important;
}
/* line 1, app/assets/stylesheets/shared/ui/segment.css.sass */
.segment-ui {
  font-size: 0px;
  margin: 10px 0;
  max-width: 100%;
  overflow: auto;
  overflow: auto;
  text-align: center;
  white-space: nowrap;
}

/* line 10, app/assets/stylesheets/shared/ui/segment.css.sass */
.segment-ui input[type="button"] {
  -webkit-appearance: none;
  padding: 5px 10px;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #888;
  border-top: 1px solid #888;
  border-radius: 0;
  border-right: 1px solid #888;
  background: white;
}

/* line 20, app/assets/stylesheets/shared/ui/segment.css.sass */
.segment-ui input[type="button"]:first-child {
  border-left: 1px solid #888;
  border-radius: 6px 0 0 6px;
}

/* line 23, app/assets/stylesheets/shared/ui/segment.css.sass */
.segment-ui input[type="button"]:last-child {
  border-right: 1px solid #888;
  border-radius: 0 6px 6px 0;
}

/* line 26, app/assets/stylesheets/shared/ui/segment.css.sass */
.segment-ui input[type="button"]:active {
  color: #888;
}

/* line 28, app/assets/stylesheets/shared/ui/segment.css.sass */
.segment-ui input[selected] {
  background: #888 !important;
  color: white !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, ".SFNSText-Regular", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}

.toggle {
  cursor: pointer;
  display: inline-block;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
  content: "";
}
.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
  background: linear-gradient(to bottom, #fff 0%, #fff 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
  background: #56c080;
}
.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
/*
 * 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, 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.
 *










*/
